#consent-banner[data-astro-cid-vequyegh]{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--surface, #ffffff);border-top:1px solid var(--border-subtle, #efefef);box-shadow:0 -4px 24px #00000014;padding:1rem 1.5rem;transition:opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0)}.consent-inner[data-astro-cid-vequyegh]{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.consent-text[data-astro-cid-vequyegh]{flex:1;min-width:260px;font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.9rem;font-weight:500;color:var(--text-muted, #6f767e);line-height:1.5;margin:0}.consent-link[data-astro-cid-vequyegh]{color:var(--brand, #f26c4f);font-weight:600;text-decoration:underline;text-underline-offset:2px;margin-left:.25rem}.consent-link[data-astro-cid-vequyegh]:hover{color:var(--brand-hover, #e05a3d)}.consent-actions[data-astro-cid-vequyegh]{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.consent-btn[data-astro-cid-vequyegh]{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;font-weight:700;border-radius:var(--radius-btn, .75rem);border:none;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.consent-btn--primary[data-astro-cid-vequyegh]{background:var(--brand, #f26c4f);color:#fff;box-shadow:0 4px 12px #f26c4f4d}.consent-btn--primary[data-astro-cid-vequyegh]:hover{background:var(--brand-hover, #e05a3d)}.consent-btn--primary[data-astro-cid-vequyegh]:focus-visible{outline:3px solid var(--brand, #f26c4f);outline-offset:2px}.consent-btn--secondary[data-astro-cid-vequyegh]{background:var(--surface, #ffffff);color:var(--text-main, #1a1d1f);border:1.5px solid var(--border-subtle, #efefef)}.consent-btn--secondary[data-astro-cid-vequyegh]:hover{border-color:var(--brand, #f26c4f);color:var(--brand, #f26c4f);background:var(--brand-light, #fdf0ed)}.consent-btn--secondary[data-astro-cid-vequyegh]:focus-visible{outline:3px solid var(--brand, #f26c4f);outline-offset:2px}@media(max-width:600px){.consent-inner[data-astro-cid-vequyegh]{flex-direction:column;align-items:flex-start;gap:1rem}.consent-actions[data-astro-cid-vequyegh]{width:100%}.consent-btn[data-astro-cid-vequyegh]{flex:1;text-align:center}}:root{--brand: #F26C4F;--brand-hover: #E05A3D;--brand-light: #FDF0ED;--brand-glow: rgba(242, 108, 79, .3);--background: #F8F9FA;--surface: #FFFFFF;--text-main: #1A1D1F;--text-muted: #6F767E;--border-subtle: #EFEFEF;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius-panel: 2rem;--radius-card: 1rem;--radius-btn: .75rem;--radius-pill: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 30px rgba(0,0,0,.1);--shadow-brand: 0 8px 24px rgba(242, 108, 79, .25);--max-width: 1200px;--nav-height: 72px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-sans);color:var(--text-main);background:var(--surface);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--text-main)}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{color:var(--text-muted);font-weight:500;font-size:1.05rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.section-header .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:var(--brand-light);color:var(--brand);font-weight:700;font-size:.8rem;border-radius:var(--radius-pill);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-weight:700;font-size:.95rem;border-radius:var(--radius-btn);transition:all .25s ease;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}.btn-primary:hover{background:var(--brand-hover);transform:translateY(-2px);box-shadow:0 12px 32px #f26c4f59}.btn-secondary{background:var(--surface);color:var(--text-main);border:1.5px solid var(--border-subtle)}.btn-secondary:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.btn-ghost{background:transparent;color:var(--brand);font-weight:700}.btn-ghost:hover{background:var(--brand-light)}.btn-lg{padding:1rem 2.5rem;font-size:1.05rem;border-radius:var(--radius-card)}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.fade-up-delay-4{transition-delay:.4s}.fade-up-delay-5{transition-delay:.5s}.gradient-text{background:linear-gradient(135deg,var(--brand) 0%,#FF8A65 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight{color:var(--brand)}.divider{width:100%;height:1px;background:var(--border-subtle)}@media(max-width:768px){.section{padding:4rem 0}.section-header{margin-bottom:2.5rem}}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;height:var(--nav-height);z-index:1000;transition:all .3s ease;background:transparent}.navbar[data-astro-cid-5blmo7yk].scrolled{background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.navbar-inner[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;height:100%}.navbar-logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center}.navbar-links[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:2rem}.nav-link[data-astro-cid-5blmo7yk]{font-weight:600;font-size:.9rem;color:var(--text-muted);transition:color .2s;position:relative}.nav-link[data-astro-cid-5blmo7yk]:hover{color:var(--brand)}.nav-link[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--brand);border-radius:2px;transition:width .3s ease}.nav-link[data-astro-cid-5blmo7yk]:hover:after{width:100%}.navbar-actions[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.75rem}.nav-login[data-astro-cid-5blmo7yk]{font-size:.9rem;padding:.6rem 1.25rem}.nav-cta[data-astro-cid-5blmo7yk]{font-size:.85rem;padding:.6rem 1.5rem;border-radius:var(--radius-pill)}.mobile-toggle[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001}.mobile-toggle[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;width:22px;height:2px;background:var(--text-main);border-radius:2px;transition:all .3s ease}.mobile-toggle[data-astro-cid-5blmo7yk].active span[data-astro-cid-5blmo7yk]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle[data-astro-cid-5blmo7yk].active span[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.mobile-toggle[data-astro-cid-5blmo7yk].active span[data-astro-cid-5blmo7yk]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu[data-astro-cid-5blmo7yk]{display:none;position:fixed;inset:0;background:#fffffffa;backdrop-filter:blur(20px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu[data-astro-cid-5blmo7yk].open{opacity:1;pointer-events:all}.mobile-menu-content[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:2rem;padding:2rem}.mobile-link[data-astro-cid-5blmo7yk]{font-size:1.25rem;font-weight:700;color:var(--text-main);transition:color .2s}.mobile-link[data-astro-cid-5blmo7yk]:hover{color:var(--brand)}.mobile-actions[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:280px;margin-top:1rem}@media(max-width:900px){.navbar-links[data-astro-cid-5blmo7yk],.navbar-actions[data-astro-cid-5blmo7yk]{display:none}.mobile-toggle[data-astro-cid-5blmo7yk]{display:flex}.mobile-menu[data-astro-cid-5blmo7yk]{display:block}}.footer[data-astro-cid-sz7xmlte]{background:var(--text-main);padding:4rem 0 0;color:#ffffffb3}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo[data-astro-cid-sz7xmlte]{display:block;margin-bottom:1rem}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:.85rem;line-height:1.6;color:#ffffff80;margin-bottom:1.5rem;max-width:280px}.footer-socials[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem}.social-link[data-astro-cid-sz7xmlte]{width:36px;height:36px;border-radius:10px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s}.social-link[data-astro-cid-sz7xmlte]:hover{background:var(--brand);color:#fff}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:#fff;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.75rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.875rem;font-weight:500;color:#ffffff80;transition:color .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--brand)}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.8rem;color:#ffffff8c}@media(max-width:768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:480px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}
