.luvex-hero #homepage-hero-canvas{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:0!important}.luvex-hero .luvex-hero__container{position:relative;z-index:2}.home .luvex-hero__cta-container{display:flex;flex-direction:column;align-items:center;gap:2.5rem;margin-top:3.5rem;padding-top:0;width:100%}.home .luvex-hero__container{max-width:100%;width:100%}.home .luvex-hero__content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:100%;margin-bottom:0;padding-top:2rem}.home .luvex-hero__title{max-width:1200px;font-size:3.5rem;color:#fff;font-weight:700;text-align:center;line-height:1.1;margin:0}.home .luvex-hero__description{max-width:800px;font-family:JetBrains Mono,Fira Code,ui-monospace,SFMono-Regular,monospace;font-size:.78rem;font-weight:500;color:#ffffffa6;text-align:center;line-height:1.6;letter-spacing:.22em;text-transform:uppercase;margin:3rem 0}.home .luvex-hero__description .bullet{color:var(--luvex-bright-cyan);margin:0 .85rem;font-size:.7rem;vertical-align:.05em}.home .luvex-hero__title .text-highlight{color:#67e8f9;text-shadow:0 0 8px rgba(107,205,255,.5),0 0 20px rgba(107,205,255,.3)}.home .luvex-simulator-cta{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:16px 32px;background:transparent;color:var(--luvex-white);border:2px solid var(--luvex-bright-cyan);border-radius:var(--radius-full);text-decoration:none;font-weight:600;font-size:var(--text-base);position:relative;overflow:hidden;isolation:isolate;cursor:pointer;transition:all .3s ease}.home .luvex-simulator-cta--animated{animation:luvex-border-pulse 2.5s infinite ease-in-out}.home .luvex-simulator-cta--animated:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(34,211,238,.35) 0%,rgba(8,145,178,.45) 30%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);animation:luvex-energy-pulse 2s ease-out infinite;z-index:-1;pointer-events:none}.home .luvex-simulator-cta:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,var(--luvex-bright-cyan),var(--luvex-special-cyan),var(--luvex-vibrant-blue),var(--luvex-special-cyan),var(--luvex-bright-cyan));background-size:400% 400%;border-radius:var(--radius-full);z-index:-1;opacity:0;transition:opacity .4s ease;animation:luvex-gradient-flow 3s infinite ease-in-out;animation-play-state:paused}.home .luvex-simulator-cta.hover-active{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px #6dd5ed80,0 0 24px #22d3ee59;border-color:#6dd5ede6}.home .luvex-simulator-cta.hover-active:after{opacity:1;animation-play-state:running}.home .luvex-simulator-cta span,.home .luvex-simulator-cta i{color:inherit}.home .luvex-hero__cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:16px 32px;background:transparent;color:var(--luvex-bright-cyan);border:2px solid var(--luvex-bright-cyan);border-radius:var(--radius-full);text-decoration:none;font-weight:600;font-size:var(--text-base);transition:var(--transition-normal)}.home .luvex-hero__cta-secondary:hover{background:var(--luvex-bright-cyan);color:var(--luvex-dark-blue);transform:translateY(-2px);box-shadow:0 4px 15px #6dd5ed4d}@keyframes luvex-border-pulse{0%,to{box-shadow:0 4px 15px #6dd5ed52,0 0 10px #22d3ee2e;border-color:#6dd5edd9}50%{box-shadow:0 6px 22px #6dd5ed8c,0 0 22px #22d3ee66;border-color:#22d3eef2}}@keyframes luvex-gradient-flow{0%{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 50%}}@keyframes luvex-energy-pulse{0%{width:0;height:0;opacity:.8}50%{width:400px;height:400px;opacity:.4}to{width:450px;height:450px;opacity:0}}.uv-simulator-showcase{background:linear-gradient(135deg,var(--luvex-dark-blue),var(--luvex-accent-blue));border-radius:var(--radius-xl);padding:4rem 3rem;position:relative;overflow:hidden;text-align:center;color:var(--luvex-white)}.simulator-content h3{color:var(--luvex-white);font-size:2.5rem;margin-bottom:1.5rem}.simulator-description{color:var(--luvex-gray-300);font-size:1.2rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.simulator-cta{margin-top:2rem;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:var(--radius-full);text-decoration:none;transition:all .3s ease;background-color:transparent;border:2px solid var(--luvex-bright-cyan);color:var(--luvex-white)}.simulator-cta:hover{background-color:var(--luvex-bright-cyan);border-color:var(--luvex-bright-cyan);color:var(--luvex-dark-blue);transform:translateY(-2px);box-shadow:0 4px 20px #6dd5ed4d}.simulator-cta--secondary{border-color:#b794f680!important}.simulator-cta--secondary:hover{background-color:#b794f6e6!important;border-color:#b794f6e6!important}.simulator-dual-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.simulator-learn-more{text-align:center;margin-top:1rem}.simulator-learn-more a{color:var(--luvex-bright-cyan);font-size:var(--text-sm);text-decoration:none;opacity:.7;transition:opacity .2s ease}.simulator-learn-more a:hover{opacity:1;text-decoration:underline}.homepage-community-section{background-color:var(--luvex-dark-blue);padding:8rem 0;color:var(--luvex-white);overflow:hidden}.homepage-community-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1600px;margin:0 auto;padding:0 2rem;position:relative}.homepage-community-content{padding-right:2rem;z-index:2;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.homepage-community-title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:2.5rem;text-align:center;width:100%}.homepage-community-description{font-size:1.2rem;color:var(--luvex-gray-300);max-width:650px;line-height:1.7;text-align:justify;margin-bottom:2.5rem;-webkit-hyphens:auto;hyphens:auto;word-break:normal}.homepage-community-actions{display:flex;gap:1.5rem;margin-bottom:2rem;justify-content:center;width:100%}.homepage-community-visual{position:relative;width:100%;height:600px;z-index:1}.evidence-section.section{overflow:visible}.evidence-section{padding:8rem 0 6rem}.evidence-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto}.evidence-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.evidence-title{font-size:clamp(2.2rem,4vw,3rem);margin-bottom:2rem}.evidence-description{font-size:var(--text-lg);margin-bottom:2.5rem;max-width:550px}.evidence-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:450px}.team-member.team-member--light{position:relative;background-color:var(--luvex-white);border-radius:var(--radius-xl);padding:2.5rem;padding-top:80px;box-shadow:var(--shadow-lg);border:1px solid var(--luvex-gray-200);width:100%;max-width:420px;text-align:center}.team-member__photo{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:120px;height:120px;border-radius:50%;overflow:hidden;border:5px solid var(--luvex-white);box-shadow:0 4px 15px #0000001a}.team-member__photo img{width:100%;height:100%;object-fit:cover}.team-member__content{margin-bottom:1.5rem}.team-member__content h3{font-size:var(--text-xl);color:var(--luvex-dark-blue);margin:0 0 .5rem}.team-member__role{color:var(--luvex-vibrant-blue);font-weight:600;margin:0}.team-member__quote p{font-style:italic;color:var(--luvex-gray-700);line-height:1.6;margin:0;border-left:3px solid var(--luvex-bright-cyan);padding-left:1rem;text-align:left}:root{--cursor-default: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="15.5" fill="none" stroke="%236dd5ed" stroke-width="1"/><circle cx="16" cy="16" r="2" fill="%236dd5ed"/></svg>');--cursor-pointer: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle cx="20" cy="20" r="19" fill="none" stroke="%236dd5ed" stroke-width="2"/><circle cx="20" cy="20" r="3" fill="%236dd5ed"/></svg>')}.homepage-cursor-active{cursor:var(--cursor-default) 16 16,auto}.homepage-cursor-active a,.homepage-cursor-active button,.homepage-cursor-active [role=button]{cursor:var(--cursor-pointer) 20 20,auto}@media(max-width:1024px){.evidence-grid{grid-template-columns:1fr;gap:8rem;text-align:center}.evidence-visual{order:-1}.evidence-content{align-items:center;text-align:center}.homepage-community-container{grid-template-columns:1fr;text-align:center}.homepage-community-content{order:2;padding-right:0;display:flex;flex-direction:column;align-items:center}.homepage-community-visual{height:400px}}@media(max-width:768px){.evidence-section{padding-top:6rem}.home .luvex-hero__title{max-width:90%;font-size:2.5rem}.home .luvex-hero__description{font-size:1.125rem;margin:3rem 0}.luvex-simulator-cta--animated{padding:14px 28px;font-size:var(--text-sm)}}@media(max-width:480px){.home .luvex-hero__title{max-width:90%;font-size:2rem}.home .luvex-hero__description{font-size:1rem;margin:2.5rem 0}}canvas.svelte-1muh6gv{opacity:.4}.card.svelte-zf0cs4{display:flex;flex-direction:column;background:#14233c8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(109,213,237,.18);border-radius:12px;padding:20px 22px;text-decoration:none;color:#fff;transition:transform .25s,border-color .25s,background .25s;min-height:180px}.card.svelte-zf0cs4:hover{transform:translateY(-2px);border-color:#6dd5ed99;background:#14233cbf}.card.svelte-zf0cs4:focus-visible{outline:2px solid #6dd5ed;outline-offset:3px}.card--pivot.svelte-zf0cs4{border-color:#6dd5ed66;background:linear-gradient(180deg,#6dd5ed14,#14233c8c)}.card__icon.svelte-zf0cs4{display:inline-flex;align-items:center;color:#6dd5ed;margin-bottom:12px}.card[data-icon=wissen].svelte-zf0cs4 .card__icon:where(.svelte-zf0cs4){color:#22c55e}.card[data-icon=simulex].svelte-zf0cs4 .card__icon:where(.svelte-zf0cs4){color:#6dd5ed}.card[data-icon=projekte].svelte-zf0cs4 .card__icon:where(.svelte-zf0cs4){color:#a78bfa}.card[data-icon=vernetzen].svelte-zf0cs4 .card__icon:where(.svelte-zf0cs4){color:#f87171}.card__verb.svelte-zf0cs4{display:inline-block;font-family:ui-monospace,monospace;font-size:10px;font-weight:600;letter-spacing:.1em;color:#ffffff8c;margin-bottom:4px}.card[data-icon=wissen].svelte-zf0cs4 .card__verb:where(.svelte-zf0cs4){color:#22c55e}.card[data-icon=simulex].svelte-zf0cs4 .card__verb:where(.svelte-zf0cs4){color:#6dd5ed}.card[data-icon=projekte].svelte-zf0cs4 .card__verb:where(.svelte-zf0cs4){color:#a78bfa}.card[data-icon=vernetzen].svelte-zf0cs4 .card__verb:where(.svelte-zf0cs4){color:#f87171}.card__title.svelte-zf0cs4{font-size:18px;font-weight:600;margin:0 0 8px}.card__desc.svelte-zf0cs4{font-size:14px;line-height:1.5;color:#ffffffb3;margin:0 0 16px;flex:1}.card__cta.svelte-zf0cs4{font-size:13px;color:#6dd5ed;font-weight:600}@media(prefers-reduced-motion:reduce){.card.svelte-zf0cs4{transition:none}.card.svelte-zf0cs4:hover{transform:none}}.hero.svelte-khsqxp{position:relative;margin-top:calc(-1 * var(--header-total));padding-top:calc(var(--header-total) + 32px);padding-bottom:36px;overflow:visible}.hero__bg.svelte-khsqxp{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.hero__content.svelte-khsqxp{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 24px}.hero__trust.svelte-khsqxp{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;padding:5px 12px;background:#6dd5ed14;border:1px solid rgba(109,213,237,.32);border-radius:4px;color:var(--luvex-bright-cyan, #6dd5ed);font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;font-weight:700;letter-spacing:.16em}.hero__trust-dot.svelte-khsqxp{width:6px;height:6px;border-radius:50%;background:#22d3ee;box-shadow:0 0 6px #22d3eed9;animation:svelte-khsqxp-hero-trust-pulse 2.4s ease-in-out infinite}@keyframes svelte-khsqxp-hero-trust-pulse{0%,to{opacity:1}50%{opacity:.55}}.hero__h1.svelte-khsqxp{font-size:clamp(30px,4.4vw,50px);font-weight:600;line-height:1.12;letter-spacing:-.01em;color:#fff;margin:0 0 14px;max-width:820px}.hero__sub.svelte-khsqxp{font-size:clamp(16px,1.6vw,20px);line-height:1.55;color:#ffffffc7;margin:0;max-width:680px}.hero__cards-bridge.svelte-khsqxp{position:relative;z-index:5;max-width:1200px;margin:32px auto -90px;padding:0 24px}.hero__cards.svelte-khsqxp{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1023px){.hero__cards-bridge.svelte-khsqxp{margin:40px auto 0}.hero__cards.svelte-khsqxp{grid-template-columns:repeat(2,1fr)}.hero.svelte-khsqxp{padding-bottom:24px}}@media(max-width:639px){.hero__cards.svelte-khsqxp{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.hero__trust-dot.svelte-khsqxp{animation:none}}.hero-globe.svelte-rfxmry{width:100%;height:100%;min-height:360px;position:relative}.hero-globe.svelte-rfxmry canvas{display:block;width:100%!important;height:100%!important}.hero-globe__skeleton.svelte-rfxmry{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none}.hero-globe__sphere.svelte-rfxmry{width:min(70%,280px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.1),rgba(255,255,255,.03) 55%,transparent 75%),#6dd5ed0a;border:1px solid rgba(109,213,237,.18);animation:svelte-rfxmry-hero-globe-pulse 3s ease-in-out infinite}.hero-globe__atmosphere.svelte-rfxmry{position:absolute;width:min(80%,320px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(74,144,226,.28),transparent 65%);filter:blur(10px);animation:svelte-rfxmry-hero-globe-pulse 3s ease-in-out infinite}@keyframes svelte-rfxmry-hero-globe-pulse{0%,to{opacity:.65}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.hero-globe__sphere.svelte-rfxmry,.hero-globe__atmosphere.svelte-rfxmry{animation:none}}.globe-section.svelte-hpewxp{background:#0a1426;padding:154px 24px 64px;border-top:1px solid rgba(109,213,237,.1)}@media(max-width:1023px){.globe-section.svelte-hpewxp{padding-top:64px}}.globe-section__inner.svelte-hpewxp{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}.globe-section__visual.svelte-hpewxp{height:480px}.globe-section__text.svelte-hpewxp h2:where(.svelte-hpewxp){font-size:clamp(28px,3vw,36px);color:#fff;margin:0 0 12px}.globe-section__text.svelte-hpewxp p:where(.svelte-hpewxp){color:#ffffffb3;margin:0 0 32px;line-height:1.5}.globe-section__stats.svelte-hpewxp{display:flex;gap:32px}.stat.svelte-hpewxp{display:flex;flex-direction:column}.stat__value.svelte-hpewxp{font-size:32px;font-weight:700;color:#6dd5ed;font-family:ui-monospace,monospace}.stat__label.svelte-hpewxp{font-size:12px;color:#fff9;text-transform:uppercase;letter-spacing:.08em}.globe-section__cta.svelte-hpewxp{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:11px 20px;border-radius:10px;background:#6dd5ed1a;border:1px solid rgba(109,213,237,.3);color:#6dd5ed;font-size:14px;font-weight:600;text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}.globe-section__cta.svelte-hpewxp span:where(.svelte-hpewxp){transition:transform .18s ease}.globe-section__cta.svelte-hpewxp:hover{background:#6dd5ed29;border-color:#6dd5ed8c;transform:translateY(-1px)}.globe-section__cta.svelte-hpewxp:hover span:where(.svelte-hpewxp){transform:translate(3px)}@media(max-width:1023px){.globe-section__inner.svelte-hpewxp{grid-template-columns:1fr}.globe-section__visual.svelte-hpewxp{height:360px}.globe-section__stats.svelte-hpewxp{flex-wrap:wrap}}.coming-soon.svelte-183bfgh{padding:80px 24px;min-height:calc(100vh - 84px);display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(34,211,238,.08),transparent 70%),linear-gradient(180deg,var(--luvex-dark-blue, #0a1f3a),var(--luvex-dark-blue-dark, #061229))}.coming-soon__card.svelte-183bfgh{max-width:720px;text-align:center;color:var(--luvex-white, #fff)}.coming-soon__logo.svelte-183bfgh{font-size:36px;font-weight:800;letter-spacing:.08em;color:var(--luvex-bright-cyan, #6dd5ed)}.coming-soon__headline.svelte-183bfgh{font-size:clamp(1.6rem,3.6vw,2.4rem);font-weight:700;line-height:1.2;margin:32px 0 16px}.coming-soon__lead.svelte-183bfgh{font-size:18px;color:#ffffffc7;margin:0 0 32px}.coming-soon__form.svelte-183bfgh{max-width:520px;margin:0 auto}.coming-soon__hp.svelte-183bfgh{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.coming-soon__row.svelte-183bfgh{display:flex;gap:8px;flex-wrap:wrap}.coming-soon__row.svelte-183bfgh input[type=email]:where(.svelte-183bfgh){flex:1 1 200px;padding:12px 16px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:15px}.coming-soon__row.svelte-183bfgh button:where(.svelte-183bfgh){padding:12px 22px;background:var(--luvex-bright-cyan, #6dd5ed);color:#0a1628;border:none;border-radius:6px;font-weight:700;font-size:15px;cursor:pointer}.coming-soon__row.svelte-183bfgh button:where(.svelte-183bfgh):hover{background:#a7e8f5}.coming-soon__hint.svelte-183bfgh{font-size:12px;color:#ffffff80;margin:12px 0 0;text-align:left}.coming-soon__hint.svelte-183bfgh a:where(.svelte-183bfgh){color:var(--luvex-bright-cyan, #6dd5ed)}.coming-soon__err.svelte-183bfgh{color:#f87171;margin:8px 0 0;font-size:13px}.coming-soon__status.svelte-183bfgh{padding:16px;border-radius:8px;text-align:left}.coming-soon__status--ok.svelte-183bfgh{background:#22d3ee1a;border:1px solid rgba(34,211,238,.4)}.coming-soon__status--info.svelte-183bfgh{background:#ffffff0d;border:1px solid rgba(255,255,255,.15)}.coming-soon__secondary.svelte-183bfgh{margin-top:32px;font-size:14px;color:#ffffff8c}.coming-soon__secondary.svelte-183bfgh a:where(.svelte-183bfgh){color:var(--luvex-bright-cyan, #6dd5ed);text-decoration:none;font-weight:600}.coming-soon__sep.svelte-183bfgh{margin:0 12px;opacity:.5}.home-section.svelte-1k4aamp{padding:clamp(3.25rem,4.5vw,5rem) 1.5rem;color:#ffffffeb}.home-section__inner.svelte-1k4aamp{max-width:1200px;margin:0 auto}.home-section__headline.svelte-1k4aamp{text-align:center;font-size:clamp(1.85rem,3vw,2.25rem);letter-spacing:-.012em;line-height:1.18;color:#fff;margin:0 0 2rem}.home-section__lead.svelte-1k4aamp{text-align:center;max-width:720px;margin:0 auto 2rem;opacity:.9;font-size:1.1rem;line-height:1.55}.home-section__footnote.svelte-1k4aamp{text-align:center;margin:1.5rem 0 0;opacity:.8}.home-section__footnote.svelte-1k4aamp a:where(.svelte-1k4aamp){color:var(--luvex-bright-cyan, #6dd5ed);text-decoration:none;font-weight:600;letter-spacing:.01em}.home-section__footnote.svelte-1k4aamp a:where(.svelte-1k4aamp):hover{text-decoration:underline}.home-section--find-area.svelte-1k4aamp{border-top:1px solid rgba(109,213,237,.12)}.fya-groups.svelte-1k4aamp{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem}@media(max-width:720px){.fya-groups.svelte-1k4aamp{grid-template-columns:1fr;gap:2rem}}.fya-group__title.svelte-1k4aamp{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#6dd5edb3;margin:0 0 .875rem}.fya-tiles.svelte-1k4aamp{display:flex;flex-direction:column;gap:.5rem}.fya-tile.svelte-1k4aamp{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;background:#ffffff0a;border:1px solid rgba(109,213,237,.1);border-radius:8px;color:#ffffffd9;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s ease,border-color .15s ease,color .15s ease}.fya-tile.svelte-1k4aamp:hover,.fya-tile.svelte-1k4aamp:focus-visible{background:#6dd5ed1a;border-color:#6dd5ed59;color:#fff;outline:none}.fya-tile.svelte-1k4aamp:focus-visible{outline:2px solid #6dd5ed;outline-offset:2px}.fya-tile__icon.svelte-1k4aamp{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#6dd5ed;opacity:.8}.fya-tile.svelte-1k4aamp:hover .fya-tile__icon:where(.svelte-1k4aamp),.fya-tile.svelte-1k4aamp:focus-visible .fya-tile__icon:where(.svelte-1k4aamp){opacity:1}.fya-tile__label.svelte-1k4aamp{line-height:1.3}.home-start-band.svelte-h7bcrl{display:flex;align-items:center;gap:1rem;max-width:1040px;margin:0 auto;padding:.9rem 1.4rem;background:#22d3ee0f;border:1px solid rgba(34,211,238,.25);border-radius:12px;text-decoration:none;color:#ffffffd9;transition:border-color .16s ease,background .16s ease;flex-wrap:wrap}.home-start-band.svelte-h7bcrl:hover{border-color:#22d3ee80;background:#22d3ee1a}.home-start-band__ic.svelte-h7bcrl{width:38px;height:38px;border-radius:10px;background:#22d3ee26;color:#22d3ee;display:grid;place-items:center;flex-shrink:0;font-size:1rem}.home-start-band__txt.svelte-h7bcrl{flex:1;min-width:220px;font-size:.9rem;line-height:1.45}.home-start-band__txt.svelte-h7bcrl strong:where(.svelte-h7bcrl){color:#fff}.home-start-band__cta.svelte-h7bcrl{font-size:.86rem;font-weight:600;color:#22d3ee;white-space:nowrap}.home-section.svelte-h7bcrl{padding:clamp(3.25rem,4.5vw,5rem) 1.5rem;color:#ffffffeb}.home-section.svelte-h7bcrl h2:where(.svelte-h7bcrl){color:#fff}.home-section__inner.svelte-h7bcrl{max-width:1200px;margin:0 auto}.home-partners-fallback.svelte-h7bcrl{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.home-partners-fallback.svelte-h7bcrl .home-section__lead:where(.svelte-h7bcrl){max-width:640px}.home-section__headline.svelte-h7bcrl{text-align:center;font-size:clamp(1.85rem,3vw,2.25rem);letter-spacing:-.012em;line-height:1.18;margin:0 0 2rem}.home-section__lead.svelte-h7bcrl{text-align:center;max-width:720px;margin:0 auto 2rem;opacity:.9;font-size:1.1rem;line-height:1.55}.home-section__footnote.svelte-h7bcrl{text-align:center;margin:1.5rem 0 0;opacity:.8}.home-section__footnote.svelte-h7bcrl a:where(.svelte-h7bcrl){color:var(--luvex-bright-cyan);text-decoration:none;font-weight:600;letter-spacing:.01em}.home-section__footnote.svelte-h7bcrl a:where(.svelte-h7bcrl):hover{text-decoration:underline}.home-section--supplier.svelte-h7bcrl{background:linear-gradient(180deg,transparent 0%,rgba(34,211,238,.025) 100%);border-top:1px solid rgba(34,211,238,.1)}.home-section__inner--supplier.svelte-h7bcrl{text-align:center}.supplier-eyebrow.svelte-h7bcrl{display:inline-flex;align-items:center;gap:.5rem;padding:.32rem .85rem .3rem;background:#22d3ee0d;border:1px solid rgba(109,213,237,.22);border-radius:999px;color:var(--luvex-bright-cyan);font-family:JetBrains Mono,ui-monospace,monospace;font-size:.62rem;font-weight:500;letter-spacing:.16em;margin-bottom:1.2rem}.supplier-eyebrow-dot.svelte-h7bcrl{width:6px;height:6px;border-radius:50%;background:var(--luvex-bright-cyan);box-shadow:0 0 6px #22d3ee99}.home-section__actions--supplier.svelte-h7bcrl{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem}.home-section--story.svelte-h7bcrl{background:linear-gradient(180deg,transparent,rgba(34,211,238,.035))}.home-section--simulator.svelte-h7bcrl{background:var(--color-surface)}.sim-features.svelte-h7bcrl{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem}.sim-feature.svelte-h7bcrl{position:relative;padding:1.5rem 1.5rem 1.4rem;border:1px solid var(--lab-border);border-radius:14px;background:var(--lab-surface);text-align:left;transition:border-color .25s ease,transform .25s ease,background .25s ease}.sim-feature.svelte-h7bcrl:hover{border-color:var(--lab-border-hover);background:var(--lab-surface-elevated);transform:translateY(-2px)}.sim-feature__icon.svelte-h7bcrl{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:10px;background:#6dd5ed14;border:1px solid rgba(109,213,237,.18);color:var(--luvex-bright-cyan);font-size:1.05rem;margin-bottom:1rem;transition:background .25s ease,border-color .25s ease}.sim-feature.svelte-h7bcrl:hover .sim-feature__icon:where(.svelte-h7bcrl){background:#6dd5ed24;border-color:#6dd5ed59}.sim-feature__title.svelte-h7bcrl{margin:0 0 .4rem;font-size:1.02rem;font-weight:600;letter-spacing:-.005em;color:var(--lab-text)}.sim-feature__desc.svelte-h7bcrl{margin:0;color:var(--lab-text-muted);font-size:.9rem;line-height:1.55}@media(max-width:900px){.sim-features.svelte-h7bcrl{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.sim-features.svelte-h7bcrl{grid-template-columns:1fr}}.home-section--cta.svelte-h7bcrl{background:linear-gradient(180deg,var(--color-bg),#0f1528);padding:5rem 1.5rem}.home-section__inner--cta.svelte-h7bcrl{max-width:720px;text-align:center}.home-section__inner--cta.svelte-h7bcrl h2:where(.svelte-h7bcrl){font-size:2.25rem;margin:0 0 .75rem}.home-section__inner--cta.svelte-h7bcrl p:where(.svelte-h7bcrl){margin:0 0 2rem;opacity:.9;font-size:1.1rem}.home-section__actions.svelte-h7bcrl{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.home-cta.svelte-h7bcrl{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.5rem;border-radius:10px;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.home-cta.svelte-h7bcrl:hover{transform:translateY(-2px)}.home-cta--primary.svelte-h7bcrl{background:linear-gradient(180deg,var(--luvex-bright-cyan) 0%,var(--luvex-cyan-dark) 100%);color:var(--luvex-dark-blue);box-shadow:0 1px #ffffff2e inset,0 4px 14px #22d3ee47}.home-cta--primary.svelte-h7bcrl:hover{box-shadow:0 1px #ffffff38 inset,0 8px 24px #22d3ee6b}.home-cta--secondary.svelte-h7bcrl{background:transparent;color:var(--luvex-bright-cyan);border:1px solid rgba(109,213,237,.55)}.home-cta--secondary.svelte-h7bcrl:hover{background:#6dd5ed14;border-color:#6dd5edd9}.home-cta.svelte-h7bcrl:focus-visible{outline:2px solid var(--luvex-bright-cyan);outline-offset:3px}@media(max-width:700px){.home-section__actions.svelte-h7bcrl{flex-direction:column;align-items:center}.home-cta.svelte-h7bcrl{width:100%;max-width:320px;justify-content:center}}
