*{margin:0;padding:0;box-sizing:border-box}
body{display:flex;flex-direction:column;min-height:100vh;font-family:'Manrope',sans-serif;font-size:16px;line-height:1.6;color:#2a1f0e;background:#faf8f4;overflow-x:hidden}
::-webkit-scrollbar{width:13px}
::-webkit-scrollbar-track{background:#f0ebe0;box-shadow:inset 1px 0 3px #89703f26}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#AC7B5B,#89703F);border-radius:4px;box-shadow:inset 0 1px 2px #ffffff4d 2px 0 4px #89703f4d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#89703F,#6b5830)}
.site-header{background:#fff;border-bottom:3px solid #89703F;box-shadow:0 4px 8px #89703f1f;position:relative;z-index:100}
.header-hold{max-width:1280px;margin:auto;padding:0 24px}
.header-r1{padding-top:18px;padding-bottom:0;display:flex;align-items:flex-end;justify-content:flex-start}
.site-logo-wrap{display:flex;align-items:center;gap:14px;text-decoration:none}
.site-logo-wrap img{width:90px;height:90px;object-fit:contain;background:#f5f0e8;border:2px solid #DFD09E;border-radius:4px;padding:6px;box-shadow:2px 2px 6px #89703f2e}
.header-r2{padding-top:6px;display:flex;justify-content:center;padding-left:60px}
.site-name-heado{font-size:28px;font-weight:700;color:#89703F;letter-spacing:.08em;text-transform:uppercase;border-left:5px solid #DFD09E;padding-left:14px;line-height:1.1}
.header-r3{padding-top:10px;padding-bottom:16px;display:flex;justify-content:flex-end;padding-right:10px}
.main-nav ul{list-style:none;display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.main-nav ul li a{display:inline-block;font-family:'Manrope',sans-serif;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2a1f0e;text-decoration:none;padding:8px 18px;border:2px solid transparent;border-radius:3px;transition:color 0.18s,background 0.18s,border-color .18s}
.main-nav ul li a:hover,.main-nav ul li a[data-state="active"]{color:#89703F;background:#faf6ed;border-color:#DFD09E}
@media (max-width: 768px) {
.header-r1,.header-r2,.header-r3{padding-left:0;padding-right:0;justify-content:flex-start}
.header-r2{padding-left:0}
.site-name-heado{font-size:20px}
.main-nav ul{gap:4px}
.main-nav ul li a{font-size:12px;padding:7px 11px}
}
main{flex:1}
.site-footer{background:#2a1f0e;color:#c8b98a;padding:48px 24px 24px;margin-top:auto}
.foot-holder{max-width:1280px;margin:auto}
.foot-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:36px 40px;padding-bottom:32px;border-bottom:1px solid #89703f4d}
.foot-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#89703F;margin-bottom:14px}
.foot-col p{font-size:13px;line-height:1.7;color:#a08858}
.foot-nav-list{list-style:none}
.foot-nav-list li{margin-bottom:8px}
.foot-nav-list li a{font-size:13px;color:#a08858;text-decoration:none;transition:color .15s}
.foot-nav-list li a:hover{color:#DFD09E}
.foot-contact-item{display:flex;align-items:flex-start;gap:9px;margin-bottom:10px;font-size:13px;color:#a08858}
.foot-contact-item .codicon{font-size:14px;color:#89703F;margin-top:2px;flex-shrink:0}
.foot-contact-item a{color:#a08858;text-decoration:none;transition:color .15s}
.foot-contact-item a:hover{color:#DFD09E}
.foot-disclaimer-box{margin-top:28px;background:#89703f1f;border:1px solid #89703f40;border-radius:4px;padding:16px 20px;margin-bottom:28px}
.foot-disclaimer-box p{font-size:12px;line-height:1.7;color:#8a7550}
.foot-disclaimer-box strong{color:#AC7B5B}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding-top:20px}
.foot-copy{font-size:12px;color:#6b5830}
.foot-legal-note{font-size:11px;color:#5a4a28;text-align:right}
@media (max-width: 768px) {
.foot-grid{grid-template-columns:1fr;gap:28px}
.foot-bottom{flex-direction:column;align-items:flex-start}
.foot-legal-note{text-align:left}
}
.age-verify-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d1;z-index:9999}
.age-verify-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;background:#fff;border-top:5px solid #89703F;border-radius:4px;padding:36px 32px;min-width:320px;max-width:460px;width:88vw;box-shadow:0 8px 32px #00000059}
.age-verify-popup .avp-logo{text-align:center;margin-bottom:18px}
.age-verify-popup .avp-logo span{font-size:22px;font-weight:700;color:#89703F;letter-spacing:.1em;text-transform:uppercase}
.age-verify-popup h2{font-size:20px;font-weight:700;color:#2a1f0e;margin-bottom:12px;text-align:center}
.age-verify-popup p{font-size:14px;color:#5a4a28;line-height:1.65;text-align:center;margin-bottom:24px}
.avp-btns{display:flex;gap:12px}
.avp-btns button{flex:1;min-height:46px;font-family:'Manrope',sans-serif;font-size:14px;font-weight:700;border-radius:3px;cursor:pointer;border:2px solid #89703F;transition:background 0.16s,color .16s}
.avp-btn-confirm{background:#89703F;color:#fff}
.avp-btn-confirm:hover{background:#6b5830}
.avp-btn-deny{background:#fff;color:#89703F}
.avp-btn-deny:hover{background:#faf6ed}
.avp-blocked-msg{display:none;font-size:13px;color:#c0392b;text-align:center;margin-top:14px;padding:10px;background:#fdf2f1;border-radius:3px;border:1px solid #f0b8b4}
.avp-blocked-msg[data-visible="true"]{display:block}
.cookie-card{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:8000;background:#fff;border:2px solid #DFD09E;border-radius:5px;box-shadow:0 4px 20px #89703f38;padding:24px 28px;width:92vw;max-width:600px;opacity:0;transition:opacity .32s ease}
.cookie-card[data-visible="true"]{opacity:1}
.cookie-card[data-visible="false"]{opacity:0;pointer-events:none}
.cookie-card-title{font-size:15px;font-weight:700;color:#2a1f0e;margin-bottom:8px}
.cookie-card-msg{font-size:13px;color:#5a4a28;line-height:1.6;margin-bottom:16px}
.cookie-card-msg a{color:#89703F;text-decoration:underline}
.cookie-toggles{display:flex;flex-direction:column;gap:9px;margin-bottom:18px}
.cookie-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cookie-toggle-row label{font-size:13px;color:#2a1f0e;font-weight:600;flex:1}
.cookie-toggle-row .tog-desc{font-size:11px;color:#8a7550;font-weight:400}
.ck-switch{position:relative;width:40px;height:22px;flex-shrink:0}
.ck-switch input{opacity:0;width:0;height:0}
.ck-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#d4c9b0;border-radius:22px;cursor:pointer;transition:background .18s}
.ck-slider:before{content:'';position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .18s;box-shadow:0 1px 3px #0003}
.ck-switch input:checked + .ck-slider{background:#89703F}
.ck-switch input:checked + .ck-slider:before{transform:translateX(18px)}
.ck-switch input:disabled + .ck-slider{opacity:.6;cursor:not-allowed}
.cookie-btns{display:flex;gap:10px;flex-wrap:wrap}
.cookie-btns button{flex:1;min-width:110px;min-height:40px;font-family:'Manrope',sans-serif;font-size:13px;font-weight:700;border-radius:3px;cursor:pointer;border:2px solid #89703F;transition:background 0.15s,color .15s}
.ck-btn-accept{background:#89703F;color:#fff}
.ck-btn-accept:hover{background:#6b5830}
.ck-btn-decline{background:#fff;color:#89703F}
.ck-btn-decline:hover{background:#faf6ed}
.cookie-keyboard-hint{font-size:11px;color:#a08858;margin-top:12px;text-align:center}
.privacy-choices-link{font-size:12px;color:#89703F;text-decoration:underline;cursor:pointer;background:none;border:none;font-family:'Manrope',sans-serif;padding:0;margin-top:8px;display:block;text-align:center}
@media (max-width: 480px) {
.age-verify-popup{padding:26px 18px}
.cookie-card{padding:18px 16px;bottom:12px}
}
.terms-body-yo{max-width:860px;margin:0 auto;padding:48px 32px 80px;background:#fff;font-family:Georgia,'Times New Roman',serif;font-size:16px;line-height:1.8;color:#2a2118}
.terms-body-yo h1{font-family:'Segoe UI',Arial,sans-serif;font-size:2.2rem;font-weight:700;line-height:1.2;color:#89703F;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #DFD09E;letter-spacing:-.5px}
.terms-body-yo h2{font-family:'Segoe UI',Arial,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;color:#89703F;margin:48px 0 16px;padding-left:12px;border-left:4px solid #AC7B5B}
.terms-body-yo h3{font-family:'Segoe UI',Arial,sans-serif;font-size:1.2rem;font-weight:600;line-height:1.4;color:#6b5530;margin:36px 0 12px}
.terms-body-yo h4{font-family:'Segoe UI',Arial,sans-serif;font-size:1.05rem;font-weight:600;line-height:1.4;color:#7a6040;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.4px}
.terms-body-yo h5{font-family:'Segoe UI',Arial,sans-serif;font-size:.95rem;font-weight:600;line-height:1.5;color:#89703F;margin:24px 0 8px}
.terms-body-yo h6{font-family:'Segoe UI',Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;color:#AC7B5B;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.6px}
.terms-body-yo p{margin:0 0 18px;color:#2a2118;font-size:16px;line-height:1.85}
.terms-body-yo p:last-child{margin-bottom:0}
.terms-body-yo em,.terms-body-yo i{font-style:italic;color:#5a4428}
.terms-body-yo a{color:#89703F;text-decoration:underline;text-decoration-color:#89703f73;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}
.terms-body-yo a:hover{color:#AC7B5B;text-decoration-color:#AC7B5B}
.terms-body-yo a:visited{color:#7a6040}
.terms-body-yo table{width:100%;border-collapse:collapse;margin:28px 0 32px;font-size:14.5px;font-family:'Segoe UI',Arial,sans-serif;box-shadow:0 2px 6px #89703f1a;border-radius:4px;overflow:hidden}
.terms-body-yo thead{background:#89703F}
.terms-body-yo thead tr{border:none}
.terms-body-yo thead th{color:#fff;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;padding:13px 16px;text-align:left;border:none}
.terms-body-yo tbody tr{border-bottom:1px solid #ede8dc;transition:background .15s ease}
.terms-body-yo tbody tr:nth-child(even){background:#faf7f1}
.terms-body-yo tbody tr:hover{background:#dfd09e40}
.terms-body-yo tbody tr:last-child{border-bottom:none}
.terms-body-yo th{padding:13px 16px;text-align:left;font-weight:600;color:#fff;vertical-align:top}
.terms-body-yo td{padding:12px 16px;color:#2a2118;vertical-align:top;line-height:1.6}
.terms-body-yo hr{border:none;border-top:1px solid #DFD09E;margin:40px 0;opacity:.8}
.terms-body-yo div{box-sizing:border-box}
@media screen and (max-width: 768px) {
.terms-body-yo{padding:32px 20px 56px;font-size:15px}
.terms-body-yo h1{font-size:1.75rem;margin-bottom:24px}
.terms-body-yo h2{font-size:1.3rem;margin-top:36px}
.terms-body-yo h3{font-size:1.1rem}
.terms-body-yo table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:13.5px}
.terms-body-yo th,.terms-body-yo td{padding:10px 12px;white-space:nowrap}
}
@media screen and (max-width: 480px) {
.terms-body-yo{padding:24px 16px 48px;font-size:14.5px}
.terms-body-yo h1{font-size:1.5rem}
.terms-body-yo h2{font-size:1.2rem}
.terms-body-yo hr{margin:28px 0}
}
@media screen and (min-width: 1100px) {
.terms-body-yo{font-size:16.5px;padding:64px 48px 96px}
.terms-body-yo h1{font-size:2.5rem}
.terms-body-yo h2{font-size:1.65rem}
}
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{background:#f5f0e8;box-shadow:inset 0 0 4px #89703f1f}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#AC7B5B 0%,#89703F 100%);border-radius:6px;border:2px solid #f5f0e8;box-shadow:0 2px 4px #89703f4d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#89703F 0%,#6b5530 100%)}
.heado-strip{position:relative;min-height:92vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:#1a1410}
.heado-strip .bg-img-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.38;filter:sepia(0.3) contrast(1.1)}
.heado-strip .film-grain{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");background-size:180px 180px;opacity:.55;pointer-events:none}
.heado-strip .color-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#89703fb8 0%,#ac7b5b80 50%,#1a1410d1 100%)}
.heado-strip .rhythm-dots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}
.heado-strip .rhythm-dots span{position:absolute;display:block;width:4px;height:4px;border-radius:50%;background:#dfd09e59}
.heado-strip .rhythm-dots span:nth-child(1){top:12%;left:8%}
.heado-strip .rhythm-dots span:nth-child(2){top:22%;left:15%}
.heado-strip .rhythm-dots span:nth-child(3){top:8%;left:28%}
.heado-strip .rhythm-dots span:nth-child(4){top:35%;left:5%}
.heado-strip .rhythm-dots span:nth-child(5){top:65%;left:10%}
.heado-strip .rhythm-dots span:nth-child(6){top:78%;left:22%}
.heado-strip .rhythm-dots span:nth-child(7){top:18%;right:12%}
.heado-strip .rhythm-dots span:nth-child(8){top:42%;right:8%}
.heado-strip .rhythm-dots span:nth-child(9){top:72%;right:18%}
.heado-strip .rhythm-dots span:nth-child(10){top:88%;right:30%}
.heado-text-holder{position:relative;z-index:3;max-width:1280px;margin:0 auto;padding:80px 40px;display:flex;flex-direction:column;align-items:flex-start;gap:0}
.heado-text-holder .tag-label{display:inline-flex;align-items:center;gap:8px;background:#dfd09e26;border:1px solid #dfd09e66;color:#DFD09E;font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:2px;margin-bottom:28px}
.heado-text-holder h1{font-size:clamp(36px,6vw,76px);font-weight:800;color:#fff;line-height:1.08;margin:0 0 22px;max-width:760px;letter-spacing:-1px}
.heado-text-holder h1 .accent-word{color:#DFD09E;position:relative}
.heado-text-holder h1 .accent-word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#89703F,#DFD09E);border-radius:2px}
.heado-text-holder .sub-head{font-size:clamp(16px,2vw,20px);color:#ffffffc7;max-width:520px;line-height:1.6;margin:0 0 40px;font-weight:400}
.btn-primary-hero{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#89703F 0%,#AC7B5B 100%);color:#fff;font-size:15px;font-weight:600;padding:15px 32px;border-radius:3px;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px #89703f73;position:relative;z-index:10}
.btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 8px 28px #89703f99;color:#fff;text-decoration:none}
.heado-text-holder .stats-row{display:flex;flex-direction:row;gap:36px;margin-top:56px;padding-top:36px;border-top:1px solid #dfd09e33;flex-wrap:wrap}
.heado-text-holder .stats-row .st-item{display:flex;flex-direction:column;gap:4px}
.heado-text-holder .stats-row .st-item .st-num{font-size:28px;font-weight:700;color:#DFD09E;line-height:1}
.heado-text-holder .stats-row .st-item .st-lbl{font-size:12px;color:#ffffff8c;letter-spacing:1px;text-transform:uppercase}
.netw-sect{background:#faf8f4;padding:88px 0 72px}
.netw-inner{max-width:1280px;margin:0 auto;padding:0 40px}
.sect-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#89703F;font-weight:700;margin-bottom:14px}
.sect-eyebrow::before{content:'';display:block;width:24px;height:2px;background:#89703F;border-radius:1px}
.netw-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:52px;border:1px solid #e8e0d0;border-radius:4px;overflow:hidden}
.netw-grid .netw-img-col{position:relative;overflow:hidden;min-height:420px}
.netw-grid .netw-img-col img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.netw-grid .netw-img-col .img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#89703f26 0%,#89703f73 100%)}
.netw-grid .netw-txt-col{background:#fff;padding:52px 48px;display:flex;flex-direction:column;justify-content:center}
.netw-grid .netw-txt-col h2{font-size:clamp(24px,3vw,38px);font-weight:700;color:#1e1810;margin:0 0 18px;line-height:1.2}
.netw-grid .netw-txt-col p{font-size:15px;color:#5a5040;line-height:1.7;margin:0 0 28px}
.netw-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:32px}
.netw-tags span{background:#f2ece0;color:#89703F;font-size:12px;font-weight:600;padding:6px 14px;border-radius:2px;border:1px solid #e0d4b8}
.btn-outline-gold{display:inline-flex;align-items:center;gap:8px;border:2px solid #89703F;color:#89703F;font-size:14px;font-weight:600;padding:12px 26px;border-radius:3px;text-decoration:none;transition:background 0.2s,color .2s;align-self:flex-start}
.btn-outline-gold:hover{background:#89703F;color:#fff;text-decoration:none}
.expert-sect{background:#fff;padding:80px 0}
.expert-inner{max-width:1280px;margin:0 auto;padding:0 40px}
.expert-head-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:52px;flex-wrap:wrap}
.expert-head-row h2{font-size:clamp(24px,3vw,40px);font-weight:700;color:#1e1810;margin:0;max-width:540px;line-height:1.2}
.expert-head-row p{font-size:15px;color:#6a5c48;max-width:360px;line-height:1.6;margin:0}
.expert-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ex-card{border:1px solid #e8e0d0;border-radius:4px;padding:32px 28px;background:#faf8f4;transition:box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.ex-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#89703F,#AC7B5B)}
.ex-card:hover{box-shadow:0 6px 24px #89703f2e;transform:translateY(-3px)}
.ex-card .ex-icon{width:44px;height:44px;background:linear-gradient(135deg,#89703F,#AC7B5B);border-radius:3px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:20px;color:#fff}
.ex-card h4{font-size:17px;font-weight:700;color:#1e1810;margin:0 0 10px}
.ex-card p{font-size:14px;color:#6a5c48;line-height:1.65;margin:0}
.events-sect{background:linear-gradient(160deg,#1e1810 0%,#2e2218 50%,#1a1610 100%);padding:88px 0;position:relative;overflow:hidden}
.events-sect::before{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#89703f2e 0%,transparent 70%);pointer-events:none}
.events-inner{max-width:1280px;margin:0 auto;padding:0 40px;position:relative;z-index:2}
.events-inner .sect-eyebrow{color:#DFD09E}
.events-inner .sect-eyebrow::before{background:#DFD09E}
.events-inner h2{font-size:clamp(24px,3vw,40px);font-weight:700;color:#fff;margin:0 0 52px;max-width:540px;line-height:1.2}
.events-layout{display:grid;grid-template-columns:5fr 4fr;gap:48px;align-items:start}
.ev-list{display:flex;flex-direction:column;gap:4px}
.ev-item{display:flex;flex-direction:row;align-items:stretch;gap:0;border:1px solid #dfd09e26;border-radius:3px;overflow:hidden;transition:border-color .2s}
.ev-item:hover{border-color:#dfd09e73}
.ev-item .ev-num{background:#89703f4d;color:#DFD09E;font-size:20px;font-weight:800;min-width:64px;display:flex;align-items:center;justify-content:center;padding:20px 0;letter-spacing:-1px}
.ev-item .ev-body{padding:18px 22px;flex:1}
.ev-item .ev-body h5{font-size:15px;font-weight:700;color:#fff;margin:0 0 6px}
.ev-item .ev-body p{font-size:13px;color:#ffffff8c;margin:0;line-height:1.5}
.ev-visual-col{display:flex;flex-direction:column;gap:20px}
.ev-img-wrap{border-radius:4px;overflow:hidden;position:relative}
.ev-img-wrap img{width:100%;height:240px;object-fit:cover;display:block}
.ev-img-wrap .ev-img-badge{position:absolute;bottom:16px;left:16px;background:#89703fe6;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:2px;letter-spacing:.5px}
.ev-info-box{background:#dfd09e14;border:1px solid #dfd09e33;border-radius:3px;padding:24px}
.ev-info-box h5{font-size:14px;font-weight:700;color:#DFD09E;margin:0 0 10px;letter-spacing:.5px}
.ev-info-box p{font-size:13px;color:#fff9;margin:0;line-height:1.6}
.skills-sect{padding:88px 0;background:#faf8f4}
.skills-inner{max-width:1280px;margin:0 auto;padding:0 40px}
.skills-top{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}
.skills-top h2{font-size:clamp(24px,3vw,40px);font-weight:700;color:#1e1810;margin:0 0 16px;line-height:1.2}
.skills-top p{font-size:15px;color:#5a5040;line-height:1.7;margin:0}
.skills-img-wrap{position:relative;border-radius:4px;overflow:hidden}
.skills-img-wrap img{width:100%;height:320px;object-fit:cover;display:block}
.skills-img-wrap .sk-label{position:absolute;top:20px;right:20px;background:#89703feb;color:#fff;font-size:12px;font-weight:700;padding:7px 14px;border-radius:2px;letter-spacing:1px;text-transform:uppercase}
.skills-bars{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.sk-bar-item{background:#fff;border:1px solid #e8e0d0;border-radius:4px;padding:22px 22px 20px}
.sk-bar-item .sk-bar-head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px}
.sk-bar-item .sk-bar-head span{font-size:13px;font-weight:600;color:#1e1810}
.sk-bar-item .sk-bar-head .pct{font-size:13px;color:#89703F;font-weight:700}
.sk-bar-track{height:6px;background:#e8e0d0;border-radius:3px;overflow:hidden}
.sk-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#89703F,#DFD09E);transition:width .4s ease}
.career-sect{background:#fff;padding:88px 0}
.career-inner{max-width:1280px;margin:0 auto;padding:0 40px}
.career-inner > h2{font-size:clamp(24px,3vw,38px);font-weight:700;color:#1e1810;margin:0 0 8px;line-height:1.2}
.career-inner > p{font-size:15px;color:#6a5c48;margin:0 0 52px;max-width:560px}
.career-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#e8e0d0;border:2px solid #e8e0d0;border-radius:5px;overflow:hidden}
.cp-cell{background:#faf8f4;padding:34px 28px;transition:background .2s}
.cp-cell:hover{background:#f0e8d8}
.cp-cell .cp-step{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#AC7B5B;margin-bottom:12px;display:block}
.cp-cell h5{font-size:16px;font-weight:700;color:#1e1810;margin:0 0 10px}
.cp-cell p{font-size:13px;color:#6a5c48;line-height:1.6;margin:0}
.cp-cell .cp-icon{font-size:22px;color:#89703F;margin-bottom:14px;display:block}
.impact-sect{background:linear-gradient(135deg,#f5f0e6 0%,#ede4d0 100%);padding:88px 0 72px;position:relative;overflow:hidden}
.impact-sect::after{content:'';position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);width:600px;height:120px;background:radial-gradient(ellipse,#89703f1f 0%,transparent 70%);pointer-events:none}
.impact-inner{max-width:1280px;margin:0 auto;padding:0 40px;position:relative;z-index:2}
.impact-split{display:grid;grid-template-columns:4fr 5fr;gap:64px;align-items:center}
.impact-left h2{font-size:clamp(24px,3vw,38px);font-weight:700;color:#1e1810;margin:0 0 18px;line-height:1.2}
.impact-left p{font-size:15px;color:#5a5040;line-height:1.7;margin:0 0 32px}
.impact-principles{display:flex;flex-direction:column;gap:14px}
.imp-row{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.imp-row .imp-dot{width:8px;height:8px;min-width:8px;border-radius:50%;background:#89703F;margin-top:6px}
.imp-row p{font-size:14px;color:#5a5040;line-height:1.6;margin:0}
.impact-right{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.imp-metric{background:#fff;border-radius:4px;padding:28px 24px;box-shadow:0 2px 8px #89703f1a;border-left:3px solid #89703F}
.imp-metric .m-val{font-size:34px;font-weight:800;color:#89703F;line-height:1;margin-bottom:6px;display:block}
.imp-metric .m-label{font-size:13px;color:#6a5c48;line-height:1.4;display:block}
.imp-metric.wide{grid-column:span 2;display:flex;flex-direction:row;align-items:center;gap:24px}
.imp-metric.wide .m-val{font-size:28px;margin:0;min-width:fit-content}
.divider-wave{display:block;line-height:0;overflow:hidden}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.netw-grid{grid-template-columns:1fr}
.netw-grid .netw-img-col{min-height:260px}
.expert-cards-grid{grid-template-columns:repeat(2,1fr)}
.events-layout{grid-template-columns:1fr}
.skills-top{grid-template-columns:1fr;gap:32px}
.career-path-grid{grid-template-columns:repeat(2,1fr)}
.impact-split{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.heado-text-holder{padding:60px 20px}
.heado-text-holder .stats-row{gap:24px}
.netw-inner,.expert-inner,.events-inner,.skills-inner,.career-inner,.impact-inner{padding:0 20px}
.netw-grid .netw-txt-col{padding:32px 24px}
.expert-cards-grid{grid-template-columns:1fr}
.expert-head-row{flex-direction:column;align-items:flex-start}
.skills-bars{grid-template-columns:1fr}
.career-path-grid{grid-template-columns:1fr}
.impact-right{grid-template-columns:1fr}
.imp-metric.wide{flex-direction:column;gap:8px}
.imp-metric.wide .m-val{font-size:24px}
.netw-sect,.expert-sect,.events-sect,.skills-sect,.career-sect,.impact-sect{padding:56px 0}
}
@media (max-width: 480px) {
.heado-strip{min-height:80vh}
.ev-list{gap:3px}
.netw-tags{gap:6px}
}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#f0ebe0}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#89703F,#AC7B5B);border-radius:6px;border:2px solid #f0ebe0;box-shadow:inset 0 1px 2px #ffffff4d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7a6238,#9d6e52)}
.contact-wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.title-blk{position:relative;overflow:hidden;background:#f9f6f0;padding:80px 0 0}
.title-blk .geo-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.05;pointer-events:none}
.title-blk-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;align-items:flex-end;gap:48px;position:relative;z-index:2}
.title-blk-text{flex:1;padding-bottom:64px}
.title-blk-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#89703F;background:#89703f1a;padding:6px 14px;border-radius:2px;margin-bottom:28px}
.title-blk-problem{font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.1;color:#2a2218;margin-bottom:0;letter-spacing:-1px}
.title-blk-problem span{color:#89703F;position:relative}
.title-blk-problem span::after{content:'';display:block;height:3px;background:linear-gradient(90deg,#89703F,#DFD09E);border-radius:2px;margin-top:2px}
.title-blk-divider{width:48px;height:3px;background:linear-gradient(90deg,#AC7B5B,#DFD09E);border-radius:2px;margin:24px 0}
.title-blk-solution{font-size:17px;line-height:1.7;color:#5a4e3a;max-width:480px}
.title-blk-img-holder{flex:0 0 420px;position:relative;align-self:flex-end}
.title-blk-img-holder::before{content:'';position:absolute;bottom:-1px;right:-24px;width:60%;height:60%;background:#89703f1f;border-radius:4px 0 0 0;z-index:0}
.title-blk-img-holder img{width:100%;height:420px;object-fit:cover;object-position:center top;display:block;border-radius:4px 4px 0 0;position:relative;z-index:1;filter:contrast(1.04) brightness(0.97)}
.grain-overlay{position:absolute;inset:0;border-radius:4px 4px 0 0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");z-index:2;pointer-events:none;opacity:.4}
.contact-body-section{background:#fff;padding:80px 0 96px}
.contact-body-grid{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}
.contact-info-col{display:flex;flex-direction:column;gap:0}
.contact-info-heading{font-size:22px;font-weight:700;color:#2a2218;margin-bottom:12px;letter-spacing:-.3px}
.contact-info-sub{font-size:15px;line-height:1.65;color:#6b5e47;margin-bottom:40px}
.info-card-list{display:flex;flex-direction:column;gap:4px;margin-bottom:40px}
.info-card-item{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:20px;border-radius:4px;transition:background .2s}
.info-card-item:hover{background:#f9f6f0}
.info-card-icon{width:40px;height:40px;background:linear-gradient(135deg,#89703f26,#ac7b5b1f);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#89703F;font-size:18px}
.info-card-details{display:flex;flex-direction:column;gap:2px}
.info-card-lbl{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#AC7B5B}
.info-card-val{font-size:15px;color:#2a2218;font-weight:500;line-height:1.5}
.info-card-val a{color:#2a2218;text-decoration:none;transition:color .2s}
.info-card-val a:hover{color:#89703F}
.img2-holder{position:relative;border-radius:4px;overflow:hidden}
.img2-holder img{width:100%;height:200px;object-fit:cover;object-position:center;display:block;border-radius:4px}
.img2-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#89703f8c 0%,#ac7b5b4d 100%);border-radius:4px}
.img2-badge{position:absolute;bottom:18px;left:18px;background:#fffffff2;border-radius:3px;padding:10px 16px;display:flex;flex-direction:column;gap:2px;box-shadow:0 2px 8px #89703f26}
.img2-badge-title{font-size:12px;font-weight:700;color:#89703F;letter-spacing:1px;text-transform:uppercase}
.img2-badge-text{font-size:13px;color:#2a2218;font-weight:500}
.form-col{display:flex;flex-direction:column}
.form-holder{background:#f9f6f0;border-radius:6px;padding:48px 40px;position:relative;box-shadow:0 2px 24px #89703f12}
.form-holder::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#89703F,#DFD09E);border-radius:6px 0 0 6px}
.step-nav{display:flex;flex-direction:row;gap:0;margin-bottom:36px;border-bottom:2px solid #ede5d6;padding-bottom:0}
.step-nav input[type="radio"]{display:none}
.step-nav-lbl{flex:1;text-align:center;padding:12px 8px 14px;font-size:13px;font-weight:600;color:#a0917a;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.2s,border-color .2s;display:flex;flex-direction:column;align-items:center;gap:4px}
.step-nav-lbl .step-num{width:24px;height:24px;border-radius:50%;background:#e5ddd0;color:#a0917a;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background 0.2s,color .2s}
#step1-radio:checked ~ .form-steps-wrap .step-nav-lbl[for="step1-radio"],#step2-radio:checked ~ .form-steps-wrap .step-nav-lbl[for="step2-radio"],#step3-radio:checked ~ .form-steps-wrap .step-nav-lbl[for="step3-radio"]{color:#89703F;border-bottom-color:#89703F}
#step1-radio:checked ~ .form-steps-wrap .step-nav-lbl[for="step1-radio"] .step-num,#step2-radio:checked ~ .form-steps-wrap .step-nav-lbl[for="step2-radio"] .step-num,#step3-radio:checked ~ .form-steps-wrap .step-nav-lbl[for="step3-radio"] .step-num{background:#89703F;color:#fff}
.step-panel{display:none}
#step1-radio:checked ~ .form-steps-wrap .panel-1,#step2-radio:checked ~ .form-steps-wrap .panel-2,#step3-radio:checked ~ .form-steps-wrap .panel-3{display:block}
.form-field-grp{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}
.form-field-grp label{font-size:13px;font-weight:600;color:#5a4e3a;letter-spacing:.3px}
.form-field-grp input,.form-field-grp select,.form-field-grp textarea{width:100%;padding:13px 16px;border:1.5px solid #e0d5c3;border-radius:3px;font-size:15px;color:#2a2218;background:#fff;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;outline:none}
.form-field-grp input:focus,.form-field-grp select:focus,.form-field-grp textarea:focus{border-color:#89703F;box-shadow:0 0 0 3px #89703f1a}
.form-field-grp input::placeholder,.form-field-grp textarea::placeholder{color:#bfb09a}
.step-desc{font-size:14px;color:#8a7a63;line-height:1.6;margin-bottom:24px}
.step-action-row{display:flex;flex-direction:row;gap:12px;margin-top:8px}
.btn-next-step{display:inline-block;padding:13px 28px;background:linear-gradient(135deg,#89703F,#AC7B5B);color:#fff;font-size:14px;font-weight:700;border-radius:3px;cursor:pointer;border:none;letter-spacing:.5px;transition:opacity 0.2s,box-shadow .2s;text-align:center;box-shadow:0 2px 8px #89703f40;z-index:10;position:relative;text-decoration:none}
.btn-next-step:hover{opacity:.9;box-shadow:0 4px 16px #89703f4d}
.btn-back-step{display:inline-block;padding:13px 22px;background:transparent;color:#89703F;font-size:14px;font-weight:600;border-radius:3px;cursor:pointer;border:1.5px solid #e0d5c3;transition:border-color 0.2s,background .2s;text-align:center;z-index:10;position:relative;text-decoration:none}
.btn-back-step:hover{border-color:#89703F;background:#89703f0d}
.privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:20px;padding:16px;background:#89703f0d;border-radius:3px;border:1px solid #89703f1f}
.privacy-row input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#89703F;cursor:pointer}
.privacy-row .priv-text{font-size:13px;color:#6b5e47;line-height:1.6}
.privacy-row .priv-text a{color:#89703F;text-decoration:underline}
.btn-submit-form{width:100%;padding:16px 28px;background:linear-gradient(135deg,#89703F,#AC7B5B);color:#fff;font-size:15px;font-weight:700;border-radius:3px;cursor:pointer;border:none;letter-spacing:.5px;transition:opacity 0.2s,box-shadow .2s;box-shadow:0 2px 8px #89703f40;z-index:10;position:relative;display:flex;align-items:center;justify-content:center;gap:8px}
.btn-submit-form:hover{opacity:.9;box-shadow:0 4px 16px #89703f52}
.step-progress-bar{display:flex;flex-direction:row;gap:6px;margin-bottom:28px;align-items:center}
.prog-seg{height:4px;flex:1;border-radius:2px;background:#e5ddd0}
#step1-radio:checked ~ .form-steps-wrap .prog-seg.s1{background:#89703F}
#step2-radio:checked ~ .form-steps-wrap .prog-seg.s1,#step2-radio:checked ~ .form-steps-wrap .prog-seg.s2{background:#89703F}
#step3-radio:checked ~ .form-steps-wrap .prog-seg.s1,#step3-radio:checked ~ .form-steps-wrap .prog-seg.s2,#step3-radio:checked ~ .form-steps-wrap .prog-seg.s3{background:#89703F}
.prog-lbl{font-size:12px;color:#a0917a;font-weight:600;white-space:nowrap}
#step1-radio:checked ~ .form-steps-wrap .prog-lbl::after{content:"Step 1 of 3"}
#step2-radio:checked ~ .form-steps-wrap .prog-lbl::after{content:"Step 2 of 3"}
#step3-radio:checked ~ .form-steps-wrap .prog-lbl::after{content:"Step 3 of 3"}
.section-wave-divider{display:block;width:100%;overflow:hidden;line-height:0;background:#f9f6f0}
.section-wave-divider svg{display:block}
@media (max-width: 900px) {
.title-blk-inner{flex-direction:column;gap:32px;padding-bottom:0}
.title-blk-img-holder{flex:none;width:100%}
.title-blk-img-holder::before{display:none}
.title-blk-img-holder img{height:280px}
.title-blk-text{padding-bottom:0}
.contact-body-grid{grid-template-columns:1fr;gap:48px}
.form-holder{padding:32px 20px}
}
@media (max-width: 520px) {
.title-blk{padding:48px 0 0}
.title-blk-problem{font-size:28px}
.contact-body-section{padding:48px 0 64px}
.step-nav-lbl{font-size:11px}
.step-action-row{flex-direction:column}
}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#f0ebe2}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#89703F,#AC7B5B);border-radius:6px;border:2px solid #f0ebe2;box-shadow:inset 0 1px 2px #ffffff4d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7a6235,#9d6e50)}
.games-hero-wrap{position:relative;overflow:hidden;background:linear-gradient(135deg,#f9f6ef 0%,#efe8d5 50%,#f5f0e8 100%);padding:80px 20px 100px}
.games-hero-wrap::before{content:'';position:absolute;top:-60px;right:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#89703f1f 0%,#89703f00 70%);pointer-events:none}
.games-hero-wrap::after{content:'';position:absolute;bottom:-40px;left:10%;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#ac7b5b1a 0%,transparent 70%);pointer-events:none}
.games-hero-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px}
.games-hero-txt{flex:1 1 55%;max-width:620px}
.games-hero-tag{display:inline-block;background:#89703f1f;color:#89703F;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:3px;margin-bottom:22px}
.games-hero-txt h1{font-size:clamp(32px,5vw,54px);font-weight:800;color:#2a2218;line-height:1.15;margin:0 0 20px;letter-spacing:-.5px}
.games-hero-txt h1 .accent-word{color:#89703F;position:relative}
.games-hero-txt h1 .accent-word::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#89703F,#AC7B5B);border-radius:2px}
.games-hero-desc{font-size:16px;line-height:1.7;color:#5a4d3a;margin:0 0 32px;max-width:500px}
.games-hero-stats{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.games-hero-stats .stat-item{display:flex;flex-direction:column;gap:4px}
.games-hero-stats .stat-item .stat-num{font-size:28px;font-weight:800;color:#89703F;line-height:1}
.games-hero-stats .stat-item .stat-lbl{font-size:12px;color:#8a7a62;text-transform:uppercase;letter-spacing:1px}
.games-hero-visual{flex:1 1 40%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px}
.geo-shape-holder{position:relative;width:280px;height:280px}
.geo-shape-holder .shape-ring{position:absolute;inset:0;border-radius:50%;border:3px solid #89703f2e}
.geo-shape-holder .shape-ring-2{position:absolute;inset:24px;border-radius:50%;border:1px dashed #ac7b5b4d}
.geo-shape-holder .shape-core{position:absolute;inset:50px;border-radius:50%;background:linear-gradient(145deg,#89703f26,#dfd09e59);box-shadow:0 4px 24px #89703f2e;display:flex;align-items:center;justify-content:center}
.geo-shape-holder .shape-icon{font-size:56px;color:#89703F;opacity:.85}
.geo-dot-tr{position:absolute;top:20px;right:20px;width:12px;height:12px;border-radius:50%;background:#AC7B5B;opacity:.5}
.geo-dot-bl{position:absolute;bottom:30px;left:15px;width:8px;height:8px;border-radius:50%;background:#DFD09E;opacity:.7}
.demo-section-wrap{background:#fff;padding:80px 20px 90px;position:relative}
.demo-section-wrap::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#89703F,#AC7B5B,#DFD09E)}
.demo-section-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center}
.demo-section-hdr{text-align:center;margin-bottom:48px;max-width:640px}
.demo-section-hdr h2{font-size:clamp(24px,3.5vw,38px);font-weight:700;color:#2a2218;margin:0 0 14px;position:relative;display:inline-block}
.demo-section-hdr h2::before{content:'';position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:6px;height:38px;background:linear-gradient(180deg,#89703F,#DFD09E);border-radius:3px}
.demo-section-hdr p{font-size:15px;color:#6b5e47;line-height:1.7;margin:0}
.demo-layout-grid{display:grid;grid-template-columns:1fr 320px;gap:36px;width:100%;align-items:start}
.demo-frame-holder{position:relative;background:#1a1612;border-radius:6px;box-shadow:0 8px 40px #89703f38 0 2px 8px #00000026;overflow:hidden}
.demo-frame-holder .demo-top-bar{display:flex;flex-direction:row;align-items:center;gap:8px;padding:10px 16px;background:#ffffff0a;border-bottom:1px solid #ffffff12}
.demo-frame-holder .demo-top-bar .dtb-dot{width:10px;height:10px;border-radius:50%;background:#89703f80}
.demo-frame-holder .demo-top-bar .dtb-label{font-size:11px;color:#dfd09eb3;letter-spacing:1px;text-transform:uppercase}
.demo-game-area{position:relative;width:100%;padding-bottom:62%;min-height:340px}
.demo-game-area iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}
.demo-blur-overlay{position:absolute;inset:0;background:linear-gradient(145deg,#1a1612d1,#89703f8c);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;z-index:10;transition:opacity .35s ease}
.demo-blur-overlay .dbo-icon{font-size:44px;color:#DFD09E;opacity:.9}
.demo-blur-overlay .dbo-text{font-size:16px;color:#f0e8d8;text-align:center;line-height:1.5;max-width:280px}
.demo-play-btn{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#89703F,#AC7B5B);color:#fff;text-decoration:none;padding:14px 30px;border-radius:4px;font-size:15px;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 20px #89703f73;transition:transform 0.2s,box-shadow .2s;z-index:20;position:relative}
.demo-play-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #89703f8c;color:#fff;text-decoration:none}
.demo-play-btn .codicon{font-size:18px}
.demo-side-panel{display:flex;flex-direction:column;gap:20px}
.demo-info-card{background:#faf7f2;border:1px solid #89703f24;border-radius:5px;padding:20px 22px;box-shadow:0 2px 8px #89703f12}
.demo-info-card .dic-title{font-size:13px;font-weight:700;color:#89703F;letter-spacing:1px;text-transform:uppercase;margin:0 0 14px;display:flex;flex-direction:row;align-items:center;gap:8px}
.demo-info-card .dic-title .codicon{font-size:15px}
.feature-list-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.feature-list-items li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:14px;color:#4a3d2a;line-height:1.5}
.feature-list-items li .fi-dot{width:6px;height:6px;border-radius:50%;background:#AC7B5B;margin-top:7px;flex-shrink:0}
.demo-spec-row{display:flex;flex-direction:column;gap:10px}
.demo-spec-row .spec-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:13px}
.demo-spec-row .spec-line .sl-key{color:#8a7a62}
.demo-spec-row .spec-line .sl-val{font-weight:600;color:#2a2218}
.demo-spec-row .spec-sep{height:1px;background:#89703f1a}
.demo-cta-card{background:linear-gradient(135deg,#89703f1f,#dfd09e33);border:1px solid #89703f33;border-radius:5px;padding:22px;text-align:center}
.demo-cta-card .dcc-head{font-size:16px;font-weight:700;color:#2a2218;margin:0 0 8px}
.demo-cta-card .dcc-sub{font-size:13px;color:#6b5e47;margin:0 0 18px;line-height:1.5}
.demo-cta-card .dcc-btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#89703F;color:#fff;text-decoration:none;padding:11px 22px;border-radius:4px;font-size:13px;font-weight:700;transition:background 0.2s,transform .2s}
.demo-cta-card .dcc-btn:hover{background:#6e5830;transform:translateY(-1px);color:#fff;text-decoration:none}
.demo-cta-card .dcc-btn .codicon{font-size:14px}
@media (max-width: 900px) {
.games-hero-inner{flex-direction:column;gap:40px}
.games-hero-txt{max-width:100%;flex:1 1 100%}
.games-hero-visual{flex:0 0 auto;min-height:220px}
.geo-shape-holder{width:200px;height:200px}
.geo-shape-holder .shape-core{inset:36px}
.geo-shape-holder .shape-icon{font-size:38px}
.demo-layout-grid{grid-template-columns:1fr}
.demo-side-panel{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.demo-cta-card{grid-column:1 / -1}
}
@media (max-width: 580px) {
.games-hero-wrap{padding:50px 16px 70px}
.games-hero-stats{gap:20px}
.demo-section-wrap{padding:50px 16px 60px}
.demo-section-hdr h2::before{display:none}
.demo-side-panel{grid-template-columns:1fr}
.demo-game-area{padding-bottom:72%}
}
.success-wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.success-stage{min-height:88vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 100px;position:relative;overflow:hidden;background:#faf9f6}
.success-stage::before{content:'';position:absolute;top:-120px;right:-120px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#dfd09e47 0%,#ac7b5b14 60%,transparent 80%);pointer-events:none}
.success-stage::after{content:'';position:absolute;bottom:-80px;left:-80px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#89703f1f 0%,transparent 70%);pointer-events:none}
.success-dot-field{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}
.success-dot-field span{position:absolute;display:block;border-radius:50%;background:#DFD09E;opacity:.35}
.success-dot-field span:nth-child(1){width:6px;height:6px;top:14%;left:8%}
.success-dot-field span:nth-child(2){width:4px;height:4px;top:28%;left:18%;opacity:.2}
.success-dot-field span:nth-child(3){width:8px;height:8px;top:60%;left:6%;opacity:.25}
.success-dot-field span:nth-child(4){width:5px;height:5px;top:80%;left:14%}
.success-dot-field span:nth-child(5){width:4px;height:4px;top:10%;right:12%;opacity:.3}
.success-dot-field span:nth-child(6){width:7px;height:7px;top:42%;right:7%;opacity:.2}
.success-dot-field span:nth-child(7){width:5px;height:5px;top:70%;right:18%}
.success-dot-field span:nth-child(8){width:3px;height:3px;top:88%;right:9%;opacity:.18}
.success-dot-field span:nth-child(9){width:6px;height:6px;top:50%;left:50%;opacity:.12}
.success-dot-field span:nth-child(10){width:4px;height:4px;top:22%;left:42%;opacity:.18}
.success-card-holder{position:relative;z-index:2;background:#fff;border-radius:4px;box-shadow:0 4px 16px #89703f1a 0 1px 4px #ac7b5b14 inset 0 1px 0 #dfd09e66;padding:64px 72px 56px;max-width:660px;width:100%;text-align:center}
.success-icon-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:36px}
.success-icon-ring{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#dfd09e80 0%,#89703f2e 100%);border:2px solid #89703f38;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 14px #89703f24 inset 0 1px 2px #fffc;margin-bottom:16px}
.success-icon-ring .codicon{font-size:30px;color:#89703F}
.success-divider-line{display:flex;flex-direction:row;align-items:center;gap:10px;width:120px}
.success-divider-line::before,.success-divider-line::after{content:'';flex:1;height:1px;background:linear-gradient(90deg,transparent,#DFD09E,transparent)}
.success-divider-line .dot-mid{width:5px;height:5px;border-radius:50%;background:#AC7B5B;opacity:.7}
.success-heading{font-size:2rem;font-weight:700;color:#2a1f0e;line-height:1.22;margin:0 0 8px;letter-spacing:-.01em}
.success-heading span{color:#89703F;position:relative}
.success-heading span::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#DFD09E,#AC7B5B);border-radius:2px}
.success-sub{font-size:1.05rem;color:#6b5a3e;line-height:1.65;margin:20px 0 0;padding:0 8px}
.success-break-bar{width:48px;height:3px;background:linear-gradient(90deg,#89703F,#DFD09E);border-radius:2px;margin:24px auto 0}
.success-meta-row{display:flex;flex-direction:row;align-items:stretch;gap:16px;margin:36px 0 0;justify-content:center}
.success-meta-chip{flex:1;background:#dfd09e2e;border:1px solid #89703f24;border-radius:4px;padding:14px 16px;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}
.success-meta-chip .codicon{font-size:17px;color:#AC7B5B}
.success-meta-chip-label{font-size:.78rem;color:#89703F;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.success-meta-chip-val{font-size:.88rem;color:#4a3821;line-height:1.4}
.success-cta-group{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px;margin-top:40px;flex-wrap:wrap}
.success-btn-prim{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:13px 28px;background:linear-gradient(135deg,#89703F 0%,#AC7B5B 100%);color:#fff;border:none;border-radius:3px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;box-shadow:0 3px 10px #89703f47;transition:box-shadow 0.2s,transform .15s;position:relative;z-index:2}
.success-btn-prim:hover{box-shadow:0 5px 18px #89703f61;transform:translateY(-1px)}
.success-btn-prim:active{transform:translateY(0);box-shadow:0 2px 6px #89703f33}
.success-btn-ghost{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:12px 26px;background:transparent;color:#89703F;border:1.5px solid #89703f59;border-radius:3px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background 0.2s,border-color .2s;position:relative;z-index:2}
.success-btn-ghost:hover{background:#dfd09e33;border-color:#89703F}
.success-geo-accent{position:absolute;top:36px;left:40px;z-index:1;pointer-events:none}
.success-geo-accent svg{opacity:.12}
.success-geo-right{position:absolute;bottom:44px;right:36px;z-index:1;pointer-events:none}
.success-geo-right svg{opacity:.1}
@media (max-width: 700px) {
.success-card-holder{padding:40px 24px 36px}
.success-heading{font-size:1.5rem}
.success-meta-row{flex-direction:column}
.success-cta-group{flex-direction:column;align-items:stretch}
.success-btn-prim,.success-btn-ghost{justify-content:center}
}
@media (min-width: 701px) and (max-width: 1024px) {
.success-card-holder{padding:52px 48px 44px}
.success-heading{font-size:1.75rem}
}