@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{font-family:Inter,sans-serif}html{scroll-behavior:smooth}body{overflow-x:hidden}#hero{position:relative}#bifrostCanvas{opacity:.4}.logo-container{animation:logoEntrance 1.5s ease-out}@keyframes logoEntrance{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.logo-container img{transition:all .5s ease}.logo-container img:hover{transform:scale(1.05);filter:drop-shadow(0 15px 60px rgba(0,212,255,.5))!important}.hero-title{background:linear-gradient(90deg,#00d4ff,#c778dd,#ff6b9d,#00e5a0,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 8s ease infinite;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.cta-button{box-shadow:0 10px 40px #fff3;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.fade-in-up{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.manifesto-card{opacity:0;transform:translateY(20px);animation:fadeInCard .8s ease-out forwards}.manifesto-card:nth-child(1){animation-delay:.1s}.manifesto-card:nth-child(2){animation-delay:.2s}.manifesto-card:nth-child(3){animation-delay:.3s}.manifesto-card:nth-child(4){animation-delay:.4s}@keyframes fadeInCard{to{opacity:1;transform:translateY(0)}}.manifesto-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.principle-item{opacity:0;transform:scale(.9);animation:scaleIn .6s ease-out forwards}.principle-item:nth-child(1){animation-delay:.5s}.principle-item:nth-child(2){animation-delay:.6s}.principle-item:nth-child(3){animation-delay:.7s}.principle-item:nth-child(4){animation-delay:.8s}@keyframes scaleIn{to{opacity:1;transform:scale(1)}}.principle-item:hover .w-16{transform:scale(1.1) rotate(5deg);transition:transform .3s ease}.worlds-grid{perspective:1000px}.world-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.world-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,var(--card-color, #ffffff) 100%);opacity:0;transition:opacity .4s ease;z-index:0}.world-card:hover:before{opacity:.1}.world-card:hover{transform:translateY(-10px) scale(1.02);border-color:var(--card-color, rgba(255, 255, 255, .3));box-shadow:0 20px 60px #00000080,0 0 40px var(--card-color, rgba(255, 255, 255, .2))}.world-card>*{position:relative;z-index:1}.world-icon{width:80px;height:80px;margin-bottom:1.5rem;color:var(--card-color, #ffffff);transition:all .4s ease}.world-card:hover .world-icon{transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 20px var(--card-color, #ffffff))}.world-icon-image{display:flex;align-items:center;justify-content:center}.world-icon-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.world-logo{width:64px;height:64px;-o-object-fit:contain;object-fit:contain}.world-logo-sku-le{transform:scale(1.12)}.world-logo-nodus{transform:scale(1.18)}.world-cta{display:inline-block;padding:.75rem 1.5rem;background:#ffffff1a;color:var(--card-color, #ffffff);border-radius:50px;font-weight:600;transition:all .3s ease;text-decoration:none}.world-card:hover .world-cta{background:var(--card-color, #ffffff);color:#0a0a0a;transform:translate(5px)}.world-card[data-color="#FF6B9D"]{--card-color: #FF6B9D}.world-card[data-color="#C778DD"]{--card-color: #C778DD}.world-card[data-color="#00D4FF"]{--card-color: #00D4FF}.world-card[data-color="#00E5A0"]{--card-color: #00E5A0}.world-card[data-color="#FFD700"]{--card-color: #FFD700}.world-card[data-color="#666666"]{--card-color: #666666}.world-card[data-color="#007BFF"]{--card-color: #007BFF}.world-card[data-color="#F97316"]{--card-color: #F97316}.world-card[data-color="#23C7D4"]{--card-color: #23C7D4}.trust-carousel{position:relative;display:flex;align-items:center;gap:1.25rem}.trust-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.75rem .25rem 1.25rem;width:100%}.trust-track::-webkit-scrollbar{height:0}.trust-slide{flex:0 0 calc(50% - .75rem);scroll-snap-align:start;text-decoration:none;color:inherit;background:linear-gradient(135deg,#ffffff0f,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.75rem;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.trust-slide:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--trust-color, rgba(255,255,255,.3));border-radius:20px 0 0 20px;opacity:.7;transition:opacity .3s ease}.trust-slide:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top left,var(--trust-color, rgba(255,255,255,.1)) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;z-index:0}.trust-slide>*{position:relative;z-index:1}.trust-slide:hover{transform:translateY(-8px) scale(1.02);border-color:var(--trust-color, rgba(255,255,255,.25));box-shadow:0 20px 60px #00000080,0 0 40px rgba(var(--trust-color-rgb, 255,255,255),.08)}.trust-slide:hover:before{opacity:1}.trust-slide:hover:after{opacity:1}.trust-logo-wrap{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;flex-shrink:0;transition:all .4s ease}.trust-slide:hover .trust-logo-wrap{border-color:var(--trust-color, rgba(255,255,255,.2));box-shadow:0 0 20px var(--trust-color, rgba(255,255,255,.1))}.trust-logo-img{width:44px;height:44px;-o-object-fit:contain;object-fit:contain}.trust-logo-initial{font-size:1.75rem;font-weight:800;color:var(--trust-color, #ffffff);line-height:1;text-transform:uppercase;opacity:.9}.trust-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.trust-name{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.trust-tagline{font-size:.875rem;color:#ffffff8c;margin:0;line-height:1.4}.trust-domain{font-size:.75rem;color:var(--trust-color, rgba(255,255,255,.4));margin:0;margin-top:.25rem;opacity:.75}.trust-arrow{align-self:flex-end;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:var(--trust-color, #ffffff);transition:all .3s ease;flex-shrink:0}.trust-slide:hover .trust-arrow{background:var(--trust-color, rgba(255,255,255,.1));color:#0a0a0a;border-color:var(--trust-color, rgba(255,255,255,.3));transform:translate(2px,-2px)}.trust-nav{width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;flex:0 0 auto;cursor:pointer}.trust-nav:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px)}@media(max-width:768px){.trust-slide{flex-basis:100%}}.final-cta-card{border-radius:28px;padding:3.5rem 3rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem;background:linear-gradient(120deg,#00d4ff1f,#c778dd1f);border:1px solid rgba(255,255,255,.12)}@media(min-width:768px){.final-cta-card{flex-direction:row;align-items:center}}.prose figure.image{margin-top:1.5rem;margin-bottom:1.5rem}.prose figure.image>img{display:block;max-width:100%;height:auto}.prose figure.image.image-style-align-center,.prose figure.image.image-style-block{margin-left:auto;margin-right:auto}.prose figure.image.image-style-align-center>img,.prose figure.image.image-style-block>img{margin-left:auto;margin-right:auto}.prose figure.image.image-style-align-left{float:left;margin-right:1.5rem;margin-left:0}.prose figure.image.image-style-align-right,.prose figure.image.image-style-side{float:right;margin-left:1.5rem;margin-right:0}.prose figure.image.image-style-align-left,.prose figure.image.image-style-align-right,.prose figure.image.image-style-side{max-width:50%}.prose figure.image:after{content:"";display:table;clear:both}.prose .ck-indent-1{margin-left:2rem}.prose .ck-indent-2{margin-left:4rem}.prose .ck-indent-3{margin-left:6rem}.prose .ck-indent-4{margin-left:8rem}.prose .ck-indent-5{margin-left:10rem}.kaupshop-product-page{position:relative;display:flex;flex-direction:column;gap:0}.kaupshop-product-page:before{content:"";position:absolute;inset:-4rem 0 auto;height:22rem;background:radial-gradient(circle at 15% 20%,rgba(35,199,212,.18),transparent 36%),radial-gradient(circle at 85% 15%,rgba(124,225,214,.14),transparent 30%);pointer-events:none;z-index:0}.kaupshop-product-page>*{position:relative;z-index:1}.kaupshop-shell{width:min(calc(100vw - 48px),1600px);margin:0 auto}.kaupshop-shell-tight{width:min(calc(100vw - 48px),1540px)}.kaupshop-stage{padding:2rem 0}.kaupshop-stage-soft{background:linear-gradient(180deg,#ffffff05,#fff0)}.kaupshop-stage-hero{padding:2.2rem 0 2.4rem}.kaupshop-stage-subnav{position:sticky;top:72px;z-index:25;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(180deg,#060a0ceb,#060a0cb3);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.06);padding:.85rem 0}.kaupshop-jump-nav{display:flex;gap:.8rem;flex-wrap:wrap}.kaupshop-jump-nav a{display:inline-flex;align-items:center;min-height:2.5rem;padding:.65rem .95rem;border-radius:999px;text-decoration:none;color:#dceaebe6;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:all .24s ease;font-size:.92rem}.kaupshop-jump-nav a:hover{background:#7ce1d61a;border-color:#7ce1d638;color:#f3fbfc}.kaupshop-hero-shell{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:2.25rem;align-items:stretch}.kaupshop-hero-copy{padding:2rem 0 1rem}.kaupshop-eyebrow,.kaupshop-section-label,.kaupshop-mini-label{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:#bcf1eeb8}.kaupshop-offer-name{display:inline-flex;align-items:center;min-height:2.2rem;padding:.45rem .85rem;border-radius:999px;background:#7ce1d617;border:1px solid rgba(124,225,214,.18);color:#e7f8f7f0;font-size:.88rem;font-weight:600;letter-spacing:.04em}.kaupshop-hero-title{margin:.9rem 0 1.2rem;font-size:clamp(3.4rem,7vw,6.4rem);line-height:.95;font-weight:800;letter-spacing:-.05em;color:#f3fbfc;max-width:11ch}.kaupshop-hero-lead{font-size:1.45rem;line-height:1.55;color:#f1fafbeb;max-width:50rem}.kaupshop-hero-support{margin-top:1.2rem;max-width:42rem;font-size:1.04rem;line-height:1.85;color:#c4ced1e0}.kaupshop-proof-pills{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.kaupshop-proof-pill{display:inline-flex;align-items:center;min-height:2.75rem;padding:.8rem 1rem;border:1px solid rgba(154,198,201,.18);border-radius:999px;background:#0a151885;color:#e2eff0eb;font-size:.9rem;line-height:1.4}.kaupshop-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.kaupshop-primary-button,.kaupshop-secondary-button,.kaupshop-tertiary-button{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.95rem 1.25rem;border-radius:999px;transition:all .28s ease;text-decoration:none;font-weight:600}.kaupshop-primary-button{background:linear-gradient(135deg,#7ce1d6,#23c7d4);color:#03222b;box-shadow:0 20px 45px #23c7d438}.kaupshop-primary-button:hover{transform:translateY(-2px);box-shadow:0 24px 52px #23c7d447}.kaupshop-secondary-button,.kaupshop-tertiary-button{border:1px solid rgba(169,205,208,.16);background:#0e171a8f;color:#e9f0f1e6}.kaupshop-secondary-button:hover,.kaupshop-tertiary-button:hover{transform:translateY(-2px);border-color:#b9e4e652;background:#121d21d1}.kaupshop-actions-end{justify-content:flex-start}.kaupshop-command-panel,.kaupshop-story-card,.kaupshop-offer-card,.kaupshop-column-panel,.kaupshop-final-cta{background:linear-gradient(180deg,#0c1216eb,#080d10e0);border:1px solid rgba(157,197,199,.12);border-radius:32px;box-shadow:0 22px 70px #00000047}.kaupshop-command-panel{padding:1.2rem;background:linear-gradient(180deg,#0b1115fa,#080d10f2),radial-gradient(circle at top right,rgba(35,199,212,.12),transparent 28%);min-height:100%}.kaupshop-command-topbar{display:flex;gap:.45rem;margin-bottom:1rem}.kaupshop-command-topbar span{width:.7rem;height:.7rem;border-radius:999px;background:#ffffff29}.kaupshop-command-topbar span:first-child{background:#7ce1d6a6}.kaupshop-command-brand{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.kaupshop-command-logo{width:4.75rem;height:4.75rem;display:flex;align-items:center;justify-content:center;border-radius:20px;background:radial-gradient(circle at top,#7ce1d633,#071012cc);border:1px solid rgba(124,225,214,.18)}.kaupshop-command-name{font-size:1.35rem;font-weight:700;color:#f1fbfb}.kaupshop-command-tag{margin-top:.3rem;color:#beced0c7;line-height:1.5}.kaupshop-command-grid{display:grid;gap:.85rem;margin-top:1rem}.kaupshop-command-card{padding:1rem 1rem 1.05rem;border-radius:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.kaupshop-command-card-title{font-size:.96rem;font-weight:700;color:#f2f7f8;margin-bottom:.45rem}.kaupshop-command-card p,.kaupshop-command-footer p,.kaupshop-story-card p,.kaupshop-offer-card p,.kaupshop-column-panel p,.kaupshop-final-cta p{color:#c2ced0d1;line-height:1.75}.kaupshop-command-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}.kaupshop-command-footer>div{padding:.95rem 1rem;border-radius:22px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.kaupshop-story-grid,.kaupshop-dual-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.kaupshop-story-card,.kaupshop-column-panel,.kaupshop-final-cta{padding:2rem}.kaupshop-story-grid-problem{align-items:stretch}.kaupshop-story-card-dark{background:linear-gradient(180deg,#0b0f12fa,#080c0ef2),radial-gradient(circle at bottom right,rgba(35,199,212,.08),transparent 26%)}.kaupshop-story-card-soft{background:linear-gradient(180deg,#0d1619f2,#091012f0),radial-gradient(circle at top left,rgba(124,225,214,.09),transparent 30%)}.kaupshop-story-card h2,.kaupshop-section-heading h2,.kaupshop-band-copy h2,.kaupshop-column-panel h2,.kaupshop-final-cta h2{margin:.85rem 0 1rem;font-size:clamp(1.7rem,2.6vw,2.6rem);line-height:1.1;letter-spacing:-.03em;color:#eff9fa}.kaupshop-friction-list{display:grid;gap:.8rem;margin-top:1.35rem}.kaupshop-friction-item,.kaupshop-proof-card{padding:1rem 1.05rem;border-radius:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#e4edefe6;line-height:1.65}.kaupshop-highlight-quote{margin-top:1.5rem;padding:1.15rem 1.2rem;border-left:3px solid rgba(124,225,214,.55);background:#ffffff08;border-radius:0 20px 20px 0;color:#ebf6f7e6;line-height:1.75}.kaupshop-editorial-section,.kaupshop-editorial-band{display:flex;flex-direction:column;gap:1.4rem;padding:.35rem 0}.kaupshop-section-heading,.kaupshop-band-copy{max-width:52rem}.kaupshop-offer-grid,.kaupshop-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.kaupshop-obstacle-grid,.kaupshop-package-grid,.kaupshop-bonus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.kaupshop-obstacle-card,.kaupshop-package-card,.kaupshop-bonus-card{padding:1.55rem;border-radius:28px;background:linear-gradient(180deg,#0b1215f0,#080d10e6);border:1px solid rgba(255,255,255,.07);box-shadow:0 20px 56px #0003}.kaupshop-obstacle-card h3,.kaupshop-package-card h3,.kaupshop-bonus-card h3{margin:.45rem 0 .8rem;font-size:1.24rem;line-height:1.25;color:#f1fbfb}.kaupshop-obstacle-card p,.kaupshop-bonus-card p{color:#c4ced1db;line-height:1.75}.kaupshop-obstacle-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:#9badb0b3}.kaupshop-obstacle-label-solution{margin-top:1rem;color:#7ce1d6cc}.kaupshop-obstacle-outcome{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);color:#eaf3f4eb;font-weight:600;line-height:1.6}.kaupshop-package-card{position:relative}.kaupshop-package-card-featured{border-color:#7ce1d642;box-shadow:0 24px 64px #23c7d424}.kaupshop-package-fit{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:#7ce1d6cc}.kaupshop-package-price{font-size:1.55rem;font-weight:700;color:#f4fbfb;margin-bottom:1rem}.kaupshop-package-card ul{margin:0;padding:0;list-style:none;display:grid;gap:.7rem}.kaupshop-package-card li{position:relative;padding-left:1rem;color:#cdd7d9e0;line-height:1.65}.kaupshop-package-card li:before{content:"";position:absolute;left:0;top:.72rem;width:.36rem;height:.36rem;border-radius:999px;background:#7ce1d6cc}.kaupshop-section-heading-bonuses{margin-top:1.4rem}.kaupshop-offer-card{padding:1.8rem}.kaupshop-offer-card h3{margin:0 0 .8rem;font-size:1.28rem;line-height:1.2;color:#eef8f9}.kaupshop-column-panel ul{margin:1.25rem 0 0;padding:0;list-style:none;display:grid;gap:.8rem}.kaupshop-column-panel li{position:relative;padding-left:1.15rem;color:#e4edefe6;line-height:1.65}.kaupshop-column-panel li:before{content:"";position:absolute;top:.72rem;left:0;width:.45rem;height:.45rem;border-radius:999px;background:#7ce1d6cc;box-shadow:0 0 0 6px #7ce1d614}.kaupshop-final-cta{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2rem;align-items:center;background:linear-gradient(135deg,#0c1417f5,#080d10f5),radial-gradient(circle at top right,rgba(124,225,214,.08),transparent 26%)}@media(max-width:1080px){.kaupshop-stage-subnav{top:68px}.kaupshop-hero-shell,.kaupshop-story-grid,.kaupshop-dual-columns,.kaupshop-final-cta,.kaupshop-offer-grid,.kaupshop-proof-grid,.kaupshop-obstacle-grid,.kaupshop-package-grid,.kaupshop-bonus-grid,.kaupshop-command-footer{grid-template-columns:1fr}}@media(max-width:768px){.kaupshop-product-page{gap:0}.kaupshop-shell,.kaupshop-shell-tight{width:min(calc(100vw - 28px),100%)}.kaupshop-stage{padding:1.35rem 0}.kaupshop-stage-subnav{position:static;padding:.6rem 0 0;border-top:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.kaupshop-jump-nav{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.2rem;scrollbar-width:none}.kaupshop-jump-nav::-webkit-scrollbar{display:none}.kaupshop-hero-title{max-width:none;font-size:2.8rem}.kaupshop-hero-lead{font-size:1.05rem}.kaupshop-story-card,.kaupshop-column-panel,.kaupshop-final-cta,.kaupshop-offer-card,.kaupshop-command-panel{padding:1.35rem;border-radius:24px}.kaupshop-actions,.kaupshop-actions-end{flex-direction:column;align-items:stretch}.kaupshop-primary-button,.kaupshop-secondary-button,.kaupshop-tertiary-button{width:100%}.kaupshop-proof-pill{width:100%;border-radius:20px}}.product-detail-page{position:relative;display:flex;flex-direction:column;gap:0}.product-detail-page:before{content:"";position:absolute;inset:-4rem 0 auto;height:20rem;background:radial-gradient(circle at 14% 18%,color-mix(in srgb,var(--world-accent) 22%,transparent),transparent 34%),radial-gradient(circle at 86% 14%,color-mix(in srgb,var(--world-accent) 16%,transparent),transparent 28%);pointer-events:none;z-index:0}.product-detail-page>*{position:relative;z-index:1}.product-shell{width:min(calc(100vw - 48px),1480px);margin:0 auto}.product-stage{padding:2rem 0}.product-stage-soft{background:linear-gradient(180deg,#ffffff05,#fff0)}.product-stage-hero{padding:2.2rem 0 2.4rem}.product-stage-identity{padding-top:.4rem}.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:2rem;align-items:stretch}.product-hero-copy{padding:1.8rem 0 1rem}.product-eyebrow,.product-section-label,.product-mini-label{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:color-mix(in srgb,var(--world-accent) 72%,white 28%)}.product-hero-title{margin:.95rem 0 1.15rem;font-size:clamp(3rem,6vw,5.6rem);line-height:.96;font-weight:800;letter-spacing:-.05em;color:#f4fbfc;max-width:12ch}.product-hero-lead{font-size:1.32rem;line-height:1.55;color:#f0f8faeb;max-width:50rem}.product-hero-support{margin-top:1.15rem;max-width:42rem;font-size:1.03rem;line-height:1.8;color:#c4ced1d6}.product-proof-pills{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.8rem}.product-proof-pill{display:inline-flex;align-items:center;min-height:2.7rem;padding:.8rem 1rem;border:1px solid color-mix(in srgb,var(--world-accent) 16%,rgba(255,255,255,.08));border-radius:999px;background:#0a12168f;color:#e4eef0eb;font-size:.9rem;line-height:1.4}.product-personality-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-personality-card{padding:1.55rem;border-radius:28px;background:linear-gradient(180deg,#0b1215f0,#080d10e6);border:1px solid rgba(255,255,255,.07);box-shadow:0 20px 56px #0000002e}.product-personality-card-featured{border-color:color-mix(in srgb,var(--world-accent) 24%,rgba(255,255,255,.1));box-shadow:0 24px 64px color-mix(in srgb,var(--world-accent) 12%,transparent)}.product-personality-card h3{margin:.8rem 0;font-size:1.24rem;line-height:1.24;color:#eff9fa}.product-personality-card p{color:#c2ced0d6;line-height:1.75}.product-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.product-primary-button,.product-secondary-button,.product-tertiary-button{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:.95rem 1.25rem;border-radius:999px;text-decoration:none;font-weight:600;transition:all .26s ease}.product-primary-button{background:linear-gradient(135deg,color-mix(in srgb,var(--world-accent) 56%,white 44%),var(--world-accent));color:#061218;box-shadow:0 20px 46px color-mix(in srgb,var(--world-accent) 22%,transparent)}.product-primary-button:hover{transform:translateY(-2px)}.product-secondary-button,.product-tertiary-button{border:1px solid rgba(255,255,255,.12);background:#0e171a8f;color:#e9f0f1eb}.product-secondary-button:hover,.product-tertiary-button:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--world-accent) 28%,rgba(255,255,255,.12));background:#121d21d1}.product-actions-end{justify-content:flex-start}.product-side-panel,.product-panel,.product-note-card,.product-offer-card,.product-final-cta{background:linear-gradient(180deg,#0c1216eb,#080d10e0);border:1px solid rgba(157,197,199,.12);border-radius:32px;box-shadow:0 22px 70px #0000003d}.product-side-panel,.product-panel,.product-final-cta{padding:2rem}.product-side-panel{background:linear-gradient(180deg,#0b1115fa,#080d10f2),radial-gradient(circle at top right,color-mix(in srgb,var(--world-accent) 12%,transparent),transparent 30%)}.product-side-brand{display:flex;align-items:center;gap:1rem;padding-bottom:1.1rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.06)}.product-side-logo{width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;border-radius:20px;background:radial-gradient(circle at top,color-mix(in srgb,var(--world-accent) 22%,transparent),#071012d1);border:1px solid color-mix(in srgb,var(--world-accent) 18%,rgba(255,255,255,.1))}.product-side-name{font-size:1.32rem;font-weight:700;color:#f2fbfb}.product-side-tagline,.product-side-block p,.product-panel p,.product-note-card p,.product-offer-card p,.product-final-cta p{color:#c2ced0d6;line-height:1.75}.product-side-block{padding:1rem 0}.product-side-block+.product-side-block{border-top:1px solid rgba(255,255,255,.06)}.product-side-list,.product-list{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.75rem}.product-side-list li,.product-list li{position:relative;padding-left:1.05rem;color:#e4edefe6;line-height:1.65}.product-side-list li:before,.product-list li:before{content:"";position:absolute;top:.72rem;left:0;width:.42rem;height:.42rem;border-radius:999px;background:var(--world-accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--world-accent) 10%,transparent)}.product-story-grid,.product-dual-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.product-panel-strong{background:linear-gradient(180deg,#0b0f12fa,#080c0ef2),radial-gradient(circle at bottom right,color-mix(in srgb,var(--world-accent) 10%,transparent),transparent 26%)}.product-panel-soft{background:linear-gradient(180deg,#0d1619f2,#091012f0),radial-gradient(circle at top left,color-mix(in srgb,var(--world-accent) 10%,transparent),transparent 30%)}.product-panel h2,.product-band-copy h2,.product-final-cta h2{margin:.85rem 0 1rem;font-size:clamp(1.7rem,2.5vw,2.5rem);line-height:1.1;letter-spacing:-.03em;color:#eff9fa}.product-friction-list{display:grid;gap:.8rem;margin-top:1.35rem}.product-friction-item,.product-note-card{padding:1rem 1.05rem;border-radius:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#e4edefe6;line-height:1.65}.product-editorial-band{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1.5rem;align-items:start}.product-band-copy{max-width:52rem}.product-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-offer-card{padding:1.7rem}.product-offer-card h3{margin:0 0 .8rem;font-size:1.2rem;line-height:1.25;color:#eff9fa}.product-final-cta{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:2rem;align-items:center;background:linear-gradient(135deg,#0c1417f5,#080d10f5),radial-gradient(circle at top right,color-mix(in srgb,var(--world-accent) 10%,transparent),transparent 26%)}.product-detail-page.product-theme-nursa:before{background:radial-gradient(circle at 12% 16%,rgba(0,212,255,.2),transparent 32%),radial-gradient(circle at 82% 12%,rgba(83,204,255,.12),transparent 26%),linear-gradient(180deg,rgba(7,20,28,.2),transparent 55%)}.product-detail-page.product-theme-yachay:before{background:radial-gradient(circle at 16% 18%,rgba(0,229,160,.18),transparent 34%),radial-gradient(circle at 84% 16%,rgba(141,255,206,.1),transparent 28%)}.product-detail-page.product-theme-sku-le:before{background:radial-gradient(circle at 14% 16%,rgba(0,123,255,.18),transparent 33%),radial-gradient(circle at 86% 12%,rgba(88,170,255,.12),transparent 28%),linear-gradient(180deg,rgba(10,18,34,.22),transparent 58%)}.product-detail-page.product-theme-nodus:before{background:radial-gradient(circle at 14% 18%,rgba(249,115,22,.18),transparent 34%),radial-gradient(circle at 84% 14%,rgba(255,179,102,.1),transparent 28%)}.product-detail-page.product-theme-runna:before{background:radial-gradient(circle at 14% 18%,rgba(199,120,221,.18),transparent 34%),radial-gradient(circle at 84% 14%,rgba(227,170,243,.1),transparent 28%)}.product-detail-page.product-theme-yachay .product-proof-pill{border-radius:20px}.product-detail-page.product-theme-sku-le .product-offer-card,.product-detail-page.product-theme-sku-le .product-personality-card{border-radius:24px}.product-detail-page.product-theme-nodus .product-proof-pill{background:#1e110a8f}.product-detail-page.product-theme-runna .product-side-panel{background:linear-gradient(180deg,#110e18fa,#0a0910f2),radial-gradient(circle at top right,rgba(199,120,221,.14),transparent 32%)}@media(max-width:1080px){.product-hero-grid,.product-personality-grid,.product-story-grid,.product-editorial-band,.product-offer-grid,.product-dual-columns,.product-final-cta{grid-template-columns:1fr}}@media(max-width:768px){.product-shell{width:min(calc(100vw - 28px),100%)}.product-stage{padding:1.35rem 0}.product-hero-title{max-width:none;font-size:2.65rem}.product-hero-lead{font-size:1.04rem}.product-side-panel,.product-panel,.product-personality-card,.product-offer-card,.product-final-cta{padding:1.35rem;border-radius:24px}.product-actions,.product-actions-end{flex-direction:column;align-items:stretch}.product-primary-button,.product-secondary-button,.product-tertiary-button,.product-proof-pill{width:100%}}.service-detail-page{--world-accent: var(--service-accent);position:relative;display:flex;flex-direction:column;gap:0}.service-detail-page:before{content:"";position:absolute;inset:-4rem 0 auto;height:20rem;background:radial-gradient(circle at 16% 18%,color-mix(in srgb,var(--service-accent) 22%,transparent),transparent 34%),radial-gradient(circle at 84% 14%,color-mix(in srgb,var(--service-accent) 14%,transparent),transparent 28%);pointer-events:none;z-index:0}.service-detail-page>*{position:relative;z-index:1}.service-hero-title{max-width:11ch}.service-side-symbol{width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;border-radius:20px;background:radial-gradient(circle at top,color-mix(in srgb,var(--service-accent) 26%,transparent),#071012d1);border:1px solid color-mix(in srgb,var(--service-accent) 18%,rgba(255,255,255,.1));color:#eff9fa;font-size:2rem;font-weight:800;letter-spacing:-.04em}.service-capabilities-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-section-heading{max-width:54rem}.service-section-heading h2{margin:.85rem 0 1rem;font-size:clamp(1.7rem,2.5vw,2.5rem);line-height:1.1;letter-spacing:-.03em;color:#eff9fa}.service-section-heading p{color:#c2ced0d6;line-height:1.8}.service-section-heading-compact{margin-bottom:1.4rem}.service-engagement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.service-engagement-card{padding:1.7rem;border-radius:28px;background:linear-gradient(180deg,#0c1216eb,#080d10e0);border:1px solid rgba(157,197,199,.12);box-shadow:0 22px 70px #0000002e}.service-engagement-card-featured{border-color:color-mix(in srgb,var(--service-accent) 24%,rgba(255,255,255,.1));box-shadow:0 24px 72px color-mix(in srgb,var(--service-accent) 12%,transparent)}.service-engagement-tag{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:color-mix(in srgb,var(--service-accent) 72%,white 28%)}.service-engagement-fit{margin-top:.8rem;font-size:.82rem;font-weight:600;color:#ebf4f5eb}.service-engagement-card h3{margin:.8rem 0;font-size:1.28rem;line-height:1.2;color:#eff9fa}.service-engagement-card p{color:#c2ced0d6;line-height:1.75}.service-engagement-outcome{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);color:#e4edefeb;line-height:1.65;font-weight:600}.service-engagement-card ul{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.7rem}.service-engagement-card li{position:relative;padding-left:1rem;color:#e4edefe6;line-height:1.65}.service-engagement-card li:before{content:"";position:absolute;top:.72rem;left:0;width:.38rem;height:.38rem;border-radius:999px;background:var(--service-accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--service-accent) 10%,transparent)}.service-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.service-process-card{padding:1.7rem;border-radius:28px;background:linear-gradient(180deg,#0c1216eb,#080d10e0);border:1px solid rgba(157,197,199,.12);box-shadow:0 22px 70px #0000002e}.service-process-card h3{margin:.8rem 0;font-size:1.25rem;line-height:1.2;color:#eff9fa}.service-process-card p{color:#c2ced0d6;line-height:1.75}.service-proof-grid,.service-assurance-grid,.service-track-grid,.service-cta-grid{display:grid;gap:1rem}.service-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-assurance-grid,.service-track-grid,.service-cta-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-proof-card,.service-assurance-card,.service-track-card,.service-cta-card{padding:1.55rem;border-radius:28px;background:linear-gradient(180deg,#0c1216eb,#080d10e0);border:1px solid rgba(157,197,199,.12);box-shadow:0 22px 70px #0000002e}.service-proof-name{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:color-mix(in srgb,var(--proof-accent) 72%,white 28%)}.service-track-tag{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:color-mix(in srgb,var(--service-accent) 72%,white 28%)}.service-proof-card h3,.service-track-card h3,.service-cta-card h3{margin:.75rem 0 .85rem;font-size:1.22rem;line-height:1.25;color:#eff9fa}.service-proof-card p,.service-assurance-card p,.service-track-card p,.service-cta-card p{color:#c2ced0d6;line-height:1.75}.service-track-fit{margin-bottom:.85rem;font-size:.86rem;font-weight:600;color:#e8f1f2eb}.service-proof-link{display:inline-flex;align-items:center;margin-top:1rem;color:#ecf4f5f0;text-decoration:none;font-weight:600}.service-proof-link:hover{color:#fff}.service-track-link{display:inline-flex;align-items:center;margin-top:1rem;color:#ecf4f5f0;text-decoration:none;font-weight:600}.service-track-link:hover{color:#fff}.service-guarantee-strip{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.service-guarantee-pill{display:inline-flex;align-items:center;min-height:2.8rem;padding:.85rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#0b131694;color:#e7eff0eb;line-height:1.4}.service-cta-card{display:flex;flex-direction:column;gap:1rem}.service-cta-card .product-primary-button{width:100%}@media(max-width:1080px){.service-engagement-grid,.service-capabilities-grid,.service-process-grid,.service-proof-grid,.service-assurance-grid,.service-track-grid,.service-cta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.service-engagement-grid,.service-capabilities-grid,.service-process-grid,.service-proof-grid,.service-assurance-grid,.service-track-grid,.service-cta-grid{grid-template-columns:1fr}.service-engagement-card,.service-process-card,.service-proof-card,.service-assurance-card,.service-track-card,.service-cta-card{padding:1.35rem;border-radius:24px}}.world-card-placeholder{opacity:.5;border-style:dashed}.world-card-placeholder:hover{opacity:.8}.diagram-container{background:#ffffff05;border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.05)}.diagram-node{cursor:pointer;transition:all .3s ease}.diagram-node:hover{transform:scale(1.1)}.connection-line{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawConnection 2s ease-in-out forwards}@keyframes drawConnection{to{stroke-dashoffset:0}}.connection-line:nth-child(1){animation-delay:.2s}.connection-line:nth-child(2){animation-delay:.4s}.connection-line:nth-child(3){animation-delay:.6s}.connection-line:nth-child(4){animation-delay:.8s}.connection-line:nth-child(5){animation-delay:1s}.connection-line:nth-child(6){animation-delay:1.2s}.proposal-button{position:relative;overflow:hidden;box-shadow:0 10px 40px #ff6b9d4d}.proposal-button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.proposal-button:hover:after{width:300px;height:300px}@media(max-width:768px){.hero-title{font-size:3rem}.worlds-grid{grid-template-columns:1fr}.diagram-container{padding:1.5rem}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00d4ff,#c778dd,#ff6b9d,#00e5a0,gold);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,gold,#00e5a0,#ff6b9d,#c778dd,#00d4ff)}@media(max-width:768px){.logo-container img{max-width:95%}}#dataFlowCanvas{background:radial-gradient(ellipse at center,rgba(99,102,241,.1) 0%,transparent 70%)}.data-flow-node{animation:fadeIn 1s ease-out backwards}.central-node{animation:fadeInScale 1.2s ease-out backwards;animation-delay:.3s}.bifrost-glow{animation:bifrostColorShift 8s ease-in-out infinite;background-size:200% 200%}.bifrost-border{animation:bifrostBorderShift 8s ease-in-out infinite}@keyframes bifrostColorShift{0%{background:radial-gradient(ellipse at center,rgba(0,212,255,.4) 0%,rgba(0,212,255,.15) 50%,transparent 100%)}20%{background:radial-gradient(ellipse at center,rgba(199,120,221,.4) 0%,rgba(199,120,221,.15) 50%,transparent 100%)}40%{background:radial-gradient(ellipse at center,rgba(255,107,157,.4) 0%,rgba(255,107,157,.15) 50%,transparent 100%)}60%{background:radial-gradient(ellipse at center,rgba(0,229,160,.4) 0%,rgba(0,229,160,.15) 50%,transparent 100%)}80%{background:radial-gradient(ellipse at center,rgba(255,215,0,.4) 0%,rgba(255,215,0,.15) 50%,transparent 100%)}to{background:radial-gradient(ellipse at center,rgba(0,212,255,.4) 0%,rgba(0,212,255,.15) 50%,transparent 100%)}}@keyframes bifrostBorderShift{0%{border-color:#00d4ff4d;box-shadow:0 0 20px #00d4ff33}20%{border-color:#c778dd4d;box-shadow:0 0 20px #c778dd33}40%{border-color:#ff6b9d4d;box-shadow:0 0 20px #ff6b9d33}60%{border-color:#00e5a04d;box-shadow:0 0 20px #00e5a033}80%{border-color:#ffd7004d;box-shadow:0 0 20px #ffd70033}to{border-color:#00d4ff4d;box-shadow:0 0 20px #00d4ff33}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.peripheral{cursor:pointer;transition:transform .3s ease}.peripheral:hover{transform:scale(1.1)}.architecture-layer{animation:fadeInUp .8s ease-out backwards}.architecture-layer:nth-child(1){animation-delay:.2s}.architecture-layer:nth-child(2){animation-delay:.4s}.architecture-layer:nth-child(3){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.architecture-layer:hover{transform:translateY(-8px);transition:transform .3s ease}.architecture-principle{animation:scaleIn .6s ease-out backwards}.architecture-principle:nth-child(1){animation-delay:.8s}.architecture-principle:nth-child(2){animation-delay:.9s}.architecture-principle:nth-child(3){animation-delay:1s}.architecture-principle:nth-child(4){animation-delay:1.1s}.architecture-principle:hover{transform:scale(1.1);transition:transform .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.form-group{animation:fadeInUp .6s ease-out backwards}.form-group:nth-child(1){animation-delay:.1s}.form-group:nth-child(2){animation-delay:.15s}.form-group:nth-child(3){animation-delay:.2s}.form-group:nth-child(4){animation-delay:.25s}.form-group:nth-child(5){animation-delay:.3s}.form-group:nth-child(6){animation-delay:.35s}.form-group:nth-child(7){animation-delay:.4s}input:focus,textarea:focus,select:focus{transform:translateY(-2px);transition:all .3s ease}input.error,textarea.error,select.error{animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.proposal-submit-button{animation:fadeInUp .6s ease-out backwards;animation-delay:.5s}.info-item{animation:fadeInUp .6s ease-out backwards}.info-item:nth-child(1){animation-delay:.6s}.info-item:nth-child(2){animation-delay:.7s}.info-item:nth-child(3){animation-delay:.8s}.info-item:hover{transform:translateY(-4px);transition:transform .3s ease}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.5)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.5em 1.5em;padding-right:2.5rem}#formStatus{animation:slideDown .5s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
