:root{--background:249 250 251;--foreground:38 38 38;--card:255 255 255;--card-foreground:38 38 38;--muted:243 244 246;--muted-foreground:107 114 128;--border:229 231 235;--course-orange:25 100% 65%;--course-blue:220 90% 56%;--course-green:142 76% 47%;--course-pink:350 89% 65%}.dark{--background:17 24 39;--foreground:229 231 235;--card:31 41 55;--card-foreground:229 231 235;--muted:55 65 81;--muted-foreground:156 163 175;--border:55 65 81}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:rgb(var(--background));color:rgb(var(--foreground));line-height:1.6}.min-h-screen{min-height:100vh}.text-foreground{color:rgb(var(--foreground))}.text-muted-foreground{color:rgb(var(--muted-foreground))}.text-white{color:#fff}.text-xl{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-sans{font-family:Inter,sans-serif}.italic{font-style:italic}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.hero-title-spacing{margin-bottom:.5rem}.hero-divider-spacing{margin-bottom:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-24{padding-bottom:6rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.p-6{padding:1.5rem}.text-center{text-align:center}.text-left{text-align:left}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.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}.max-w-none{max-width:none}.mx-auto{margin-left:auto;margin-right:auto}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.overflow-hidden{overflow:hidden}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-white\/30{background-color:hsla(0,0%,100%,.3)}.text-white\/90{color:hsla(0,0%,100%,.9)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.transition-colors{transition:color .2s,background-color .2s}.transition-all{transition:all .2s}.duration-200{transition-duration:.2s}.hover\:bg-\[\#a63f41\]:hover{background-color:#a63f41}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.hover\:scale-105:hover{transform:scale(1.05)}.bg-course-orange{background-color:hsl(var(--course-orange))}.bg-course-blue{background-color:hsl(var(--course-blue))}.bg-course-green{background-color:hsl(var(--course-green))}.bg-course-pink{background-color:hsl(var(--course-pink))}.bg-card{background-color:rgb(var(--card))}.text-card-foreground{color:rgb(var(--card-foreground))}.bg-\[\#bc4749\]{background-color:#bc4749}.min-h-\[80vh\]{min-height:80vh}.max-w-16{max-width:4rem}.h-px{height:1px}.h-3{height:.75rem}.w-full{width:100%}.flex-1{flex:1 1}.aspect-video{aspect-ratio:16/9;width:100%;height:0;padding-bottom:56.25%;position:relative}.aspect-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.bg-gradient-section{background:linear-gradient(180deg,#f3f4f6,#e5e7eb)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.md\:text-7xl{font-size:4.5rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-start{justify-content:flex-start}}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.w-32{width:8rem}.h-32{height:8rem}.w-12{width:3rem}.h-12{height:3rem}.object-cover{object-fit:cover}.flex-shrink-0{flex-shrink:0}.border{border-width:1px}.border-input{border-color:rgb(var(--border))}.bg-background{background-color:rgb(var(--background))}.h-9{height:2.25rem}a.inline-flex{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:none;outline:none}.bg-\[\#bc4749\],a.inline-flex,a.inline-flex:hover{text-decoration:none!important}.bg-\[\#bc4749\]{background-color:#bc4749!important;color:#fff!important}.bg-\[\#bc4749\]:hover{background-color:#a63f41!important;text-decoration:none!important}.bg-\[\#bc4749\]:not(.hero-button){padding:.75rem 1.5rem!important;font-size:1rem!important;line-height:1.5!important;min-height:48px!important}.hero-button.bg-\[\#bc4749\]{padding:1.5rem 3rem!important;font-size:1.5rem!important;line-height:1.75rem!important;border-radius:1rem!important;gap:1rem!important}.author-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;height:2.25rem;padding:0 .75rem;border:1px solid rgb(var(--border));background-color:rgb(var(--background));cursor:pointer}.author-button,.author-button:hover{color:rgb(var(--foreground));text-decoration:none}.author-button:hover{background-color:rgb(var(--muted))}.author-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.flex-col{flex-direction:column}.underline{text-decoration:underline}.transform{transform:translateZ(0)}.border-0{border-width:0}.text-base{font-size:1rem}.prose{max-width:65ch}.prose-lg,.support-prose{font-size:1rem;line-height:1.6}.support-prose{max-width:none}.support-prose p{margin-bottom:1rem;color:rgb(var(--muted-foreground))}a[class*="bg-[#bc4749]"],a[class*="bg-[#bc4749]"]:active,a[class*="bg-[#bc4749]"]:focus,a[class*="bg-[#bc4749]"]:hover{text-decoration:none!important}.backdrop-blur-\[1px\]{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.text-primary{color:#3b82f6}.text-green-500{color:#22c55e}.hover\:text-primary\/80:hover{color:rgba(59,130,246,.8)}.hover\:underline:hover{text-decoration:underline}.h-auto{height:auto}.inline-block{display:inline-block}.hover\:opacity-90:hover{opacity:.9}.transition-opacity{transition:opacity .2s}.sm\:flex-row{flex-direction:row}@media (min-width:640px){.sm\:flex-row{flex-direction:row}}@media (min-width:768px){.author-layout{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.author-text{flex:1 1;text-align:left}}.border-border{border-color:rgb(var(--border))}.testimonial-card{background-color:rgb(var(--card));padding:1.5rem;border-radius:.5rem;border:1px solid rgb(var(--border));box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.testimonial-name{font-weight:600;color:rgb(var(--foreground));font-size:1rem}.testimonial-title{font-size:.875rem;color:rgb(var(--muted-foreground))}