.hero-section{background-image:url(/hero_image.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.hero-section:before{content:"";background:linear-gradient(#0000004d,#00000080);position:absolute;inset:0}.hero-section>.container{z-index:1;position:relative}.hero-headline{letter-spacing:-.02em;color:#fff;font-size:4rem;font-weight:700;line-height:1.1}.text-with-shadow{filter:drop-shadow(0 2px 4px #00000080)}.hero-subtitle{color:#fff;font-size:1.25rem;line-height:1.6}.section-title{text-align:center;letter-spacing:-.02em;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--muted-foreground);text-align:center;max-width:600px;margin:0 auto;font-size:1.125rem}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.feature-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.feature-icon{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;display:flex}.feature-icon-purple{color:#fff;background:linear-gradient(135deg,#8d92f9 0%,#638fd8 100%);background:linear-gradient(135deg,lab(63.4867% 18.195 -53.041) 0%,lab(58.6334% .6136 -42.6155) 100%)}.feature-icon-blue{color:#fff;background:linear-gradient(135deg,#25afd2 0%,#2ba1a7 100%);background:linear-gradient(135deg,lab(65.7976% -27.431 -28.2895) 0%,lab(60.369% -31.3298 -12.8783) 100%)}.feature-icon-pink{color:#fff;background:linear-gradient(135deg,#da76bb 0%,#af76bc 100%);background:linear-gradient(135deg,lab(63.0826% 46.4749 -18.6763) 0%,lab(57.6613% 32.1399 -28.0748) 100%)}.feature-icon-teal{color:#fff;background:linear-gradient(135deg,#5cc3b0 0%,#71ae8d 100%);background:linear-gradient(135deg,lab(72.255% -34.7319 -.273669) 0%,lab(66.2697% -26.1098 10.322) 100%)}.step-container{justify-content:space-between;gap:1rem;margin:4rem 0;display:flex;position:relative}.step-line{background:linear-gradient(90deg,var(--primary)0%,var(--accent)100%);opacity:.2;border-radius:1px;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.step{text-align:center;z-index:1;flex-direction:column;align-items:center;width:20%;padding:0 1rem;display:flex}.step-number{border-radius:var(--radius-xl);background:var(--gradient-primary);width:56px;height:56px;color:var(--primary-foreground);justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 16px #0000001a}.step-text{color:var(--foreground);margin-bottom:.25rem;font-weight:600}.step-description{color:var(--muted-foreground);font-size:.875rem}.value-list{margin:0;padding:0;list-style:none}.value-list li{color:var(--foreground);align-items:center;gap:.75rem;padding:.75rem 0;font-size:1.125rem;display:flex}.value-list li:before{content:"✓";background:var(--success);width:24px;height:24px;color:var(--success-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.cta-section{background:var(--gradient-primary);border-radius:var(--radius-2xl);text-align:center;padding:4rem 2rem;box-shadow:0 16px 48px #0000001a}.cta-title{color:var(--primary-foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-subtitle{color:var(--primary-foreground);opacity:.9;margin-bottom:2rem;font-size:1.125rem}.floating{animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.problem-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.problem-card:hover{border-color:var(--destructive);transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.problem-icon{border-radius:var(--radius-lg);background:var(--destructive);width:48px;height:48px;color:var(--destructive-foreground);justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;display:flex}.badge-new{color:#000;background:#fff;border-radius:9999px;align-items:center;gap:.25rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.stats-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;padding:2rem;box-shadow:0 2px 8px #0000000a}.stats-number{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.stats-label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.footer-link{color:var(--muted-foreground);transition:color .2s}.footer-link:hover{color:var(--foreground)}@media (max-width:768px){.hero-headline{font-size:3rem}.section-title{font-size:2rem}.step-container{flex-direction:column;align-items:center;gap:2rem}.step{width:100%;margin-bottom:0}.step-line{display:none}.cta-section{padding:3rem 1.5rem}.cta-title{font-size:2rem}.feature-card,.problem-card{padding:1.5rem}}@media (max-width:480px){.hero-headline,.stats-number{font-size:2.5rem}.stats-card{padding:1.5rem}.hero-subtitle{font-size:1.1rem}}
