*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#f8fafc;color:#1e293b;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2;color:#1e293b}h1{font-size:clamp(2.25rem,5vw,4.5rem)}h2{font-size:clamp(1.875rem,4vw,2.25rem)}h3{font-size:clamp(1.5rem,3vw,1.875rem)}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:#64748b}a{color:inherit;text-decoration:none;transition:color .3s ease}strong{font-weight:600}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding:4rem 0}@media(min-width:1024px){.section{padding:6rem 0}}.section-light{background-color:#f8fafc}.section-white{background-color:#fff}.section-dark{background-color:#081736;color:#fff}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark h5,.section-dark h6{color:#fff}.section-dark p{color:#ffffffb3}.section-header{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ff9300;margin-bottom:.5rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;color:#1e293b}.section-dark .section-title{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;border-radius:.5rem;border:2px solid transparent;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn:focus{outline:2px solid #ff9300;outline-offset:2px}.btn-primary{background-color:#ff9300;color:#fff;border-color:#ff9300;box-shadow:0 10px 30px -5px #ff93004d}.btn-primary:hover{background-color:#e68400;border-color:#e68400;transform:translateY(-2px)}.btn-secondary{background-color:#fff;color:#1e293b;border-color:#e2e8f0}.btn-secondary:hover{border-color:#ff9300;color:#ff9300}.btn-outline{background-color:transparent;color:#fff;border-color:#ffffff4d}.btn-outline:hover{background-color:#ffffff1a;border-color:#fff}.btn-lg{padding:1rem 2rem;font-size:1.125rem;border-radius:1rem}.btn-pill{border-radius:9999px}.card{background-color:#fff;border-radius:1.5rem;border:1px solid #e2e8f0;overflow:hidden;transition:all .3s ease}.card-hover:hover{border-color:#ff930080;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-4px)}.card-body{padding:1.5rem}@media(min-width:768px){.card-body{padding:2rem}}.card-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;background-color:#f8fafc}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#1e293b;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;font-family:Inter,sans-serif;font-size:1rem;color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#ff9300;box-shadow:0 0 0 3px #ff930033}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#64748b}.form-textarea{resize:vertical;min-height:120px}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}.grid{display:grid;gap:1.5rem}@media(min-width:768px){.grid{gap:2rem}}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{grid-template-columns:1fr}@media(min-width:768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:#081736}.text-accent{color:#ff9300}.text-muted{color:#64748b}.text-light{color:#fff}.uppercase{text-transform:uppercase;letter-spacing:.05em}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.icon{display:inline-flex;align-items:center;justify-content:center}.icon-box{width:56px;height:56px;border-radius:1rem;background-color:#ff93001a;color:#ff9300;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.icon-box .material-symbols-outlined{font-size:28px}.icon-box-hover:hover{background-color:#ff9300;color:#fff}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;background-color:#ff93001a;color:#ff9300;border:1px solid rgba(255,147,0,.3)}.feature-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding-top:2rem;border-top:1px solid #e2e8f0;margin-top:3rem}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.feature-item .material-symbols-outlined{color:#ff9300;font-size:20px}.social-links{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:#ffffff1a;color:#ffffffb3;transition:all .3s ease}.social-link:hover{background-color:#ff9300;color:#fff;transform:translateY(-2px)}.social-link svg{width:20px;height:20px;fill:currentColor}.hidden{display:none!important}@media(min-width:768px){.md\:hidden{display:none!important}}.md\:flex{display:none!important}@media(min-width:768px){.md\:flex{display:flex!important}}.md\:block{display:none!important}@media(min-width:768px){.md\:block{display:block!important}}@media(min-width:1024px){.lg\:hidden{display:none!important}}.lg\:block{display:none!important}@media(min-width:1024px){.lg\:block{display:block!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:1030;background-color:#081736;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-inner[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;height:5rem}.navbar-logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;flex-shrink:0}.logo-img[data-astro-cid-5blmo7yk]{height:48px;width:auto}@media(min-width:768px){.logo-img[data-astro-cid-5blmo7yk]{height:56px}}.navbar-links[data-astro-cid-5blmo7yk]{display:none;align-items:center;gap:2rem}@media(min-width:768px){.navbar-links[data-astro-cid-5blmo7yk]{display:flex}}.nav-link[data-astro-cid-5blmo7yk]{font-size:.875rem;font-weight:500;color:#ffffffb3;transition:color .3s ease}.nav-link[data-astro-cid-5blmo7yk]:hover{color:#ff9300}.mobile-menu-btn[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:none;border:none;color:#fff;cursor:pointer;border-radius:.5rem;transition:background-color .3s ease}@media(min-width:768px){.mobile-menu-btn[data-astro-cid-5blmo7yk]{display:none}}.mobile-menu-btn[data-astro-cid-5blmo7yk]:hover{background-color:#ffffff1a}.mobile-menu-btn[data-astro-cid-5blmo7yk] .material-symbols-outlined[data-astro-cid-5blmo7yk]{font-size:28px}.mobile-menu[data-astro-cid-5blmo7yk]{display:none;position:fixed;top:5rem;left:0;right:0;bottom:0;background-color:#081736;z-index:1029;overflow-y:auto}.mobile-menu[data-astro-cid-5blmo7yk].is-open{display:block}@media(min-width:768px){.mobile-menu[data-astro-cid-5blmo7yk]{display:none!important}}.mobile-menu-inner[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;padding:1.5rem;gap:.5rem}.mobile-nav-link[data-astro-cid-5blmo7yk]{display:block;padding:1rem;font-size:1.125rem;font-weight:500;color:#fff;border-radius:.5rem;transition:background-color .3s ease}.mobile-nav-link[data-astro-cid-5blmo7yk]:hover{background-color:#ffffff1a;color:#ff9300}.mobile-menu[data-astro-cid-5blmo7yk] .btn[data-astro-cid-5blmo7yk]{margin-top:1rem;width:100%}.footer[data-astro-cid-sz7xmlte]{background-color:#081736;color:#fff;padding-top:3rem;padding-bottom:3rem;border-top:1px solid rgba(255,255,255,.1)}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.footer-brand[data-astro-cid-sz7xmlte]{max-width:400px}.footer-logo[data-astro-cid-sz7xmlte]{display:inline-block;margin-bottom:1rem}.footer-logo-img[data-astro-cid-sz7xmlte]{height:40px;width:auto}.footer-description[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem}.social-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:#ffffff1a;color:#ffffffb3;transition:all .3s ease}.social-link[data-astro-cid-sz7xmlte]:hover{background-color:#ff9300;color:#fff;transform:translateY(-2px)}.social-link[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:20px;height:20px}.footer-heading[data-astro-cid-sz7xmlte]{font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;margin-bottom:1rem}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-link[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#ffffffb3;transition:color .3s ease}.footer-link[data-astro-cid-sz7xmlte]:hover{color:#ff9300}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:center}}.copyright[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#ffffffb3;margin-bottom:0}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.legal-link[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#ffffffb3;transition:color .3s ease}.legal-link[data-astro-cid-sz7xmlte]:hover{color:#fff}
