@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}.introduction{padding:6rem 2rem;background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 50%,#f1f5f9 100%);position:relative;overflow:hidden}.introduction-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.introduction-header{text-align:center;margin-bottom:4rem}.intro-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(99,102,241,.1);color:var(--primary-blue);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(99,102,241,.2)}.introduction-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);line-height:1.2}.intro-subtitle{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.intro-timeline{position:relative;display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.timeline-line{position:absolute;left:50%;top:4rem;bottom:4rem;width:3px;background:linear-gradient(to bottom,var(--primary-blue),var(--accent-gold),var(--primary-blue));transform:translateX(-50%);opacity:.3;z-index:1;border-radius:2px}.intro-step{display:flex;align-items:flex-start;gap:2rem;position:relative;z-index:2;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}.intro-step[data-step="1"]{animation-delay:.2s}.intro-step[data-step="2"]{animation-delay:.4s}.intro-step[data-step="3"]{animation-delay:.6s}.intro-step:nth-child(even){flex-direction:row-reverse}.intro-step:nth-child(even) .step-content{text-align:right}.step-number{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.step-circle,.step-circle::before{background:linear-gradient(135deg,var(--primary-blue),var(--accent-gold));border-radius:50%}.step-circle{width:80px;height:80px;min-height:80px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;box-shadow:0 10px 30px rgba(99,102,241,.3);transition:all .3s ease;position:relative}.step-circle::before{content:"";position:absolute;inset:-3px;z-index:-1;opacity:0;transition:opacity .3s ease}.step-circle:hover::before{opacity:.3}.step-circle:hover{transform:scale(1.1);box-shadow:0 15px 40px rgba(99,102,241,.4)}.step-content,.step-label{background:#fff;border-radius:20px}.step-label{font-size:.9rem;font-weight:600;color:var(--primary-blue);padding:.3rem .8rem;border:1px solid rgba(99,102,241,.2);box-shadow:0 2px 10px rgba(0,0,0,.1)}.step-content{flex:1;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid rgba(226,232,240,.8);transition:all .3s ease;position:relative;overflow:hidden}.introduction-cta::before,.step-content::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-gold))}.step-content:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.step-icon,.step-number-badge{display:flex;align-items:center;justify-content:center}.step-icon{width:80px;height:80px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:16px;color:var(--primary-blue);border:1px solid rgba(99,102,241,.1)}.step-number-badge{background:linear-gradient(135deg,var(--primary-blue),var(--accent-gold));color:#fff;font-size:1.2rem;font-weight:700;width:40px;height:40px;border-radius:50%;box-shadow:0 5px 15px rgba(99,102,241,.3)}.step-content h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.step-content p{font-size:1.1rem;line-height:1.7;color:#64748b;margin-bottom:1.5rem}.step-features{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.feature-item{display:flex;align-items:center;gap:.5rem;background:rgba(99,102,241,.1);color:var(--primary-blue);padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;border:1px solid rgba(99,102,241,.2);transition:all .3s ease}.feature-item:hover{background:rgba(99,102,241,.15);transform:translateY(-2px)}.step-preview{background:rgba(248,250,252,.8);padding:1rem;border-radius:12px;border-left:4px solid var(--primary-blue)}.preview-label{font-weight:600;color:var(--primary-blue);display:block;margin-bottom:.3rem;font-size:.9rem}.preview-text{color:#64748b;font-size:.95rem;line-height:1.5}.introduction-cta{text-align:center;background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.1);border:1px solid rgba(226,232,240,.8);position:relative;overflow:hidden}.cta-trust-signals{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.trust-indicator{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem;font-weight:600}.trust-indicator svg{color:var(--primary-blue)}.cta-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;flex-wrap:wrap}.stat-item{text-align:center}.introduction .stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-blue);line-height:1;margin-bottom:.5rem}.cta-content .stat-label{font-size:.9rem;color:#64748b;font-weight:600}.cta-action{display:flex;flex-direction:column;align-items:center;gap:1rem}.intro-cta-btn{font-size:1.2rem;padding:1rem 2.5rem;border-radius:12px;font-weight:600;box-shadow:0 10px 30px rgba(99,102,241,.3);transition:all .3s ease;position:relative;overflow:hidden}.intro-cta-btn::before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:translateX(-100%);transition:transform .6s ease}.intro-cta-btn:hover::before{transform:translateX(100%)}.intro-cta-btn:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(99,102,241,.4)}.cta-note{font-size:1rem;color:#64748b!important;margin:0;font-style:italic}.cta-guarantee{display:flex;align-items:center;gap:.5rem;background:rgba(34,197,94,.1);color:#16a34a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid rgba(34,197,94,.2)}.intro-background{z-index:1;overflow:hidden}.floating-shapes,.intro-background{position:absolute;top:0;left:0;right:0;bottom:0}.shape{position:absolute;border-radius:50%;opacity:.1;animation:float 8s ease-in-out infinite}.shape-1{width:200px;height:200px;background:var(--primary-blue);top:10%;left:10%;animation-delay:0s}.shape-2{width:150px;height:150px;background:var(--accent-gold);top:20%;right:20%;animation-delay:3s}.shape-3{width:100px;height:100px;background:var(--primary-blue);bottom:30%;left:15%;animation-delay:6s}.shape-4{width:120px;height:120px;background:var(--accent-gold);bottom:10%;right:10%;animation-delay:2s}@media (max-width:768px){.introduction{padding:3rem 1rem}.introduction-header{margin-bottom:2.5rem}.intro-badge{padding:.375rem .875rem;font-size:.8rem;margin-bottom:1rem}.introduction-header h2{font-size:2rem;margin-bottom:.75rem;line-height:1.3}.intro-subtitle{font-size:1rem;padding:0 1rem}.intro-timeline{gap:2rem;margin-bottom:2.5rem}.timeline-line{display:none}.intro-step{flex-direction:column!important;text-align:center!important;gap:1rem}.intro-step:nth-child(even) .step-content{text-align:center}.step-number{align-self:center;margin-bottom:1rem}.step-circle{width:60px;height:60px}.step-circle svg{width:24px;height:24px}.step-label{font-size:.8rem;margin-top:.5rem}.step-content{width:100%;max-width:none}.step-content p,.step-header{margin-bottom:1rem}.step-icon{width:60px;height:60px;margin:0 auto 1rem}.step-icon svg,.step-number-badge{width:32px;height:32px}.step-number-badge{position:relative;top:auto;right:auto;transform:none;margin-left:1rem;font-size:1rem;line-height:32px}.step-content h3{font-size:1.25rem;margin-bottom:.75rem}.step-content p{font-size:.9rem}.step-features{flex-direction:column;gap:.5rem;margin-bottom:1rem}.feature-item{font-size:.85rem;justify-content:center}.step-preview{text-align:center;padding:.75rem;border-radius:8px}.preview-label{font-size:.75rem;margin-bottom:.25rem}.preview-text{font-size:.8rem}.introduction-cta{padding:2rem 1rem;border-radius:16px}.cta-trust-signals{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.trust-indicator{font-size:.85rem;justify-content:center}.trust-indicator svg{width:16px;height:16px}.cta-stats{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.stat-item{text-align:center}.introduction .stat-number{font-size:1.5rem;margin-bottom:.25rem}.cta-content .stat-label{font-size:.8rem}.intro-cta-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem}.cta-note{font-size:.85rem;margin:1rem 0}.cta-guarantee{font-size:.8rem}.cta-guarantee svg{width:14px;height:14px}.intro-background{display:none}}@media (max-width:480px){.introduction{padding:2rem .75rem}.introduction-header h2{font-size:1.75rem;line-height:1.3}.intro-subtitle{font-size:.9rem;padding:0}.step-circle,.step-icon{width:50px;height:50px}.step-circle svg{width:20px;height:20px}.step-icon svg{width:28px;height:28px}.step-content h3{font-size:1.125rem}.step-content p{font-size:.85rem}.cta-stats{grid-template-columns:1fr;gap:.75rem}.introduction .stat-number{font-size:1.25rem}.cta-content .stat-label{font-size:.75rem}}