@import"https://unpkg.com/open-props/easings.min.css";:root{--purple: #8D6EE0;--pure-navy: hsl(210.5, 100%, 12.4%);--pure-blue: hsl(207.9, 100%, 42.5%);--pure-aqua: hsl(196.9, 100%, 74.9%);--pure-teal: hsl(180, 59%, 51.2%);--pure-olive: hsl(153.3, 43%, 42%);--pure-green: hsl(126.8, 63.2%, 49%);--pure-lime: hsl(146.2, 100%, 50.2%);--pure-yellow: hsl(51.8, 100%, 50%);--pure-orange: hsl(27.9, 100%, 55.3%);--pure-red: hsl(3.3, 100%, 60.6%);--pure-maroon: hsl(330.8, 73.9%, 30%);--pure-fuchsia: hsl(313.5, 88.1%, 50.6%);--pure-purple: hsl(292.3, 87.9%, 42%);--pure-black: hsl(0, 0%, 6.7%);--pure-gray: hsl(0, 0%, 66.7%);--pure-silver: hsl(0, 0%, 86.7%)}.text-pure-navy{color:var(--pure-navy)}.text-pure-blue{color:var(--pure-blue)}.text-pure-aqua{color:var(--pure-aqua)}.text-pure-teal{color:var(--pure-teal)}.text-pure-olive{color:var(--pure-olive)}.text-pure-green{color:var(--pure-green)}.text-pure-lime{color:var(--pure-lime)}.text-pure-yellow{color:var(--pure-yellow)}.text-pure-orange{color:var(--pure-orange)}.text-pure-red{color:var(--pure-red)}.text-pure-maroon{color:var(--pure-maroon)}.text-pure-fuchsia{color:var(--pure-fuchsia)}.text-pure-purple{color:var(--pure-purple)}.text-pure-black{color:var(--pure-black)}.text-pure-gray{color:var(--pure-gray)}.text-pure-silver{color:var(--pure-silver)}:root{--font-face-text: "impact", system-ui, Avenir, Helvetica, Arial, sans-serif;--font-face-display: "impact", system-ui, Avenir, Helvetica, Arial, sans-serif;--font-size-body: 12pt;--font-line-length: 45ch;--font-line-height-text: 1.5;--font-line-height-display: 1.1;--font-letter-spacing: .1em;--font-size-scale: 1.25;--font-size-h5: calc(var(--font-size-body) * var(--font-size-scale));--font-size-h4: calc(var(--font-size-h5) * var(--font-size-scale));--font-size-h3: calc(var(--font-size-h4) * var(--font-size-scale));--font-size-h2: calc(var(--font-size-h3) * var(--font-size-scale));--font-size-h1: calc(var(--font-size-h2) * var(--font-size-scale));--font-size-lead3: calc(var(--font-size-h1) * var(--font-size-scale));--font-size-lead2: calc(var(--font-size-lead3) * var(--font-size-scale));--font-size-lead1: calc(var(--font-size-lead2) * var(--font-size-scale));--font-size-small1: calc(var(--font-size-body) / var(--font-size-scale));--font-size-small2: calc(var(--font-size-small1) / var(--font-size-scale));--font-size-small3: calc(var(--font-size-small2) / var(--font-size-scale))}body{font-family:var(--font-face-text);font-size:var(--font-size-body);line-height:var(--font-line-height-text);font-feature-settings:"kern","liga","clig","calt";font-synthesis:none;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){*{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}}a{color:var(--root-color);text-decoration:none;transition:background .3s ease-out}p{-webkit-hyphens:auto;hyphens:auto;max-width:var(--font-line-length);margin-bottom:1rlh;text-wrap-style:pretty}.font-h1,.font-h2,.font-h3,.font-h4,h1,h2,h3,h4{font-family:var(--font-face-display);margin:calc(var(--font-size-body) * 2) 0 var(--font-size-body);font-weight:700;line-height:var(--font-line-height-display);font-feature-settings:"kern","liga","clig","calt","dlig","swsh"}.font-h1,h1{margin-top:0;font-size:var(--font-size-h1)}.font-h2,h2{font-size:var(--font-size-h2)}.font-h3,h3{font-size:var(--font-size-h3)}.font-h4,h4{font-size:var(--font-size-h4)}.font-small,small{font-size:var(--font-size-small1);letter-spacing:var(--font-letter-spacing)}.font-caps{text-transform:uppercase;letter-spacing:var(--font-letter-spacing)}.small-caps,abbr{font-variant-caps:all-small-caps;font-feature-settings:"c2sc","smcp";letter-spacing:var(--font-letter-spacing)}:is(.small-caps,abbr)[title]{text-decoration:none}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.number-tabular{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.number-proportional{font-variant-numeric:proportional-nums;font-feature-settings:"pnum"}mark{position:relative;background-color:transparent}mark:before{--padding: -.1rem;position:absolute;top:var(--padding);right:calc(var(--padding) * 2);bottom:var(--padding);left:calc(var(--padding) * 2);content:"";background-color:color-mix(in oklch,var(--pure-yellow),transparent 70%);mix-blend-mode:multiply;border-radius:.25rem}.w-full{width:100%}.flex{display:flex}.flex-space{flex:1}.grid{display:grid}.gap{gap:1rlh}.gap-2{gap:2rlh}.gap-3{gap:3rlh}.gap-4{gap:4rlh}.gap-5{gap:5rlh}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-normal{align-content:normal}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.content-baseline{align-content:baseline}.content-stretch{align-content:stretch}.place-items-auto{place-items:auto}.place-items-normal{place-items:normal}.place-items-center{place-items:center}.place-items-start{place-items:flex-start}.place-items-end{place-items:flex-end}.place-items-baseline{place-items:baseline}.place-items-stretch{place-items:stretch}.place-content-normal{place-content:normal}.place-content-center{place-content:center}.place-content-start{place-content:flex-start}.place-content-end{place-content:flex-end}.place-content-between{place-content:space-between}.place-content-around{place-content:space-around}.place-content-evenly{place-content:space-evenly}.place-content-baseline{place-content:baseline}.place-content-stretch{place-content:stretch}.place-self-auto{place-self:auto}.place-self-start{place-self:flex-start}.place-self-end{place-self:flex-end}.place-self-center{place-self:center}.place-self-stretch{place-self:stretch}.place-self-baseline{place-self:baseline}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.v-space-05{margin-top:.5rlh}.v-space{margin-top:1rlh}.v-space-2{margin-top:2rlh}.v-space-3{margin-top:3rlh}.v-space-4{margin-top:4rlh}.v-space-5{margin-top:5rlh}.rounded-025{border-radius:.25rlh}.rounded-05{border-radius:.5rlh}.rounded-1{border-radius:1rlh}.m-0{margin:0}.mr-05{margin-inline-end:.5rlh}.mr-1{margin-inline-end:1rlh}.mr-2{margin-inline-end:2rlh}.mr-3{margin-inline-end:3rlh}.mr-4{margin-inline-end:4rlh}.mr-5{margin-inline-end:5rlh}.ml-05{margin-inline-start:.5rlh}.ml-1{margin-inline-start:1rlh}.ml-2{margin-inline-start:2rlh}.ml-3{margin-inline-start:3rlh}.ml-4{margin-inline-start:4rlh}.ml-5{margin-inline-start:5rlh}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}@media (prefers-reduced-motion: no-preference){transition: opacity .5s ease-in}textarea{field-sizing:content}:root{color-scheme:light dark;--root-color: light-dark(white, white);--root-background: light-dark(var(--purple), black)}@view-transition{navigation: auto;}*,*:before,*:after{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:hsl(0 0% 50%);scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto}}* [id]{scroll-margin-top:2ex}html,body{padding:0;margin:0;color:var(--root-color);background:var(--root-background);background-image:linear-gradient(to bottom,var(--purple),color-mix(in oklch,var(--purple),black 25%));scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html,body{scroll-behavior:auto}}:is(html,body) [id]{scroll-margin-top:2ex}address{font-style:normal}ul{list-style-type:none;padding:0;margin:0}.nav-container.svelte-uh40xf{display:flex;justify-content:space-between;align-items:center;padding:1.5rlh 5%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;gap:2rlh;flex-wrap:wrap}.logo.svelte-uh40xf{font-weight:800;letter-spacing:-.05em;font-size:var(--font-size-h3);white-space:nowrap}.logo.svelte-uh40xf span:where(.svelte-uh40xf){color:color-mix(in oklch,var(--purple),white 40%);font-weight:300}.hamburger.svelte-uh40xf{display:none;background:none;border:none;cursor:pointer;padding:.5rem;gap:.4rem;flex-direction:column;justify-content:center;z-index:101}.hamburger.svelte-uh40xf span:where(.svelte-uh40xf){display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.hamburger.open.svelte-uh40xf span:where(.svelte-uh40xf):nth-child(1){transform:rotate(45deg) translateY(11px)}.hamburger.open.svelte-uh40xf span:where(.svelte-uh40xf):nth-child(2){opacity:0}.hamburger.open.svelte-uh40xf span:where(.svelte-uh40xf):nth-child(3){transform:rotate(-45deg) translateY(-11px)}.nav-links.svelte-uh40xf{display:flex;gap:2rlh;flex-wrap:wrap;justify-content:flex-end}.nav-links.svelte-uh40xf a:where(.svelte-uh40xf){color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .2s ease;white-space:nowrap}.nav-links.svelte-uh40xf a:where(.svelte-uh40xf):hover{color:#fff}@media (max-width: 600px){.nav-container.svelte-uh40xf{padding:1rlh 3%;gap:1rlh;flex-wrap:nowrap}.hamburger.svelte-uh40xf{display:flex;order:2;margin-left:auto}.logo.svelte-uh40xf{font-size:var(--font-size-h4);order:1}.nav-links.svelte-uh40xf{position:absolute;top:100%;left:0;right:0;order:3;width:100%;flex-direction:column;gap:0;background:#000000f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.nav-links.open.svelte-uh40xf{max-height:300px}.nav-links.svelte-uh40xf a:where(.svelte-uh40xf){padding:1rem 5%;font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.05)}.nav-links.svelte-uh40xf a:where(.svelte-uh40xf):last-child{border-bottom:none}}@media (max-width: 450px){.nav-container.svelte-uh40xf{padding:1rlh 3%}.logo.svelte-uh40xf{font-size:var(--font-size-h4)}.nav-links.svelte-uh40xf{gap:.75rlh}.nav-links.svelte-uh40xf a:where(.svelte-uh40xf){font-size:.75rem}}.hero.svelte-po3flh{display:grid;grid-template-columns:1.2fr .8fr;gap:4rlh;padding:4rlh 5%;align-items:center;min-height:70vh}.hero.svelte-po3flh h1:where(.svelte-po3flh){font-size:var(--font-size-h1);line-height:1.1;margin-bottom:1rlh;font-weight:800}.hero.svelte-po3flh h1:where(.svelte-po3flh) span:where(.svelte-po3flh){background:linear-gradient(to right,white,var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.trust-pill.svelte-po3flh{display:inline-flex;align-items:center;gap:8px;background:#ffffff0d;padding:4px 16px;border-radius:100px;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(255,255,255,.1);margin-bottom:2rlh}.pulse.svelte-po3flh{width:6px;height:6px;background:#0fa;border-radius:50%;box-shadow:0 0 10px #0fa}.hero-sub.svelte-po3flh{font-size:1.25rem;color:#ffffffb3;max-width:500px;margin-bottom:2.5rlh}.primary-btn.svelte-po3flh{background:var(--purple);color:#fff;border:none;padding:1rlh 2rlh;font-weight:700;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 32px #8d6ee04d;font-size:1rem;text-decoration:none;display:inline-block}.primary-btn.svelte-po3flh:hover{transform:translateY(-2px);box-shadow:0 12px 40px #8d6ee080}.proven-tag.svelte-po3flh{font-size:.85rem;color:#ffffff80;margin-top:1rlh}.hero-visual.svelte-po3flh{position:relative;display:flex;justify-content:center}.signal-card-preview.svelte-po3flh{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rlh;width:100%;max-width:340px;box-shadow:0 40px 80px #0006;animation:svelte-po3flh-float 6s ease-in-out infinite}@keyframes svelte-po3flh-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-header.svelte-po3flh{display:flex;justify-content:space-between;font-weight:700;margin-bottom:2rlh}.status-live.svelte-po3flh{background:#ff4757;padding:2px 8px;border-radius:4px;font-size:.7rem}.card-price.svelte-po3flh{font-size:3rem;font-weight:800;margin-bottom:2rlh;font-variant-numeric:tabular-nums}.card-footer.svelte-po3flh{display:flex;justify-content:space-between;color:#fff9;font-family:monospace}@media (max-width: 768px){.hero.svelte-po3flh{grid-template-columns:1fr;text-align:center}.hero-sub.svelte-po3flh{margin-inline:auto}.hero-visual.svelte-po3flh{display:none}}.authority-strip.svelte-17f0oe7{display:flex;justify-content:center;align-items:center;gap:3rlh;padding:2rlh;background:#ffffff05;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.strip-divider.svelte-17f0oe7{width:1px;height:24px;background:#ffffff1a}.strip-item.svelte-17f0oe7{font-size:.9rem;color:#fff9}.strip-item.svelte-17f0oe7 strong:where(.svelte-17f0oe7){color:#fff;margin-right:4px}@media (max-width: 768px){.authority-strip.svelte-17f0oe7{flex-direction:column;gap:1rlh}.strip-divider.svelte-17f0oe7{display:none}}.mentor-section.svelte-fhs0h4{padding:2rlh 5%;margin-top:3rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.mentor-card.svelte-fhs0h4{background:#ffffff0a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2rlh;display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:center;transition:transform .4s cubic-bezier(.2,0,.2,1)}.mentor-card.svelte-fhs0h4:hover{background:#ffffff0f;border-color:#ffffff1f}.mentor-card.svelte-fhs0h4:hover .glow-sphere:where(.svelte-fhs0h4){opacity:.25}.image-container.svelte-fhs0h4{position:relative;width:280px;height:280px;margin:0 auto}.headshot.svelte-fhs0h4{width:100%;height:100%;object-fit:cover;border-radius:50%;border:4px solid rgba(255,255,255,.05);position:relative;z-index:2}.glow-sphere.svelte-fhs0h4{position:absolute;inset:-10px;background:var(--purple);filter:blur(40px);opacity:.15;border-radius:50%;z-index:1;transition:opacity .3s ease}.label.svelte-fhs0h4{display:inline-block;color:var(--purple);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.mentor-name.svelte-fhs0h4{font-size:2.5rem;font-weight:700;margin:0 0 .25rem;color:#fff;line-height:1.1}.mentor-exp.svelte-fhs0h4{font-size:1.1rem;color:#fff9;margin-bottom:1.5rem}.mentor-bio.svelte-fhs0h4{font-size:1.05rem;line-height:1.6;color:#fffc;margin-bottom:2rem;max-width:600px}.quote-wrapper.svelte-fhs0h4{display:flex;gap:1rem;padding:1.5rem;background:#8d6ee014;border-left:3px solid var(--purple);border-radius:0 16px 16px 0}.mentor-quote.svelte-fhs0h4{font-size:1.15rem;font-style:italic;color:#fff;margin:0;line-height:1.5;font-weight:500}.quote-icon.svelte-fhs0h4{flex-shrink:0;opacity:.5}@media (max-width: 768px){.mentor-card.svelte-fhs0h4{grid-template-columns:1fr;text-align:center}.mentor-bio.svelte-fhs0h4{margin-left:auto;margin-right:auto}.image-container.svelte-fhs0h4{width:220px;height:220px}}.testimonial-carousel.svelte-18a36hi{padding:6rlh 5%;position:relative;overflow:hidden}.carousel-inner.svelte-18a36hi{max-width:900px;margin:0 auto}.carousel-title.svelte-18a36hi{text-align:center;font-size:var(--font-size-h2);margin-bottom:3rlh;color:#fff}.carousel-wrapper.svelte-18a36hi{position:relative;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:center}.testimonial-card.svelte-18a36hi{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:24px;padding:3rlh;width:100%;display:flex;flex-direction:column;gap:1.5rlh;box-shadow:0 20px 40px #0003}.quote-mark.svelte-18a36hi{font-size:4rem;color:var(--purple);opacity:.3;margin:0;padding:0;line-height:1;height:1.5rem}.testimonial-text.svelte-18a36hi{font-size:1.5rem;line-height:1.5;font-weight:500;color:#fff;margin:0;letter-spacing:-.01em}.testimonial-author.svelte-18a36hi{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rlh;border-top:1px solid rgba(255,255,255,.06)}.author-name.svelte-18a36hi{font-size:1.1rem;font-weight:600;color:#fff}.verified.svelte-18a36hi{font-size:.8rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.carousel-dots.svelte-18a36hi{position:absolute;bottom:-60px;left:50%;transform:translate(-50%);display:flex;gap:12px}.dot.svelte-18a36hi{width:10px;height:10px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.dot.svelte-18a36hi:hover{background:#fff6}.dot.active.svelte-18a36hi{background:var(--purple);transform:scale(1.4);box-shadow:0 0 12px #8d6ee099}@media (max-width: 768px){.testimonial-text.svelte-18a36hi{font-size:1.25rem}.testimonial-card.svelte-18a36hi{padding:2rlh}}.section-padding.svelte-15dwu2i{padding:6rlh 5%}.section-title.svelte-15dwu2i{text-align:center;font-size:var(--font-size-h2);margin-bottom:4rlh}.grid-pillars.svelte-15dwu2i{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rlh}.pillar-card.svelte-15dwu2i{background:#ffffff08;padding:2rlh;border-radius:20px;border:1px solid rgba(255,255,255,.05);transition:transform .3s,background .3s}.pillar-card.svelte-15dwu2i h3:where(.svelte-15dwu2i){margin-bottom:1rlh;font-size:1.2rem}.pillar-card.svelte-15dwu2i p:where(.svelte-15dwu2i){color:#fff9;font-size:.95rem}.pillar-card.svelte-15dwu2i:hover{background:#ffffff0f;transform:translateY(-5px);border-color:var(--purple)}.icon-box.svelte-15dwu2i{width:48px;height:48px;background:color-mix(in oklch,var(--purple),transparent 80%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--purple);margin-bottom:1.5rlh}.section-padding.svelte-1q86jt7{padding:6rlh 5%}.section-title.svelte-1q86jt7{text-align:center;font-size:var(--font-size-h2);margin-bottom:4rlh}.section-title.left.svelte-1q86jt7{text-align:left}.glass-section.svelte-1q86jt7{background:linear-gradient(to right,rgba(255,255,255,.02),transparent);border-radius:40px;margin:0 5%}.why-layout.svelte-1q86jt7{display:grid;grid-template-columns:1fr 1fr;gap:4rlh;align-items:center}.benefit-list.svelte-1q86jt7{list-style:none;padding:0;margin-top:2rlh}.benefit-list.svelte-1q86jt7 li:where(.svelte-1q86jt7){display:flex;align-items:center;gap:12px;margin-bottom:1rlh;color:#fffc}.benefit-list.svelte-1q86jt7 li:where(.svelte-1q86jt7):before{content:"";width:6px;height:6px;background:var(--purple);border-radius:50%}.data-mesh.svelte-1q86jt7{height:300px;background:radial-gradient(circle at 50% 50%,var(--purple) 0%,transparent 70%),repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0px,rgba(255,255,255,.05) 1px,transparent 1px,transparent 10px);border-radius:20px;opacity:.3}@media (max-width: 768px){.why-layout.svelte-1q86jt7{grid-template-columns:1fr}}.section-padding.svelte-y0x18d{padding:6rlh 5%}.primary-btn.svelte-y0x18d{background:var(--purple);color:#fff;border:none;padding:1rlh 2rlh;font-weight:700;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 32px #8d6ee04d;font-size:1rem;text-decoration:none;display:inline-block}.primary-btn.svelte-y0x18d:hover{transform:translateY(-2px);box-shadow:0 12px 40px #8d6ee080}.pricing-card.svelte-y0x18d{background:#ffffff0a;border:2px solid var(--purple);border-radius:32px;max-width:600px;margin:0 auto;padding:4rlh;text-align:center;box-shadow:0 0 60px #8d6ee033}.tier.svelte-y0x18d{color:var(--purple);font-weight:800;letter-spacing:.2em;font-size:.8rem}.price-wrap.svelte-y0x18d{display:flex;justify-content:center;align-items:flex-start;margin:1rlh 0}.currency.svelte-y0x18d{font-size:2rem;margin-top:.5rlh}.amount.svelte-y0x18d{font-size:5rem;font-weight:900;line-height:1}.pricing-features.svelte-y0x18d{display:grid;grid-template-columns:1fr 1fr;gap:1.5rlh;text-align:left;margin:3rlh 0}.feat.svelte-y0x18d{font-size:.95rem;color:#fffc}.wide.svelte-y0x18d{width:100%}.risk-reducer.svelte-y0x18d{margin-top:3rlh;padding:1.5rlh;background:#00ffaa0d;border-radius:12px;font-size:.9rem;border:1px dashed rgba(0,255,170,.2)}@media (max-width: 768px){.pricing-features.svelte-y0x18d{grid-template-columns:1fr}}.section-padding.svelte-6mgj01{padding:6rlh 5%}.section-title.svelte-6mgj01{text-align:center;font-size:var(--font-size-h2);margin-bottom:4rlh}.faq-section.svelte-6mgj01{background:linear-gradient(135deg,#8d6ee008,#8d6ee014);border-top:1px solid rgba(141,110,224,.15);border-bottom:1px solid rgba(141,110,224,.15)}.faq-container.svelte-6mgj01{max-width:800px;margin:0 auto;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1rlh 2rlh;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.faq-item.svelte-6mgj01{border-bottom:1px solid rgba(255,255,255,.08)}.faq-item.svelte-6mgj01:last-child{border-bottom:none}.faq-item.svelte-6mgj01 button:where(.svelte-6mgj01){width:100%;background:none;border:none;color:#fff;padding:2rlh 0;text-align:left;font-size:1.1rem;font-weight:600;display:flex;justify-content:space-between;cursor:pointer}.faq-answer.svelte-6mgj01{padding-bottom:2rlh;color:#fff9;line-height:1.6}.products-section.svelte-ei34e1{padding:6rlh 5%;position:relative;background:transparent}.products-container.svelte-ei34e1{max-width:1200px;margin:0 auto}.section-header.svelte-ei34e1{text-align:center;margin-bottom:4rlh}.products-title.svelte-ei34e1{font-size:var(--font-size-h2);font-weight:800;margin-bottom:1rlh;letter-spacing:-.02em}.section-subtitle.svelte-ei34e1{color:#fff9;font-size:1.1rem;max-width:600px;margin:0 auto}.products-grid.svelte-ei34e1{display:grid;grid-template-columns:repeat(4,1fr);gap:2rlh;align-items:stretch}@media (max-width: 1200px){.products-grid.svelte-ei34e1{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.products-grid.svelte-ei34e1{grid-template-columns:1fr}.product-card.featured.svelte-ei34e1{transform:none}.product-card.featured.svelte-ei34e1:hover{transform:translateY(-8px)}}.product-card.svelte-ei34e1{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:24px;padding:2rlh;display:flex;flex-direction:column;justify-content:space-between;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.product-card.svelte-ei34e1:hover{transform:translateY(-8px);border-color:#fff3;background:#ffffff0f;box-shadow:0 20px 40px #0000004d}.product-card.featured.svelte-ei34e1{border:2px solid var(--purple);background:#8d6ee014;transform:scale(1.02);z-index:2}.product-card.featured.svelte-ei34e1:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #8d6ee026}.featured-badge.svelte-ei34e1{position:absolute;top:1.5rlh;right:1.5rlh;background:var(--purple);color:#fff;font-size:.7rem;font-weight:700;padding:.5rlh 1rlh;border-radius:100px;text-transform:uppercase;letter-spacing:.1em}.card-content.svelte-ei34e1{flex:1;margin-bottom:2rlh}.product-name.svelte-ei34e1{font-size:1.3rem;font-weight:700;margin-bottom:1.5rlh;color:#fff}.price-container.svelte-ei34e1{display:flex;align-items:baseline;margin-bottom:1.5rlh;gap:.25rlh}.currency.svelte-ei34e1{font-size:1.5rem;font-weight:600;color:var(--purple)}.amount.svelte-ei34e1{font-size:3rem;font-weight:800;letter-spacing:-.04em;color:#fff}.duration.svelte-ei34e1{font-size:.9rem;color:#ffffff80}.product-description.svelte-ei34e1{font-size:.95rem;line-height:1.6;color:#ffffffb3;margin-bottom:2rlh}.benefit-list.svelte-ei34e1{list-style:none;padding:0;margin:0 0 2rlh}.benefit-item.svelte-ei34e1{display:flex;align-items:center;gap:1rlh;font-size:.95rem;color:#ffffffd9;margin-bottom:1rlh}.check.svelte-ei34e1{width:20px;height:20px;background:var(--purple);border-radius:50%;position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center}.check.svelte-ei34e1:after{content:"";width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.product-cta.svelte-ei34e1{display:block;text-align:center;padding:1rlh;border-radius:12px;font-weight:700;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-size:1rem}.product-cta.primary.svelte-ei34e1{background:var(--purple);color:#fff;box-shadow:0 8px 32px #8d6ee04d}.product-cta.primary.svelte-ei34e1:hover{background:color-mix(in oklch,var(--purple),white 10%);box-shadow:0 12px 40px #8d6ee080;transform:translateY(-2px)}.product-cta.secondary.svelte-ei34e1{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.product-cta.secondary.svelte-ei34e1:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.section-padding.svelte-ijltdv{padding:6rlh 5%}.primary-btn.svelte-ijltdv{background:var(--purple);color:#fff;border:none;padding:1rlh 2rlh;font-weight:700;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 32px #8d6ee04d;font-size:1rem;text-decoration:none;display:inline-block}.primary-btn.svelte-ijltdv:hover{transform:translateY(-2px);box-shadow:0 12px 40px #8d6ee080}.final-cta.svelte-ijltdv{text-align:center;background:linear-gradient(to bottom,transparent,rgba(141,110,224,.1));display:flex;flex-direction:column;align-items:center;justify-content:center}.final-cta.svelte-ijltdv h2:where(.svelte-ijltdv){font-size:3rem;margin-bottom:1rlh}.final-cta.svelte-ijltdv p:where(.svelte-ijltdv){font-size:1.2rem;margin-bottom:2rlh;opacity:.7}footer.svelte-r0lwyq{padding:4rlh 5%;border-top:1px solid rgba(255,255,255,.05)}.footer-content.svelte-r0lwyq{display:flex;flex-direction:column;align-items:center;gap:2rlh}.logo.svelte-r0lwyq{font-weight:800;letter-spacing:-.05em;font-size:var(--font-size-h3);white-space:nowrap}.logo.svelte-r0lwyq span:where(.svelte-r0lwyq){color:color-mix(in oklch,var(--purple),white 40%);font-weight:300}.footer-links.svelte-r0lwyq{display:flex;gap:2rlh;flex-wrap:wrap;justify-content:center}.footer-links.svelte-r0lwyq a:where(.svelte-r0lwyq){color:#fff6;text-decoration:none;font-size:.8rem;transition:color .2s ease}.footer-links.svelte-r0lwyq a:where(.svelte-r0lwyq):hover{color:#ffffffb3}.footer-contact.svelte-r0lwyq{display:flex;flex-direction:column;align-items:center;gap:.5rlh}.footer-contact.svelte-r0lwyq a:where(.svelte-r0lwyq){color:#ffffff80;text-decoration:none;font-size:.75rem;transition:color .2s ease}.footer-contact.svelte-r0lwyq a:where(.svelte-r0lwyq):hover{color:#fffc}.copyright.svelte-r0lwyq{font-size:.7rem;opacity:.3}body{margin:0;padding:0;background:radial-gradient(circle at top left,var(--purple),#0f0a1e 60%);color:#fff;font-family:Inter,system-ui,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
