:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--primary:0 65% 63%;--primary-foreground:210 40% 98%;--secondary:47 100% 50%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--destructive:0 65% 63%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--radius:1rem}*{box-sizing:border-box;border-color:hsl(var(--border))}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-family:Inter,sans-serif;line-height:1.5}html,body{margin:0;padding:0}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,sans-serif}button{font:inherit}button,[role=button]{cursor:pointer}img,svg,video{max-width:100%;display:block}h1,h2,h3,p,ul{margin:0}ul{padding:0;list-style:none}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.container-custom{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.card{border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 2px #0000000d}.card-header{flex-direction:column;gap:.375rem;padding:1.5rem;display:flex}.card-title{color:hsl(var(--foreground));white-space:nowrap;font-size:1.5rem;font-weight:600;line-height:1}.card-content{padding:0 1.5rem 1.5rem}.badge{background-color:hsl(var(--primary));width:fit-content;color:hsl(var(--primary-foreground));white-space:nowrap;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:.125rem .625rem;font-size:.75rem;font-weight:600;line-height:1rem;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}.badge-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.badge-destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.badge-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge-outline{border-color:hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}.badge-default:hover{background-color:hsl(var(--primary) / .8)}.badge-destructive:hover{background-color:hsl(var(--destructive) / .8)}.badge-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn{border-radius:calc(var(--radius) - 2px);white-space:nowrap;background-image:none;border:0;justify-content:center;align-items:center;gap:.5rem;transition:color .15s,background-color .15s,box-shadow .15s;display:inline-flex}.btn-default{height:2.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem}.btn-lg{height:2.75rem;padding:.5rem 2rem;font-size:1.125rem;line-height:1.75rem}.sticky{position:sticky}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.mt-0-5{margin-top:.125rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-10{margin-top:2.5rem}.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-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-4{height:1rem}.h-5{height:1.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-32{height:8rem}.h-auto{height:auto}.min-h-screen{min-height:100vh}.w-4{width:1rem}.w-5{width:1.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-78{width:78%}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.aspect-4-3{aspect-ratio:4/3}.aspect-video{aspect-ratio:16/9}.rotate-neg-6{transform:rotate(-6deg)}.rotate-6{transform:rotate(6deg)}.animate-bounce{animation:1s infinite bounce}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.flex-col{flex-direction:column}.shrink-0{flex-shrink:0}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:var(--radius)}.rounded-2xl{border-radius:1rem}.border{border-style:solid;border-width:1px}.border-2{border-style:solid;border-width:2px}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-primary{border-color:hsl(var(--primary))}.border-primary-20{border-color:hsl(var(--primary) / .2)}.border-destructive-20{border-color:hsl(var(--destructive) / .2)}.border-muted-foreground{border-color:hsl(var(--muted-foreground))}.border-mustard{border-color:#f9c22e}.bg-background{background-color:hsl(var(--background))}.bg-background-80{background-color:hsl(var(--background) / .8)}.bg-muted{background-color:hsl(var(--muted))}.bg-muted-30{background-color:hsl(var(--muted) / .3)}.bg-muted-50{background-color:hsl(var(--muted) / .5)}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-5{background-color:hsl(var(--primary) / .05)}.bg-mustard{background-color:#f9c22e}.bg-mustard-light{background-color:#fbe9a6}.bg-gradient-to-br{background-image:linear-gradient(to bottom right, hsl(var(--background)), hsl(var(--muted) / .3))}.text-left{text-align:left}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-diner-black{color:#222}.text-diner-black-70{color:#222222b3}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.object-cover{object-fit:cover}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-4{padding-top:1rem}.pr-8{padding-right:2rem}.pb-8{padding-bottom:2rem}.pl-4{padding-left:1rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.transition-shadow{transition:box-shadow .15s}.hover-shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.hover-bg-primary-90:hover{background-color:hsl(var(--primary) / .9)}.hover-bg-background-90:hover{background-color:hsl(var(--background) / .9)}.hover-bg-mustard:hover{background-color:#f9c22e}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@media (min-width:640px){.sm-inline{display:inline}.sm-hidden{display:none}.sm-w-auto{width:auto}.sm-px-8{padding-left:2rem;padding-right:2rem}.sm-py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm-text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.container-custom{padding-left:2rem;padding-right:2rem}.md-block{display:block}.md-h-40{height:10rem}.md-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md-grid-cols-walkthrough{grid-template-columns:1fr auto 2fr}.md-px-6{padding-left:1.5rem;padding-right:1.5rem}.md-py-4{padding-top:1rem;padding-bottom:1rem}.md-text-base{font-size:1rem;line-height:1.5rem}.md-text-lg{font-size:1.125rem;line-height:1.75rem}.md-text-xl{font-size:1.25rem;line-height:1.75rem}.md-text-2xl{font-size:1.5rem;line-height:2rem}.md-text-4xl{font-size:2.25rem;line-height:2.5rem}.md-text-6xl{font-size:3.75rem;line-height:1}.why-section,.extras-section{padding-bottom:82px}.walkthrough-section{padding-bottom:76px}.pricing-section{padding-bottom:84px}}@media (min-width:1024px){.lg-flex{display:flex}.lg-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.solution-section{padding-bottom:104px}.why-section{padding-bottom:86px}.extras-section{padding-bottom:82px}.walkthrough-section{padding-bottom:68px}.pricing-section{padding-bottom:92px}}
