@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fcfcfd;color:#1a1a1a;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:#ff66001a;color:#f60}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}a{text-decoration:none;color:inherit}:root{--color-primary: #FF6600;--color-dark: #1A1A1A;--color-light: #FCFCFD;--color-gray-50: #F8F9FA;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280}@keyframes blob{0%{transform:translate(0) scale(1)}50%{transform:translate(15px,-25px) scale(1.05)}to{transform:translate(0) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-blob{animation:blob 10s infinite;will-change:transform}.animation-delay-2000{animation-delay:2s}.animate-fade-in{animation:fadeIn .7s ease-out forwards}.animate-slide-in{animation:slideInFromBottom 1s ease-out forwards}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 4s ease-in-out infinite}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grayscale{filter:grayscale(100%)}.grayscale-0{filter:grayscale(0)}.transition-all{transition:all .3s ease}.transition-transform{transition:transform .3s ease}.transition-colors{transition:color .3s ease,background-color .3s ease,border-color .3s ease}input:focus,button:focus{outline:none}input:focus-visible,button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.mobile-menu-overlay{position:fixed;inset:0;background-color:#00000080;z-index:40;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;width:100%;max-width:320px;height:100vh;background-color:#fff;z-index:50;transform:translate(100%);transition:transform .3s ease;padding:6rem 2rem 2rem}.mobile-menu.active{transform:translate(0)}@media(max-width:768px){.container{padding:0 1.5rem}}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;width:100%;z-index:50;transition:all .5s ease;padding:1.5rem 0;background:transparent}.header[data-astro-cid-3ef6ksr2].scrolled{background:#fffc;backdrop-filter:blur(20px);padding:.75rem 0;box-shadow:0 1px 3px #0000000d}.header-container[data-astro-cid-3ef6ksr2]{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.5rem;cursor:pointer}.logo-link[data-astro-cid-3ef6ksr2]:hover .logo-square[data-astro-cid-3ef6ksr2]{transform:rotate(135deg)}.logo-icon[data-astro-cid-3ef6ksr2]{position:relative;width:32px;height:32px}.logo-square[data-astro-cid-3ef6ksr2]{width:100%;height:100%;background:#f60;border-radius:6px;transform:rotate(45deg);transition:transform .7s ease}.logo-book-icon[data-astro-cid-3ef6ksr2]{position:absolute;inset:0;margin:auto;color:#fff}.logo-text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:-4px}.logo-name[data-astro-cid-3ef6ksr2]{font-size:1.125rem;font-weight:900;letter-spacing:-.025em;color:#1a1a1a}.logo-tagline[data-astro-cid-3ef6ksr2]{font-size:9px;font-weight:700;letter-spacing:.2em;color:#f60;text-transform:uppercase}.desktop-nav[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:2.5rem}@media(min-width:768px){.desktop-nav[data-astro-cid-3ef6ksr2]{display:flex}}.nav-link[data-astro-cid-3ef6ksr2]{font-size:.875rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase;color:#9ca3af;transition:color .3s ease;position:relative}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:#1a1a1a}.nav-link[data-astro-cid-3ef6ksr2].active{color:#f60}.nav-underline[data-astro-cid-3ef6ksr2]{position:absolute;bottom:-6px;left:0;width:0;height:2px;background:#f60;transition:width .3s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover .nav-underline[data-astro-cid-3ef6ksr2],.nav-link[data-astro-cid-3ef6ksr2].active .nav-underline[data-astro-cid-3ef6ksr2]{width:100%}.cta-button[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:.5rem;background:#1a1a1a;color:#fff;padding:.625rem 1.5rem;border-radius:9999px;font-size:.75rem;font-weight:900;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000000d}.cta-button[data-astro-cid-3ef6ksr2]:hover{background:#f60}.cta-button[data-astro-cid-3ef6ksr2]:active{transform:scale(.95)}@media(min-width:768px){.cta-button[data-astro-cid-3ef6ksr2].desktop-only{display:flex}}.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:block;padding:.5rem;color:#1a1a1a}@media(min-width:768px){.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:none}}.mobile-nav-link[data-astro-cid-3ef6ksr2]{display:block;font-size:1.5rem;font-weight:900;color:#1a1a1a;padding:1rem 0;border-bottom:1px solid #f3f4f6;transition:color .3s ease}.mobile-nav-link[data-astro-cid-3ef6ksr2]:hover,.mobile-nav-link[data-astro-cid-3ef6ksr2].active{color:#f60}.mobile-cta-button[data-astro-cid-3ef6ksr2]{display:block;width:100%;background:#f60;color:#fff;padding:1rem;border-radius:1rem;font-weight:900;text-align:center;margin-top:2rem;transition:all .3s ease}.mobile-cta-button[data-astro-cid-3ef6ksr2]:hover{background:#1a1a1a}.footer[data-astro-cid-sz7xmlte]{background:#fff;padding:6rem 2rem;border-top:1px solid #f3f4f6}.footer-container[data-astro-cid-sz7xmlte]{max-width:1280px;margin:0 auto}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:5rem}@media(min-width:768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(4,1fr);gap:4rem}}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.5rem}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem}.footer-logo-square[data-astro-cid-sz7xmlte]{width:24px;height:24px;background:#f60;border-radius:4px;transform:rotate(45deg)}.footer-logo-text[data-astro-cid-sz7xmlte]{font-size:1.25rem;font-weight:900;letter-spacing:-.025em}.footer-description[data-astro-cid-sz7xmlte]{color:#9ca3af;font-weight:500;font-size:.875rem;line-height:1.75}.footer-links[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.5rem}.footer-heading[data-astro-cid-sz7xmlte]{font-weight:900;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#d1d5db}.footer-list[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-weight:900;font-size:.875rem;color:#1a1a1a;transition:color .3s ease}.footer-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#f60}.social-link[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem}.footer-contact[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.5rem}.contact-info[data-astro-cid-sz7xmlte]{font-size:.875rem;font-weight:700;color:#6b7280;line-height:1.75}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:3rem;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:768px){.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between}}.copyright[data-astro-cid-sz7xmlte]{font-size:10px;font-weight:900;color:#d1d5db;text-transform:uppercase;letter-spacing:.1em;text-align:center}@media(min-width:768px){.copyright[data-astro-cid-sz7xmlte]{text-align:left}}.partners[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:2.5rem;filter:grayscale(100%);opacity:.3}.partners[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-weight:900;font-size:10px;text-transform:uppercase;letter-spacing:.3em}
