:root{--sp-primary:var(--mm-primary,#6574c0);--sp-primary-dark:#4a5bb3;--sp-primary-light:#8a9bd8;--sp-secondary:var(--mm-secondary,#c3a7e1);--sp-accent:var(--mm-accent,#9d7cd0);--sp-text:var(--mm-text,#2e305e);--sp-text-light:#6b7280;--sp-bg:var(--mm-card-bg,#fff);--sp-bg-alt:var(--mm-bg,#f4f1fa);--sp-bg-dark:var(--mm-dark,#2e305e);--sp-border:var(--mm-border,#e0e0e0);--sp-shadow:var(--mm-shadow,0 4px 24px rgba(44,50,94,.08));--sp-shadow-md:0 4px 24px rgba(44,50,94,.08);--sp-shadow-lg:0 20px 25px -5px rgba(44,50,94,.12),0 10px 10px -5px rgba(44,50,94,.06);--sp-shadow-xl:0 25px 50px -12px rgba(44,50,94,.25);--sp-gradient:linear-gradient(135deg,var(--mm-primary,#6574c0) 0%,var(--mm-accent,#9d7cd0) 100%);--sp-gradient-alt:linear-gradient(135deg,var(--mm-secondary,#c3a7e1) 0%,var(--mm-accent,#9d7cd0) 100%)}.sp-container{width:100%;margin:0;padding:0}.sp-section-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;position:relative;z-index:1}.sp-hero-section{position:relative;background:linear-gradient(135deg,var(--mm-primary) 0,var(--mm-accent) 50%,var(--mm-secondary) 100%);padding:2rem 0;border-bottom:1px solid var(--mm-border);overflow:hidden;margin-bottom:0!important}.sp-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.sp-hero-container{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.sp-hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin:0 auto;padding:0 2rem;align-items:center;color:#fff}.sp-hero-text{text-align:left}.sp-hero-title{font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.sp-highlight{position:relative;text-wrap:nowrap}.sp-hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:2rem;opacity:.9;line-height:1.6}.sp-hero-badge{display:inline-flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.2)}.sp-badge-icon{font-size:1.5rem}.sp-badge-text{font-size:.9rem;font-weight:500;opacity:.9}.sp-hero-image{display:flex;justify-content:center;align-items:center}.sp-profile-image{width:100%;max-width:400px;border-radius:7px;box-shadow:0 20px 40px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.sp-profile-image:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,.4)}.sp-content-section{position:relative;padding:3rem 0;margin-bottom:0!important;background:linear-gradient(135deg,rgba(196,167,225,.15),rgba(157,124,208,.15))}.sp-content-section:before{content:"";position:absolute;top:0;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;height:100%;background:inherit;z-index:-1}.sp-content-section.sp-alternate-bg{background:linear-gradient(135deg,rgba(103,116,192,.15),rgba(196,167,225,.15))}.sp-section-header{text-align:center;margin-bottom:3rem}.sp-section-icon{font-size:3rem;margin-bottom:1rem;display:block}.sp-section-title{font-size:2.5rem;font-weight:700;color:var(--sp-text);margin-bottom:1rem;position:relative}.sp-section-line{width:80px;height:4px;background:var(--sp-gradient);margin:0 auto;border-radius:2px}.sp-content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-top:2rem}.sp-content-grid.sp-reverse{direction:rtl}.sp-content-grid.sp-reverse>*{direction:ltr}.sp-content-text{padding:1rem 0}.sp-text{font-size:1.1rem;line-height:1.8;color:var(--sp-text);margin-bottom:1.5rem}.sp-text:last-child{margin-bottom:0}.sp-content-image{display:flex;justify-content:center;align-items:center}.sp-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--sp-shadow-lg)}.sp-hero-image{width:100%;max-width:400px;height:auto;display:block;transition:transform .3s ease}.sp-image-container:hover .sp-hero-image{transform:scale(1.05)}.sp-image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;padding:2rem 1.5rem 1.5rem;text-align:center}.sp-image-caption{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;display:block}.sp-image-subtitle{font-size:.9rem;opacity:.9}.sp-timeline{position:relative;max-width:800px;margin:3rem auto 0}.sp-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:var(--sp-gradient);transform:translateX(-50%);border-radius:2px}.sp-timeline-item{position:relative;margin-bottom:3rem;display:flex;align-items:center}.sp-timeline-item:nth-child(odd){flex-direction:row}.sp-timeline-item:nth-child(2n){flex-direction:row-reverse}.sp-timeline-date{background:var(--sp-gradient);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;white-space:nowrap;box-shadow:var(--sp-shadow-md);z-index:2;position:relative}.sp-timeline-item:nth-child(odd) .sp-timeline-date{margin-right:2rem}.sp-timeline-item:nth-child(2n) .sp-timeline-date{margin-left:2rem}.sp-timeline-content{background:var(--sp-bg);border-radius:16px;box-shadow:var(--sp-shadow-md);padding:2rem;border:1px solid var(--sp-border);flex:1 1;max-width:400px}.sp-timeline-content h3{color:var(--sp-primary);font-weight:700;margin-bottom:1rem;font-size:1.3rem}.sp-timeline-content p{color:var(--sp-text);line-height:1.6;margin:0}.sp-video-container{margin-top:2rem;border-radius:16px;overflow:hidden;box-shadow:var(--sp-shadow-lg)}.sp-video{width:100%;border-radius:16px}.sp-bottom-section{position:relative;background:linear-gradient(135deg,rgba(103,116,192,.15),rgba(196,167,225,.15))}.sp-bottom-section:before{content:"";position:absolute;top:0;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;height:100%;background:inherit;z-index:-1}.sp-bottom-content{text-align:center;max-width:800px;margin:0 auto}.sp-bottom-title{font-size:2.5rem;font-weight:700;color:var(--sp-text);margin-bottom:1.5rem}.sp-bottom-text{font-size:1.2rem;color:var(--sp-text-light);line-height:1.6;margin-bottom:2.5rem}.sp-bottom-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.sp-bottom-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;min-width:160px}.sp-bottom-btn-primary{background:var(--sp-gradient);color:#fff;box-shadow:var(--sp-shadow-md)}.sp-bottom-btn-primary:hover{transform:translateY(-2px);box-shadow:var(--sp-shadow-lg)}.sp-bottom-btn-secondary{background:transparent;color:var(--sp-primary);border:2px solid var(--sp-primary)}.sp-bottom-btn-secondary:hover{background:var(--sp-primary);color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.sp-hero-title{font-size:3rem}.sp-hero-content{grid-template-columns:1fr;gap:2rem}.sp-hero-content,.sp-hero-text{text-align:center}.sp-profile-image{max-width:350px}.sp-content-grid{grid-template-columns:1fr;gap:2rem}.sp-timeline:before{left:30px}.sp-timeline-item{flex-direction:column!important;align-items:flex-start;margin-left:60px}.sp-timeline-date{margin:0 0 1rem!important;align-self:flex-start}.sp-timeline-content{max-width:none;width:100%}.sp-bottom-actions{gap:2rem}.sp-bottom-btn{min-width:180px}}@media (max-width:768px){.sp-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.sp-hero-title{font-size:2.5rem}.sp-hero-content{padding:0 1rem}.sp-profile-image{max-width:300px}.sp-hero-subtitle{font-size:1.2rem}.sp-section-title{font-size:2rem}.sp-section-container{padding:2rem 1rem}.sp-hero-container{padding:0 1rem}.sp-bottom-title{font-size:2.2rem}.sp-bottom-text{font-size:1.1rem}}@media (max-width:480px){.sp-hero-title{font-size:2rem}.sp-hero-badge{flex-direction:column;gap:.5rem;padding:1rem}.sp-section-title{font-size:1.8rem}.sp-timeline-item{margin-left:40px}.sp-timeline:before{left:20px}.sp-bottom-actions{flex-direction:column;align-items:center}.sp-bottom-btn{min-width:200px}.sp-hero-image{max-width:300px}}