.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:none;border:none;padding:0;margin-bottom:2rem;cursor:pointer;text-align:left;transition:all .3s ease;position:relative}.accordion-trigger:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary-color),transparent);opacity:0;transition:opacity .3s ease}.accordion-trigger:hover:after{opacity:.3}.accordion-trigger:hover .manifeste-section-lead{color:var(--primary-dark)}.accordion-trigger:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px;border-radius:var(--radius-md)}.accordion-trigger .manifeste-section-lead{margin:0;transition:color .3s ease;flex:1 1}.accordion-icon{flex-shrink:0;color:var(--primary-color);transition:transform .4s cubic-bezier(.4,0,.2,1);width:32px;height:32px}.accordion-icon-open{transform:rotate(180deg)}.accordion-content{transition:height .4s cubic-bezier(.4,0,.2,1);will-change:height}.accordion-content-inner{padding-top:.5rem}@keyframes fadeInContent{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.accordion-trigger[aria-expanded=true]~.accordion-content .accordion-content-inner{animation:fadeInContent .5s ease forwards}.accordion-trigger[aria-expanded=false]~.accordion-content .accordion-content-inner{opacity:.5}@media (max-width:768px){.accordion-trigger{gap:1rem}.accordion-icon{width:28px;height:28px}}@media (hover:none){.accordion-trigger:hover:after{opacity:0}}.audio-player{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(240,253,250,.95));border:2px solid var(--primary-color);border-radius:16px;padding:1.5rem;margin-top:2rem;box-shadow:0 4px 20px rgba(27,168,181,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:600px;margin-left:auto;margin-right:auto}@media (min-width:1024px){.audio-player{margin-left:0}}.audio-player-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.audio-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-color);color:white;border-radius:50%;flex-shrink:0}.audio-title{font-size:1rem;font-weight:600;color:var(--text-primary);line-height:1.4}.audio-controls{gap:1rem}.audio-controls,.play-button{display:flex;align-items:center}.play-button{width:48px;height:48px;border-radius:50%;background:var(--primary-color);color:white;border:none;cursor:pointer;justify-content:center;transition:all .3s ease;flex-shrink:0}.play-button:hover{background:var(--primary-dark);transform:scale(1.05)}.play-button:active{transform:scale(.95)}.time-display{font-size:.875rem;font-weight:500;color:var(--text-secondary);min-width:45px;text-align:center;flex-shrink:0}.progress-container{flex:1 1;height:40px;position:relative;display:flex;align-items:center}.progress-slider{position:absolute;width:100%;height:6px;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;z-index:2}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:var(--primary-color);border:3px solid white;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);-webkit-transition:all .2s ease;transition:all .2s ease}.progress-slider::-webkit-slider-thumb:hover{background:var(--primary-dark);transform:scale(1.2)}.progress-slider::-moz-range-thumb{width:16px;height:16px;background:var(--primary-color);border:3px solid white;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);-moz-transition:all .2s ease;transition:all .2s ease}.progress-slider::-moz-range-thumb:hover{background:var(--primary-dark);transform:scale(1.2)}.progress-bar{background:linear-gradient(90deg,var(--primary-color) 0,var(--primary-dark) 100%);pointer-events:none;z-index:1;transition:width .1s ease}.progress-bar,.progress-slider:before{position:absolute;height:6px;border-radius:3px}.progress-slider:before{content:"";width:100%;background:rgba(27,168,181,.2);z-index:0}.speed-button{min-width:60px;height:36px;padding:0 1rem;border-radius:18px;background:rgba(27,168,181,.1);color:var(--primary-color);border:2px solid var(--primary-color);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex-shrink:0}.speed-button:hover{background:var(--primary-color);color:white;transform:translateY(-1px)}.speed-button:active{transform:translateY(0)}@media (max-width:640px){.audio-player{padding:1.25rem}.audio-controls{gap:.75rem}.play-button{width:44px;height:44px}.time-display{font-size:.8rem;min-width:40px}.speed-button{min-width:55px;font-size:.813rem}.audio-title{font-size:.938rem}}@media (max-width:480px){.audio-controls{flex-wrap:wrap;gap:.75rem}.progress-container{order:3;width:100%;flex-basis:100%}.time-display:first-of-type{order:1}.time-display:last-of-type{order:2;margin-left:auto}.play-button{order:0}.speed-button{order:4;margin-left:auto}}.manifeste-hero{background:linear-gradient(150deg,rgba(240,253,250,1),rgba(224,247,250,1) 50%,rgba(255,255,255,1));padding:4rem 0 6rem}.manifeste-hero-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (min-width:1024px){.manifeste-hero-content{grid-template-columns:1fr 1fr;gap:4rem}}.manifeste-hero-text{text-align:center}@media (min-width:1024px){.manifeste-hero-text{text-align:left}}.manifeste-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-primary),var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}@media (min-width:768px){.manifeste-hero-title{font-size:3.5rem}}.manifeste-hero-subtitle{font-size:1.25rem;line-height:1.7;color:var(--text-secondary);max-width:600px;margin:0 auto}@media (min-width:1024px){.manifeste-hero-subtitle{margin:0;font-size:1.375rem}}.manifeste-hero-image{display:flex;align-items:center;justify-content:center}.manifeste-hero-img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);object-fit:contain}.manifeste-section{padding:5rem 0;position:relative}@media (min-width:768px){.manifeste-section{padding:6rem 0}}.manifeste-section:nth-child(2n):not(.manifeste-section-final){background:var(--background-light)}.manifeste-content{max-width:800px;margin:0 auto}.manifeste-section-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);line-height:1.3}@media (min-width:768px){.manifeste-section-title{font-size:2.5rem}}.manifeste-section-header{margin-bottom:2rem}.manifeste-section-lead{font-size:1.5rem;font-weight:600;color:var(--primary-color);line-height:1.4}@media (min-width:768px){.manifeste-section-lead{font-size:1.75rem}}.manifeste-section-text{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}@media (min-width:768px){.manifeste-section-text{font-size:1.25rem}}.manifeste-section-highlight{font-size:1.125rem;line-height:1.8;color:var(--text-primary);margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,rgba(27,168,181,.05),rgba(27,168,181,.1));border-left:4px solid var(--primary-color);border-radius:var(--radius-md)}@media (min-width:768px){.manifeste-section-highlight{font-size:1.25rem;padding:2rem}}.manifeste-section-highlight strong{color:var(--text-primary);font-weight:700}.manifeste-list{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.manifeste-list li{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);padding-left:2rem;position:relative}@media (min-width:768px){.manifeste-list li{font-size:1.25rem}}.manifeste-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.25rem}.manifeste-list-negative li:before{content:"✗";color:var(--error-color)}.manifeste-list-steps{counter-reset:step-counter}.manifeste-list-steps li{counter-increment:step-counter;padding-left:3rem}.manifeste-list-steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:white;border-radius:50%;font-weight:700;font-size:1rem}.manifeste-freedom-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin:2rem 0}@media (min-width:768px){.manifeste-freedom-grid{grid-template-columns:repeat(3,1fr)}}.manifeste-freedom-item{padding:1.5rem;background:white;border-radius:var(--radius-lg);border:2px solid var(--border-color);transition:all .3s ease}.manifeste-freedom-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md);transform:translateY(-2px)}.manifeste-freedom-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.manifeste-freedom-item p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin:0}.manifeste-section-final{background:var(--primary-dark);color:white;padding:6rem 0;position:relative}@media (min-width:768px){.manifeste-section-final{padding:8rem 0}}.manifeste-content-final{text-align:center}.manifeste-section-title-final{color:white;margin-bottom:2rem;font-size:1.25rem}@media (min-width:768px){.manifeste-section-title-final{font-size:1.25rem}}.manifeste-final-statement{font-size:1.75rem;font-weight:700;line-height:1.4;color:white;max-width:900px;margin:2rem auto}@media (min-width:768px){.manifeste-final-statement{font-size:2.25rem}}.manifeste-final-text{font-size:1.125rem;line-height:1.8;color:rgba(255,255,255,.9);max-width:700px;margin:1.5rem auto}@media (min-width:768px){.manifeste-final-text{font-size:1.25rem}}.manifeste-final-highlight{font-size:1.25rem;font-weight:900;line-height:1.6;color:white;padding:2rem;background:rgba(255,255,255,.1);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:800px;margin:3rem auto 0}@media (min-width:768px){.manifeste-final-highlight{font-size:1.25rem}}.manifeste-cta{background:var(--background-light);padding:5rem 0}@media (min-width:768px){.manifeste-cta{padding:6rem 0}}.manifeste-cta-content{text-align:center;max-width:700px;margin:0 auto}.manifeste-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);line-height:1.2}@media (min-width:768px){.manifeste-cta-title{font-size:3rem}}.manifeste-cta-text{font-size:1.25rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2.5rem}@media (min-width:768px){.manifeste-cta-text{font-size:1.375rem}}.manifeste-cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;background:var(--primary-color);color:white;border-radius:var(--radius-md);transition:all .3s ease;text-decoration:none}.manifeste-cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg);color:white}.manifeste-section-1,.manifeste-section-2,.manifeste-section-3,.manifeste-section-4,.manifeste-section-5,.manifeste-section-6,.manifeste-section-7,.manifeste-section-8{scroll-margin-top:2rem}.manifeste-section+.manifeste-section{border-top:1px solid transparent}.manifeste-section:nth-child(2n)+.manifeste-section:nth-child(odd){border-top:1px solid var(--border-color)}