.landing-page.svelte-r57c34{display:flex;flex-direction:column;gap:5rem;padding:0 1rem;overflow-x:hidden}.hero.svelte-r57c34{display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center;min-height:80vh;padding:4rem 0 6rem;position:relative;overflow:hidden}.hero-backdrop.svelte-r57c34{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}.backdrop-shape.svelte-r57c34{position:absolute;border-radius:50%;filter:blur(70px);opacity:.6}.shape-1.svelte-r57c34{width:500px;height:500px;background:#3498db26;top:-100px;left:-200px}.shape-2.svelte-r57c34{width:400px;height:400px;background:#9b59b61a;top:10%;right:-150px}.shape-3.svelte-r57c34{width:600px;height:600px;background:#2ecc711a;bottom:-200px;left:30%;transform:translate(-50%)}.logo-container.svelte-r57c34{display:flex;justify-content:center;margin-bottom:1.5rem}.logo-icon.svelte-r57c34{width:120px;height:120px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:24px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #3498db4d}.logo-icon.svelte-r57c34:before{content:"";position:absolute;width:70px;height:70px;background:#fff;border-radius:15px}.logo-icon.svelte-r57c34:after{content:"A";position:absolute;font-family:sans-serif;font-size:48px;font-weight:700;color:var(--primary-color)}@media (max-width: 992px){.hero.svelte-r57c34{min-height:auto;padding:4rem 0 8rem}.logo-icon.svelte-r57c34{width:100px;height:100px}.logo-icon.svelte-r57c34:before{width:60px;height:60px}.logo-icon.svelte-r57c34:after{font-size:40px}}.hero-content.svelte-r57c34{display:flex;flex-direction:column;gap:1.8rem;max-width:800px;position:relative;z-index:2}.hero.svelte-r57c34 h1:where(.svelte-r57c34){font-size:5rem;font-weight:800;margin:0;line-height:1;letter-spacing:-.02em;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color) 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media (max-width: 768px){.hero.svelte-r57c34 h1:where(.svelte-r57c34){font-size:3.5rem}}.tagline.svelte-r57c34{font-size:1.8rem;font-weight:600;color:var(--text-color);margin:0}.description.svelte-r57c34{font-size:1.3rem;line-height:1.7;color:var(--light-text-color);margin:0;max-width:600px;align-self:center}.cta-buttons.svelte-r57c34{display:flex;gap:1.2rem;margin-top:1rem;justify-content:center}@media (max-width: 576px){.cta-buttons.svelte-r57c34{flex-direction:column;width:100%;max-width:300px;margin:1rem auto 0}}.primary-button.svelte-r57c34{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #3498db4d;display:inline-block;text-align:center;position:relative;overflow:hidden}.primary-button.svelte-r57c34:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#fff3,#ffffff0d);opacity:0;transition:opacity .3s}.primary-button.svelte-r57c34:hover{transform:translateY(-3px);box-shadow:0 10px 25px #3498db80}.primary-button.svelte-r57c34:hover:after{opacity:1}.secondary-button.svelte-r57c34{background:transparent;color:var(--primary-color);padding:1rem 2rem;border-radius:50px;border:2px solid var(--primary-color);font-weight:600;font-size:1.1rem;text-decoration:none;transition:background-color .3s,color .3s,transform .3s;display:inline-block;text-align:center}.secondary-button.svelte-r57c34:hover{background-color:#3498db1a;transform:translateY(-3px)}.features.svelte-r57c34{display:flex;flex-direction:column;gap:3rem;padding:1rem 0;position:relative}.features.svelte-r57c34 h2:where(.svelte-r57c34),.benefits.svelte-r57c34 h2:where(.svelte-r57c34),.get-started.svelte-r57c34 h2:where(.svelte-r57c34){text-align:center;font-size:2.8rem;color:var(--text-color);margin:0;position:relative;padding-bottom:1.5rem}.features.svelte-r57c34 h2:where(.svelte-r57c34):after,.benefits.svelte-r57c34 h2:where(.svelte-r57c34):after,.get-started.svelte-r57c34 h2:where(.svelte-r57c34):after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));border-radius:2px}.features-grid.svelte-r57c34{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}@media (max-width: 992px){.features-grid.svelte-r57c34{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.features-grid.svelte-r57c34{grid-template-columns:1fr}}.feature-card.svelte-r57c34{background-color:var(--card-background);border-radius:16px;box-shadow:0 10px 30px #0000000d;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;gap:1.2rem;height:100%;border-top:5px solid transparent;position:relative;overflow:hidden}.feature-card.svelte-r57c34:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(255,255,255,.8),transparent);opacity:0;transition:opacity .3s;z-index:0}.feature-card.svelte-r57c34>:where(.svelte-r57c34){position:relative;z-index:1}.feature-card.svelte-r57c34:nth-child(1){border-top-color:var(--primary-color)}.feature-card.svelte-r57c34:nth-child(2){border-top-color:var(--accent-color-1)}.feature-card.svelte-r57c34:nth-child(3){border-top-color:var(--accent-color-2)}.feature-card.svelte-r57c34:nth-child(4){border-top-color:var(--accent-color-3)}.feature-card.svelte-r57c34:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-card.svelte-r57c34:hover:before{opacity:.3}.feature-icon.svelte-r57c34{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;position:relative}.feature-icon.svelte-r57c34 svg:where(.svelte-r57c34){width:35px;height:35px;stroke:#fff}.feature-icon.svelte-r57c34:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit;opacity:.2;filter:blur(10px);z-index:-1;transform:scale(1.2)}.sorting-icon.svelte-r57c34{background:linear-gradient(45deg,var(--primary-color),#2980b9)}.graph-icon.svelte-r57c34{background:linear-gradient(45deg,var(--accent-color-1),#c0392b)}.tree-icon.svelte-r57c34{background:linear-gradient(45deg,var(--accent-color-2),#27ae60)}.search-icon.svelte-r57c34{background:linear-gradient(45deg,var(--accent-color-3),#9b59b6)}.feature-card.svelte-r57c34 h3:where(.svelte-r57c34){margin:0;font-size:1.6rem;color:var(--text-color)}.feature-card.svelte-r57c34 p:where(.svelte-r57c34){margin:0;color:var(--light-text-color);line-height:1.7;flex-grow:1;font-size:1.1rem}.feature-link.svelte-r57c34{color:var(--primary-color);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;margin-top:1rem;font-size:1.1rem;transition:transform .2s;position:relative}.feature-link.svelte-r57c34:after{content:"→";margin-left:.5rem;transition:transform .2s}.feature-link.svelte-r57c34:hover:after{transform:translate(5px)}.benefits.svelte-r57c34{display:flex;flex-direction:column;gap:3rem;padding:1rem 0;position:relative}.benefits.svelte-r57c34:before{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(52,152,219,.05),transparent 70%),radial-gradient(circle at 20% 80%,rgba(46,204,113,.05),transparent 70%);z-index:-1}.benefits-container.svelte-r57c34{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.benefit-item.svelte-r57c34{background-color:#fff;border-radius:12px;padding:2rem;border-left:5px solid var(--primary-color);transition:transform .3s,box-shadow .3s;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden}.benefit-icon.svelte-r57c34{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#3498db1a}.benefit-icon.svelte-r57c34 svg:where(.svelte-r57c34){width:28px;height:28px;stroke:var(--primary-color)}.benefit-item.svelte-r57c34:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.benefit-item.svelte-r57c34:after{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(255,255,255,.8),transparent 70%);opacity:0;transition:opacity .3s;z-index:0}.benefit-item.svelte-r57c34:hover:after{opacity:.5}.benefit-item.svelte-r57c34:nth-child(1){border-left-color:var(--primary-color)}.benefit-item.svelte-r57c34:nth-child(1) .benefit-icon:where(.svelte-r57c34){background:#3498db1a}.benefit-item.svelte-r57c34:nth-child(1) .benefit-icon:where(.svelte-r57c34) svg:where(.svelte-r57c34){stroke:var(--primary-color)}.benefit-item.svelte-r57c34:nth-child(2){border-left-color:var(--accent-color-1)}.benefit-item.svelte-r57c34:nth-child(2) .benefit-icon:where(.svelte-r57c34){background:#e74c3c1a}.benefit-item.svelte-r57c34:nth-child(2) .benefit-icon:where(.svelte-r57c34) svg:where(.svelte-r57c34){stroke:var(--accent-color-1)}.benefit-item.svelte-r57c34:nth-child(3){border-left-color:var(--accent-color-2)}.benefit-item.svelte-r57c34:nth-child(3) .benefit-icon:where(.svelte-r57c34){background:#2ecc711a}.benefit-item.svelte-r57c34:nth-child(3) .benefit-icon:where(.svelte-r57c34) svg:where(.svelte-r57c34){stroke:var(--accent-color-2)}.benefit-item.svelte-r57c34:nth-child(4){border-left-color:var(--accent-color-3)}.benefit-item.svelte-r57c34:nth-child(4) .benefit-icon:where(.svelte-r57c34){background:#9b59b61a}.benefit-item.svelte-r57c34:nth-child(4) .benefit-icon:where(.svelte-r57c34) svg:where(.svelte-r57c34){stroke:var(--accent-color-3)}.benefit-item.svelte-r57c34 h3:where(.svelte-r57c34){margin:0;color:var(--text-color);font-size:1.4rem;position:relative;z-index:1}.benefit-item.svelte-r57c34 p:where(.svelte-r57c34){margin:0;color:var(--light-text-color);line-height:1.7;font-size:1.1rem;position:relative;z-index:1}.get-started.svelte-r57c34{text-align:center;background:linear-gradient(135deg,#f8fafc,#edf2f7);padding:4rem 2rem;border-radius:16px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:0 10px 30px #0000000d;margin-bottom:2rem;position:relative;overflow:hidden}.decorative-pattern.svelte-r57c34{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.4;background-image:radial-gradient(circle at 25% 25%,var(--primary-color) 1px,transparent 1px),radial-gradient(circle at 75% 75%,var(--primary-color) 1px,transparent 1px);background-size:40px 40px}.get-started-content.svelte-r57c34{position:relative;z-index:1;max-width:600px}.get-started.svelte-r57c34 p:where(.svelte-r57c34){margin:1.5rem 0;color:var(--light-text-color);font-size:1.3rem;line-height:1.7}.get-started.svelte-r57c34 .primary-button:where(.svelte-r57c34){margin-top:1rem;min-width:200px}
