html,body{margin:0;padding:0;box-sizing:border-box}:root{--header-height: 64px;--header-bg: #ffffff;--header-shadow: 0 6px 18px rgba(20,30,40,.06);--accent: #0f7685}.header{width:100%;background-color:var(--header-bg);box-shadow:0 2px 8px #0000000f;position:fixed;top:0;left:0;z-index:1000;height:var(--header-height);min-height:var(--header-height);display:flex;align-items:center}.header__content{display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:12px 20px;width:100%;background-color:var(--header-bg);box-sizing:border-box}.header__logo{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.2rem;color:#006f8e}.header__logo img{border-radius:50%;width:32px;height:32px;display:block}.header__nav{display:flex;will-change:transform}.header__nav ul{display:flex;gap:24px;list-style:none;margin:0;padding:0}.header__nav li a{text-decoration:none;color:#222;font-weight:500;transition:color .2s}.header__nav li a:hover{color:#006f8e}.header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;z-index:1100}.header__burger span{display:block;width:28px;height:4px;background:#006f8e;border-radius:2px}.header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000002e;z-index:1090;display:none}@media (max-width: 900px){:root{--header-height: 56px}.header{height:var(--header-height);min-height:var(--header-height)}.header__content{padding:8px 16px}.header__nav{position:fixed;top:-4px;right:0;width:70vw;max-width:290px;height:100vh;background:#fff;flex-direction:column;justify-content:center;align-items:flex-start;transform:translate(100%);transition:transform .3s;box-shadow:-6px 0 16px 2px #0923e521;padding:40px 24px 24px;z-index:1200;display:flex}.header__nav.is-open{transform:translate(0)}.header__nav ul{flex-direction:column;gap:22px;font-size:1.1rem}.header__burger{display:flex}.header__overlay{display:block}body.menu-open{overflow:hidden}}.footer{background:#f4f4f4;color:#444;padding:2rem 0 1rem;text-align:center;border-top:1px solid #ddd;font-size:1rem}.footer__content a{margin:0 1rem;color:#555;text-decoration:none;transition:color .2s}.footer__content a:hover{color:#000}.hero-carousel{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow:hidden;max-height:60vh}.carousel-container{display:flex;width:100%;transition:transform .5s ease-in-out;align-items:flex-start}.carousel-item{flex:0 0 100%;width:100%;display:flex;justify-content:center;align-items:center;padding:0;box-sizing:border-box;overflow:hidden}.carousel-image{display:block;width:100%;min-width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.carousel-dots{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:2}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#fff9;border:none;cursor:pointer}.carousel-dot.active{background:#fff}@media (max-width: 768px){.hero-carousel{max-height:none}.carousel-image{max-height:none;width:100%;height:auto}}@media (min-width: 1024px){html body .carousel-item,html body .carousel-item *{box-sizing:border-box!important}html body .carousel-image{width:100%!important;min-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center top!important;display:block!important;margin:0 auto!important;background:#00000005!important}}@media (min-width: 1024px){.hero-carousel{width:100%!important;margin-left:0!important;margin-right:0!important;max-height:65vh!important;overflow:hidden!important;box-sizing:border-box!important}.carousel-container{align-items:center!important}.carousel-item{justify-content:center!important;align-items:center!important;overflow:hidden!important}.carousel-image{width:100%!important;height:auto!important;max-height:65vh!important;object-fit:contain!important;object-position:center center!important;display:block!important;margin:0 auto!important}}:root{--active-shift: 15px;--reasons-text-reserve: clamp(60px, 6.5vw, 120px);--reasons-dots-gap: 10px}.reasons-section{padding:2rem 1rem;box-sizing:border-box;overflow-x:hidden;--reasons-visual-height: 360px;margin-bottom:0;padding-bottom:8px}.reasons-top{margin-bottom:.5rem}.reasons-section-title{margin:0 0 .8rem;font-size:1.5rem;color:var(--section-h1-color,#0b2e3a)}.reasons-grid{display:grid;gap:1rem;grid-template-columns:1fr 480px;align-items:stretch;min-height:min(var(--reasons-content-min-height, var(--reasons-visual-height, 360px)),calc(var(--reasons-visual-height, 360px) + var(--reasons-text-reserve, 100px)));transition:min-height .22s cubic-bezier(.2,.8,.2,1)}.reasons-grid>*{min-height:0;box-sizing:border-box}.reasons-text{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;min-height:var(--reasons-visual-height, 360px)}.reasons-content{padding-right:.5rem}.reasons-active-title{margin:0 0 .5rem;font-size:1.15rem;color:var(--section-h2-color,#0b2e3a)}.reasons-active-text{margin:0;font-size:1rem;line-height:1.45;color:var(--section-text-color,#164557)}.reasons-controls{display:flex;gap:.85rem;align-items:center;margin-top:1rem;margin-bottom:0;padding:0}.reasons-arrow{width:40px;height:40px;border-radius:999px;border:1px solid rgba(0,0,0,.06);background:var(--card-bg-muted,#fff);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-sizing:border-box}.reasons-arrow:focus{outline:2px solid rgba(11,107,138,.18);outline-offset:2px}.reasons-dots{display:inline-flex;gap:var(--reasons-dots-gap);align-items:center;margin:0;padding:0}.reasons-dot{width:10px;height:10px;border-radius:50%;background:#0000001f;border:none;padding:0;margin:0;box-sizing:border-box}.reasons-dot.active{background:var(--accent-color,#0b6b8a)}.reasons-dot:focus{outline:none;box-shadow:0 0 0 3px #0b6b8a1f}.reasons-visual{display:flex;align-items:center;justify-content:center;height:100%;min-height:180px}.reasons-visual-inner{width:100%;height:var(--reasons-visual-height,360px);min-height:180px;position:relative;overflow:hidden;box-sizing:border-box;border-radius:12px;transition:height .22s cubic-bezier(.2,.8,.2,1);will-change:height}.reasons-visual-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;margin:0;border-radius:12px;background:var(--image-bg,#f7f9fb);opacity:0;transition:opacity .28s ease,transform .36s cubic-bezier(.2,.9,.2,1);will-change:opacity,transform;pointer-events:none}.reasons-visual-img[data-loaded="1"]{opacity:1}.reasons-visual-img--top{z-index:10;opacity:1;transform:translate(0) scale(1);box-shadow:0 8px 28px #0c1e280f}.reasons-visual-img--offflow{display:none!important}.reasons-measurer{position:absolute;left:-99999px;top:0;visibility:hidden;pointer-events:none;width:320px;box-sizing:border-box}.reasons-measure-item{box-sizing:border-box;padding:0;margin:0;width:100%}@media (max-width: 899px){.reasons-grid{grid-template-columns:1fr;gap:8px;min-height:calc(var(--reasons-visual-height,220px) + 40px);align-items:start}.reasons-visual{order:-1}.reasons-visual-inner{position:relative;height:var(--reasons-visual-height,220px);min-height:var(--reasons-visual-height,220px);overflow:hidden;margin:0}.reasons-visual-img{position:relative;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:none}.reasons-text{display:block;padding-top:8px;padding-bottom:8px;gap:8px;overflow:visible;min-height:0;max-height:none;justify-content:flex-start}.reasons-controls{width:100%;justify-content:center;gap:.85rem;margin-top:8px;margin-bottom:0}.reasons-dots{margin:0 8px;display:flex;gap:.5rem;align-items:center}.reasons-arrow{flex:0 0 40px}.reasons-dot{width:10px;height:10px}}.reasons-section button{background:transparent;border:none;cursor:pointer}.reasons-section img{display:block;max-width:100%;height:auto}:root{--processus-gap: 10px;--processus-gap-mobile: 4px;--processus-visual-height-mobile: 220px;--processus-card-margin-mobile: 8px;--processus-card-padding-mobile: 4px}.processus{padding:2rem 1rem;box-sizing:border-box}.quickstart-grid{display:flex;gap:var(--processus-gap);align-items:center;justify-content:space-between;flex-wrap:wrap}.quickstart-left{flex:1 1 360px;max-width:60%}.quickstart-left img{width:100%;height:auto;border-radius:10px;display:block}.quickstart-card{flex:0 0 320px;background:var(--card-bg-muted, rgba(124, 55, 55, .95));padding:1rem;border-radius:12px}.processus .quickstart-title{color:var(--section-h1-color, inherit);margin:0 0 .5rem}.processus h2,.processus .quickstart-subtitle{color:var(--section-h2-color, inherit)}.processus p,.processus .quickstart-text{color:var(--section-text-color, inherit)}.quickstart-steps{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.quickstart-step{display:flex;gap:.6rem;align-items:center}.quickstart-icon{width:40px;height:40px;min-width:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#1e73be;color:#fff;font-weight:700;margin-right:12px;font-size:16px}.quickstart-label{color:var(--section-text-color, #ffffff);font-size:1.2rem;line-height:1.3}@media (max-width: 899px){.quickstart-grid{flex-direction:column;align-items:flex-start;text-align:left;gap:var(--processus-gap-mobile, 4px)}.quickstart-left{max-width:100%;width:100%;flex:0 0 auto;min-height:0;height:auto}.quickstart-card{flex:0 0 auto;height:auto;min-height:0;width:100%;max-width:420px;margin-top:4px;padding:var(--processus-card-padding-mobile, 12px);box-sizing:border-box}.quickstart-card .quickstart-steps{margin:0;padding:0;list-style:none}.quickstart-card .quickstart-steps>li{margin:0;padding:.25rem 0}}.telechargement-section{padding:.5rem;box-sizing:border-box;margin-top:16px;margin-bottom:16px}.telechargement-section .section__content{padding:5px;border-radius:12px}.telechargement-inner{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;background:#fff}.telechargement-text{flex:1 1 44%;min-width:260px}.telechargement-text h2{margin:0 0 .5rem;font-weight:800;line-height:1.02;color:var(--section-h1-color, #102030);font-size:2.5rem}.telechargement-text p{font-size:1.2rem;color:var(--section-text-color, rgba(16,32,48,.85));max-width:520px}.telechargement-buttons{display:flex;gap:.75rem;margin-top:.75rem}.store-btn img{height:48px;display:block}.telechargement-preview{position:relative;max-width:520px;margin:0;padding:0;display:block;overflow:visible;line-height:0}.telechargement-preview img{display:block;width:100%;height:auto;margin:0 auto;padding:0;transform:none!important;visibility:visible}@media (max-width: 899px){.telechargement-inner{flex-direction:column;align-items:center;text-align:center;gap:12px}.telechargement-text{max-width:420px}.telechargement-buttons{justify-content:center}.telechargement-preview img{display:block;margin:0;padding:0;width:100%;height:auto;object-fit:contain;transform-origin:center bottom;transform:rotate(-6deg)}.telechargement-preview{overflow:visible;display:flex;align-items:flex-end;margin:0;padding:0}}.partners-section .section__content{background:transparent;padding:12px 20px 40px}.partners-inner{max-width:var(--max-width, 1180px);margin:0 auto;padding-top:8px}.partners-title{font-size:2rem;font-weight:800;margin:6px 0 18px 6px;color:var(--text-default, #0b0b0b)}.partners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;align-items:stretch}.partner-card{position:relative;display:block;min-height:220px;border-radius:22px;overflow:hidden;background-size:cover;background-position:center;text-decoration:none;color:#fff;transition:transform .28s ease,box-shadow .28s ease;box-shadow:0 8px 28px #0b0b0b0f}.partner-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px #0b0b0b1f}.partner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000038,#0000006b)}.partner-content{position:absolute;left:24px;bottom:18px;display:flex;align-items:center;gap:14px;width:calc(100% - 48px)}.partner-caption{font-weight:700;font-size:1.15rem;text-shadow:0 3px 18px rgba(0,0,0,.45);max-width:85%}.partner-cta{margin-left:auto;width:46px;height:46px;border-radius:50%;background:#ffffff26;display:grid;place-items:center;font-size:1.1rem;color:#fff;border:2px solid rgba(255,255,255,.28)}@media (max-width: 900px){.partners-grid{grid-template-columns:1fr}.partner-card{min-height:200px;border-radius:12px}.partner-content{left:16px;bottom:14px}.partners-title{font-size:1.5rem;text-align:center}}:root{--color-primary: #006F8E;--color-accent: #E91E63;--bg-page: #ffffff;--card-bg-muted: rgba(255,255,255,.95);--text-default: #102030;--gap: 1rem;--max-width: 1200px;--header-height: 64px;--transition: .3s ease;--bg1-start: #006F8E;--bg1-end: #0a8fb0;--bg1-text: #ffffff}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:var(--text-default);background:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page__container{max-width:var(--max-width);margin:0 auto;padding:calc(var(--header-height) + 1rem) 1rem 2rem}.section{padding:.25rem 0}.section__content{padding:.25rem;border-radius:18px}.section__content.bg1{background:linear-gradient(180deg,var(--color-primary),#0a8fb0);color:#fff}.section__content.bg2{background:#1e73be;color:#fff}.section__content.bg3{background:#64a5c1;color:#fff}.section__content.bg4{background:#a6c9e2;color:#102030}.section__content.bg5{background:#006f8e;color:#fff}.section__content.bg6{background:linear-gradient(0deg,#fff,#fff);color:var(--text-default)}h1{font-size:2rem;margin-bottom:.5rem}h2{font-size:1.5rem;margin-bottom:.5rem}h3{font-size:1.125rem;margin-bottom:.4rem;text-align:left}p{line-height:1.45;margin-bottom:.75rem}.flex{display:flex}.center{display:flex;align-items:center;justify-content:center}img{max-width:100%;height:auto;display:block}.page--hero-bg1{background:linear-gradient(180deg,var(--bg1-start),var(--bg1-end));color:var(--bg1-text)}.page--hero-bg1 .section__content{background:transparent;color:inherit}.section__content-inner h1{color:var(--section-h1-color, inherit)}.section__content-inner h2{color:var(--section-h2-color, inherit)}.section__content-inner{color:var(--section-text-color, inherit)}@media (min-width: 900px){h1{font-size:2.6rem}.page__container{padding:calc(var(--header-height) + 2rem) 1.25rem 3rem}}:root{--color-primary: #006F8E;--card-bg-muted: #ffffff;--section-h1-color-default: #102030;--section-text-color-default: rgba(16,32,48,.9)}.home-inner-max{max-width:420px;margin:0 auto}*,*:before,*:after{box-sizing:border-box}.home-page .hero-section{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;padding:2rem 1rem}.home-page .hero-title{font-size:1.75rem;font-weight:700;margin:0;color:var(--section-h1-color, inherit)}.home-page .hero-subtitle{font-size:1rem;color:var(--section-h2-color, rgba(0,0,0,.75))}.home-hero--dark{--section-h1-color:#fff;--section-h2-color:rgba(255,255,255,.9);--section-text-color:rgba(255,255,255,.9)}.home-hero--light{--section-h1-color:var(--section-h1-color-default);--section-h2-color:rgba(16,32,48,.85);--section-text-color:var(--section-text-color-default)}.reasons-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center}@media (min-width:900px){.reasons-grid{grid-template-columns:1fr 420px}}.reasons-grid h1,.reasons-grid h2,.reason-title{color:var(--section-h1-color, inherit)}.reasons-grid p,.reason-text{color:var(--section-text-color, inherit)}.carousel{width:100%;position:relative}.carousel .arrow{position:absolute;top:50%;transform:translateY(-50%)}.carousel .carousel-title{color:var(--section-h1-color, inherit)}.carousel .carousel-caption{color:var(--section-h2-color, inherit)}.carousel .carousel-text{color:var(--section-text-color, inherit)}.home-carousel--dark{--section-h1-color:#fff;--section-h2-color:rgba(255,255,255,.9);--section-text-color:rgba(255,255,255,.9)}.home-carousel--light{--section-h1-color:var(--section-h1-color-default);--section-h2-color:rgba(16,32,48,.85);--section-text-color:var(--section-text-color-default)}.telechargement-section .telechargement-inner{display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-bottom:2px}@media (min-width:900px){.telechargement-section .telechargement-inner{flex-wrap:nowrap}}.telechargement-text h2{color:var(--section-h1-color, inherit)}.telechargement-text p{color:var(--section-text-color, inherit)}.tele-seances-section{margin-top:15px;margin-bottom:15px}.tele-seances-section .section__content{color:#fff;padding:28px;border-radius:16px;box-shadow:none}.tele-seances-inner{display:flex;gap:28px;align-items:stretch;justify-content:space-between;padding:6px 4px;flex-wrap:nowrap}.tele-seances-card{flex:1 1 60%;padding:14px 18px;box-sizing:border-box;min-width:0}.tele-seances-title{font-size:1.75rem;font-weight:700;line-height:1.05;margin:6px 0 20px;color:#fff}.tele-seances-list{list-style:none;padding:0;margin:0;display:grid;gap:18px}.tele-seances-list li{display:flex;align-items:center;gap:18px;font-size:1.05rem;color:#fffffff2}.tele-icon{display:inline-grid;place-items:center;width:46px;height:46px;flex:0 0 46px;min-width:46px;min-height:46px;background:#fff;color:#2a9bd1;border-radius:999px;font-weight:700;box-shadow:0 6px 18px #00000014}.tele-list-sub{margin-left:6px;color:#ffffffe6;font-weight:400;margin-top:2px}.tele-seances-visual{flex:0 0 36%;min-width:240px;display:block;max-width:420px}@media (max-width:900px){.tele-seances-inner{gap:12px;flex-direction:column;align-items:stretch}.tele-seances-card{padding:18px 8px;text-align:left;width:100%;min-width:0;order:0}.tele-seances-visual{flex:0 0 auto;width:100%;max-width:360px;height:auto;min-width:0;justify-self:end;display:block}.tele-seances-section{margin-top:12px;margin-bottom:12px}.tele-seances-section .section__content{padding:12px;border-radius:12px}.tele-seances-section .section__content-inner{max-width:1100px;margin:0 auto;padding:0 12px}.tele-seances-title{font-size:1.5rem;text-align:left}.tele-seances-list li{display:grid;grid-template-columns:46px 1fr;grid-auto-rows:auto;gap:6px 12px;align-items:start;width:100%}.tele-seances-list strong{grid-column:2;grid-row:1;margin:0;display:block;line-height:1.1;overflow-wrap:anywhere;text-align:left}.tele-list-sub{grid-column:2;grid-row:2;margin:0;padding:0;box-sizing:border-box;text-align:left;color:#ffffffe6}}.processus .section__content,.processus .quickstart-card,.processus .quickstart-title{min-width:0}main.page__container.home-page{padding-bottom:16px!important}.reasons-section{margin-bottom:0!important;padding-bottom:8px!important}.reasons-section+section{margin-top:0!important;padding-top:4px!important}footer,.site-footer{margin-top:0!important;padding-top:0!important}.home-processus--dark{--section-h1-color:#fff;--section-h2-color:rgba(255,255,255,.9);--section-text-color:rgba(255,255,255,.9)}.home-processus--light{--section-h1-color:var(--section-h1-color-default);--section-h2-color:rgba(16,32,48,.85);--section-text-color:var(--section-text-color-default)}.home-processus--blue .section__content{background:linear-gradient(0deg,#064965,#64a5c1)}.home-processus--blue{--card-bg-muted:none;--section-text-color:#fff}.home-processus--blue .quickstart-card{background:var(--card-bg-muted,#64A5C1);color:var(--section-text-color,#fff)}.contributors-section .contributors-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.contributors-section .contributors-title,.contributors-section .contributors-header h2{font-size:1.25rem;margin:0;color:var(--section-h1-color, var(--section-h1-color-default));text-align:left}.contributors-section .contributors-cta{display:inline-block;padding:8px 14px;border-radius:10px;text-decoration:none;font-weight:700;background:var(--color-primary);color:#fff;box-shadow:0 6px 18px #00000014}.contributors-section .contributors-grid{display:block;gap:20px}.contributors-section .contributors-left{width:100%;display:block}.contributors-section .contributors-right{width:100%;margin-top:14px}.contributors-section .contributors-widget,.contributors-section .contributors-list{margin:0;padding:0;max-width:none;box-sizing:border-box;width:100%}.contributors-section .contributors-list{list-style:none;padding:0;margin:0}.contributors-section .contrib-item{display:flex;justify-content:space-between;gap:8px;padding:6px 0;border-bottom:1px solid rgba(0,0,0,.04)}.contributors-section .contrib-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contributors-section .contrib-msg{font-size:.85rem;color:var(--section-text-color,#555)}.contributors-section .contrib-amount{font-weight:700}.contributors-section .contrib-date{font-size:.78rem;color:#00000073}.contributors-cta-card{background:var(--card-bg-muted,#fff);border-radius:12px;padding:16px;box-shadow:0 6px 18px #0000000a;border:1px solid rgba(0,0,0,.03)}.contributors-cta-card .btn-ghost{margin-top:10px;display:inline-block}.contributors-section .home-inner-max{max-width:1200px;margin:0}@media (min-width:900px){.contributors-section .contributors-grid{display:grid;grid-template-columns:minmax(520px,1fr) 340px;align-items:start;gap:32px;width:100%}.contributors-section .contributors-left{justify-self:start}.contributors-section .contributors-left .contributors-widget{width:100%;margin:0}.contributors-section .contributors-right{justify-self:end;margin-top:0}.contributors-section .contrib-item{padding:10px 0;gap:12px}}@media (max-width:640px){.contributors-section .contributors-header{flex-direction:column;align-items:stretch}.contributors-section .contributors-cta{width:100%;text-align:center}}.section__content,.section__content-inner,main.page__container{overflow-x:hidden}.tele-seances-inner>*,.processus .section__content>*{min-width:0}.home-center .section__content-inner,.home-center .section__content-inner h1,.home-center .section__content-inner h2{text-align:center}.crowdfunding-page{padding:1rem 1rem 3rem;box-sizing:border-box}main.page__container.crowdfunding-page{padding-top:calc(var(--header-height) + 1rem)}.crowdfunding-page .section{margin-top:0!important}.preserve-lines,.reward-desc.preserve-lines{white-space:pre-line;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.45}.crowd-hero{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:2rem 1.25rem 1rem;box-sizing:border-box}.crowd-hero__left{flex:1 1 0;max-width:720px;min-height:0;display:flex;flex-direction:column}.crowd-hero__right{flex:0 0 320px;display:flex;align-items:center;justify-content:center}.crowd-title{font-size:1.6rem;margin-bottom:.4rem;color:var(--section-h1-color, #fff);position:relative;z-index:2;scroll-margin-top:calc(var(--header-height) + 8px)}.crowd-sub{margin-bottom:1rem;color:var(--section-h2-color, rgba(255,255,255,.9))}.crowd-stats{display:flex;gap:1rem;margin-bottom:12px;align-items:center}.stat{text-align:left}.stat-value{font-weight:700;font-size:1.1rem}.stat-label{font-size:.85rem;opacity:.9}.crowd-progress{width:100%;height:12px;background:#00000014;border-radius:999px;overflow:hidden;margin:10px 0 14px;box-sizing:border-box}.crowd-progress__bar{height:100%;background:linear-gradient(90deg,var(--color-primary,#006F8E),var(--color-accent,#E91E63));border-radius:999px;transition:width .42s cubic-bezier(.2,.9,.2,1)}.crowd-cta{display:flex;gap:.75rem;margin-top:8px}.btn{display:inline-block;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:600;cursor:pointer}.btn-primary{background:var(--color-primary,#006F8E);color:#fff}.btn-secondary{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.08)}.btn-ghost{background:transparent;border:1px solid rgba(0,0,0,.06);color:inherit;padding:8px 10px;border-radius:8px}.crowd-note{margin-top:10px;font-size:.85rem;opacity:.9}.crowd-hero-img{width:100%;max-width:320px;border-radius:12px;display:block;object-fit:cover}.crowd-rewards{padding:1rem}.rewards-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.9rem}.reward-card{padding:12px;background:var(--card-bg-muted,#fff);border-radius:12px;box-shadow:0 8px 20px #0c1e280a;display:flex;flex-direction:column;gap:8px;align-items:stretch}.reward-media{display:block;width:100%}.reward-img{width:100%;height:auto;border-radius:8px;object-fit:cover;display:block}.reward-body{flex:1 1 auto}.reward-title{font-size:1.05rem;margin:0}.reward-amount{font-weight:700;color:var(--color-primary,#006F8E)}.reward-desc{margin:0;color:var(--section-text-color, #102030)}.reward-actions{display:flex;gap:.5rem;align-items:center;justify-content:flex-start}.crowd-about{padding:1rem}.collection-about{padding:1.25rem 1rem;max-width:1200px;margin:0 auto}.collection-intro{margin-bottom:1rem;color:var(--section-text-color, #233)}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}.about-item{background:var(--card-bg-muted, #fff);padding:1rem;border-radius:12px;box-shadow:0 8px 20px #0c1e280a;display:flex;flex-direction:column;gap:.75rem}.about-item h3{margin:0;font-size:1.05rem}.about-item p{margin:0;color:var(--section-text-color, #333)}.about-img{width:100%;height:180px;object-fit:cover;border-radius:8px;display:block}.about-item ul.about-bullets{margin:.4rem 0 0 1.05rem;padding-left:1.05rem;list-style-type:disc;list-style-position:outside}.about-item ul.about-bullets li{margin:.35rem 0;line-height:1.35;font-size:.97rem}.about-item strong{font-weight:700}.about-item.ambassador{background:linear-gradient(180deg,rgba(255,255,255,.98),var(--card-bg-muted,#fff))}.crowd-faq{margin-top:.85rem}.faq-item{margin-bottom:.6rem}.faq-q{font-weight:700}.faq-a{margin-left:.5rem;color:var(--section-text-color,#102030)}.contributors-widget{padding:12px;border-radius:12px;background:var(--card-bg-muted,#fff)}.contributors-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.contrib-item{display:flex;justify-content:space-between;gap:8px;align-items:center}.contrib-name{font-weight:600}.contrib-amount{opacity:.85;font-size:.9rem}.video-launch-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;background:var(--color-primary, #006F8E);color:#fff;font-weight:700;border:none;cursor:pointer}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:16px}.video-modal__container{position:relative;width:min(1100px,95%);height:min(620px,80%);background:transparent;display:flex;align-items:center;justify-content:center}.video-modal__iframe{width:100%;height:100%;border-radius:8px;border:0;box-shadow:0 12px 30px #00000080}.video-modal__close{position:absolute;right:-6px;top:-12px;background:#fff;color:#000;border:0;width:40px;height:40px;border-radius:999px;font-size:20px;line-height:1;cursor:pointer;box-shadow:0 6px 16px #0003}@media (max-width: 900px){.crowd-hero{flex-direction:column;align-items:stretch;padding-top:1rem}.crowd-hero__right{width:100%;order:-1;margin-bottom:6px}.crowd-hero__left{flex-basis:auto;max-width:none;width:100%}.crowdfunding-page{padding-top:1rem}.crowdfunding-page>*{margin-top:0!important;position:relative!important;top:0!important}.crowd-title{scroll-margin-top:24px}.crowd-note{margin-bottom:8px!important;padding-bottom:0!important;font-size:.9rem}.collection-about,#about-collection,.crowd-about,.crowd-section--content,.crowd-about-block{margin-top:0!important;padding-top:8px!important}.crowd-cta,.crowd-stats{margin-bottom:6px!important}.about-grid{grid-template-columns:1fr;gap:.6rem!important}.about-img{height:220px}.about-item{padding-bottom:12px!important}.rewards-grid{grid-template-columns:1fr}.reward-card{flex-direction:column}.reward-media{width:100%;max-width:100%}.reward-actions{margin-left:0;margin-top:8px}.video-modal__container{width:100%;height:100%;padding:0}.video-modal__iframe{width:100%;height:100%;border-radius:0}.video-modal__close{right:12px;top:12px;background:#fffffff2}}@media (min-width: 900px){.rewards-grid{align-items:start}.reward-card{flex-direction:row;gap:1rem;align-items:center;padding:14px}.reward-media{flex:0 0 220px;max-width:35%;display:block}.reward-img{width:100%;height:auto;border-radius:10px;object-fit:cover;display:block}.reward-body{flex:1 1 auto;padding:0}.reward-actions{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.crowd-final-cta .final-cta-wrapper{text-align:center;padding:22px 12px;max-width:980px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:10px}.final-cta-title{margin:0;font-size:1.3rem;font-weight:800;color:var(--section-h1-color, #102030)}.final-cta-sub{margin:0;color:var(--section-text-color, #3b3b3b);font-size:1rem}.btn-final-cta{background:var(--color-primary, #006F8E);color:#fff;border:0;box-shadow:0 8px 20px #0000001f;padding:14px 28px;border-radius:12px;font-size:1rem;font-weight:800;text-decoration:none;display:inline-block;min-width:220px;text-align:center;transition:transform .12s ease,box-shadow .12s ease}.btn-final-cta:hover,.btn-final-cta:focus{transform:translateY(-2px);box-shadow:0 12px 30px #00000029;outline:none}@media (max-width: 900px){.final-cta-title{font-size:1.1rem}.btn-final-cta{width:100%;max-width:480px;padding:14px;min-width:0}}}
