.landing-body{background-color:hsl(var(--background));color:hsl(var(--foreground));min-height:100vh}.landing-header{justify-content:space-between;padding:1rem 2rem;background:rgba(255,255,255,.5);backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border));position:sticky;top:0;z-index:50}.landing-header,.logo{display:flex;align-items:center}.logo{gap:.5rem;font-size:1.5rem;font-weight:700;color:hsl(var(--primary))}.logo-icon{width:28px;height:28px}.landing-nav{display:none}@media (min-width:768px){.landing-nav{display:flex;gap:2rem;font-weight:500}.landing-nav a:hover{color:hsl(var(--primary));transition:color .2s}}.landing-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.hero-section{text-align:center;padding:4rem 0}.hero-content{max-width:800px;margin:0 auto}.hero-badge{margin-bottom:1rem}.main-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight-text{color:hsl(var(--primary))}.subtitle{font-size:clamp(1.1rem,2vw,1.25rem);color:hsl(var(--muted-foreground));max-width:600px;margin:0 auto 2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-image-wrapper{margin-top:4rem;padding:0 1rem}.hero-image{border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid hsl(var(--border));background-color:hsl(var(--muted))}.comparison-section,.cta-section,.delivery-section,.features-section,.modules-section{padding:6rem 0}.section-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:.5rem}.section-subtitle{font-size:clamp(1rem,2vw,1.15rem);color:hsl(var(--muted-foreground));text-align:center;max-width:600px;margin:0 auto 3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-item{background-color:hsl(var(--card));padding:1.5rem;border-radius:.75rem;border:1px solid hsl(var(--border));display:flex;gap:1rem;align-items:flex-start}.feature-icon-wrapper{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));padding:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-icon{width:24px;height:24px}.feature-title{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.feature-description{font-size:.9rem;color:hsl(var(--muted-foreground));line-height:1.5}.delivery-section{background-color:hsl(var(--muted))}.delivery-steps-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:900px;margin:0 auto}@media (min-width:768px){.delivery-step:nth-child(2){flex-direction:row-reverse}}.delivery-step{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width:768px){.delivery-step{flex-direction:row;gap:3rem}}.delivery-image-wrapper{flex:1;min-width:0;border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px -10px rgba(0,0,0,.1)}.delivery-image{width:100%;height:auto;display:block}.delivery-content{flex:1}.step-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));padding:.25rem .75rem;border-radius:9999px;font-weight:600;font-size:.8rem;margin-bottom:1rem}.step-icon{width:14px;height:14px}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.step-description{color:hsl(var(--muted-foreground));line-height:1.6}.comparison-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width:1024px){.comparison-grid{grid-template-columns:1fr 1fr;gap:3rem}}.comparison-column{border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem}.chaos-column{background-color:hsl(var(--muted))}.clarity-column{background-color:hsl(var(--card));border-color:hsl(var(--primary));box-shadow:0 10px 30px -10px hsl(var(--primary)/.2)}.comparison-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.chaos-image-wrapper{border-radius:.75rem;overflow:hidden;margin-bottom:1.5rem;border:1px solid hsl(var(--border))}.comparison-image{display:block;width:100%}.clarity-image-wrapper .hero-image{box-shadow:none;border:none}.comparison-list{list-style-type:none;padding:0;margin:1.5rem 0 0;space-y:.75rem}.comparison-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5}.list-icon-check{color:hsl(var(--primary))}.list-icon-check,.list-icon-x{width:20px;height:20px;flex-shrink:0;margin-top:1px}.list-icon-x{color:hsl(var(--destructive))}.modules-section{background-color:hsl(var(--background))}.modules-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:900px;margin:0 auto}.module-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:hsl(var(--card));padding:.5rem 1rem;border-radius:9999px;border:1px solid hsl(var(--border));font-weight:500;font-size:.9rem;transition:all .2s}.module-badge:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.05)}.module-icon{width:16px;height:16px;color:hsl(var(--primary))}.cta-section{text-align:center}.cta-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem}.cta-subtitle{font-size:clamp(1rem,2vw,1.15rem);max-width:600px;margin:0 auto 1.5rem}.cta-subtitle,.landing-footer{color:hsl(var(--muted-foreground))}.landing-footer{border-top:1px solid hsl(var(--border));padding:2rem 1rem;text-align:center;font-size:.9rem}