.hero.svelte-eiw1qy{min-height:40vh;position:relative;overflow:hidden;background:var(--bg-primary);transition:background-color .15s ease}.hero-image.svelte-eiw1qy{width:400px;background:var(--bg-elevated);padding:1rem;border-radius:4px;box-shadow:0 4px 12px hsl(var(--shadow-color) / var(--shadow-strength));transform:rotate(-2deg);transition:transform .3s ease,background-color .15s ease,box-shadow .15s ease,filter .15s ease}[data-theme=dark] .hero-image.svelte-eiw1qy{filter:brightness(1.05) contrast(1.05)}.decorative-layer.svelte-eiw1qy{position:absolute;inset:0;pointer-events:none;overflow:hidden}.floating-brick.svelte-eiw1qy{position:absolute;border-radius:var(--radius-2);box-shadow:0 2px 4px hsl(var(--shadow-color) / calc(var(--shadow-strength) * .5));opacity:.2;transition:box-shadow .15s ease}[data-theme=dark] .floating-brick.svelte-eiw1qy{opacity:.35}.brick-stud.svelte-eiw1qy{position:absolute;top:var(--size-1);left:50%;transform:translate(-50%);width:var(--size-3);height:var(--size-3);border-radius:var(--radius-round);opacity:.8;box-shadow:inset 0 -2px 4px #0000004d,inset 0 2px 4px #ffffff4d}.container.svelte-eiw1qy{max-width:1200px;margin-inline:auto;padding:var(--size-8) var(--size-4)}@media(min-width:768px){.container.svelte-eiw1qy{padding:var(--size-11) var(--size-4)}}.grid-layout.svelte-eiw1qy{display:grid;gap:var(--size-8);align-items:center}@media(min-width:1024px){.grid-layout.svelte-eiw1qy{grid-template-columns:1fr 1fr;gap:var(--size-10)}}.content.svelte-eiw1qy{display:flex;flex-direction:column;gap:var(--size-6);text-align:center}@media(min-width:1024px){.content.svelte-eiw1qy{text-align:left}}.color-dots.svelte-eiw1qy{display:flex;gap:var(--size-2);justify-content:center}@media(min-width:1024px){.color-dots.svelte-eiw1qy{justify-content:flex-start}}.dot.svelte-eiw1qy{width:var(--size-3);height:var(--size-3);border-radius:var(--radius-round)}.headline.svelte-eiw1qy{font-size:var(--font-size-fluid-3);font-weight:var(--font-weight-8);line-height:var(--font-lineheight-1);color:var(--text-primary);text-wrap:balance;transition:color .15s ease}.brand-name.svelte-eiw1qy{background:linear-gradient(to right,var(--lego-red),var(--lego-yellow),var(--lego-green),var(--lego-blue),var(--lego-orange));-webkit-background-clip:text;background-clip:text;color:transparent}.accent-text.svelte-eiw1qy{color:var(--lego-blue)}.subtitle.svelte-eiw1qy{font-size:var(--font-size-fluid-1);color:var(--text-secondary);max-width:36rem;margin-inline:auto;text-wrap:pretty;transition:color .15s ease}@media(min-width:1024px){.subtitle.svelte-eiw1qy{margin-inline:0}}.cta-wrapper.svelte-eiw1qy{display:flex;justify-content:center}@media(min-width:1024px){.cta-wrapper.svelte-eiw1qy{justify-content:flex-start}}.cta-button.svelte-eiw1qy{background-color:var(--lego-red);color:#fff;font-weight:var(--font-weight-6);font-size:var(--font-size-2);padding:var(--size-3) var(--size-6);border-radius:var(--radius-2);border:none;cursor:pointer;box-shadow:var(--shadow-3);transition:transform .2s var(--ease-out-3),box-shadow .2s var(--ease-out-3)}.cta-button.svelte-eiw1qy:hover{transform:translateY(-2px);box-shadow:var(--shadow-4)}.color-bar.svelte-eiw1qy{position:absolute;bottom:0;left:0;right:0;height:var(--size-1);display:flex}.color-bar.svelte-eiw1qy>div:where(.svelte-eiw1qy){flex:1}.features.svelte-16ayyef{padding:4rem 1.5rem;background:linear-gradient(to bottom,var(--bg-primary) 0%,var(--bg-secondary) 100%);transition:background .15s ease;position:relative}.features-container.svelte-16ayyef{max-width:1200px;margin:0 auto}.features-grid.svelte-16ayyef{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.feature-card.svelte-16ayyef{background:var(--bg-elevated);padding:2rem 1.5rem;border-radius:8px;text-align:center;box-shadow:0 2px 8px hsl(var(--shadow-color) / var(--shadow-strength));border:1px solid var(--border-primary);transition:transform .2s ease,box-shadow .2s ease,background-color .15s ease,border-color .15s ease}.feature-card.svelte-16ayyef:hover{transform:translateY(-4px);box-shadow:0 4px 16px hsl(var(--shadow-color) / calc(var(--shadow-strength) * 1.5));border-color:var(--border-hover)}.feature-icon.svelte-16ayyef{display:flex;justify-content:center;margin-bottom:1rem}.feature-icon.svelte-16ayyef img:where(.svelte-16ayyef){width:64px;height:64px;object-fit:contain}.feature-title.svelte-16ayyef{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.3;transition:color .15s ease}.feature-description.svelte-16ayyef{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0;transition:color .15s ease}@media(max-width:968px){.features-grid.svelte-16ayyef{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.features.svelte-16ayyef{padding:3rem 1rem}.features-grid.svelte-16ayyef{grid-template-columns:1fr;gap:1.5rem}}.color-bar.svelte-16ayyef{position:absolute;bottom:0;left:0;right:0;height:var(--size-1);display:flex}.color-bar.svelte-16ayyef>div:where(.svelte-16ayyef){flex:1}.how-it-works.svelte-12muysn{padding:4rem 1.5rem;background:var(--bg-secondary)}.how-it-works-container.svelte-12muysn{max-width:1400px;margin:0 auto}.steps-wrapper.svelte-12muysn{display:flex;align-items:center;justify-content:center;gap:1rem}.step-card.svelte-12muysn{flex:1;min-height:280px;padding:2rem 1.5rem;border-radius:12px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px hsl(var(--shadow-color) / var(--shadow-strength));transition:box-shadow .15s ease}.step-badge.svelte-12muysn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:900;margin-bottom:1rem}.step-title.svelte-12muysn{font-size:1.75rem;font-weight:900;color:#fff;text-shadow:-1px -1px 0 rgba(0,0,0,.5),1px -1px 0 rgba(0,0,0,.5),-1px 1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(0,0,0,.5);margin-bottom:.5rem;line-height:1.2}.step-subtitle.svelte-12muysn{font-size:1rem;color:#fff;text-shadow:-1px -1px 0 rgba(0,0,0,.5),1px -1px 0 rgba(0,0,0,.5),-1px 1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(0,0,0,.5);margin-bottom:1.5rem;font-weight:500}.step-illustration.svelte-12muysn{flex:1;display:flex;align-items:center;justify-content:center;font-size:5rem;margin-top:auto}.illustration-upload.svelte-12muysn img:where(.svelte-12muysn){width:100%;max-width:120px;height:auto;object-fit:contain;border-radius:8px;transition:filter .15s ease}[data-theme=dark] .illustration-upload.svelte-12muysn img:where(.svelte-12muysn),[data-theme=dark] .illustration-customize.svelte-12muysn img:where(.svelte-12muysn),[data-theme=dark] .illustration-convert.svelte-12muysn img:where(.svelte-12muysn){filter:brightness(1.1) contrast(1.1)}.illustration-customize.svelte-12muysn img:where(.svelte-12muysn){width:100%;max-width:150px;height:auto;object-fit:contain;border-radius:8px;transition:filter .15s ease}.illustration-convert.svelte-12muysn img:where(.svelte-12muysn){width:100%;max-width:120px;height:auto;object-fit:contain;border-radius:8px;transition:filter .15s ease}.arrow.svelte-12muysn{font-size:3rem;color:var(--text-secondary);font-weight:700;flex-shrink:0;transition:color .15s ease}@media(max-width:968px){.steps-wrapper.svelte-12muysn{flex-direction:column}.arrow.svelte-12muysn{transform:rotate(90deg);font-size:2.5rem}.step-card.svelte-12muysn{width:100%;max-width:500px;min-height:200px}}@media(max-width:640px){.how-it-works.svelte-12muysn{padding:3rem 1rem}.step-badge.svelte-12muysn{width:50px;height:50px;font-size:1.5rem}.step-title.svelte-12muysn{font-size:1.5rem}.step-subtitle.svelte-12muysn{font-size:.9rem}.step-illustration.svelte-12muysn{font-size:4rem}.illustration-upload.svelte-12muysn img:where(.svelte-12muysn){max-width:100px}.illustration-customize.svelte-12muysn img:where(.svelte-12muysn){max-width:180px}}.footer.svelte-cfln17{background:linear-gradient(to bottom,#2c2c2c,#1a1a1a);color:#e0e0e0;padding:3rem 1.5rem 1.5rem}.footer-container.svelte-cfln17{max-width:1200px;margin:0 auto}.footer-content.svelte-cfln17{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #444}.footer-section.svelte-cfln17{display:flex;flex-direction:column}.footer-brand.svelte-cfln17{max-width:300px}.brand-name.svelte-cfln17{background:linear-gradient(to right,var(--lego-red),var(--lego-yellow),var(--lego-green),var(--lego-blue),var(--lego-orange));-webkit-background-clip:text;background-clip:text;color:transparent}.brand-tagline.svelte-cfln17{font-size:.9rem;color:#b0b0b0;margin-bottom:1.5rem;line-height:1.5}.footer-heading.svelte-cfln17{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-bottom.svelte-cfln17{text-align:center;padding-top:1rem}.copyright.svelte-cfln17{font-size:.875rem;color:#888;margin:0}@media(max-width:968px){.footer-content.svelte-cfln17{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand.svelte-cfln17{grid-column:1 / -1;max-width:100%}}@media(max-width:640px){.footer.svelte-cfln17{padding:2rem 1rem 1rem}.footer-content.svelte-cfln17{grid-template-columns:1fr;gap:2rem}.footer-brand.svelte-cfln17{grid-column:1;text-align:center}.footer-section.svelte-cfln17{text-align:center}}
