.hero-section{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-animation-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content-overlay{position:relative;z-index:10;width:90%;max-width:1200px;padding:3rem;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 8px 32px #0000001a,inset 0 1px #fff6;animation:fadeInUp 1s ease-out;display:flex;flex-direction:column;justify-content:center;min-height:auto}.hero-text-container{text-align:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-platform-name{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-platform-tagline{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.hero-headline{font-size:clamp(2rem,4vw,3rem);font-weight:700;font-style:italic;line-height:1.3;margin-bottom:2rem;letter-spacing:.01em;color:#00f5a0;text-shadow:0 0 20px rgba(0,245,160,.5),0 4px 12px rgba(0,0,0,.8)}.hero-headline .text-oro-fiorentino{color:gold;text-shadow:0 0 25px rgba(255,215,0,.6),0 4px 12px rgba(0,0,0,.8);font-weight:900}.highlight-egizza{background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s infinite}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subheadline{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600;margin-bottom:2rem;line-height:1.5}.hero-explanation{max-width:700px;margin:0 auto 2.5rem;display:flex;flex-direction:column;gap:16px}.explanation-item{display:flex;align-items:flex-start;gap:16px;background:#0a0a0fb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.2);border-radius:12px;padding:16px 20px;transition:all .3s ease}.explanation-item:hover{background:#0a0a0fd9;border-color:#667eea66;transform:translate(8px)}.explanation-icon{font-size:1.75rem;flex-shrink:0;filter:drop-shadow(0 2px 8px rgba(102,126,234,.4))}.explanation-text{color:#ffffffe6;font-size:.9375rem;line-height:1.6;margin:0;text-align:left}.hero-description{font-size:clamp(1rem,1.8vw,1.25rem);font-weight:400;margin-bottom:2.5rem;line-height:1.6;opacity:.95}.hero-cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.05em}.btn-primary{background:linear-gradient(135deg,gold,orange);color:#1a1a1a;box-shadow:0 4px 16px #ffd70066}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffd70099}.btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff4d;border-color:#fffc;transform:translateY(-2px)}.hero-features{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.feature-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:50px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.9rem;font-weight:600}.feature-badge .icon{font-size:1.2rem}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fffc;font-size:.9rem;animation:bounce 2s infinite}.scroll-icon{width:30px;height:50px;border:2px solid rgba(255,255,255,.6);border-radius:50px;position:relative}.scroll-icon:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#fffc;border-radius:50%;animation:scroll-dot 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes scroll-dot{0%{transform:translate(-50%) translateY(0);opacity:1}to{transform:translate(-50%) translateY(20px);opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section{height:auto;min-height:100vh;align-items:flex-start;padding-top:60px}.hero-content-overlay{padding:2rem 1.5rem;width:95%;margin-top:20px;min-height:auto;justify-content:flex-start}.hero-text-container{margin-top:0}.hero-platform-name{font-size:2rem;margin-bottom:1rem}.hero-platform-tagline{font-size:.95rem;margin-bottom:2rem}.hero-headline{font-size:1.5rem;margin-bottom:1.5rem}.hero-explanation{max-width:100%}.explanation-item{flex-direction:column;gap:12px;text-align:center;padding:14px 16px}.explanation-item:hover{transform:translateY(-4px)}.explanation-icon{font-size:2rem}.explanation-text{font-size:.875rem}.hero-cta-buttons{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{width:100%}.hero-features{flex-direction:column;align-items:center}}.section-problems{min-height:100vh;padding:6rem 2rem;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);position:relative;overflow:hidden}.section-problems:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(255,215,0,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,165,0,.05) 0%,transparent 50%);pointer-events:none}.container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:5rem;animation:fadeInDown .8s ease-out}.section-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.2}.section-title .subtitle{display:block;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:.5rem}.section-description{font-size:clamp(1rem,1.5vw,1.25rem);color:#fffc;max-width:800px;margin:0 auto;line-height:1.6}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.problem-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);position:relative;overflow:hidden}.problem-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,gold,orange);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.problem-card.visible{opacity:1;transform:translateY(0)}.problem-card:hover{background:#ffffff14;border-color:#ffd7004d;transform:translateY(-5px);box-shadow:0 10px 40px #ffd70026}.problem-card:hover:before{transform:scaleX(1)}.problem-number{display:inline-block;font-size:.9rem;font-weight:700;color:gold;background:#ffd70026;padding:.5rem 1rem;border-radius:50px;margin-bottom:1rem;border:1px solid rgba(255,215,0,.3)}.problem-title{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.3}.problem-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center}.comparison-item{padding:1rem;border-radius:12px;transition:all .3s ease}.comparison-item.before{background:#ff000014;border:1px solid rgba(255,0,0,.2)}.comparison-item.after{background:#00ff0014;border:1px solid rgba(0,255,0,.2)}.problem-card:hover .comparison-item{transform:scale(1.02)}.comparison-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.comparison-item.before .comparison-label{color:#ff6b6b}.comparison-item.after .comparison-label{color:#51cf66}.comparison-label .icon{font-size:1.2rem}.comparison-text{font-size:.95rem;line-height:1.5;color:#ffffffe6}.comparison-arrow{font-size:2rem;color:gold;font-weight:700;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.section-problems{padding:4rem 1.5rem}.problems-grid{grid-template-columns:1fr;gap:1.5rem}.problem-comparison{grid-template-columns:1fr;gap:1rem}.comparison-arrow{transform:rotate(90deg);margin:.5rem 0}.problem-card{padding:1.5rem}.section-header{margin-bottom:3rem}}@media (max-width: 480px){.problem-comparison{font-size:.9rem}.comparison-label{font-size:.75rem}.comparison-text{font-size:.85rem}}.problem-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.problem-modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:24px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 48px #0006,0 0 0 1px #ffffff1a;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.problem-modal-close{position:absolute;top:20px;right:20px;background:#ffffff1a;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;z-index:10}.problem-modal-close:hover{background:#ff4d4d33;transform:rotate(90deg)}.problem-modal-header{padding:40px 40px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.problem-modal-header h2{font-size:2rem;font-weight:700;color:#fff;margin:0;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.problem-modal-body{padding:32px 40px;display:flex;flex-direction:column;gap:32px}.problem-section,.solution-section{position:relative}.section-badge{display:inline-block;padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.problem-badge{background:linear-gradient(135deg,#ff4d4d,#f9cb28);color:#1a1a2e}.solution-badge{background:linear-gradient(135deg,#00f5a0,#00d9f5);color:#1a1a2e}.detail-text{font-size:1.125rem;line-height:1.8;color:#ffffffe6;margin:0 0 20px}.old-way,.new-way{display:flex;gap:12px;padding:16px 20px;border-radius:12px;align-items:flex-start}.old-way{background:#ff4d4d1a;border-left:3px solid #ff4d4d}.new-way{background:#00f5a01a;border-left:3px solid #00f5a0}.way-label{font-weight:600;font-size:.875rem;white-space:nowrap;color:#fffc}.way-text{font-size:.9375rem;line-height:1.6;color:#fffffff2;flex:1}.problem-modal-footer{padding:24px 40px 40px;display:flex;justify-content:center;border-top:1px solid rgba(255,255,255,.1)}.modal-cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 40px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #667eea66}.modal-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea99}.modal-cta-button:active{transform:translateY(0)}.problem-modal-content::-webkit-scrollbar{width:8px}.problem-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.problem-modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.problem-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.problem-modal-header{padding:32px 24px 20px}.problem-modal-header h2{font-size:1.5rem}.problem-modal-body{padding:24px;gap:24px}.detail-text{font-size:1rem}.problem-modal-footer{padding:20px 24px 32px}}.section-examples{min-height:100vh;background:linear-gradient(180deg,#0a0a0f,#1a1a2e,#0f0f1a);padding:100px 0;position:relative;overflow:hidden}.section-examples:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(102,126,234,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(118,75,162,.1) 0%,transparent 50%);pointer-events:none}.section-examples .container{position:relative;z-index:1}.section-examples .section-header{text-align:center;margin-bottom:60px}.section-examples .section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:16px;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-examples .section-subtitle{font-size:1.125rem;color:#ffffffb3;max-width:600px;margin:0 auto}.examples-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:50px;padding:0 20px}.tab-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 24px;display:flex;align-items:center;gap:10px;color:#ffffffb3;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.tab-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea33,#764ba233);opacity:0;transition:opacity .3s ease}.tab-button:hover:before{opacity:1}.tab-button:hover{border-color:#667eea80;transform:translateY(-2px)}.tab-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;box-shadow:0 8px 24px #667eea66}.tab-button.active:before{opacity:0}.tab-icon{font-size:1.25rem;position:relative;z-index:1}.tab-name{position:relative;z-index:1}.examples-content{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1200px;margin:0 auto}.example-card{background:#0a0a0fd9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(102,126,234,.3);border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;opacity:0;animation:cardSlideIn .5s ease-out forwards;box-shadow:0 4px 16px #00000080}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.example-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea26,#764ba226);opacity:0;transition:opacity .3s ease;z-index:0}.example-card:hover{transform:translateY(-8px);border-color:#667eea99;box-shadow:0 12px 32px #667eea66;background:#0a0a0ff2}.example-card:hover:before{opacity:1}.example-icon{font-size:3rem;margin-bottom:16px;position:relative;z-index:1;filter:drop-shadow(0 4px 12px rgba(102,126,234,.3));transition:transform .3s ease}.example-card:hover .example-icon{transform:scale(1.15) rotate(5deg)}.example-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:12px;position:relative;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.8)}.example-description{font-size:.9375rem;color:#fffffff2;line-height:1.6;margin:0;position:relative;z-index:1;text-shadow:0 1px 4px rgba(0,0,0,.7)}@media (max-width: 768px){.section-examples{padding:60px 0}.section-examples .section-title{font-size:2rem}.examples-tabs{gap:8px}.tab-button{padding:10px 16px;font-size:.875rem}.tab-icon{font-size:1.125rem}.examples-grid{grid-template-columns:1fr;gap:16px}.example-card{padding:24px 20px}.example-icon{font-size:2.5rem}}.examples-content{position:relative}.examples-grid{animation:fadeInContent .4s ease-out}@keyframes fadeInContent{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-how-it-works{min-height:100vh;background:linear-gradient(180deg,#0f0f1a,#1a1a2e,#0a0a0f);padding:100px 0;position:relative;overflow:hidden}.section-how-it-works:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(102,126,234,.08) 0%,transparent 70%);pointer-events:none}.section-how-it-works .section-header{text-align:center;margin-bottom:80px}.section-how-it-works .section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:16px;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-how-it-works .section-subtitle{font-size:1.125rem;color:#ffffffb3}.steps-timeline{display:flex;justify-content:center;align-items:flex-start;gap:40px;max-width:1400px;margin:0 auto 60px;padding:0 20px}.step-card{flex:1;max-width:400px;background:#0a0a0ff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(102,126,234,.3);border-radius:20px;padding:40px 32px;position:relative;opacity:0;transform:translateY(40px);transition:all .3s ease;box-shadow:0 8px 32px #0009}.step-card.visible{animation:stepSlideUp .6s ease-out forwards}@keyframes stepSlideUp{to{opacity:1;transform:translateY(0)}}.step-card:hover{transform:translateY(-10px);border-color:#667eea80;box-shadow:0 20px 40px #667eea33}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea26,#764ba226);border-radius:20px;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.step-card:hover:before{opacity:1}.step-number{position:absolute;top:-20px;left:32px;width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 8px 24px #667eea66;z-index:2}.step-icon{font-size:4rem;text-align:center;margin-bottom:24px;filter:drop-shadow(0 4px 16px rgba(102,126,234,.3));transition:transform .3s ease}.step-card:hover .step-icon{transform:scale(1.15) rotate(-5deg)}.step-title{font-size:1.75rem;font-weight:700;color:#fff;text-align:center;margin-bottom:16px;position:relative;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.8)}.step-timing{text-align:center;padding:8px 20px;background:#00f5a01a;border:1px solid rgba(0,245,160,.3);border-radius:20px;color:#00f5a0;font-size:.875rem;font-weight:600;margin-bottom:24px;display:inline-block;width:-moz-fit-content;width:fit-content;margin-left:50%;transform:translate(-50%)}.step-items{list-style:none;padding:0;margin:0;position:relative;z-index:1}.step-items li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;opacity:0;transform:translate(-20px)}.step-card.visible .step-items li{animation:itemSlideIn .5s ease-out forwards}@keyframes itemSlideIn{to{opacity:1;transform:translate(0)}}.item-bullet{color:#667eea;font-weight:700;font-size:1.125rem;flex-shrink:0}.item-text{color:#fffffff2;font-size:.9375rem;line-height:1.6;position:relative;z-index:1;text-shadow:0 1px 4px rgba(0,0,0,.7)}.step-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:100px;opacity:0;animation:connectorFadeIn .6s ease-out forwards}@keyframes connectorFadeIn{to{opacity:1}}.connector-line{width:2px;height:60px;background:linear-gradient(180deg,#667eea80,#764ba280);margin-bottom:8px}.connector-arrow{font-size:2rem;color:#667eea;animation:arrowPulse 2s ease-in-out infinite}@keyframes arrowPulse{0%,to{transform:translate(0);opacity:1}50%{transform:translate(10px);opacity:.6}}.cta-container{display:flex;justify-content:center;gap:20px;margin-top:60px}.cta-button{padding:16px 40px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 24px #667eea66}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #667eea99}.cta-button.secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff}.cta-button.secondary:hover{background:#ffffff1a;border-color:#667eea80;transform:translateY(-3px)}@media (max-width: 1200px){.steps-timeline{flex-direction:column;align-items:center}.step-connector{padding-top:20px;padding-bottom:20px}.connector-arrow{transform:rotate(90deg)}.connector-line{display:none}}@media (max-width: 768px){.section-how-it-works{padding:60px 0}.section-how-it-works .section-title{font-size:2rem}.section-how-it-works .section-header{margin-bottom:50px}.step-card{padding:32px 24px}.step-icon{font-size:3rem}.step-title{font-size:1.5rem}.cta-container{flex-direction:column;align-items:stretch;padding:0 20px}.cta-button{width:100%}}.section5-ammk{position:relative;min-height:100vh;padding:80px 20px;background:transparent;overflow:hidden}.section5-ammk:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;pointer-events:none}.section5-ammk .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.section5-header{position:relative;text-align:center;margin-bottom:60px;min-height:800px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:40px}.ammk-animation-wrapper{position:absolute;top:-100px;left:-10%;right:-10%;bottom:0;z-index:1;opacity:1;pointer-events:none}.ammk-animation-container{width:100%;height:100%}.section5-header-content{position:relative;z-index:2;max-width:900px;padding:30px 25px;margin-top:20px;background:#05050a80;border-radius:20px;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(128,0,255,.3)}.section5-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.2}.section5-title .gradient-text{background:linear-gradient(135deg,#8000ff,#00ffc8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section5-subtitle{font-size:1.25rem;color:#ffffffd9;max-width:800px;margin:0 auto;line-height:1.6}.subsection-title{font-size:2rem;font-weight:700;color:#00ffc8;margin-bottom:30px;text-align:center}.ammk-users{margin-bottom:80px}.users-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.user-card{background:#14141ecc;border:1px solid rgba(128,0,255,.3);border-radius:16px;padding:24px;text-align:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.user-card:hover,.user-card.active{transform:translateY(-5px);border-color:#00ffc899;background:#1e1e28e6;box-shadow:0 8px 30px #00ffc833}.user-icon{font-size:3rem;margin-bottom:15px}.user-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:10px}.user-description{font-size:.95rem;color:#ffffffb3;line-height:1.5}.ammk-engines{margin-bottom:80px}.engines-container{display:flex;flex-direction:column;gap:16px}.engine-item{display:flex;align-items:flex-start;gap:20px;background:#14141ed9;border:1px solid rgba(128,0,255,.25);border-radius:12px;padding:24px;transition:all .3s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.engine-item:hover{border-color:#00ffc880;background:#1e1e28e6;transform:translate(8px);box-shadow:0 4px 20px #8000ff26}.engine-number{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8000ff,#00ffc8);border-radius:50%;font-size:1.5rem;font-weight:800;color:#fff}.engine-content{flex:1}.engine-name{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:8px}.engine-description{font-size:1rem;color:#ffffffbf;line-height:1.5}.ammk-customization{margin-bottom:60px}.customization-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.customization-card{background:#14141ecc;border:1px solid rgba(0,255,200,.3);border-radius:16px;padding:28px;text-align:center;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.customization-card:hover{transform:translateY(-5px);border-color:#00ffc899;background:#1e1e28f2;box-shadow:0 8px 30px #00ffc840}.customization-icon{font-size:3rem;margin-bottom:15px}.customization-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:10px}.customization-description{font-size:.95rem;color:#ffffffb3;line-height:1.5}.ammk-cta-box{background:linear-gradient(135deg,#8000ff26,#00ffc826);border:2px solid rgba(0,255,200,.4);border-radius:20px;padding:40px;text-align:center;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.ammk-cta-box h3{font-size:2rem;font-weight:800;color:#fff;margin-bottom:15px}.ammk-cta-box p{font-size:1.15rem;color:#ffffffd9;margin-bottom:25px}.ammk-cta-button{background:linear-gradient(135deg,#8000ff,#00ffc8);color:#fff;font-size:1.15rem;font-weight:700;padding:16px 40px;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #8000ff4d}.ammk-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00ffc866}@media (max-width: 768px){.section5-ammk{padding:60px 15px}.section5-header{min-height:650px;padding-bottom:30px}.ammk-animation-wrapper{opacity:.8;top:-50px;left:-5%;right:-5%}.section5-header-content{padding:25px 15px}.section5-title{font-size:2rem}.section5-subtitle{font-size:1rem}.subsection-title{font-size:1.5rem}.users-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.user-card{padding:20px}.user-icon{font-size:2.5rem}.user-title{font-size:1.1rem}.engine-item{flex-direction:column;text-align:center;gap:12px}.engine-number{margin:0 auto}.customization-grid{grid-template-columns:1fr;gap:15px}.ammk-cta-box{padding:30px 20px}.ammk-cta-box h3{font-size:1.5rem}.ammk-cta-box p{font-size:1rem}.ammk-cta-button{font-size:1rem;padding:14px 30px}}.informative-page{width:100%;overflow-x:hidden;background:#0a0a0a}html{scroll-behavior:smooth}section{scroll-snap-align:start}.section-placeholder{min-height:50vh;padding:4rem 2rem;background:linear-gradient(135deg,#1a1a2e,#0a0a0a);display:flex;align-items:center;justify-content:center;text-align:center;border-top:1px solid rgba(255,215,0,.2)}.section-placeholder .container{max-width:800px}.section-placeholder h2{font-size:clamp(2rem,3vw,2.5rem);color:#fff;margin-bottom:1rem}.section-placeholder p{font-size:clamp(1rem,1.5vw,1.25rem);color:#ffffffb3;line-height:1.6}@media (min-width: 1024px){.informative-page{scroll-snap-type:y proximity}}
