.icon-list.svelte-ftjkij{margin-top:2.5rem;margin-bottom:2.5rem;max-width:640px}.icon-list-title.svelte-ftjkij{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:var(--fg, var(--ink, #17150f));font-family:var(--font-display),"Fraunces",Georgia,serif}.icon-list-body.svelte-ftjkij{display:flex;flex-direction:column;gap:1.1rem}.icon-list-row.svelte-ftjkij{display:flex;align-items:center;gap:1rem}.icon-list-icon.svelte-ftjkij{flex-shrink:0;width:44px;height:44px;border-radius:12px;background-color:var(--surface, var(--white, #ffffff));border:1px solid var(--border, var(--hairline, rgba(22, 19, 14, .12)));color:var(--accent, var(--indigo, #4650e6));display:flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease}.icon-list-icon.svelte-ftjkij svg,.icon-list-icon.svelte-ftjkij i{width:20px;height:20px}.icon-list-text.svelte-ftjkij{margin:0!important;font-size:.95rem;color:var(--muted, #756f5e);line-height:1.5}.icon-list-text.svelte-ftjkij strong:where(.svelte-ftjkij){color:var(--fg, var(--ink, #17150f));font-weight:700}.icon-list-row.svelte-ftjkij:hover .icon-list-icon:where(.svelte-ftjkij){transform:translateY(-2px);border-color:var(--accent, var(--indigo, #4650e6))}section.svelte-eu2nlf{padding:5rem 0}.btn.svelte-eu2nlf{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:var(--radius-pill);font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;font-size:1rem}.btn-outline.svelte-eu2nlf{background-color:transparent;border:1.5px solid var(--border);color:var(--fg)}.btn-outline.svelte-eu2nlf:hover{background-color:var(--surface);border-color:var(--muted)}.logo.svelte-eu2nlf{color:var(--fg);display:flex;align-items:center;gap:.5rem}.hero.svelte-eu2nlf{padding-top:6rem;padding-bottom:6rem;overflow:hidden;position:relative}.hero-badge.svelte-eu2nlf{display:inline-block;padding:.5rem 1rem;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.875rem;font-weight:600;margin-bottom:1.5rem;color:var(--accent)}.hero.svelte-eu2nlf h1:where(.svelte-eu2nlf){font-size:clamp(2.5rem,8vw,4rem);margin-bottom:1.5rem;max-width:850px}.hero.svelte-eu2nlf p:where(.svelte-eu2nlf){font-size:1.25rem;color:var(--muted);max-width:600px;margin-bottom:2.5rem}.blob.svelte-eu2nlf{position:absolute;z-index:-1;filter:blur(60px);opacity:.4;animation:svelte-eu2nlf-float 20s infinite alternate ease-in-out}.blob-1.svelte-eu2nlf{top:10%;right:-5%;width:400px;height:400px;background:var(--accent);border-radius:50%}.blob-2.svelte-eu2nlf{bottom:0%;left:-10%;width:300px;height:300px;background:#b5c87d;border-radius:50%;animation-delay:-5s}@keyframes svelte-eu2nlf-float{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.partners.svelte-eu2nlf{padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background-color:var(--surface)}.partner-grid.svelte-eu2nlf{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;align-items:center;opacity:.5;filter:grayscale(1)}.partner-logo.svelte-eu2nlf{font-weight:700;font-size:1.25rem;color:var(--fg)}.optimisons-title.svelte-eu2nlf{font-size:1.5rem;margin-bottom:1.75rem}.goals-grid.svelte-eu2nlf{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.goal-card.svelte-eu2nlf{background-color:var(--surface);padding:2.5rem;border-radius:var(--radius-md);border:1px solid var(--border);transition:all .3s ease;position:relative;overflow:hidden}.goal-card.svelte-eu2nlf:hover{transform:translateY(-8px);border-color:var(--accent);box-shadow:0 15px 35px #2218120d}.goal-icon.svelte-eu2nlf{width:56px;height:56px;background-color:var(--bg);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:var(--accent)}.goal-card.svelte-eu2nlf h3:where(.svelte-eu2nlf){font-size:1.65rem;margin-bottom:1rem}.products.svelte-eu2nlf{background-color:var(--fg);color:#fff;border-radius:var(--radius-lg);margin:4rem 1.5rem;padding:6rem 4rem}.products.svelte-eu2nlf h2:where(.svelte-eu2nlf){font-size:clamp(2rem,5vw,3.5rem);margin-bottom:4rem}.product-list.svelte-eu2nlf{display:flex;flex-direction:column;gap:1.5rem}.product-item.svelte-eu2nlf{padding:2rem;border-radius:var(--radius-md);background-color:#ffffff08;border:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;cursor:pointer;position:relative}.product-item.svelte-eu2nlf:hover{background-color:#ffffff14;transform:translate(10px);border-color:#fff3}.product-tooltip.svelte-eu2nlf{visibility:hidden;opacity:0;position:absolute;bottom:115%;left:50%;transform:translate(-50%) translateY(10px);background-color:var(--surface);border:1.5px solid var(--border);padding:1.25rem;border-radius:16px;box-shadow:0 10px 30px #00000026;z-index:20;width:300px;color:var(--fg);text-align:left;transition:visibility 0s,opacity .2s ease,transform .2s ease;pointer-events:none}.product-tooltip.svelte-eu2nlf p:where(.svelte-eu2nlf){margin:0;font-size:.9rem;line-height:1.5;color:var(--muted)}.product-item.svelte-eu2nlf:hover .product-tooltip:where(.svelte-eu2nlf){visibility:visible;opacity:1;transform:translate(-50%) translateY(0)}.cta-section.svelte-eu2nlf{padding:6rem 0 10rem}.cta-box.svelte-eu2nlf{background-color:var(--accent);color:#fff;padding:6rem;border-radius:var(--radius-lg);text-align:center;position:relative;overflow:hidden}.cta-box.svelte-eu2nlf h2:where(.svelte-eu2nlf){font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}.cta-box.svelte-eu2nlf p:where(.svelte-eu2nlf){font-size:1.35rem;margin-bottom:3rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}.cta-box.svelte-eu2nlf .btn-primary:where(.svelte-eu2nlf){background:#fff;color:var(--accent)}.cta-box.svelte-eu2nlf .btn-outline:where(.svelte-eu2nlf){color:#fff;border-color:#fff6}.cta-box.svelte-eu2nlf .btn-outline:where(.svelte-eu2nlf):hover{background:#ffffff26;border-color:#fff}@media(max-width:768px){.hero.svelte-eu2nlf{padding-top:4rem}.products.svelte-eu2nlf{padding:4rem 1.5rem;margin:2rem 0;border-radius:0}.cta-box.svelte-eu2nlf{padding:4rem 1.5rem}.goal-card.svelte-eu2nlf{padding:2rem}.product-item.svelte-eu2nlf:hover .product-tooltip:where(.svelte-eu2nlf){transform:translate(-50%) translateY(0)}}.hero-actions.svelte-eu2nlf{display:flex;gap:1rem;flex-wrap:wrap}.goals-title.svelte-eu2nlf{font-size:3rem;margin-bottom:1rem}.goals-subtitle.svelte-eu2nlf{max-width:550px;margin-bottom:4rem;font-size:1.15rem}.products-muted.svelte-eu2nlf{opacity:.4}.product-title.svelte-eu2nlf{font-family:var(--font-body);font-weight:600;font-size:1.25rem}.cta-actions.svelte-eu2nlf{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(max-width:640px){.hero-actions.svelte-eu2nlf,.cta-actions.svelte-eu2nlf{flex-direction:column}.hero-actions.svelte-eu2nlf .btn,.hero-actions.svelte-eu2nlf .btn-primary,.cta-actions.svelte-eu2nlf .btn,.cta-actions.svelte-eu2nlf .btn-primary{flex:1 1 auto;min-width:0;text-align:center;width:100%}}.footer-top.svelte-eu2nlf{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem}.footer-logo.svelte-eu2nlf{margin-bottom:1.5rem}.footer-desc.svelte-eu2nlf{max-width:320px;font-size:.95rem}.footer-links.svelte-eu2nlf{display:flex;gap:5rem;flex-wrap:wrap}.footer-heading.svelte-eu2nlf{margin-bottom:1.5rem;font-size:1rem;font-weight:600}.footer-list.svelte-eu2nlf{list-style:none;display:flex;flex-direction:column;gap:.85rem;font-size:.95rem}.footer-link.svelte-eu2nlf{text-decoration:none}.footer-bottom.svelte-eu2nlf{margin-top:5rem;padding-top:2rem;border-top:1px solid var(--border);font-size:.875rem}
