: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 #2c325e14);--ip-shadow-md:0 4px 24px #2c325e14;--ip-shadow-lg:0 20px 25px -5px #2c325e1f,0 10px 10px -5px #2c325e0f;--ip-shadow-xl:0 25px 50px -12px #2c325e40;--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{z-index:1;max-width:1200px;margin:0 auto;padding:3rem 2rem;position:relative}.ip-hero-section{background:linear-gradient(135deg,var(--mm-primary)0%,var(--mm-accent)50%,var(--mm-secondary)100%);border-bottom:1px solid var(--mm-border);padding:2rem 0;position:relative;overflow:hidden;margin-bottom:0!important}.ip-hero-section:before{content:"";opacity:.3;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>");position:absolute;inset:0}.ip-hero-container{z-index:3;width:100%;max-width:800px;margin:0 auto;padding:0 2rem;position:relative}.ip-hero-content{text-align:center;color:#fff}.ip-hero-title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.2}.ip-highlight{position:relative}.ip-hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.5rem;font-weight:400;line-height:1.6}.ip-hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:inline-flex}.ip-badge-icon{font-size:1.5rem}.ip-badge-text{opacity:.9;font-size:.9rem;font-weight:500}.ip-content-section{background:linear-gradient(135deg,#c4a7e126 0%,#9d7cd026 100%);padding:3rem 0;position:relative;margin-bottom:0!important}.ip-content-section:before{content:"";background:inherit;z-index:-1;width:100vw;height:100%;margin-left:-50vw;margin-right:-50vw;position:absolute;top:0;left:50%;right:50%}.ip-content-section.ip-alternate-bg{background:linear-gradient(135deg,#6774c026 0%,#c4a7e126 100%)}.ip-section-header{text-align:center;margin-bottom:3rem}.ip-section-icon{margin-bottom:1rem;font-size:3rem;display:block}.ip-section-title{color:var(--ip-text);margin-bottom:1rem;font-size:2.5rem;font-weight:700;position:relative}.ip-section-line{background:var(--ip-gradient);border-radius:2px;width:80px;height:4px;margin:0 auto}.ip-content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:2rem;display:grid}.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{text-align:left;max-width:800px;margin:0 auto 1.5rem}.ip-content-text-full .ip-text:last-of-type{margin-bottom:0}.ip-content-image-bottom{justify-content:center;align-items:center;margin-top:2rem;display:flex}.ip-content-text{padding:1rem 0}.ip-text{color:var(--ip-text);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.ip-text:last-child{margin-bottom:0}.ip-content-image{justify-content:center;align-items:center;display:flex}.ip-image-container{box-shadow:var(--ip-shadow-lg);border-radius:16px;position:relative;overflow:hidden}.ip-hero-image{width:100%;max-width:400px;height:auto;transition:transform .3s;display:block}.ip-image-container:hover .ip-hero-image{transform:scale(1.05)}.ip-image-overlay{color:#fff;text-align:center;background:linear-gradient(#0000,#000c);padding:2rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.ip-image-caption{margin-bottom:.5rem;font-size:1.2rem;font-weight:600;display:block}.ip-image-subtitle{opacity:.9;font-size:.9rem}.ip-timeline{max-width:800px;margin:3rem auto 0;position:relative}.ip-timeline:before{content:"";background:var(--ip-gradient);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.ip-timeline-item{align-items:center;margin-bottom:3rem;display:flex;position:relative}.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;white-space:nowrap;box-shadow:var(--ip-shadow-md);z-index:2;border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;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);box-shadow:var(--ip-shadow-md);border:1px solid var(--ip-border);border-radius:16px;flex:1;max-width:400px;padding:2rem}.ip-timeline-content h3{color:var(--ip-primary);margin-bottom:1rem;font-size:1.3rem;font-weight:700}.ip-timeline-content p{color:var(--ip-text);margin:0;line-height:1.6}.ip-video-container{box-shadow:var(--ip-shadow-lg);border-radius:16px;margin-top:2rem;overflow:hidden}.ip-video{border-radius:16px;width:100%}.ip-bottom-section{background:linear-gradient(135deg,#6774c026 0%,#c4a7e126 100%);position:relative}.ip-bottom-section:before{content:"";background:inherit;z-index:-1;width:100vw;height:100%;margin-left:-50vw;margin-right:-50vw;position:absolute;top:0;left:50%;right:50%}.ip-bottom-content{text-align:center;max-width:800px;margin:0 auto}.ip-bottom-title{color:var(--ip-text);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.ip-bottom-text{color:var(--ip-text-light);margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.ip-bottom-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.ip-bottom-btn{border-radius:12px;justify-content:center;align-items:center;min-width:160px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.ip-bottom-btn-primary{background:var(--ip-gradient);color:#fff;box-shadow:var(--ip-shadow-md)}.ip-bottom-btn-primary:hover{box-shadow:var(--ip-shadow-lg);transform:translateY(-2px)}.ip-bottom-btn-secondary{color:var(--ip-primary);border:2px solid var(--ip-primary);background:0 0}.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{align-items:flex-start;margin-left:60px;flex-direction:column!important}.ip-timeline-date{align-self:flex-start;margin:0 0 1rem!important}.ip-timeline-content{width:100%;max-width:none}.ip-bottom-actions{gap:2rem}.ip-bottom-btn{min-width:180px}}@media (max-width:768px){.ip-hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.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}}
