:root{--bg: #000000;--bg-mauv-5: #0c0a14;--bg-mauv-10: #140e20;--bg-mauv-14: #1a1628;--bg-card: #221c34;--text: #ffffff;--text-muted: #a0a0a0;--accent: #c77dff;--accent-dark: #9d4edd;--accent-glow: rgba(199, 125, 255, .25);--font-heading: "Audiowide", sans-serif;--font-body: "Space Grotesk", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--accent);line-height:1.2}a{color:var(--accent);text-decoration:none;transition:color .3s ease}a:hover{color:#fff}::selection{background:var(--accent-dark);color:var(--text)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent-dark);border-radius:3px}img{max-width:100%}ul{list-style:none}.section{padding:80px 5vw;position:relative}.section--accent{background:linear-gradient(135deg,var(--accent-dark) 0%,#7b2cbf 100%)}.section--mauv-5{background:var(--bg-mauv-5)}.section--mauv-10{background:var(--bg-mauv-10)}.section--mauv-14{background:var(--bg-mauv-14)}.section+.section{border-top:1px solid rgba(199,125,255,.08)}.section--accent h2,.section--accent h3{color:#fff}.section--accent p,.section--accent .product-text{color:#ffffffd9}.section--accent .product-text strong{color:#fff}.container{max-width:1100px;margin:0 auto;width:100%}.section-title{font-size:clamp(1.8rem,4.5vw,3.2rem);margin-bottom:1.2rem}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);margin-bottom:3rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}.hero__inner{z-index:2;max-width:1100px;width:100%;padding:0 5vw}.hero__title{font-size:clamp(2.5rem,8vw,6rem);letter-spacing:.04em;margin-bottom:.4em}.hero__tagline{font-size:clamp(1rem,2.5vw,1.5rem);color:var(--text-muted);max-width:700px;margin:0 auto 2rem;font-weight:300}.hero__btns{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.intro-text{font-size:1.1rem;line-height:1.9;color:var(--text-muted)}.intro-text strong{color:var(--accent)}.codes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2.5rem 0}.code-box{background:var(--bg-card);border:1px solid rgba(199,125,255,.1);border-radius:16px;padding:1.8rem;transition:transform .4s ease,box-shadow .4s ease}.code-box:hover{transform:translateY(-4px);box-shadow:0 8px 32px var(--accent-glow)}.code-box h4{font-family:var(--font-heading);font-size:.9rem;color:var(--accent);margin-bottom:.5rem}.code-box p{color:var(--text-muted);font-size:.95rem}.code-box .arrow{color:var(--accent);margin:0 .3rem}.metadata-history{overflow:hidden;padding-top:70px;padding-bottom:70px}.metadata-history .intro-text{margin-bottom:2.5rem;color:var(--text)}.pour-qui-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem}.pour-qui-badge{display:inline-block;padding:.6rem 1.8rem;border:1.5px solid var(--accent);border-radius:999px;color:var(--accent);font-family:var(--font-heading);font-size:clamp(1rem,2vw,1.2rem);letter-spacing:.04em;background:#c77dff14}.features-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:stretch}.feature-item{background:var(--bg-card);border:1px solid rgba(199,125,255,.08);border-radius:16px;padding:2rem;position:relative;overflow:hidden;transition:transform .4s ease,border-color .4s ease;display:flex;align-items:center}.feature-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,var(--accent),var(--accent-dark));opacity:0;transition:opacity .4s ease}.feature-item:hover{transform:translateY(-2px);border-color:var(--accent-glow)}.feature-item:hover:before{opacity:1}.feature-item p{color:var(--text-muted);font-size:.95rem}.propagation-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.prop-preview-wrapper{position:relative;cursor:default}.prop-preview-img{position:absolute;width:200px;height:200px;object-fit:cover;object-position:top left;border-radius:12px;pointer-events:none;z-index:10;visibility:hidden;opacity:0;box-shadow:0 12px 40px #0009,0 0 30px var(--accent-glow);border:1px solid rgba(199,125,255,.2)}.prop-card{background:var(--bg-card);border:1px solid rgba(199,125,255,.08);border-radius:20px;padding:2.5rem 2rem;perspective:800px;transition:box-shadow .5s ease}.prop-card:hover{box-shadow:0 0 40px var(--accent-glow)}.prop-card__inner{transition:transform .1s ease-out;will-change:transform}.prop-card h3{font-size:1.3rem;margin-bottom:1rem}.prop-card p{color:var(--text-muted);font-size:.95rem;line-height:1.8}.why-section .objectives{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.objective-card{background:#ffffff14;border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);will-change:transform;transform-style:preserve-3d;cursor:default;transition:box-shadow .4s ease}.objective-card:hover{box-shadow:0 20px 60px #0000004d,0 0 40px #c77dff26}.objective-card .letter{font-family:var(--font-heading);font-size:3rem;color:#fff;opacity:.2;margin-bottom:.5rem;display:block}.objective-card h3{color:#fff;font-size:1.2rem;margin-bottom:.8rem}.objective-card p{color:#fffc;font-size:.95rem}.advantages-section{overflow:hidden;padding-left:0;padding-right:0}.advantages-section>.container{padding:0 5vw;max-width:1100px;margin:0 auto}.adv-carousel-wrapper{position:relative;margin-bottom:1rem}.adv-carousel-label{font-size:1.3rem;max-width:1100px;margin:0 auto 1.5rem;padding:0 5vw}.adv-gallery{position:relative;width:100%;height:60vh;min-height:380px;max-height:500px;overflow:hidden}.adv-cards{position:absolute;width:22rem;height:100%;top:0;left:50%;transform:translate(-50%);padding:0;margin:0}.adv-card-item{list-style:none;position:absolute;top:5%;left:0;width:22rem;min-height:16rem;background:var(--bg-card);border:1px solid rgba(199,125,255,.1);border-radius:20px;padding:2.2rem 2rem;display:flex;flex-direction:column;justify-content:center;box-shadow:0 4px 24px #0006;cursor:grab;-webkit-user-select:none;user-select:none}.adv-card-item:active{cursor:grabbing}.adv-card-item .adv-card-number{position:absolute;top:1rem;right:1.4rem;font-family:var(--font-heading);font-size:2.5rem;color:var(--accent);opacity:.07;line-height:1}.adv-card-item h4{font-family:var(--font-heading);font-size:.85rem;color:var(--accent);margin-bottom:.7rem;line-height:1.4}.adv-card-item p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.adv-actions{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:1rem;z-index:10}.adv-actions .magnetic-btn{padding:.6rem 1.6rem;font-size:.8rem}.drag-proxy{visibility:hidden;position:absolute}.types-section{display:flex;align-items:center}.card-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.type-card{background:var(--bg-card);border:1px solid rgba(199,125,255,.08);border-radius:20px;padding:2.5rem 2rem;transition:transform .5s ease,box-shadow .5s ease}.type-card:hover{box-shadow:0 0 50px var(--accent-glow)}.type-card h3{margin-bottom:1.2rem;font-size:1.15rem}.type-card ul{list-style:none}.type-card li{padding:.4rem 0;color:var(--text-muted);font-size:.95rem;display:flex;align-items:center;gap:.6rem}.type-card li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.product-section{overflow:hidden}.product-content{display:grid;grid-template-columns:1fr;gap:2rem}.product-text{font-size:1.05rem;line-height:1.9;color:var(--text-muted)}.product-text strong{color:var(--accent)}.product-highlight{background:var(--bg-card);border:1px solid rgba(199,125,255,.15);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.product-highlight:after{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);opacity:.25;pointer-events:none}.product-highlight p{position:relative;z-index:1;font-size:1.15rem;font-style:italic;color:var(--text);line-height:1.8}.product-highlight ul{position:relative;z-index:1;list-style:none;padding:0;margin:1rem 0 0}.product-highlight li{font-size:1.05rem;line-height:1.8;color:var(--text);padding-left:1.5rem;margin-bottom:.5rem;position:relative}.product-highlight li:before{content:"→";position:absolute;left:0;color:var(--accent)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.resource-card{display:flex;flex-direction:column;gap:.8rem;background:var(--bg-card);border:1px solid rgba(199,125,255,.08);border-radius:20px;padding:2.2rem 2rem;text-decoration:none;color:inherit;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px var(--accent-glow);border-color:#c77dff4d}.resource-card h3{font-size:1.1rem;color:var(--accent)}.resource-card p{color:var(--text-muted);font-size:.92rem;line-height:1.8;flex:1}.resource-link-hint{font-family:var(--font-heading);font-size:.8rem;color:var(--accent);letter-spacing:.06em;opacity:.7;transition:opacity .3s ease}.resource-card:hover .resource-link-hint{opacity:1}.cta-section{text-align:center;padding:150px 5vw}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:#fffc;font-size:1.1rem;margin-bottom:2.5rem}.stats-section{padding-top:60px;padding-bottom:60px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.stat-number{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);color:var(--accent);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:var(--text-muted);letter-spacing:.03em}.faq-list{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid rgba(199,125,255,.12);border-radius:12px;overflow:hidden;background:var(--bg-card)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background:none;border:none;color:var(--text);font-size:1rem;font-family:var(--font-body);text-align:left;cursor:pointer;gap:1rem}.faq-question:hover{color:var(--accent)}.faq-icon{font-size:1.3rem;color:var(--accent);flex-shrink:0}.faq-answer p{padding:0 1.5rem 1.2rem;color:var(--text-muted);font-size:.95rem;line-height:1.8}.blog-articles{margin-top:4rem;border-top:1px solid rgba(199,125,255,.1);padding-top:2.5rem}.blog-articles__title{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.2rem;font-family:var(--font-body);font-weight:400}.blog-articles__title a{color:var(--accent);text-decoration:none}.blog-articles__title a:hover{text-decoration:underline}.blog-articles__list{display:flex;flex-direction:column;gap:.6rem}.blog-article-link{color:var(--text);text-decoration:none;font-size:.95rem;padding:.5rem 0;border-bottom:1px solid rgba(199,125,255,.06);transition:color .2s}.blog-article-link:hover{color:var(--accent)}.contact-form{display:flex;flex-direction:column;gap:1.2rem;max-width:640px;margin:0 auto;text-align:left}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.contact-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:#ffffffb3;letter-spacing:.03em}.contact-form input,.contact-form textarea{background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:.75rem 1rem;color:#fff;font-size:1rem;font-family:var(--font-body);transition:border-color .2s;resize:none}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--accent)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff4d}.contact-submit{align-self:center;margin-top:.5rem}.contact-success{color:#ffffffe6;font-size:1.1rem;margin-top:1rem}.contact-error{color:#ff9090;font-size:.9rem}.floating-cta{position:fixed;bottom:2rem;right:2rem;z-index:999;background:var(--accent-dark);color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-family:var(--font-heading);font-size:.9rem;letter-spacing:.03em;text-decoration:none;box-shadow:0 4px 24px #9d4edd66;transition:box-shadow .3s,background .3s}.floating-cta:hover{background:#7b2cbf;box-shadow:0 6px 32px #9d4edd99}.magnetic-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.8rem;font-family:var(--font-heading);font-size:.95rem;letter-spacing:.08em;color:#fff;background:transparent;border:2px solid var(--accent);border-radius:60px;cursor:pointer;overflow:hidden;transition:color .4s ease;z-index:1}.magnetic-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--accent-dark),var(--accent));border-radius:60px;transform:scaleX(0);transform-origin:right;transition:transform .5s cubic-bezier(.23,1,.32,1);z-index:-1}.magnetic-btn:hover:before{transform:scaleX(1);transform-origin:left}.magnetic-btn span{position:relative;z-index:2}.case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem}.case-study-card{display:flex;flex-direction:column;gap:1rem}.case-study-label{font-family:var(--font-heading);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;display:inline-block;padding:.3rem 1rem;border-radius:999px}.case-study-label--before{background:#ffffff14;color:var(--text-muted)}.case-study-label--after{background:#c77dff26;color:var(--accent);border:1px solid var(--accent)}.case-study-img{width:100%;border-radius:12px;border:1px solid rgba(199,125,255,.12);box-shadow:0 8px 40px #0006}.case-study-caption{font-size:.9rem;color:var(--text-muted);line-height:1.6}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin:2rem 0 3rem}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.footer{text-align:center;padding:3rem 5vw;color:var(--text-muted);font-size:.85rem;border-top:1px solid rgba(255,255,255,.05)}.nav{position:fixed;top:0;left:0;width:100%;z-index:200;padding:1.2rem 5vw;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0009;border-bottom:1px solid rgba(199,125,255,.08);transition:transform .4s ease}.nav__logo{font-family:var(--font-heading);font-size:1.2rem;color:var(--accent)}.nav__links{display:flex;gap:2rem;list-style:none}.nav__links a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .3s ease}.nav__links a:hover{color:var(--accent)}.nav__burger{display:none}@media(max-width:1024px){.features-list,.propagation-cards,.about-values{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section{padding:70px 5vw}.cta-section{padding:90px 5vw}.why-section .objectives,.about-grid{grid-template-columns:1fr}.about-values{grid-template-columns:1fr 1fr}.case-study-grid,.contact-form__row{grid-template-columns:1fr}.hero__btns{flex-direction:column;align-items:center;gap:1rem}.floating-cta{bottom:1rem;right:1rem;font-size:.82rem;padding:.65rem 1.2rem}.nav__links{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000f5;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;z-index:99;list-style:none}.nav__links--open{display:flex}.nav__links--open a{font-size:1.3rem;color:var(--text)}.nav__burger{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:201}.nav__burger span{display:block;height:2px;width:100%;background:var(--text);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav__burger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0}.nav__burger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media(max-width:600px){.pour-qui-badges{flex-direction:column;align-items:center}}@media(max-width:480px){.section{padding:60px 5vw}.hero__title{font-size:2.2rem}.about-values{grid-template-columns:1fr}.cta-section{padding:70px 5vw}}
