:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 0 100% 63.7%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 175 60% 35%;--accent-foreground: 210 40% 98%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 0 100% 63.7%;--radius: .75rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--font-body: "Inter", sans-serif;--font-headline: "Plus Jakarta Sans", sans-serif;--font-code: monospace;--container-padding: 2rem;--container-max: 1400px}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 100% 63.7%;--primary-foreground: 0 0% 100%;--secondary: 210 40% 96.1%;--secondary-foreground: 210 40% 9.8%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 175 60% 35%;--accent-foreground: 0 0% 100%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 0 100% 63.7%}*,*:before,*:after{box-sizing:border-box;border-color:hsl(var(--border))}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-body);font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline);font-weight:700;margin:0 0 .5em;line-height:1.2}p{margin:0 0 1em}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit;color:inherit;cursor:pointer}.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}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}@media(min-width:1400px){.container{max-width:var(--container-max)}}.page-main{flex:1 1 auto}.site-shell{position:relative;display:flex;min-height:100dvh;flex-direction:column;background-color:hsl(var(--background))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-size:.875rem;font-weight:500;height:2.5rem;padding:0 1rem;border:1px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn--primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn--primary:hover{background-color:hsl(var(--primary) / .9)}.btn--outline{background-color:hsl(var(--background));border-color:hsl(var(--input));color:hsl(var(--foreground))}.btn--outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn--icon{width:2.5rem;height:2.5rem;padding:0}.btn--lg{height:2.75rem;border-radius:calc(var(--radius) - 2px);padding:0 2rem}.page-header{background-color:hsl(var(--muted) / .5);padding:3rem 0;text-align:center}.page-header__inner{text-align:center}.page-header__title{font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin:0}.page-header__subtitle{margin:1rem auto 0;max-width:48rem;font-size:1.125rem;color:hsl(var(--muted-foreground))}.logo{display:inline-flex;align-items:center;gap:.5rem}.logo__icon{height:2rem;width:2rem;color:hsl(var(--primary));flex-shrink:0}.logo__text{font-family:var(--font-headline);font-size:1.25rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--background) / .95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .3s ease}.site-header.site-header--hidden{transform:translateY(-100%)}.site-header__inner{display:flex;align-items:center;height:4rem}.site-header__logo-desktop{display:none;margin-right:1rem}.site-header__mobile-trigger{display:flex;align-items:center}.site-header__right{display:flex;flex:1 1 auto;align-items:center;justify-content:flex-end;gap:1.5rem}.nav-desktop{display:none;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500}.nav-link{color:hsl(var(--foreground) / .6);transition:color .2s ease}.nav-link:hover,.nav-link.active{color:hsl(var(--foreground))}.site-header__cta{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.site-header__logo-desktop{display:flex}.site-header__mobile-trigger{display:none}.nav-desktop{display:flex}}.mobile-sheet{position:fixed;inset:0;z-index:60;visibility:hidden;pointer-events:none}.mobile-sheet.is-open{visibility:visible;pointer-events:auto}.mobile-sheet__overlay{position:absolute;inset:0;background-color:hsl(var(--foreground) / .4);opacity:0;transition:opacity .3s ease}.mobile-sheet.is-open .mobile-sheet__overlay{opacity:1}.mobile-sheet__panel{position:absolute;top:0;left:0;bottom:0;width:85%;max-width:20rem;background-color:hsl(var(--background));border-right:1px solid hsl(var(--border));box-shadow:0 0 40px hsl(var(--foreground) / .15);transform:translate(-100%);transition:transform .3s ease}.mobile-sheet.is-open .mobile-sheet__panel{transform:translate(0)}.mobile-sheet__close{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:calc(var(--radius) - 4px);background:transparent;border:none;color:hsl(var(--foreground) / .6)}.mobile-sheet__close:hover{color:hsl(var(--foreground))}.mobile-sheet__body{padding:1rem}.mobile-sheet__logo{margin-bottom:2rem}.nav-mobile{display:flex;flex-direction:column;gap:1rem}.nav-mobile__link{font-size:1.125rem;font-weight:500;color:hsl(var(--foreground) / .8);transition:color .2s ease}.nav-mobile__link:hover,.nav-mobile__link.active{color:hsl(var(--primary))}@media(min-width:768px){.mobile-sheet{display:none}}.site-footer{background-color:hsl(var(--muted) / .5)}.site-footer__inner{padding-top:3rem;padding-bottom:3rem}.site-footer__grid{display:grid;gap:3rem}.site-footer__tagline{max-width:20rem;color:hsl(var(--muted-foreground));margin-top:1rem}.site-footer__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.site-footer__heading{font-size:1rem;font-weight:600;letter-spacing:.02em;margin:0}.site-footer__list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.site-footer__link{color:hsl(var(--muted-foreground));transition:color .2s ease}.site-footer__link:hover{color:hsl(var(--primary))}.site-footer__bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(var(--border));display:flex;flex-direction:column;align-items:center;gap:1.5rem}.site-footer__legal{text-align:center}.site-footer__copyright{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 .5rem}.site-footer__credit{font-size:.875rem;color:hsl(var(--muted-foreground) / .8);margin:0}.site-footer__credit-link{font-weight:700;transition:color .2s ease}.site-footer__credit-link:hover{color:hsl(var(--primary))}.site-footer__social{display:flex;align-items:center;gap:1rem}.site-footer__social-link{color:hsl(var(--muted-foreground));transition:color .2s ease}.site-footer__social-link:hover{color:hsl(var(--primary))}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__links{grid-column:span 2 / span 2}.site-footer__legal{text-align:left}.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media(min-width:640px){.site-footer__links{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.animate-accordion-down{animation:accordion-down .2s ease-out}.animate-accordion-up{animation:accordion-up .2s ease-out}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.2}}.toast-container{position:fixed;z-index:100;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;max-width:min(24rem,calc(100vw - 3rem));pointer-events:none}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));box-shadow:0 10px 30px hsl(var(--foreground) / .15);opacity:0;transform:translateY(.5rem);transition:opacity .25s ease,transform .25s ease;pointer-events:auto}.toast--visible{opacity:1;transform:translateY(0)}.toast--success{border-color:hsl(var(--accent) / .4)}.toast--error{border-color:hsl(var(--destructive) / .5);color:hsl(var(--destructive))}.toast__message{flex:1 1 auto;margin:0;font-size:.875rem;line-height:1.4}.toast__close{flex:0 0 auto;background:transparent;border:none;font-size:1.25rem;line-height:1;color:hsl(var(--muted-foreground))}.toast__close:hover{color:hsl(var(--foreground))}.carousel{position:relative}.carousel__track{overflow:hidden;touch-action:pan-y;cursor:grab}.carousel__track:active{cursor:grabbing}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid hsl(var(--border));background-color:hsl(var(--background) / .9);color:hsl(var(--foreground));font-size:1.25rem;z-index:10}.carousel__arrow:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.carousel__arrow--prev{left:.5rem}.carousel__arrow--next{right:.5rem}.carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.carousel__dot{width:.5rem;height:.5rem;border-radius:9999px;border:none;background-color:hsl(var(--muted-foreground) / .4);padding:0;transition:background-color .2s ease,transform .2s ease}.carousel__dot.is-active{background-color:hsl(var(--primary));transform:scale(1.25)}.form-error{display:block;min-height:1.25em;margin-top:.25rem;font-size:.8125rem;color:hsl(var(--destructive))}.is-invalid{border-color:hsl(var(--destructive))!important}
