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