@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");.landing-page{color-scheme:dark;--background:220 20% 7%;--foreground:210 20% 98%;--card:220 18% 10%;--card-foreground:210 20% 98%;--popover:220 18% 10%;--popover-foreground:210 20% 98%;--primary:173 80% 50%;--primary-foreground:220 20% 7%;--secondary:220 15% 15%;--secondary-foreground:210 20% 98%;--muted:220 15% 18%;--muted-foreground:215 15% 55%;--accent:173 80% 50%;--accent-foreground:220 20% 7%;--destructive:0 72% 51%;--destructive-foreground:210 20% 98%;--border:220 15% 18%;--input:220 15% 18%;--ring:173 80% 50%;--surface-1:220 18% 10%;--surface-2:220 18% 12%;--surface-3:220 15% 15%;--surface-4:220 15% 18%;--surface-5:220 15% 20%;--surface-6:220 18% 8%;--border-strong:220 15% 22%;--primary-strong:185 95% 32%;--shadow-color:0 0% 0%;--gradient-primary:linear-gradient(135deg,hsl(173,80%,50%),hsl(199,89%,48%));--gradient-hero:linear-gradient(180deg,hsl(220,20%,7%),hsl(220,18%,12%));--gradient-card:linear-gradient(145deg,hsl(220,18%,12%),hsl(220,18%,8%));--gradient-text:linear-gradient(90deg,hsl(173,80%,50%),hsl(199,89%,60%) 50%,hsl(280,75%,65%));--glow-primary:0 0 60px -12px hsl(173 80% 50%/0.4);--glow-primary-strong:0 4px 20px -4px hsl(173 80% 50%/0.6);--glow-card:0 4px 40px -8px hsl(0 0% 0%/0.5);--glass-bg:220 18% 10%;--glass-border:220 15% 20%;--glass-strong-bg:220 18% 12%;--glass-strong-border:220 15% 22%;--sidebar-background:220 18% 10%;--sidebar-foreground:210 20% 98%;--sidebar-primary:173 80% 50%;--sidebar-primary-foreground:220 20% 7%;--sidebar-accent:220 15% 15%;--sidebar-accent-foreground:210 20% 98%;--sidebar-border:220 15% 18%;--sidebar-ring:173 80% 50%;--radius:0.75rem}.landing-page.landing-light{color-scheme:light;--background:210 40% 98%;--foreground:224 24% 12%;--card:210 30% 99%;--card-foreground:224 24% 12%;--popover:210 30% 99%;--popover-foreground:224 24% 12%;--primary:173 70% 38%;--primary-foreground:210 40% 98%;--secondary:210 25% 94%;--secondary-foreground:224 24% 12%;--muted:210 20% 92%;--muted-foreground:215 15% 40%;--accent:199 70% 40%;--accent-foreground:210 40% 98%;--destructive:0 72% 51%;--destructive-foreground:210 40% 98%;--border:210 20% 86%;--input:210 20% 86%;--ring:173 70% 38%;--radius:0.75rem;--surface-1:210 30% 99%;--surface-2:210 28% 96%;--surface-3:210 24% 93%;--surface-4:210 20% 88%;--surface-5:210 18% 84%;--surface-6:210 30% 94%;--border-strong:210 20% 80%;--primary-strong:185 95% 32%;--shadow-color:220 20% 20%;--gradient-primary:linear-gradient(135deg,hsl(173,70%,42%),hsl(199,80%,45%));--gradient-hero:linear-gradient(180deg,hsl(210 40% 98%),hsl(210 30% 94%));--gradient-card:linear-gradient(145deg,hsl(210 30% 100%),hsl(210 28% 96%));--gradient-text:linear-gradient(90deg,hsl(173,70%,38%),hsl(199,80%,45%) 50%,hsl(280,65%,55%));--glow-primary:0 0 50px -14px hsl(173 70% 38%/0.25);--glow-primary-strong:0 4px 20px -6px hsl(173 70% 38%/0.35);--glow-card:0 12px 40px -16px hsl(220 20% 20%/0.2);--glass-bg:210 40% 98%;--glass-border:210 20% 86%;--glass-strong-bg:210 30% 98%;--glass-strong-border:210 20% 84%;--sidebar-background:210 30% 97%;--sidebar-foreground:224 24% 12%;--sidebar-primary:173 70% 38%;--sidebar-primary-foreground:210 40% 98%;--sidebar-accent:210 25% 94%;--sidebar-accent-foreground:224 24% 12%;--sidebar-border:210 20% 86%;--sidebar-ring:173 70% 38%}.landing-page,.landing-page *{box-sizing:border-box}.landing-page{min-height:100vh;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,sans-serif}.landing-page .text-gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.h-16{height:4rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.navbar-wrapper{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--surface-2)/.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsl(var(--border-strong)/.6)}.logo-link{gap:.5rem;text-decoration:none}.logo-icon{width:2rem;height:2rem}.logo-text{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground))}.logo-wordmark{width:auto;height:1.35rem}.nav-links{gap:2rem}.nav-link-custom{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.nav-link-custom:hover{color:hsl(var(--foreground));text-decoration:none}.cta-buttons{gap:1rem}.theme-toggle{width:2.25rem;height:2.25rem;border-radius:.5rem;border:1px solid hsl(var(--surface-4));background:hsl(var(--surface-2));color:hsl(var(--foreground));display:inline-flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer;padding:0}.theme-toggle:hover{background:hsl(var(--surface-3));border-color:hsl(var(--primary)/.5);color:hsl(var(--primary))}.theme-toggle-icon{width:1.1rem;height:1.1rem}.theme-toggle-mobile{width:100%;height:2.5rem;gap:.5rem}.btn-ghost,.theme-toggle-text{font-size:.875rem;font-weight:500}.btn-ghost{background:transparent;border:none;padding:.5rem .75rem;border-radius:.375rem;transition:all .2s;cursor:pointer;height:2.25rem;text-decoration:none}.btn-ghost,.btn-ghost:hover{color:hsl(var(--foreground))}.btn-ghost:hover{background:hsl(var(--surface-3))}.btn-hero{padding:0 .75rem!important;border-radius:.375rem;font-size:.875rem;transition:all .2s;box-shadow:var(--glow-primary);height:2.25rem;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;text-decoration:none}.btn-hero:hover{transform:scale(1.05);box-shadow:var(--glow-primary-strong)}.btn-hero:active{transform:scale(1)}.landing-user-trigger{width:2.5rem;height:2.5rem;padding:0!important;border:none!important;background:transparent!important;display:inline-flex!important;align-items:center;justify-content:center;box-shadow:none!important}.landing-user-trigger:after{display:none!important}.landing-user-trigger:active,.landing-user-trigger:focus,.landing-user-trigger:hover{background:transparent!important;box-shadow:none!important}.landing-user-menu-avatar,.landing-user-trigger-avatar{width:2.5rem;height:2.5rem;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--gradient-primary);color:hsl(var(--primary-foreground));font-size:.8rem;font-weight:700}.landing-user-menu-avatar{width:3rem;height:3rem}.landing-user-menu-image,.landing-user-trigger-image{width:100%;height:100%;object-fit:cover}.landing-user-menu{min-width:17rem!important;padding:.5rem!important;border-radius:1.1rem!important;border:1px solid hsl(var(--border-strong)/.75)!important;background:hsl(var(--surface-1))!important;box-shadow:var(--glow-card)!important}.landing-user-menu-header{display:flex;align-items:center;gap:.8rem;padding:.4rem .35rem .65rem}.landing-user-menu-meta{display:flex;flex-direction:column;min-width:0}.landing-user-menu-name{font-size:.875rem;font-weight:700;color:hsl(var(--foreground))}.landing-user-menu-email,.landing-user-menu-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-user-menu-email{font-size:.8rem;color:hsl(var(--muted-foreground))}.landing-user-menu-divider{height:1px;margin:.35rem -.5rem;background:hsl(var(--border-strong)/.7)}.landing-mobile-user-link,.landing-user-menu-item{display:flex!important;align-items:center;gap:.8rem;width:100%;padding:.8rem .9rem!important;border:none;border-radius:.85rem!important;background:transparent!important;color:hsl(var(--foreground))!important;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s ease,color .2s ease}.landing-mobile-user-link:focus,.landing-mobile-user-link:hover,.landing-user-menu-item:focus,.landing-user-menu-item:hover{background:hsl(var(--surface-3))!important;color:hsl(var(--foreground))!important}.landing-user-menu-item-danger{color:hsl(var(--foreground))!important}.landing-user-menu-icon{width:1.05rem;height:1.05rem;color:hsl(var(--foreground));flex-shrink:0}.landing-mobile-user-panel{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid hsl(var(--surface-4))}.landing-mobile-user-head{display:flex;align-items:center;gap:.8rem}.landing-mobile-user-links{display:flex;flex-direction:column;gap:.35rem}.mobile-toggle{background:none;border:none;color:hsl(var(--foreground));padding:0;cursor:pointer}.toggle-icon{width:1.5rem;height:1.5rem}.mobile-nav{padding:1rem 0;border-top:1px solid hsl(var(--surface-4))}.mobile-nav-content{gap:1rem}.mobile-cta-buttons{gap:.5rem;padding-top:1rem}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--gradient-hero);padding-top:4rem}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(hsl(var(--primary)/.03) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--primary)/.03) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 0,#000 70%,transparent 110%);mask-image:radial-gradient(ellipse 80% 50% at 50% 0,#000 70%,transparent 110%)}.hero-orb-1{top:25%;left:25%;width:24rem;height:24rem;background:hsl(var(--primary)/.2)}.hero-orb-1,.hero-orb-2{position:absolute;border-radius:50%;filter:blur(48px);animation:pulse 2s infinite}.hero-orb-2{bottom:25%;right:25%;width:18rem;height:18rem;background:hsl(var(--primary)/.1);animation-delay:1s}.hero-container{position:relative;z-index:10;padding:0 1.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:hsl(var(--surface-1)/.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsl(var(--surface-5)/.5);margin-bottom:2rem}.hero-badge-icon{width:1rem;height:1rem;color:hsl(var(--primary))}.hero-badge-text{font-size:.875rem;color:hsl(var(--muted-foreground))}.hero-title{font-size:2.25rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:hsl(var(--foreground))}@media (min-width:768px){.hero-title{font-size:3.75rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.hero-gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto 2.5rem}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}@media (min-width:576px){.hero-cta{flex-direction:row}}.btn-hero-xl{background:var(--gradient-primary);border:none;color:hsl(var(--primary-foreground));padding:.875rem 2.5rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;transition:all .2s;cursor:pointer;box-shadow:var(--glow-primary);height:3.5rem;display:inline-flex;align-items:center;gap:.5rem;width:100%;justify-content:center;text-decoration:none}@media (min-width:576px){.btn-hero-xl{width:auto}}.btn-hero-xl:hover{transform:scale(1.05);box-shadow:var(--glow-primary-strong)}.btn-outline-xl{background:transparent;border:1px solid hsl(var(--surface-4));color:hsl(var(--foreground));padding:.875rem 2.5rem;border-radius:.75rem;font-size:1.125rem;font-weight:500;transition:all .2s;cursor:pointer;height:3.5rem;display:inline-flex;align-items:center;gap:.5rem;width:100%;justify-content:center;text-decoration:none}@media (min-width:576px){.btn-outline-xl{width:auto}}.btn-outline-xl:hover{background:hsl(var(--surface-3));border-color:hsl(var(--primary)/.5)}.btn-icon{width:1.25rem;height:1.25rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:32rem;margin:0 auto}.hero-stat{text-align:center}.hero-stat-value{font-size:1.5rem;font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:768px){.hero-stat-value{font-size:1.875rem}}.hero-stat-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.hero-float-left{position:absolute;top:33.333333%;left:2.5rem;display:none}@media (min-width:1024px){.hero-float-left{display:block}}.hero-float-right{position:absolute;bottom:33.333333%;right:2.5rem;display:none}@media (min-width:1024px){.hero-float-right{display:block}}.hero-float-card{padding:1rem;border-radius:1rem;background:hsl(var(--surface-1)/.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsl(var(--surface-5)/.5);box-shadow:var(--glow-card)}.hero-float-icon{width:2rem;height:2rem;color:hsl(var(--primary))}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stats-section{padding:5rem 0;background:hsl(var(--surface-3)/.3)}.stats-item{text-align:center;margin-bottom:2rem}.stats-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:hsl(var(--primary)/.1);margin-bottom:1rem}.stats-icon-svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.stats-value{font-size:1.875rem;font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}@media (min-width:768px){.stats-value{font-size:2.25rem}}.stats-label{font-weight:500;color:hsl(var(--foreground));margin-bottom:.25rem}.stats-description{font-size:.875rem;color:hsl(var(--muted-foreground))}.features-section{padding:6rem 0;background:hsl(var(--background));position:relative}.features-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 80% at 50% -20%,hsl(var(--primary)/.1),transparent)}.features-container{position:relative;z-index:10}.features-header{text-align:center;margin-bottom:4rem}.features-badge{color:hsl(var(--primary));font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;display:block}.features-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:hsl(var(--foreground))}@media (min-width:768px){.features-title{font-size:3rem}}.features-gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem;max-width:42rem;margin:0 auto}.feature-card{padding:1.5rem;border-radius:1rem;background:var(--gradient-card);border:1px solid hsl(var(--surface-4));transition:all .3s ease;height:100%}.feature-card:hover{border-color:hsl(var(--primary)/.3);transform:translateY(-4px)}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:hsl(var(--primary)/.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .3s ease}.feature-card:hover .feature-icon{background:hsl(var(--primary)/.2)}.feature-icon-svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.feature-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;margin:0}.how-it-works-section{padding:6rem 0;background:hsl(var(--background));position:relative;overflow:hidden}.how-it-works-bg{position:absolute;inset:0;opacity:.2}.how-it-works-bg:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:600px;background:hsl(var(--primary)/.1);border-radius:50%;filter:blur(48px)}.how-it-works-container{position:relative;z-index:10}.how-it-works-header{text-align:center;margin-bottom:4rem}.how-it-works-badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:hsl(var(--primary)/.1);color:hsl(var(--primary));font-size:.875rem;font-weight:500;margin-bottom:1rem}.how-it-works-title{font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}@media (min-width:768px){.how-it-works-title{font-size:2.25rem}}.how-it-works-gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-it-works-subtitle{color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto}.step-wrapper{position:relative;height:100%}.step-connector{display:none;position:absolute;top:3rem;left:60%;width:80%;height:1px;background:linear-gradient(to right,hsl(var(--primary)/.5),transparent)}@media (min-width:1024px){.step-connector{display:block}}.step-card{background:var(--gradient-card);border-radius:.75rem;padding:1.5rem;border:1px solid hsl(var(--surface-4));transition:all .3s ease;height:100%}.step-card:hover{border-color:hsl(var(--primary)/.3)}.step-number{font-size:3rem;font-weight:700;color:hsl(var(--primary)/.2);margin-bottom:1rem}.step-icon{width:3rem;height:3rem;border-radius:.75rem;background:hsl(var(--primary)/.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step-icon-svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.step-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.step-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;margin:0}.testimonials-section{padding:6rem 0;background:var(--gradient-hero);position:relative;overflow:hidden}.testimonials-bg{position:absolute;inset:0;opacity:.3}.testimonials-bg:before{top:25%;left:25%}.testimonials-bg:after,.testimonials-bg:before{content:"";position:absolute;width:24rem;height:24rem;background:hsl(var(--primary)/.1);border-radius:50%;filter:blur(48px)}.testimonials-bg:after{bottom:25%;right:25%}.testimonials-container{position:relative;z-index:10}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:hsl(var(--primary)/.1);color:hsl(var(--primary));font-size:.875rem;font-weight:500;margin-bottom:1rem}.testimonials-title{font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}@media (min-width:768px){.testimonials-title{font-size:2.25rem}}.testimonials-gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials-subtitle{color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto}.testimonial-card{background:var(--gradient-card);border-radius:.75rem;padding:1.5rem;border:1px solid hsl(var(--surface-4));transition:all .3s ease;box-shadow:var(--glow-card);height:100%}.testimonial-card:hover{border-color:hsl(var(--primary)/.3)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-star{width:1rem;height:1rem;fill:hsl(var(--primary));color:hsl(var(--primary))}.testimonial-content{color:hsl(var(--foreground));margin-bottom:1.5rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:hsl(var(--primary-foreground));font-weight:600;font-size:.875rem}.testimonial-name{font-weight:500;color:hsl(var(--foreground));margin:0}.testimonial-role{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.testimonials-logos{text-align:center}.testimonials-logos-text{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.testimonials-logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}@media (min-width:768px){.testimonials-logos-grid{gap:3rem}}.testimonials-logo{color:hsl(var(--muted-foreground)/.5);font-weight:600;font-size:1.125rem;transition:color .3s ease}.testimonials-logo:hover{color:hsl(var(--muted-foreground))}.pricing-section{padding:6rem 0;background:hsl(var(--surface-1));position:relative;overflow:hidden}.pricing-bg{position:absolute;inset:0;background:radial-gradient(ellipse 50% 50% at 50% 100%,hsl(var(--primary)/.08),transparent)}.pricing-container{position:relative;z-index:10;max-width:1200px}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-badge{color:hsl(var(--primary));font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;display:block}.pricing-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:hsl(var(--foreground))}@media (min-width:768px){.pricing-title{font-size:3rem}}.pricing-gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem;max-width:42rem;margin:0 auto}.pricing-billing-toggle{display:inline-flex;align-items:center;gap:.35rem;margin-top:2rem;padding:.25rem;border:1px solid hsl(var(--surface-4));border-radius:999px;background:hsl(var(--surface-2)/.9);box-shadow:0 10px 30px -18px hsl(var(--shadow-color)/.9)}.pricing-billing-option{display:inline-flex;align-items:center;justify-content:center;padding:.58rem 1rem;border:none;border-radius:999px;background:transparent;color:hsl(var(--muted-foreground));font-size:.9rem;font-weight:600;transition:all .2s ease;cursor:pointer}.pricing-billing-option:hover{color:hsl(var(--foreground))}.pricing-billing-option-active{background:hsl(var(--surface-1));color:hsl(var(--foreground));box-shadow:0 8px 24px -18px hsl(var(--shadow-color)/.95)}.pricing-card{position:relative;padding:2rem;border-radius:1rem;border:1px solid hsl(var(--surface-4));background:hsl(var(--background));height:100%}.pricing-card-popular{border-color:hsl(var(--primary));background:var(--gradient-card);box-shadow:var(--glow-primary)}.pricing-popular-badge{position:absolute;top:-1rem;left:50%;transform:translateX(-50%)}.pricing-popular-content{display:flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;background:var(--gradient-primary);color:hsl(var(--primary-foreground));font-size:.75rem;font-weight:600}.pricing-popular-icon{width:.75rem;height:.75rem}.pricing-card-header{margin-bottom:1.5rem}.pricing-plan-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.pricing-price-container{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.5rem}.pricing-price{font-size:2.25rem;font-weight:700;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-description,.pricing-period{color:hsl(var(--muted-foreground))}.pricing-description{font-size:.875rem;margin:0}.pricing-yearly-note{display:inline-flex;margin-bottom:.65rem;padding:.24rem .55rem;border-radius:999px;background:hsl(var(--primary)/.12);color:hsl(var(--primary));font-size:.72rem;font-weight:700}.pricing-features{list-style:none;padding:0;margin:0 0 2rem}.pricing-feature{display:flex;align-items:center;gap:.75rem;font-size:.875rem;margin-bottom:.75rem}.pricing-check-icon{width:1.25rem;height:1.25rem;border-radius:50%;background:hsl(var(--primary)/.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pricing-check{width:.75rem;height:.75rem;color:hsl(var(--primary))}.pricing-feature-text{color:hsl(var(--muted-foreground))}.pricing-cta{width:100%;padding:.875rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;transition:all .2s;cursor:pointer;border:none}.pricing-cta-popular{background:var(--gradient-primary);color:hsl(var(--primary-foreground));box-shadow:var(--glow-primary)}.pricing-cta-popular:hover{transform:scale(1.02);box-shadow:var(--glow-primary-strong)}.pricing-cta-outline{background:transparent;border:1px solid hsl(var(--surface-4));color:hsl(var(--foreground))}.pricing-cta-outline:hover{background:hsl(var(--surface-3));border-color:hsl(var(--primary)/.5)}@media (max-width:767px){.pricing-billing-toggle{width:100%;justify-content:center}.pricing-billing-option{flex:1 1;justify-content:center}}.faq-section{padding:6rem 0;background:hsl(var(--background))}.faq-header{text-align:center;margin-bottom:4rem}.faq-badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:hsl(var(--primary)/.1);color:hsl(var(--primary));font-size:.875rem;font-weight:500;margin-bottom:1rem}.faq-title{font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}@media (min-width:768px){.faq-title{font-size:2.25rem}}.faq-gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-subtitle{color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto}.faq-accordion-wrapper{max-width:48rem;margin:0 auto}.faq-accordion{--bs-accordion-bg:transparent;--bs-accordion-border-color:transparent;--bs-accordion-border-radius:0;gap:1rem}.faq-item{background:var(--gradient-card);border-radius:.75rem!important;border:1px solid hsl(var(--surface-4))!important;margin-bottom:1rem;transition:border-color .3s ease}.faq-item:has(.accordion-button:not(.collapsed)),.faq-item:hover{border-color:hsl(var(--primary)/.3)!important}.faq-header-item .accordion-button{background:transparent;border:none;color:hsl(var(--foreground));padding:1.25rem 1.5rem;font-weight:500;text-align:left;border-radius:.75rem;box-shadow:none;transition:color .3s ease}.faq-header-item .accordion-button:hover{color:hsl(var(--primary))}.faq-header-item .accordion-button:not(.collapsed){background:transparent;color:hsl(var(--primary));box-shadow:none}.faq-header-item .accordion-button:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d1d5db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transition:transform .3s ease;width:1.25rem;height:1.25rem}.faq-header-item .accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2322d3ee'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg);width:1.25rem;height:1.25rem}.faq-body{color:hsl(var(--muted-foreground));padding:0 1.5rem 1.25rem;background:transparent;border:none;line-height:1.6}.faq-body .accordion-body{padding:0}.blog-section{padding:6rem 0;background:hsl(var(--background));position:relative}.blog-header{display:flex;flex-direction:column;margin-bottom:3rem}@media (min-width:768px){.blog-header{flex-direction:row;align-items:end;justify-content:space-between}}.blog-badge{color:hsl(var(--primary));font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;display:block}.blog-title{font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin:0}@media (min-width:768px){.blog-title{font-size:3rem}}.blog-gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-view-all{text-decoration:none;margin-top:1.5rem}@media (min-width:768px){.blog-view-all{margin-top:0}}.blog-view-all-btn{background:transparent;border:1px solid hsl(var(--surface-4));color:hsl(var(--foreground));padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.blog-view-all-btn:hover{background:hsl(var(--surface-3));border-color:hsl(var(--primary)/.5);color:hsl(var(--foreground))}.blog-arrow-icon{width:1rem;height:1rem}.blog-card{cursor:pointer}.blog-card-link,.blog-card-link:hover{text-decoration:none;color:inherit}.blog-image-container{position:relative;overflow:hidden;border-radius:1rem;margin-bottom:1rem;aspect-ratio:3/2}.blog-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-image{transform:scale(1.1)}.blog-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--background)/.8),transparent);opacity:0;transition:opacity .3s ease}.blog-card:hover .blog-image-overlay{opacity:1}.blog-category-badge{position:absolute;top:1rem;left:1rem}.blog-category{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:hsl(var(--primary)/.9);color:hsl(var(--primary-foreground))}.blog-meta{gap:1rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.75rem}.blog-meta,.blog-meta-item{display:flex;align-items:center}.blog-meta-item{gap:.25rem}.blog-meta-icon{width:1rem;height:1rem}.preview-blog-post-title{font-size:3rem!important;line-height:3rem!important;font-weight:700!important;max-width:56rem;margin-bottom:1.5rem;color:hsl(var(--foreground));transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card:hover .preview-blog-post-title{color:hsl(var(--primary))}.blog-post-excerpt{margin:0}.footer{background:hsl(var(--surface-1));border-top:1px solid hsl(var(--surface-4))}.footer-container{padding:4rem 0}.footer-main{margin-bottom:3rem}.footer-brand{margin-bottom:2rem}@media (min-width:768px){.footer-brand{margin-bottom:0}}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo,.footer-logo:hover{text-decoration:none;color:inherit}.footer-logo-icon{width:2rem;height:2rem}.footer-logo-zap{width:1.25rem;height:1.25rem;color:hsl(var(--primary-foreground))}.footer-logo-text{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground))}.footer-logo-wordmark{width:auto;height:1.35rem}.footer-description{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1.5rem;max-width:20rem}.footer-social{display:flex;gap:.75rem}.footer-social-link{width:2.5rem;height:2.5rem;border-radius:.5rem;background:hsl(var(--surface-3));display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));text-decoration:none;transition:all .3s ease}.footer-social-link:hover{color:hsl(var(--primary));background:hsl(var(--primary)/.1);text-decoration:none}.footer-social-icon{width:1.25rem;height:1.25rem}.footer-heading{font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground));font-size:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-link{font-size:.875rem;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .3s ease}.footer-link:hover{color:hsl(var(--primary));text-decoration:none}.footer-bottom{padding-top:2rem;border-top:1px solid hsl(var(--surface-4));display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:768px){.footer-bottom{flex-direction:row}}.footer-built,.footer-copyright{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.reading-progress{position:fixed;top:0;left:0;right:0;z-index:50;height:4px;background:hsl(var(--background)/.5)}.reading-progress-bar{height:100%;background:var(--gradient-primary);transform-origin:left}.toc-sidebar{display:none;position:-webkit-sticky;position:sticky;top:6rem;width:16rem}@media (min-width:1200px){.toc-sidebar{display:block}}.toc-container{padding:1rem;border-radius:.75rem;background:hsl(var(--surface-1));border:1px solid hsl(var(--surface-4))}.toc-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.toc-icon{width:1rem;height:1rem;color:hsl(var(--primary))}.toc-nav{display:flex;flex-direction:column;gap:.5rem}.toc-item{display:block;width:100%;text-align:left;font-size:.875rem;padding:.25rem .5rem;border-radius:.25rem;transition:all .3s ease;background:none;border:none;cursor:pointer;color:hsl(var(--muted-foreground))}.toc-item:hover{color:hsl(var(--foreground));background:hsl(var(--surface-3))}.toc-item-active{color:hsl(var(--primary));background:hsl(var(--primary)/.1)}.newsletter-signup{margin:3rem 0;padding:1.5rem 2rem;border-radius:1rem;background:linear-gradient(135deg,hsl(var(--primary)/.1),hsl(var(--surface-1)),hsl(var(--surface-3)/.2));border:1px solid hsl(var(--primary)/.2)}.newsletter-content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}@media (min-width:768px){.newsletter-content{flex-direction:row;align-items:center}}.newsletter-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:.75rem;background:hsl(var(--primary)/.2);display:flex;align-items:center;justify-content:center}.newsletter-sparkles{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.newsletter-text{flex-grow:1}.newsletter-title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:hsl(var(--foreground))}.newsletter-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.newsletter-form{width:100%;display:flex;gap:.5rem}@media (min-width:768px){.newsletter-form{width:auto}}.newsletter-input-wrapper{position:relative;flex-grow:1}@media (min-width:768px){.newsletter-input-wrapper{width:16rem}}.newsletter-mail-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground))}.newsletter-input{width:100%;padding:.5rem .75rem .5rem 2.5rem;border-radius:.375rem;border:1px solid hsl(var(--surface-4));background:hsl(var(--background)/.5);color:hsl(var(--foreground));font-size:.875rem}.newsletter-input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.2)}.newsletter-input::placeholder{color:hsl(var(--muted-foreground))}.newsletter-btn{background:var(--gradient-primary);border:none;color:hsl(var(--primary-foreground));padding:.5rem 1rem;border-radius:.375rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.875rem}.newsletter-btn:hover{transform:scale(1.02);box-shadow:var(--glow-primary-strong)}.newsletter-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.blog-page{min-height:100vh;background:hsl(var(--background))}.blog-hero{padding-top:8rem;padding-bottom:4rem;background:var(--gradient-hero);position:relative}.blog-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,hsl(var(--primary)/.15),transparent)}.blog-hero-container{position:relative;z-index:10}.blog-back-link{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));text-decoration:none;margin-bottom:2rem;transition:color .3s ease}.blog-back-link:hover{color:hsl(var(--primary));text-decoration:none}.blog-back-icon{width:1rem;height:1rem}.blog-hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground))}@media (min-width:768px){.blog-hero-title{font-size:3.75rem}}.blog-hero-gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-hero-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:0}.blog-grid-section{padding:4rem 0}.blog-post-card{height:100%}.blog-post-link{display:block;height:100%}.blog-post-link,.blog-post-link:hover{text-decoration:none;color:inherit}.blog-post-image-container{position:relative;overflow:hidden;border-radius:1rem;margin-bottom:1rem;aspect-ratio:16/10}.blog-post-image{transition:transform .5s ease}.blog-post-card:hover .blog-post-image{transform:scale(1.1)}.blog-post-overlay{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--background)/.8),transparent);opacity:0;transition:opacity .3s ease}.blog-post-card:hover .blog-post-overlay{opacity:1}.blog-post-category-badge{position:absolute;top:1rem;left:1rem}.blog-post-category{background:hsl(var(--primary-strong))!important;color:hsl(var(--primary-foreground))!important}.blog-post-meta{gap:1rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.75rem!important}.blog-post-title{font-weight:600;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-card:hover .blog-post-title{color:hsl(var(--primary))}.blog-post-excerpt{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-author-avatar{width:2rem!important;height:2rem!important;border:1px solid transparent!important}.blog-post-author-name{font-size:.875rem;color:hsl(var(--muted-foreground))!important}.blog-post-page{min-height:100vh;background:hsl(var(--background))}.blog-not-found{padding-top:8rem;text-align:center}.blog-not-found-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground))}.blog-not-found-text{color:hsl(var(--muted-foreground));margin-bottom:2rem}.blog-not-found-link{text-decoration:none}.btn-hero{background:var(--gradient-primary);border:none;color:hsl(var(--primary-foreground));padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer}.blog-post-hero{padding-top:6rem;padding-bottom:2rem;position:relative}.blog-post-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,hsl(var(--primary)/.1),transparent)}.blog-post-hero-container{position:relative;z-index:10}.blog-post-back-link{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground));text-decoration:none;margin-bottom:2rem;transition:color .3s ease}.blog-post-back-link:hover{color:hsl(var(--primary));text-decoration:none}.blog-post-back-icon{width:1rem;height:1rem}.blog-post-category{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:hsl(var(--primary)/.2);color:hsl(var(--primary));margin-bottom:1rem;display:inline-block}.blog-post-title{font-size:1.125rem!important;line-height:1.75rem!important;font-weight:600!important;max-width:56rem!important;color:hsl(var(--foreground))}@media (min-width:768px){.blog-post-title{font-size:1.125rem!important;line-height:1.75rem!important}}.blog-post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem}.blog-post-author{display:flex;align-items:center;gap:.75rem}.blog-post-author-avatar{width:3rem!important;height:3rem!important;border-radius:50%;object-fit:cover;border:2px solid hsl(var(--primary)/.3)!important}.blog-post-author-name{font-weight:500;color:hsl(var(--foreground))!important;margin:0}.blog-post-author-role{margin:0}.blog-post-author-role,.blog-post-meta-info{font-size:.875rem;color:hsl(var(--muted-foreground))}.blog-post-meta-info{display:flex;align-items:center;gap:1rem}.blog-post-meta-item{display:flex;align-items:center;gap:.25rem}.blog-post-meta-icon{width:1rem;height:1rem}.blog-post-image-section{margin-bottom:3rem}.blog-post-featured-image{aspect-ratio:21/9;border-radius:1rem;overflow:hidden}.blog-post-image{width:100%;height:100%;object-fit:cover}.blog-post-content-wrapper{max-width:48rem;flex-grow:1}.blog-post-article{padding-bottom:4rem}.blog-post-article .d-flex{gap:2rem;justify-content:center}.blog-content{max-width:none;color:hsl(var(--muted-foreground));line-height:1.7}.blog-content h2{color:hsl(var(--foreground));font-weight:700;font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem}.blog-content h3{color:hsl(var(--primary));font-weight:600;font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.blog-content p{margin-bottom:1rem;line-height:1.6}.blog-content ul{margin:1rem 0;padding-left:1.5rem}.blog-content li{margin:.5rem 0}.blog-content strong{color:hsl(var(--foreground));font-weight:600}.blog-content a{color:hsl(var(--primary));text-decoration:none}.blog-content a:hover{text-decoration:underline}.blog-content blockquote{border-left:4px solid hsl(var(--primary));background:hsl(var(--primary)/.05);padding:1rem 1.5rem;border-radius:0 .75rem .75rem 0;margin:2rem 0;font-style:italic;color:hsl(var(--foreground)/.9)}.blog-content blockquote p{font-size:1.125rem;font-weight:500;margin:0}.blog-post-share{margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(var(--surface-4))}.blog-post-share-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}@media (min-width:576px){.blog-post-share-header{flex-direction:row;align-items:center}}.blog-post-share-label{display:flex;align-items:center;gap:.5rem;color:hsl(var(--muted-foreground))}.blog-post-share-icon{width:1.25rem;height:1.25rem}.blog-post-share-buttons{display:flex;gap:.5rem}.blog-post-share-btn{width:2.5rem;height:2.5rem;border-radius:50%;background:transparent;border:1px solid hsl(var(--surface-4));color:hsl(var(--foreground));display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.blog-post-share-btn:hover{background:hsl(var(--surface-3));border-color:hsl(var(--primary)/.5);color:hsl(var(--primary))}.blog-post-share-btn-icon{width:1rem;height:1rem}.blog-post-author-box{margin-top:2rem;padding:1.5rem;border-radius:1rem;background:var(--gradient-card);border:1px solid hsl(var(--surface-4))}.blog-post-author-box-content{display:flex;align-items:flex-start;gap:1rem}.blog-post-author-box-avatar{width:4rem;height:4rem;border-radius:50%;object-fit:cover;border:2px solid hsl(var(--primary)/.3)!important}.blog-post-author-box-name{font-weight:600;font-size:1.125rem;color:hsl(var(--foreground));margin:0}.blog-post-author-box-role{font-size:.875rem;color:hsl(var(--primary));margin:.25rem 0 .5rem}.blog-post-author-box-bio{color:hsl(var(--muted-foreground));font-size:.875rem;margin:0}.blog-post-related{padding:4rem 0;background:hsl(var(--surface-1));border-top:1px solid hsl(var(--surface-4))}.blog-post-related-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:hsl(var(--foreground))}.blog-post-related-card{display:block;text-decoration:none;color:inherit;transition:transform .3s ease}.blog-post-related-card:hover{text-decoration:none;color:inherit;transform:translateY(-4px)}.blog-post-related-image{position:relative;overflow:hidden;border-radius:.75rem;margin-bottom:1rem;aspect-ratio:16/10}.blog-post-related-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-post-related-card:hover .blog-post-related-img{transform:scale(1.1)}.blog-post-related-category{font-size:.75rem;color:hsl(var(--primary));font-weight:500}.blog-post-related-title-text{font-weight:600;margin-top:.25rem;color:hsl(var(--foreground));transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-related-card:hover .blog-post-related-title-text{color:hsl(var(--primary))}.checkout-section{position:relative;overflow:hidden;background:hsl(var(--background))}.checkout-bg{position:absolute;inset:0;background:radial-gradient(ellipse 50% 50% at 50% 100%,hsl(var(--primary)/.08),transparent);pointer-events:none}.checkout-page{position:relative;z-index:10;min-height:100vh}.checkout-header{border-bottom:1px solid hsl(var(--border))}.checkout-header-container{margin:0 auto!important;padding-top:1rem;padding-bottom:1rem}.checkout-back-btn{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--foreground));text-decoration:none;padding:.4rem .65rem;border-radius:.5rem}.checkout-back-btn:active,.checkout-back-btn:focus,.checkout-back-btn:hover{color:hsl(var(--foreground));background:hsl(var(--secondary));text-decoration:none}.checkout-main{padding:3rem 0}.checkout-container{max-width:1200px}.checkout-content{max-width:1024px}.checkout-hero{text-align:center;margin-bottom:3rem}.checkout-title{margin:0 0 1rem;font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;color:hsl(var(--foreground))}.checkout-subtitle{margin:0;font-size:1.125rem;color:hsl(var(--muted-foreground))}.checkout-left-col{display:flex;flex-direction:column;gap:1.5rem}.checkout-card{border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));border-radius:var(--radius)}.checkout-card-title{margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.checkout-card-description{color:hsl(var(--muted-foreground))}.checkout-card-heading-wrap{margin-bottom:1rem}.checkout-primary-icon{color:hsl(var(--primary))}.checkout-label{margin-bottom:.5rem;color:hsl(var(--foreground))}.checkout-input{border-color:hsl(var(--input))}.checkout-input,.checkout-input:focus{background:hsl(var(--background));color:hsl(var(--foreground))}.checkout-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 .2rem hsl(var(--primary)/.18)}.checkout-input::placeholder{color:hsl(var(--muted-foreground))}.checkout-payment-option{display:flex;align-items:center;margin:0;padding:.9rem 1rem;border:1px solid hsl(var(--border));border-radius:.7rem;transition:border-color .2s ease,background-color .2s ease;cursor:pointer}.checkout-payment-option.form-check{min-height:0;padding-left:1rem}.checkout-payment-option .form-check-input{position:static;margin-top:0;margin-right:1rem;margin-left:0;float:none;flex-shrink:0;width:1.1rem;height:1.1rem;border-width:1.5px;border-radius:999px;border-color:hsl(var(--muted-foreground));background-color:transparent;box-shadow:none}.checkout-payment-option .form-check-input:checked{background-color:hsl(var(--background));background-image:radial-gradient(circle,hsl(var(--primary)) 0 38%,transparent 40%);border-color:hsl(var(--primary));box-shadow:0 0 0 1px hsl(var(--primary)/.3)}.checkout-payment-option .form-check-label{width:100%;cursor:pointer}.checkout-payment-option:hover{border-color:hsl(var(--muted-foreground)/.5)}.checkout-payment-option.is-selected{border-color:hsl(var(--primary));background:hsl(var(--primary)/.06)}.checkout-payment-content{display:flex;align-items:center;gap:.95rem}.checkout-payment-emoji{font-size:1.5rem;line-height:1}.checkout-payment-copy{display:flex;flex:1 1;flex-direction:column;gap:.1rem;line-height:1.2}.checkout-payment-name{color:hsl(var(--foreground));font-size:1rem;font-weight:500}.checkout-payment-description{color:hsl(var(--muted-foreground));font-size:.875rem}.checkout-payment-check{width:1.25rem;height:1.25rem;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-security{display:flex;align-items:center;justify-content:center;gap:.5rem;color:hsl(var(--muted-foreground));font-size:.875rem}.checkout-summary-card{position:-webkit-sticky;position:sticky;top:1.5rem}.checkout-plan-box{border-radius:.7rem;padding:1rem;background:hsl(var(--secondary)/.5);margin-bottom:1.5rem}.checkout-plan-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.checkout-plan-title{margin:0 0 .25rem;color:hsl(var(--foreground));font-size:1rem;font-weight:600}.checkout-price{font-size:1.5rem;font-weight:700}.checkout-price-period{color:hsl(var(--muted-foreground));font-size:.875rem}.checkout-includes{margin-bottom:1.5rem}.checkout-muted-title{margin:0 0 .75rem;color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500}.checkout-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.checkout-feature-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.checkout-feature-icon{width:1rem;height:1rem;border-radius:50%;background:hsl(var(--primary)/.1);color:hsl(var(--primary));display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-muted{color:hsl(var(--muted-foreground));font-size:.875rem}.checkout-total-wrap{border-top:1px solid hsl(var(--border));padding-top:1rem}.checkout-total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.checkout-total-label{color:hsl(var(--foreground));font-weight:500}.checkout-total-value{color:hsl(var(--foreground));font-size:1.25rem;font-weight:700}.checkout-total-period{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:400}.checkout-pay-btn{width:100%;border:0;font-weight:500;min-height:3rem}.checkout-pay-btn,.checkout-pay-btn:active,.checkout-pay-btn:disabled,.checkout-pay-btn:focus,.checkout-pay-btn:hover{background:var(--gradient-primary);color:hsl(var(--primary-foreground))}.checkout-pay-btn:hover{transform:translateY(-1px)}.checkout-footnote{margin:1rem 0 0;text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground))}.checkout-toast-wrap{z-index:1200}@media (max-width:991.98px){.checkout-summary-card{position:static}}