
:root{--bg:#08000f;--bg2:#10001d;--panel:#150024;--panel2:#1c0330;--line:#3c0a5b;--gold:#f3a000;--gold2:#ffc21c;--text:#fff;--muted:#a89db8;--green:#00df9a}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1180px,92%);margin:auto}.topbar{background:#07000c;border-bottom:1px solid #21042f;font-size:12px}.topbar-inner{min-height:38px;display:flex;gap:17px;align-items:center;justify-content:space-between;white-space:nowrap;overflow:hidden}.mini-btn,.cart-pill{background:var(--gold2);color:#140014;padding:5px 16px;border-radius:999px;font-weight:900}.social-pill{border:1px solid #5a102c;color:#ef6074;padding:5px 16px;border-radius:999px}.online{color:var(--green)}.minac{background:#f01835;padding:4px 9px;border-radius:4px;font-weight:900}.nav-shell{background:#12001f;border-bottom:1px solid #43145e;position:sticky;top:0;z-index:50}.nav-inner{height:82px;display:flex;align-items:center;gap:25px}.brand{display:flex;align-items:center;gap:12px;min-width:210px}.brand img,.custom-logo{width:48px!important;height:48px!important;border-radius:50%;object-fit:cover}.brand strong{font-family:Georgia,serif;font-size:25px;display:block}.brand small{font-size:9px;color:var(--gold2);font-weight:900;letter-spacing:.8px}.main-nav{flex:1}.main-nav ul{display:flex;justify-content:center;align-items:center;gap:28px;list-style:none;padding:0;margin:0}.main-nav a{font-size:13px;font-weight:900}.main-nav a:hover{color:var(--gold2)}.private-btn{border:1px solid #63309a;background:#26094b;padding:10px 20px;border-radius:14px;text-align:center;font-size:12px}.nav-toggle{display:none;background:none;color:#fff;border:0;font-size:25px}.hero{padding:80px 0 35px;background:radial-gradient(circle at 80% 20%,#2b053e 0,transparent 42%)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center}.eyebrow{display:inline-block;background:#22120d;border:1px solid #704710;color:var(--gold2);border-radius:999px;padding:7px 13px;font-family:monospace;font-size:11px;font-weight:900;letter-spacing:1px}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,76px);line-height:1.03;margin:24px 0 18px;font-weight:1000}.hero h1 span,.page-hero h1 span,h2 span{color:var(--gold2)}.hero p,.page-hero p{color:var(--muted);font-size:17px;max-width:700px}.hero-photo{position:relative;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:0 30px 70px #000}.hero-photo img{height:480px;width:100%;object-fit:cover}.hero-photo span{position:absolute;left:20px;bottom:20px;background:#12001fd9;padding:10px 14px;border-radius:10px;color:var(--gold2);font-weight:900}.actions{display:flex;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--gold),var(--gold2));color:#16000e;border:0;border-radius:10px;padding:14px 22px;font-weight:1000;cursor:pointer}.btn.outline{background:transparent;color:#fff;border:1px solid #61318a}.stars{padding:70px 0;background:radial-gradient(circle at center,#071532 0,#0a0013 55%)}.triple{display:grid;grid-template-columns:1fr 1fr .75fr;gap:30px;align-items:center}.triple h2,.section h2{font-size:38px;line-height:1.05}.feature img{height:390px;object-fit:cover;border-radius:20px}.playlist-preview{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:25px}.playlist-preview div{padding:13px 0;border-bottom:1px solid #35104b;display:flex;justify-content:space-between}.section{padding:65px 0}.two-col{display:grid;grid-template-columns:1.4fr .8fr;gap:28px}.panel{background:linear-gradient(145deg,var(--panel),#0c0015);border:1px solid var(--line);border-radius:22px;padding:30px}.identity{margin-top:25px;background:#23052c;padding:15px;border-radius:14px;color:var(--gold2)}details{border-bottom:1px solid #33104a;padding:14px 0}summary{cursor:pointer;font-weight:900}.section-head{margin-bottom:28px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{background:var(--panel);border:1px solid var(--line);border-radius:22px;overflow:hidden}.card img{height:220px;width:100%;object-fit:cover}.card>div{padding:22px}.card h3{font-size:21px}.card p{color:var(--muted)}.card a{color:var(--gold2);font-weight:900;font-size:12px}.tag{color:var(--gold2);font-family:monospace;font-size:10px}.video-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:35px;align-items:center}.video-thumb{position:relative}.video-thumb img{height:320px;width:100%;object-fit:cover;border-radius:18px}.video-thumb button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;border:0;background:var(--gold2);font-size:25px}.partner-form{display:grid;grid-template-columns:1fr 1.2fr;gap:35px}.ascemu-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ascemu-form input,.ascemu-form select,.ascemu-form textarea,.searchbar input{width:100%;background:#0b0012;border:1px solid #3f0e5b;color:#fff;border-radius:10px;padding:13px}.ascemu-form textarea{grid-column:1/-1;min-height:110px}.ascemu-form button{grid-column:1/-1}.page-hero{padding:65px 0 35px}.page-hero h1{font-size:50px}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.content-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:25px}.content-card h3{color:var(--gold2)}.album-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.album-card{background:#fff;color:#140014;border-radius:22px;overflow:hidden}.album-card img{width:100%;height:290px;object-fit:cover}.album-card .body{padding:20px}.album-card button{background:none;border:0;color:#d56d00;font-weight:900;cursor:pointer}.lightbox{position:fixed;inset:0;background:#08000feF;z-index:9999;display:none;align-items:center;justify-content:center;padding:40px}.lightbox.open{display:flex}.lightbox img{max-width:85vw;max-height:75vh;border-radius:10px}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:#ffffff22;border:0;color:#fff;width:45px;height:45px;border-radius:50%;font-size:22px;cursor:pointer}.lightbox-close{top:25px;right:25px}.lightbox-prev{left:25px}.lightbox-next{right:25px}.floating-player{position:fixed;right:24px;bottom:25px;z-index:1000;background:#160025;border:1px solid #4b0a70;border-radius:18px;padding:13px 16px;display:flex;align-items:center;gap:15px;box-shadow:0 20px 45px #0009;min-width:330px}.floating-player .live{color:var(--gold2);font-size:9px}.floating-player strong{font-size:13px}.floating-player button{width:42px;height:42px;border-radius:50%;border:0;background:var(--gold2);cursor:pointer}.floating-player select{background:#0c0015;color:#fff;border:0;max-width:150px}.product-grid,.event-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card,.event-card{display:grid;grid-template-columns:220px 1fr;background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden}.product-card img,.event-card img{height:100%;min-height:250px;width:100%;object-fit:cover}.product-card .body,.event-card .body{padding:22px}.price{color:var(--gold2);font-weight:1000}.progress{height:6px;background:#210432;border-radius:10px;overflow:hidden}.progress i{display:block;height:100%;background:var(--gold2)}.portal-grid{display:grid;grid-template-columns:260px 1fr;gap:25px}.portal-menu button{display:block;width:100%;text-align:left;background:transparent;color:#fff;border:0;padding:14px;border-bottom:1px solid #36104b}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat{background:var(--panel);border:1px solid var(--line);padding:20px;border-radius:16px}.stat strong{font-size:25px;color:var(--gold2)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr .5fr;gap:55px;padding:60px 0 80px}.site-footer{border-top:1px solid #23052e}.site-footer h4{font-family:monospace}.site-footer a{display:block;color:var(--muted);margin:8px 0}.site-footer p{color:var(--muted)}.help-btn{border:1px solid #925e08!important;color:var(--gold2)!important;padding:7px 12px;border-radius:999px;display:inline-block!important}.approval{color:var(--green);border:1px solid #075a45;border-radius:5px;padding:7px}.compact img{width:42px!important;height:42px!important}.gold{color:var(--gold)!important}.notice{background:#fff7dc;color:#341b00;border:1px solid #f4c45d;border-radius:14px;padding:20px}.auth-grid{display:grid;grid-template-columns:1.3fr .8fr;gap:28px}.auth-grid .panel{min-height:420px}.blog-list{display:grid;grid-template-columns:1fr .35fr;gap:28px}.post-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden;margin-bottom:22px}.post-card img{height:350px;width:100%;object-fit:cover}.post-card .body{padding:25px}.page-content{min-height:300px}
@media(max-width:900px){.topbar{display:none}.nav-inner{height:auto;padding:14px 0;flex-wrap:wrap}.nav-toggle{display:block;margin-left:auto}.main-nav{display:none;width:100%;order:3}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:4px;align-items:stretch}.main-nav a{display:block;padding:11px}.private-btn{display:none}.hero-grid,.triple,.two-col,.partner-form,.video-section,.content-grid,.album-grid,.product-grid,.event-grid,.auth-grid,.blog-list{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.portal-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.product-card,.event-card{grid-template-columns:1fr}.product-card img,.event-card img{height:240px}.footer-grid{grid-template-columns:1fr 1fr}.floating-player{left:12px;right:12px;bottom:12px;min-width:0}.hero{padding-top:45px}.hero-photo img{height:340px}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.ascemu-form{grid-template-columns:1fr}.ascemu-form textarea,.ascemu-form button{grid-column:auto}.hero h1{font-size:40px}.page-hero h1{font-size:38px}.floating-player select{display:none}}

.hero-title{font-size:clamp(36px,4.6vw,62px)!important;max-width:760px;letter-spacing:-1.8px}
.hero-slider{position:relative;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:0 30px 70px #000;min-height:480px}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}
.hero-slide.active{opacity:1;z-index:1}
.hero-slide img{width:100%;height:480px;object-fit:cover}
.hero-slide span{position:absolute;left:20px;bottom:20px;background:#12001fd9;padding:10px 14px;border-radius:10px;color:var(--gold2);font-weight:900}
.slider-prev,.slider-next{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #ffffff66;background:#12001faa;color:#fff;font-size:28px;cursor:pointer}
.slider-prev{left:14px}.slider-next{right:14px}.slider-dots{position:absolute;z-index:3;bottom:16px;right:18px;display:flex;gap:7px}.slider-dots button{width:9px;height:9px;padding:0;border-radius:50%;border:0;background:#ffffff66}.slider-dots button.active{background:var(--gold2)}
.social-link{padding:8px 11px!important;border-radius:8px;margin:7px 0!important;font-weight:800!important}.social-link.whatsapp{background:#0f6b43;color:#fff!important}.social-link.telegram{background:#1769aa;color:#fff!important}
.music-callout{display:grid;grid-template-columns:1fr .55fr;align-items:center;gap:30px}.equalizer{height:130px;display:flex;align-items:center;justify-content:center;gap:10px}.equalizer i{width:12px;background:linear-gradient(var(--gold2),#ff5a00);border-radius:8px;animation:eq 1s ease-in-out infinite alternate}.equalizer i:nth-child(1){height:35%}.equalizer i:nth-child(2){height:72%;animation-delay:.15s}.equalizer i:nth-child(3){height:48%;animation-delay:.3s}.equalizer i:nth-child(4){height:88%;animation-delay:.1s}.equalizer i:nth-child(5){height:60%;animation-delay:.4s}.equalizer i:nth-child(6){height:42%;animation-delay:.2s}@keyframes eq{to{height:22%}}
.candidate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.candidate-card{background:var(--panel);border:1px solid var(--line);border-radius:22px;overflow:hidden}.candidate-card img{width:100%;height:330px;object-fit:cover}.candidate-card .body{padding:20px}.candidate-card .votes{font-weight:1000;color:var(--gold2);font-size:20px}
.track-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.track-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:20px;display:grid;grid-template-columns:90px 1fr;gap:18px;align-items:center}.track-cover{width:90px;height:90px;border-radius:14px;object-fit:cover}.track-card audio{width:100%;margin:10px 0}.track-actions{display:flex;justify-content:space-between;gap:12px;align-items:center}
@media(max-width:900px){.candidate-grid,.track-grid,.music-callout{grid-template-columns:1fr}.hero-slider,.hero-slide img{min-height:360px;height:360px}}

.hero-title{font-size:clamp(30px,3.5vw,50px)!important;line-height:1.06!important;max-width:680px!important}
.brand{min-width:150px!important}.brand strong{font-size:22px!important}
@media(max-width:1366px){.hero{padding-top:48px!important}.hero-grid{gap:30px!important}.hero-slider,.hero-slide img{min-height:400px!important;height:400px!important}.hero p{font-size:15px!important}.actions{margin-top:20px!important}}
@media(max-width:1100px){.hero-title{font-size:clamp(28px,3.2vw,42px)!important}.main-nav ul{gap:15px!important}.main-nav a{font-size:11px!important}}
.ascemu-shop-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.ascemu-shop-tabs a{padding:11px 16px;border:1px solid var(--line);border-radius:999px;font-weight:900}.ascemu-shop-tabs a.active{background:var(--gold2);color:#18000e}
.vote-quantity{display:grid;grid-template-columns:repeat(10,1fr);gap:7px;margin:14px 0}.vote-quantity button{background:#210432;color:#fff;border:1px solid #4a1762;border-radius:8px;padding:9px 0;cursor:pointer}.vote-quantity button.active{background:var(--gold2);color:#17000d}
.custom-vote-row{display:flex;gap:10px}.custom-vote-row input{flex:1;background:#0b0012;border:1px solid #3f0e5b;color:#fff;border-radius:10px;padding:13px}
.registration-card{max-width:850px;margin:auto}.registration-fee{font-size:28px;color:var(--gold2);font-weight:1000}

button.social-pill,button.mini-btn{font:inherit;cursor:pointer}
.ascemu-modal{position:fixed;inset:0;z-index:10000;display:none}.ascemu-modal.open{display:block}
.ascemu-modal-backdrop{position:absolute;inset:0;background:#06000be8;backdrop-filter:blur(3px)}
.ascemu-modal-dialog{position:relative;width:min(1020px,94vw);max-height:90vh;overflow:auto;margin:4vh auto;background:#0b0014;border:1px solid #471063;border-radius:22px;box-shadow:0 30px 90px #000}
.modal-head{display:flex;justify-content:space-between;gap:30px;padding:24px;border-bottom:1px solid #2b083d}.modal-head h2{margin:8px 0 0;font-size:28px}.modal-head p{margin:4px 0;color:var(--muted)}
.modal-close{height:38px;padding:0 16px;border:1px solid #4c1b6b;border-radius:12px;background:#160126;color:#cbbbd8;cursor:pointer}
.social-tabs{display:flex;gap:10px;flex-wrap:wrap;padding:14px 24px;border-bottom:1px solid #2b083d}.social-tabs button{border:1px solid #4c1b6b;border-radius:999px;background:#12001f;color:#bba8cb;padding:10px 16px;font-weight:900}.social-tabs button.active{background:#ff2746;color:#13000e;border-color:#ff2746}
.social-modal-grid{display:grid;grid-template-columns:2fr 1fr;min-height:370px}.live-frame{background:#262626;display:flex;align-items:center;justify-content:center}.unavailable{display:flex;align-items:center;gap:22px;padding:40px}.unavailable span{width:80px;height:80px;border:8px solid #cfcfcf;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:45px;font-weight:900}.unavailable h3{max-width:430px;font-size:23px}
.live-chat{border-left:1px solid #2b083d;display:flex;flex-direction:column}.chat-title{padding:18px;border-bottom:1px solid #2b083d}.chat-title small{display:block;color:var(--gold2);font-size:9px}.chat-title strong{font-size:13px}
.chat-messages{padding:16px;display:flex;flex-direction:column;gap:12px;flex:1}.chat-messages>div{border:1px solid #2b083d;border-radius:14px;padding:12px}.chat-messages b{color:var(--gold2);font-size:11px}.chat-messages small{float:right;color:#8f7e9f}.chat-messages p{font-size:12px;margin:8px 0 0}
.chat-send{display:flex;gap:8px;padding:14px;border-top:1px solid #2b083d}.chat-send input{flex:1;background:#180027;border:1px solid #2b083d;border-radius:14px;color:#fff;padding:12px}.chat-send button{background:var(--gold2);border:0;border-radius:14px;padding:0 18px;font-weight:900}
.donation-dialog{width:min(700px,94vw)}.donation-gateway{padding:24px;display:grid;gap:15px}.donation-gateway input,.donation-gateway select{width:100%;background:#0b0012;border:1px solid #3f0e5b;color:#fff;border-radius:10px;padding:14px}
.donation-amounts{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.donation-amounts button{background:#1b032b;border:1px solid #4c1b6b;color:#fff;border-radius:10px;padding:12px 6px;cursor:pointer}.donation-amounts button.active{background:var(--gold2);color:#18000e}
.payment-choice{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.payment-choice span{border:1px solid #3f0e5b;border-radius:10px;padding:12px;text-align:center;color:#d6c5e0}
.contact-socials{display:grid;gap:10px;margin-top:18px}.contact-socials a{display:block;padding:12px 15px;border-radius:10px;font-weight:900}.contact-socials .wa{background:#0f6b43}.contact-socials .tg{background:#1769aa}
@media(max-width:800px){.social-modal-grid{grid-template-columns:1fr}.live-chat{border-left:0;border-top:1px solid #2b083d}.donation-amounts{grid-template-columns:repeat(2,1fr)}.payment-choice{grid-template-columns:1fr 1fr}.modal-head{flex-direction:column}.modal-close{align-self:flex-end}}

.presentation-top,.projects-top{padding:46px 0 34px;text-align:center;border-bottom:1px solid #251034;background:radial-gradient(circle at 50% 10%,#180122 0,transparent 58%)}
.presentation-top h1,.projects-top h1{max-width:950px;margin:22px auto 14px;font-size:clamp(38px,4.7vw,70px);line-height:1.04;font-weight:1000}.presentation-top p,.projects-top p{max-width:850px;margin:auto;color:var(--muted)}
.section-tabs,.project-tabbar{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:30px}.section-tabs a,.project-tabbar a{border:1px solid #4b1764;background:#10001c;color:#c9b8d5;padding:12px 18px;border-radius:10px;font-weight:900;font-size:12px}.section-tabs a.active,.project-tabbar a.active{background:linear-gradient(90deg,#e89300,#ffb20b);color:#17000d;border-color:#ffb20b}
.presentation-profile-grid{display:grid;grid-template-columns:.72fr 1.58fr;gap:28px;margin-top:34px}.presentation-summary,.presentation-main,.strategic-block,.values-block,.project-intro{background:linear-gradient(145deg,#150021,#0c0013);border:1px solid #351046;border-radius:22px;padding:28px}.summary-box{border:1px solid #351046;border-radius:13px;padding:15px;margin-top:14px}.mission-grid,.strategy-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.mission-grid>div,.value-card{background:#1a0328;border:1px solid #351046;border-radius:15px;padding:20px}.strategic-block,.values-block{margin-top:28px}.strategy-item{display:grid;grid-template-columns:48px 1fr;gap:13px}.strategy-item span{width:42px;height:42px;border-radius:11px;background:#2a0b26;color:var(--gold2);display:flex;align-items:center;justify-content:center;font-weight:1000}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.project-intro{display:grid;grid-template-columns:1.4fr .6fr;gap:25px;margin-top:28px}.project-registration-banner{margin-top:20px;background:linear-gradient(90deg,#1d0b0d,#130014);border:1px solid #5a2b1c;border-radius:22px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.project-votes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px;max-width:820px}.project-votes-grid .candidate-card img{height:390px}
.shop-hub-top{padding:48px 0 22px}.shop-hub-top h1{font-size:clamp(42px,5vw,70px);margin:0 0 8px}.shop-hub-top p{color:var(--muted)}.shop-hub-nav{display:grid;grid-template-columns:auto auto auto auto 1fr;gap:10px;align-items:center;background:#0d0016;border:1px solid #351046;border-radius:18px;padding:14px;margin:24px 0}.shop-hub-nav a{border:1px solid #421454;background:#130020;color:#c8b8d2;padding:12px 16px;border-radius:10px;font-weight:900;font-size:12px;white-space:nowrap}.shop-hub-nav a.active{background:linear-gradient(90deg,#e89100,#ffad08);color:#17000c}.shop-hub-nav input{width:100%;background:#0b0012;border:1px solid #351046;color:#fff;border-radius:10px;padding:12px}.shop-layout{display:grid;grid-template-columns:1fr 280px;gap:24px}.shop-sidebar{position:sticky;top:110px;background:#130020;border:1px solid #351046;border-radius:20px;padding:22px}.shop-sidebar .empty{text-align:center;color:var(--muted);padding:38px 10px}
@media(max-width:980px){.presentation-profile-grid,.project-intro,.shop-layout{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr 1fr}.shop-hub-nav{grid-template-columns:1fr 1fr}.shop-hub-nav form{grid-column:1/-1}.shop-sidebar{position:static}}@media(max-width:700px){.mission-grid,.strategy-grid,.values-grid,.project-votes-grid{grid-template-columns:1fr}.project-registration-banner{flex-direction:column;align-items:flex-start}}

/* V9 — contenu institutionnel officiel ASCEMU */
.official-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.proof-card{background:#160023;border:1px solid #421254;border-radius:16px;padding:20px}
.proof-card strong{display:block;color:var(--gold2);font-size:17px;margin-bottom:6px}
.official-nav{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin-top:26px}
.official-nav a{border:1px solid #4b1764;background:#10001c;color:#c9b8d5;padding:11px 16px;border-radius:10px;font-weight:900;font-size:11px}
.official-nav a:hover{background:var(--gold2);color:#16000d}
.statute-sections{display:grid;gap:22px;margin-top:30px}
.statute-section{background:#100019;border:1px solid #351046;border-radius:20px;padding:28px}
.statute-section h2{margin-top:0}.statute-section h3{color:var(--gold2)}
.statute-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.statute-card{background:#190328;border:1px solid #351046;border-radius:15px;padding:20px}
.statute-card ul{margin:10px 0 0;padding-left:18px;color:#cdbed6}
.exec-table{width:100%;border-collapse:collapse;margin-top:18px}.exec-table th,.exec-table td{border-bottom:1px solid #351046;padding:13px;text-align:left}.exec-table th{color:var(--gold2);font-family:monospace;font-size:11px}.exec-table td{color:#ddd1e5}
.commissions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.commission-card{background:#190328;border:1px solid #351046;border-radius:15px;padding:20px}.commission-card h3{color:var(--gold2)}
.membership-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}.membership-price{background:#170025;border:1px solid #4a1762;border-radius:18px;padding:24px;text-align:center}.membership-price strong{display:block;color:var(--gold2);font-size:30px}.membership-price small{color:var(--muted)}
.document-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.document-card{background:#150022;border:1px solid #3c0f50;border-radius:18px;padding:22px}.document-card h3{color:var(--gold2)}.privacy-alert{background:#24170a;border:1px solid #8f5b08;color:#ffdda0;border-radius:14px;padding:18px;margin-top:22px}
@media(max-width:850px){.official-proof,.statute-grid,.commissions-grid,.membership-prices,.document-grid{grid-template-columns:1fr}.exec-table{font-size:12px}.exec-table th,.exec-table td{padding:9px}}
