
*{margin:0;padding:0;box-sizing:border-box }
a{text-decoration:none !important;color:inherit !important}
img,video{max-width:100%;height:auto}
body{font-family:'Segoe UI',Arial,sans-serif;background:#fff;color:#1a1a2e;scroll-behavior:smooth}

.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:8px;z-index:101}
.hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all 0.3s}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-drawer{display:none;position:fixed;top:60px;left:0;right:0;bottom:0;background:#03182E;z-index:100;padding:24px 32px;flex-direction:column;gap:4px;overflow-y:auto}
.mobile-drawer.open{display:flex}
.mobile-drawer a{font-size:16px;color:rgba(255,255,255,0.7);text-decoration:none;padding:14px 0;border-bottom:0.5px solid rgba(255,255,255,0.08);cursor:pointer}
.mobile-drawer a:hover{color:#fff}
.mobile-drawer a:last-of-type{border-bottom:none}
.drawer-lang{display:flex;gap:8px;padding:20px 0 8px}
.drawer-cta{margin-top:16px;background:#0E9E74;color:#fff;border:none;padding:14px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;font-family:inherit;text-align:center}
.drawer-cta:hover{background:#1DC992}

.p-logo-img{max-width:100%;max-height:44px;object-fit:contain;display:block;margin:0 auto}
a.p-logo{text-decoration:none;color:inherit;cursor:pointer}
a.p-logo *{text-decoration:none}
a.p-logo:hover{box-shadow:0 4px 16px rgba(0,0,0,0.07)}

.strat-logo-band{background:#fff;padding:16px 28px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:16px}
.strat-logo-band-txt{font-size:12px;color:#718096;line-height:2}


.lang-btn{background:transparent;border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.55);font-size:11px;font-weight:600;padding:5px 9px;border-radius:5px;cursor:pointer;font-family:inherit;transition:all 0.2s}
.lang-btn:hover{color:#fff;border-color:rgba(255,255,255,0.5)}
.lang-btn.active{background:#1DC992;border-color:#1DC992;color:#fff}
.nav{background:#03182E;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:60px;position:sticky;top:0;z-index:99;border-bottom:1px solid rgba(255,255,255,0.06)}
.nav-links{display:flex;gap:28px}
.nav-links a{font-size:12px;color:rgba(255,255,255,0.55);text-decoration:none;cursor:pointer;transition:color 0.2s}
.nav-links a:hover{color:#fff}
.nav-right{display:flex;align-items:center;gap:10px}
.nav-cta{background:#0E9E74;color:#fff;border:none;padding:9px 20px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;white-space:nowrap}
.nav-cta:hover{background:#1DC992}
.hero{background:#03182E;padding:80px 40px 64px;position:relative;overflow:hidden;min-height:460px}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0.15;z-index:0}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(17,85,166,0.07) 1px,transparent 1px),linear-gradient(90deg,rgba(17,85,166,0.07) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;z-index:1}
.hero-glow{position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(14,158,116,0.12) 0%,transparent 65%);pointer-events:none;z-index:1}
.hero-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}
.hero-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(14,158,116,0.12);border:1px solid rgba(14,158,116,0.3);color:#1DC992;font-size:10px;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:4px;margin-bottom:24px}
.hero-dot{width:5px;height:5px;border-radius:50%;background:#1DC992;display:inline-block;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}
.hero-h1{font-size:clamp(48px,7vw,80px);font-weight:700;line-height:0.95;color:#fff;margin-bottom:24px}
.hero-h1 span{color:#1DC992}
.fade-wrap{position:relative;height:88px;margin-bottom:16px;max-width:560px}
.fade-text{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity 0.8s ease;pointer-events:none;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.13);border-radius:8px;padding:13px 18px}
.fade-text.active{opacity:1}
.fade-text p{font-size:15px;color:rgba(255,255,255,0.92);line-height:1.65;margin:0}
.fade-text p strong{color:#1DC992;font-weight:600}
.fade-dots{display:flex;gap:8px;margin-bottom:32px}
.fade-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.2);cursor:pointer;transition:background 0.3s,transform 0.3s}
.fade-dot.active{background:#1DC992;transform:scale(1.3)}
.hero-btns{display:flex;gap:12px;margin-bottom:52px}
.btn-g{background:#0E9E74;color:#fff;border:none;padding:13px 28px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:background 0.2s}
.btn-g:hover{background:#1DC992}
.btn-o{background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.25);padding:12px 24px;border-radius:6px;font-size:14px;cursor:pointer;font-family:inherit}
.btn-o:hover{border-color:rgba(255,255,255,0.6)}
.hero-facts{display:flex;gap:32px;flex-wrap:wrap}
.hf{display:flex;align-items:center;gap:10px}
.hf-icon{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;font-size:15px}
.hf-lbl{font-size:10px;color:rgba(255,255,255,0.4);letter-spacing:0.5px}
.hf-val{font-size:13px;color:rgba(255,255,255,0.85);font-weight:500}
.hero-carousel{background:#020F1E;border-top:1px solid rgba(255,255,255,0.06)}
.carousel-track-wrap{overflow:hidden}
.carousel-track{display:flex;transition:transform 0.7s cubic-bezier(0.4,0,0.2,1)}
.carousel-slide{flex:0 0 calc(100%/3);min-width:0;position:relative;overflow:hidden;aspect-ratio:16/9;cursor:pointer}
.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s}
.carousel-slide:hover img{transform:scale(1.04)}
.carousel-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(3,24,46,0.7) 0%,transparent 50%)}
.carousel-label{position:absolute;bottom:12px;left:14px;right:14px;font-size:11px;color:rgba(255,255,255,0.8);font-weight:500;line-height:1.3}
.carousel-controls{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 0 14px}
.carousel-btn{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.carousel-btn:hover{background:rgba(255,255,255,0.15)}
.carousel-dots{display:flex;gap:6px}
.carousel-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,0.2);cursor:pointer;transition:background 0.3s,transform 0.3s}
.carousel-dot.active{background:#1DC992;transform:scale(1.4)}
.countdown{background:linear-gradient(135deg,#0A3060 0%,#0C4A3A 100%);padding:28px 20px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}
.cd-lbl{font-size:11px;color:rgba(255,255,255,0.45);letter-spacing:2px;text-transform:uppercase}
.cd-items{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}
.cd-item{text-align:center;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);border-radius:10px;padding:12px 16px;min-width:64px}
.cd-num{font-size:clamp(28px,6vw,40px);font-weight:700;line-height:1;margin-bottom:4px;background:linear-gradient(135deg,#1DC992,#5DCAA5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.cd-unit{font-size:9px;color:rgba(255,255,255,0.4);letter-spacing:1.5px;text-transform:uppercase}
.cd-sep{font-size:clamp(18px,4vw,28px);color:rgba(29,201,146,0.4);margin-bottom:14px;font-weight:300}
.sec{padding:80px 40px}
.sec-alt{background:#F5F2ED}
.sec-dark{background:#03182E}
.sec-in{max-width:1100px;margin:0 auto}
.sec-tag{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#1155A6;margin-bottom:10px}
.sec-dark .sec-tag{color:#1DC992}
.sec-title{font-size:clamp(26px,3.5vw,40px);font-weight:700;color:#0A1628;margin-bottom:14px;line-height:1.1}
.sec-dark .sec-title{color:#fff}
.sec-desc{font-size:14px;color:#5a6475;line-height:1.75;max-width:580px;margin-bottom:48px}


.sec-dark .sec-desc{color:rgba(255,255,255,0.45)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.about-text p{font-size:14px;color:#4a5568;line-height:1.85;margin-bottom:14px}
.about-text p:last-child{margin-bottom:0}
.about-text strong{color:#0A1628}
.stats-4{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.stat-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 20px;border-bottom:3px solid #0E9E74}
.stat-n{font-size:40px;font-weight:700;color:#03182E;line-height:1;margin-bottom:6px}
.stat-l{font-size:12px;color:#718096;line-height:1.4}
.about-video-wrap{position:relative;border-radius:14px;overflow:hidden;background:#0C2E4E;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,0.1)}
.about-video-wrap video{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}
.about-video-ph{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:absolute;inset:0;background:#0C2E4E;z-index:2}
.about-play-icon{width:56px;height:56px;border-radius:50%;background:rgba(14,158,116,0.2);border:2px solid #0E9E74;display:flex;align-items:center;justify-content:center;font-size:22px}
.about-video-lbl{font-size:13px;color:rgba(255,255,255,0.4);text-align:center}


.ben-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ben-card{background:#f8fafc;border-left:3px solid #1DC992;border-radius:0 10px 10px 0;padding:20px 18px;transition:background 0.2s,border-color 0.2s}
.ben-card:hover{background:#f0fdf9;border-color:#0E9E74}
.ben-t{font-size:14px;font-weight:600;color:#0A1628;margin-bottom:6px}
.ben-d{font-size:12px;color:#718096;line-height:1.6}

.spk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.spk-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:14px;overflow:hidden;transition:transform 0.2s,border-color 0.2s}
.spk-card:hover{transform:translateY(-3px);border-color:rgba(29,201,146,0.35)}
.spk-img-wrap{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden}
.spk-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s}
.spk-card:hover .spk-img-wrap img{transform:scale(1.04)}
.spk-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,#03182E 0%,transparent 55%)}
.spk-body{padding:14px 16px 16px}
.spk-name{font-size:14px;font-weight:600;color:#fff;margin-bottom:3px}
.spk-org{font-size:11px;color:rgba(255,255,255,0.45);margin-bottom:3px;line-height:1.4}
.spk-country{font-size:11px;color:#1DC992;margin-bottom:10px}
.spk-li-btn{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:600;letter-spacing:0.5px;color:#1DC992;border:1px solid rgba(29,201,146,0.3);padding:4px 10px;border-radius:4px;text-decoration:none;transition:background 0.2s,border-color 0.2s}
.spk-li-btn:hover{background:rgba(29,201,146,0.12);border-color:#1DC992}
.spk-add{border-style:dashed;border-color:rgba(255,255,255,0.15);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px;cursor:pointer}
.spk-add:hover{border-color:rgba(255,255,255,0.3)}
.spk-add-plus{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center;font-size:20px;color:rgba(255,255,255,0.2);margin-bottom:10px}
.spk-add-lbl{font-size:12px;color:rgba(255,255,255,0.3)}
.spk-add-email{font-size:11px;color:rgba(29,201,146,0.5);margin-top:4px}


.org-card{display:grid;grid-template-columns:260px 1fr;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}
.org-left{background:#042C53;padding:28px 24px;display:flex;flex-direction:column;gap:20px}
.org-logo-box{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:20px;text-align:center}
.org-logo-name{font-size:20px;font-weight:600;color:#fff;letter-spacing:1px;line-height:1.3}
.org-logo-sub{font-size:9px;color:#1DC992;letter-spacing:2px;text-transform:uppercase;margin-top:6px}
.org-tags{display:flex;flex-wrap:wrap;gap:6px}
.org-tag{background:rgba(255,255,255,0.08);border:0.5px solid rgba(255,255,255,0.15);border-radius:20px;padding:4px 10px;font-size:10px;color:rgba(255,255,255,0.7)}
.org-date{font-size:11px;color:rgba(255,255,255,0.35)}
.org-date strong{color:rgba(255,255,255,0.65)}
.org-right{padding:28px;background:#fff}
.org-right p{font-size:13px;color:#4a5568;line-height:1.85;margin-bottom:12px}
.org-right p:last-child{margin-bottom:0}
.strat-card{border:1px solid #B5D4F4;border-radius:14px;overflow:hidden;margin-bottom:32px}
.strat-top{background:#042C53;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.strat-badge{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#1DC992;margin-bottom:8px}
.strat-name{font-size:17px;font-weight:500;color:#fff;line-height:1.3}
.strat-abbr{font-size:36px;font-weight:500;color:rgba(255,255,255,0.1);white-space:nowrap}
.strat-body{padding:24px 28px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;background:#fff}
.info-lbl{font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#1155A6;margin-bottom:6px}
.info-txt{font-size:13px;color:#4a5568;line-height:1.65}
.strat-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:12px 28px;font-size:12px;color:#718096}
.strat-footer strong{color:#0A1628;font-weight:600}
.partners-lbl{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#718096;margin-bottom:14px}
.partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.p-logo{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:72px;transition:box-shadow 0.2s;text-decoration:none;color:inherit}
.p-logo:hover{box-shadow:0 4px 16px rgba(0,0,0,0.07)}

.p-logo-txt{font-size:12px;font-weight:600;color:#4a5568 !important;text-align:center;line-height:1.3;text-decoration:none !important}
.p-logo-txt span{text-decoration:none !important;color:#9aabb8 !important}
.spons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.spons-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-align:center;transition:border-color 0.2s}
.spons-card:hover{border-color:#1DC992}
.spons-img-wrap{width:100%;height:160px;display:flex;align-items:center;justify-content:center;padding:24px;border-bottom:1px solid #e2e8f0}
.spons-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}
.spons-info{padding:16px}
.spons-badge{display:inline-block;font-size:9px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:3px 10px;border-radius:20px;background:#E1F5EE;color:#0E6E54;margin-bottom:10px}
.spons-name{font-size:14px;font-weight:600;color:#0A1628;margin-bottom:3px}
.spons-cat{font-size:11px;color:#718096}

.media-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.media-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.media-logo-box{width:72px;height:52px;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:#aaa}
.media-name{font-size:13px;font-weight:500;color:#0A1628}
.media-type{font-size:11px;color:#718096}
.media-add{border:1px dashed #e2e8f0}
.media-add .media-logo-box{font-size:20px;color:#ccc;border:none}
.media-add .media-name{color:#aaa}
.ag-tabs{display:flex;gap:4px;background:#e8e4df;padding:4px;border-radius:10px;width:fit-content;margin-bottom:24px}
.ag-tab{padding:9px 22px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;color:#6b7280;background:transparent;border:none;font-family:inherit;transition:all 0.2s}
.ag-tab.active{background:#fff;color:#0A1628;box-shadow:0 1px 4px rgba(0,0,0,0.08)}
.ag-list{display:flex;flex-direction:column;gap:8px}
.ag-row{display:grid;grid-template-columns:130px 1fr auto;align-items:center;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 20px;transition:box-shadow 0.2s}
.ag-row:hover{box-shadow:0 4px 16px rgba(0,0,0,0.06)}
.ag-time{font-size:12px;font-weight:600;color:#1155A6;white-space:nowrap}
.ag-t{font-size:14px;font-weight:600;color:#0A1628;margin-bottom:3px}
.ag-s{font-size:12px;color:#718096}
.badge{font-size:10px;font-weight:500;padding:4px 10px;border-radius:20px;white-space:nowrap}
.b-panel{background:#E8F0FC;color:#1155A6}
.b-net{background:#E1F5EE;color:#0E6E54}
.b-key{background:#EEEDFE;color:#534AB7}
.b-ws{background:#FEF3C7;color:#92400E}
.tix-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.tix-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 18px;position:relative}
.tix-card.feat{border:2px solid #1155A6}
.tix-feat-b{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:#1155A6;color:#fff;font-size:10px;padding:4px 14px;border-radius:20px;white-space:nowrap}
.tix-tier{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#718096;margin-bottom:10px}
.tix-price{font-size:32px;font-weight:700;color:#0A1628;line-height:1;margin-bottom:4px}
.tix-per{font-size:11px;color:#718096;margin-bottom:18px}
.tix-line{height:1px;background:#e2e8f0;margin-bottom:16px}
.tix-ul{list-style:none;margin-bottom:20px;display:flex;flex-direction:column;gap:8px}
.tix-ul li{display:flex;align-items:center;gap:8px;font-size:12px;color:#4a5568}
.tix-ul li::before{content:'';width:6px;height:6px;border-radius:50%;background:#0E9E74;flex-shrink:0}
.tix-btn{width:100%;padding:10px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;border:1px solid #e2e8f0;background:#f8f9fa;color:#0A1628;transition:all 0.2s}
.tix-btn:hover{border-color:#1155A6;color:#1155A6}
.tix-card.feat .tix-btn{background:#1155A6;color:#fff;border-color:#1155A6}
.tix-card.feat .tix-btn:hover{background:#185FA5}
.tix-table-wrap{margin-top:28px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}
.tix-table{width:100%;border-collapse:collapse;table-layout:fixed;font-family:inherit}
.tix-table thead tr{background:#f8f9fa}
.tix-table th{padding:10px 8px;font-size:11px;font-weight:600;color:#718096;text-align:center;border-bottom:1px solid #e2e8f0}
.tix-table th:first-child{text-align:left;width:30%;padding-left:16px}
.tix-table td{padding:9px 8px;font-size:12px;color:#0A1628;text-align:center;border-bottom:1px solid #f0f0f0}
.tix-table td:first-child{text-align:left;color:#4a5568;padding-left:16px}
.tix-table tr:last-child td{border-bottom:none}
.tix-table tr:hover td{background:#fafafa}
.tix-section td{background:#f8f9fa !important;font-size:10px;font-weight:600;color:#aaa;letter-spacing:1px;text-transform:uppercase;padding:6px 8px 6px 16px !important}
.tix-yes{color:#0E9E74;font-weight:600;font-size:14px}
.tix-no{color:#ccc;font-size:14px}
.tix-feat-col{background:#F7F9FF}
.hist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.hist-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;transition:box-shadow 0.2s}
.hist-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.07)}
.hist-y{font-size:28px;font-weight:700;color:#0E9E74;line-height:1;margin-bottom:6px}
.hist-n{font-size:12px;color:#4a5568;line-height:1.5}
.hist-card-next{border:1px dashed #c0d4e8;background:#F5F2ED}
.hist-y-next{color:#c0d4e8}
.hist-n-next{color:#a0b0c0}
.venue-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.venue-ul{list-style:none;display:flex;flex-direction:column}
.venue-li{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.07)}
.venue-li:last-child{border-bottom:none}
.vlbl{font-size:10px;color:rgba(255,255,255,0.3);text-transform:uppercase;letter-spacing:1px;min-width:76px;padding-top:2px}
.vval{font-size:13px;color:rgba(255,255,255,0.8);line-height:1.5}
.venue-map{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:12px;height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:rgba(255,255,255,0.35);font-size:13px;text-decoration:none;transition:background 0.2s}
.venue-map:hover{background:rgba(255,255,255,0.07);color:rgba(255,255,255,0.6)}
.venue-map-pin{font-size:36px;margin-bottom:4px}
.cta-strip{background:#0E9E74;padding:72px 40px;text-align:center}
.cta-t{font-size:clamp(24px,3.5vw,40px);font-weight:700;color:#fff;margin-bottom:12px}
.cta-s{font-size:15px;color:rgba(255,255,255,0.75);margin-bottom:32px}
.btn-white{background:#fff;color:#0E9E74;border:none;padding:14px 36px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:transform 0.15s}
.btn-white:hover{transform:translateY(-2px)}
footer{background:#010E1C;padding:40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.footer-sub{font-size:11px;color:rgba(255,255,255,0.25);margin-top:4px}
.footer-r{text-align:right;font-size:12px;color:rgba(255,255,255,0.4)}
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(3,24,46,0.7);z-index:999;align-items:flex-end;justify-content:center;padding:0}
.modal-overlay.open{display:flex}
.modal-box{background:#fff;border-radius:16px 16px 0 0;width:100%;max-width:520px;overflow:hidden;box-shadow:0 -8px 40px rgba(0,0,0,0.2);max-height:92vh;overflow-y:auto}
.modal-head{background:#03182E;padding:24px 28px;display:flex;align-items:center;justify-content:space-between}
.modal-title{font-size:16px;font-weight:600;color:#fff}
.modal-pkg{font-size:11px;color:#1DC992;margin-top:3px}
.modal-close{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.1);border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.modal-close:hover{background:rgba(255,255,255,0.2)}
.modal-body{padding:28px}
.mf-row{margin-bottom:18px}
.mf-label{font-size:12px;font-weight:600;color:#4a5568;margin-bottom:6px;display:block}
.mf-req{color:#E24B4A;margin-left:2px}
.mf-input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;color:#0A1628;outline:none;transition:border-color 0.2s}
.mf-input:focus{border-color:#1155A6}
.mf-select{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;color:#0A1628;outline:none;background:#fff;cursor:pointer}
.mf-select:focus{border-color:#1155A6}
.mf-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mf-submit{width:100%;padding:13px;background:#0E9E74;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background 0.2s;margin-top:4px}
.mf-submit:hover{background:#1DC992}
.mf-submit:disabled{background:#a0c8bb;cursor:not-allowed}
.mf-note{font-size:11px;color:#aaa;text-align:center;margin-top:12px;line-height:1.5}
.mf-success{display:none;padding:40px 28px;text-align:center}
.mf-success-icon{font-size:48px;margin-bottom:16px}
.mf-success-title{font-size:18px;font-weight:600;color:#0A1628;margin-bottom:8px}
.mf-success-sub{font-size:14px;color:#718096;line-height:1.6}
.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.92);z-index:9999;align-items:center;justify-content:center}
.lightbox.open{display:flex}
.lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px}
.lightbox-close{position:absolute;top:20px;right:28px;color:#fff;font-size:36px;cursor:pointer;background:none;border:none;line-height:1}
@media(max-width:960px){
  .nav{padding:0 20px}
  .nav-links{display:none}
  .nav-right .lang-switcher-desktop{display:none}
  .hamburger{display:flex}
  .sec{padding:56px 20px}
  .about-grid,.venue-grid,.org-card{grid-template-columns:1fr}
  .spk-grid,.ben-grid,.tix-grid{grid-template-columns:1fr 1fr}
  .hist-grid,.partners-grid{grid-template-columns:1fr 1fr}
  .strat-body{grid-template-columns:1fr}
  .spons-grid{grid-template-columns:1fr 1fr}
  .media-grid{grid-template-columns:1fr 1fr}
  .carousel-slide{flex:0 0 100%}
  .tix-table-wrap{overflow-x:auto}
  .modal-overlay{align-items:flex-end;padding:0}
  .modal-box{border-radius:16px 16px 0 0;max-height:92vh;overflow-y:auto}
}
@media(max-width:600px){
  .spk-grid,.ben-grid,.hist-grid,.spons-grid,.media-grid{grid-template-columns:1fr}
  .tix-grid{grid-template-columns:1fr}
  .tix-table-wrap{display:none}
  .ag-row{grid-template-columns:1fr;gap:6px}
  .ag-row .badge{margin-top:4px;width:fit-content}
  .hero-h1{font-size:44px}
  .fade-wrap{height:auto;min-height:88px;position:relative}
  footer{flex-direction:column}
  .footer-r{text-align:left}
  .partners-grid{grid-template-columns:1fr 1fr 1fr}
  .nav-right{gap:6px}
  .btn-g,.btn-o{padding:11px 18px;font-size:13px}
  .tix-btn{min-height:44px}
  .hero-facts{gap:16px}
  .hf-icon{width:32px;height:32px;font-size:13px}
  .cta-strip{padding:48px 20px}
  .strat-top{flex-direction:column;gap:8px}
  .strat-abbr{display:none}
}
