*,::before,::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Rubik',sans-serif;background:#f7f3fc;color:#1a0a2e;line-height:1.6}
.site_header{background:#fff;border-bottom:2px solid #ede4f7;box-shadow:0 4px 16px #5c0f9512}
.header_row_top{display:flex;align-items:center;justify-content:space-between;max-width:1024px;margin:auto;padding:18px 24px 10px}
.site_logo_wrap{display:flex;align-items:center;gap:10px;text-decoration:none}
.site_logo_wrap img{height:80px;width:80px;object-fit:contain;border-radius:16px;box-shadow:0 2px 10px #5c0f9521}
.main_nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.main_nav a{font-size:.92rem;font-weight:500;color:#5C0F95;text-decoration:none;padding:8px 16px;border-radius:30px;transition:background .2s ease-in-out,color .2s ease-in-out;white-space:nowrap}
.main_nav a:hover{background:#5C0F95;color:#fff}
.main_nav a.active{background:linear-gradient(135deg,#5C0F95,#F62393);color:#fff}
.header_row_bottom{text-align:center;padding:0 24px 18px}
.header_company_name{font-size:1.55rem;font-weight:700;letter-spacing:.04em;background:linear-gradient(120deg,#5C0F95 0%,#F62393 55%,#42E8EA 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:4px;display:inline-block}
@media (max-width: 768px) {
.header_row_top{padding:14px 16px 8px}
.site_logo_wrap img{height:60px;width:60px}
.main_nav{gap:4px}
.main_nav a{font-size:.82rem;padding:7px 12px}
.header_company_name{font-size:1.2rem}
}
@media (max-width: 480px) {
.main_nav a{font-size:.78rem;padding:6px 10px}
}
.site_footer{background:#1a0a2e;color:#cbb8e8;padding:40px 24px 20px;margin-top:60px}
.footer_inner{max-width:1024px;margin:auto}
.footer_disclaimer_box{background:#5c0f9540;border:1px solid #f623934d;border-radius:28px;padding:20px 28px;margin-bottom:30px}
.footer_disclaimer_box .disclaimer_title{font-size:.82rem;font-weight:700;color:#42E8EA;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;display:flex;align-items:center;gap:6px}
.footer_disclaimer_box p{font-size:.82rem;color:#b8a0d8;line-height:1.6}
.footer_cols{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:28px;align-items:flex-start}
.footer_brand_col{flex:1 1 200px}
.footer_brand_col .footer_logo_wrap{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.footer_brand_col .footer_logo_wrap img{height:52px;width:52px;object-fit:contain;border-radius:12px;box-shadow:0 2px 8px #5c0f954d}
.footer_brand_name{font-size:1.1rem;font-weight:700;color:#fff}
.footer_brand_col p{font-size:.82rem;color:#9a80c0;line-height:1.6}
.footer_contact_col{flex:1 1 200px}
.footer_contact_col h4{font-size:.82rem;font-weight:700;color:#42E8EA;text-transform:uppercase;letter-spacing:.07em;margin-bottom:12px}
.footer_contact_item{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:.82rem;color:#b8a0d8}
.footer_contact_item .mdi{color:#F62393;font-size:1rem;margin-top:2px;flex-shrink:0}
.footer_links_col{flex:1 1 200px}
.footer_links_col h4{font-size:.82rem;font-weight:700;color:#42E8EA;text-transform:uppercase;letter-spacing:.07em;margin-bottom:12px}
.footer_pill_links{display:flex;flex-wrap:wrap;gap:8px}
.footer_pill_links a{display:inline-block;padding:6px 16px;border-radius:30px;border:1px solid #5c0f9580;color:#cbb8e8;font-size:.78rem;text-decoration:none;transition:border-color .2s ease-in-out,color .2s ease-in-out,background .2s ease-in-out}
.footer_pill_links a:hover{border-color:#F62393;color:#fff;background:#f623931a}
.footer_bottom_bar{border-top:1px solid #ffffff12;padding-top:18px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}
.footer_copyright{font-size:.78rem;color:#7a5e9e}
@media (max-width: 768px) {
.footer_cols{flex-direction:column;gap:20px}
.footer_disclaimer_box{padding:16px 18px}
}
.age_verify_overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;z-index:9999}
.age_verify_popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;background:#fff;border-radius:28px;padding:36px 32px;min-width:320px;max-width:460px;width:90vw;box-shadow:0 20px 60px #5c0f954d;text-align:center}
.age_verify_popup .av_icon{font-size:2.8rem;color:#5C0F95;margin-bottom:12px}
.age_verify_popup h2{font-size:1.35rem;font-weight:700;color:#1a0a2e;margin-bottom:10px}
.age_verify_popup p{font-size:.88rem;color:#5a4a7a;margin-bottom:22px;line-height:1.6}
.av_btn_row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:14px}
.av_btn_confirm{padding:12px 28px;border-radius:30px;background:linear-gradient(135deg,#5C0F95,#F62393);color:#fff;border:none;font-family:'Rubik',sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s ease-in-out}
.av_btn_confirm:hover{opacity:.88}
.av_btn_deny{padding:12px 28px;border-radius:30px;background:transparent;color:#5C0F95;border:2px solid #5C0F95;font-family:'Rubik',sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out}
.av_btn_deny:hover{background:#f3eafd}
.av_denied_msg{display:none;font-size:.84rem;color:#F62393;margin-top:8px}
.av_note{font-size:.75rem;color:#9a80c0;margin-top:4px}
.cookie_bar{position:fixed;top:-120px;left:50%;transform:translateX(-50%);z-index:8888;background:#fff;border-radius:24px;box-shadow:0 8px 32px #5c0f9526;padding:18px 24px;max-width:520px;width:92vw;display:flex;align-items:center;gap:16px;flex-wrap:wrap;transition:top .4s ease-in-out,opacity .4s ease-in-out;opacity:0;border:1px solid #ede4f7}
.cookie_bar.visible{top:18px;opacity:1}
.cookie_bar.hidden_out{top:-120px;opacity:0}
.cookie_bar_text{flex:1 1 220px;font-size:.82rem;color:#3a2060;line-height:1.5}
.cookie_bar_text a{color:#5C0F95;text-decoration:underline}
.cookie_bar_actions{display:flex;gap:10px;flex-shrink:0}
.ck_btn_accept{padding:9px 20px;border-radius:30px;border:2px solid #5C0F95;background:transparent;color:#5C0F95;font-family:'Rubik',sans-serif;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out}
.ck_btn_accept:hover{background:#5C0F95;color:#fff}
.ck_btn_decline{padding:9px 20px;border-radius:30px;border:2px solid #ddd;background:transparent;color:#888;font-family:'Rubik',sans-serif;font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .2s ease-in-out,color .2s ease-in-out}
.ck_btn_decline:hover{border-color:#aaa;color:#555}
.legal-container{max-width:1024px;margin:0 auto;padding:48px 32px;background:#fff;border-radius:24px;box-shadow:0 4px 8px #5c0f9514 0 12px 16px #5c0f950d;font-family:Georgia,'Times New Roman',serif;font-size:16px;line-height:1.8;color:#1a1a2e}
.legal-container h1{font-size:clamp(28px,4vw,42px);font-family:'Segoe UI',Arial,sans-serif;font-weight:800;line-height:1.2;margin:0 0 32px;padding-bottom:20px;background:linear-gradient(135deg,#5C0F95 0%,#F62393 60%,#42E8EA 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom:3px solid #5C0F95}
.legal-container h2{font-size:clamp(20px,3vw,28px);font-family:'Segoe UI',Arial,sans-serif;font-weight:700;line-height:1.3;color:#5C0F95;margin:48px 0 16px;padding-left:16px;border-left:4px solid #F62393}
.legal-container h3{font-size:clamp(17px,2.5vw,22px);font-family:'Segoe UI',Arial,sans-serif;font-weight:700;line-height:1.35;color:#3d0a63;margin:36px 0 12px;padding-left:12px;border-left:3px solid #42E8EA}
.legal-container h4{font-size:clamp(15px,2vw,19px);font-family:'Segoe UI',Arial,sans-serif;font-weight:700;line-height:1.4;color:#5C0F95;margin:28px 0 10px}
.legal-container h5{font-size:clamp(14px,1.8vw,17px);font-family:'Segoe UI',Arial,sans-serif;font-weight:600;line-height:1.45;color:#F62393;margin:24px 0 8px;text-transform:uppercase;letter-spacing:.05em}
.legal-container h6{font-size:clamp(13px,1.6vw,15px);font-family:'Segoe UI',Arial,sans-serif;font-weight:600;line-height:1.5;color:#777;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.08em}
.legal-container p{margin:0 0 20px;font-size:16px;line-height:1.8;color:#2c2c3e}
.legal-container ul{margin:16px 0 24px;padding-left:0;list-style:none}
.legal-container ol{margin:16px 0 24px;padding-left:28px;list-style-position:outside}
.legal-container ul li{position:relative;padding:6px 0 6px 28px;font-size:16px;line-height:1.75;color:#2c2c3e;border-bottom:1px solid #5c0f950f}
.legal-container ul li::before{content:'';position:absolute;left:6px;top:16px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#5C0F95,#F62393)}
.legal-container ol li{padding:6px 0 6px 6px;font-size:16px;line-height:1.75;color:#2c2c3e;border-bottom:1px solid #5c0f950f}
.legal-container ul li:last-child,.legal-container ol li:last-child{border-bottom:none}
.legal-container ul ul,.legal-container ol ol,.legal-container ul ol,.legal-container ol ul{margin:8px 0 8px 16px}
.legal-container ul ul li::before{width:6px;height:6px;background:#42E8EA;top:17px}
.legal-container strong,.legal-container b{font-weight:700;color:#3d0a63}
.legal-container a{color:#5C0F95;text-decoration:underline;text-decoration-color:#5c0f9559;text-underline-offset:3px;font-weight:500;transition:color .2s ease-in-out,text-decoration-color .2s ease-in-out}
.legal-container a:hover{color:#F62393;text-decoration-color:#F62393;outline:none}
.legal-container a:focus{outline:2px solid #42E8EA;outline-offset:2px;border-radius:3px}
.legal-container table{width:100%;border-collapse:collapse;margin:28px 0;font-size:15px;border-radius:20px;overflow:hidden;box-shadow:0 2px 8px #5c0f951a}
.legal-container thead{background:linear-gradient(135deg,#5C0F95 0%,#F62393 100%)}
.legal-container thead tr{border:none}
.legal-container thead th{padding:14px 18px;text-align:left;font-family:'Segoe UI',Arial,sans-serif;font-weight:700;font-size:14px;color:#fff;letter-spacing:.04em;text-transform:uppercase;border:none}
.legal-container tbody tr{border-bottom:1px solid #5c0f951a;transition:background .2s ease-in-out}
.legal-container tbody tr:nth-child(even){background:#5c0f9508}
.legal-container tbody tr:hover{background:#42e8ea14}
.legal-container tbody tr:last-child{border-bottom:none}
.legal-container td{padding:12px 18px;font-size:15px;line-height:1.65;color:#2c2c3e;vertical-align:top;border-right:1px solid #5c0f9514}
.legal-container td:last-child{border-right:none}
.legal-container th{padding:14px 18px;vertical-align:middle}
.legal-container div{margin-bottom:16px}
.legal-container div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.legal-container{padding:32px 20px;border-radius:20px}
.legal-container h1{font-size:26px;margin-bottom:24px}
.legal-container h2{font-size:20px;margin-top:36px}
.legal-container h3{font-size:17px;margin-top:28px}
.legal-container table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px}
.legal-container td,.legal-container th{padding:10px 12px;min-width:120px}
.legal-container ul li{padding-left:22px}
}
@media (max-width: 480px) {
.legal-container{padding:24px 16px;border-radius:16px;font-size:15px}
.legal-container h1{font-size:22px}
.legal-container h2{font-size:18px}
.legal-container h3{font-size:16px}
.legal-container p,.legal-container ul li,.legal-container ol li{font-size:15px}
}
.hero_collage{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.hero_collage .bg_fragments{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:0}
.hero_collage .bg_fragments .frag{overflow:hidden;position:relative}
.hero_collage .bg_fragments .frag img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.38) saturate(0.7)}
.hero_collage .bg_overlay{position:absolute;inset:0;background:linear-gradient(135deg,#5c0f95d1 0%,#f623938c 55%,#42e8ea2e 100%)}
.hero_collage .hero_content_wrap{position:relative;z-index:2;max-width:1024px;margin:0 auto;padding:80px 32px 72px;width:100%}
.hero_collage .deco_line{width:64px;height:4px;background:linear-gradient(90deg,#F62393,#42E8EA);border-radius:4px;margin-bottom:28px}
.hero_collage .hero_label{font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#42E8EA;margin-bottom:16px;display:block}
.hero_collage .hero_heading{font-size:clamp(2rem,5vw,3.4rem);font-weight:900;color:#fff;line-height:1.15;margin:0 0 24px;max-width:680px}
.hero_collage .hero_heading .accent_pink{color:#F62393}
.hero_collage .hero_sub{font-size:1.1rem;color:#ffffffd1;max-width:520px;line-height:1.7;margin-bottom:36px}
.hero_collage .hero_cta_row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.hero_collage .btn_primary_hero{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:linear-gradient(135deg,#F62393,#5C0F95);color:#fff;font-size:1rem;font-weight:700;border-radius:32px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;z-index:5;position:relative}
.hero_collage .btn_primary_hero:hover{box-shadow:0 8px 24px #f6239366;transform:translateY(-2px)}
.hero_collage .btn_ghost_hero{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:transparent;color:#42E8EA;font-size:1rem;font-weight:600;border-radius:32px;border:2px solid #42E8EA;text-decoration:none;cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out;z-index:5;position:relative}
.hero_collage .btn_ghost_hero:hover{background:#42e8ea1f;color:#fff}
.hero_collage .deco_sep{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#5C0F95,#F62393,#42E8EA)}
.games_catalog_section{background:#f9f6ff;padding:80px 0 64px}
.games_catalog_section .catalog_inner{max-width:1024px;margin:0 auto;padding:0 24px}
.games_catalog_section .section_eyebrow{display:flex;flex-direction:row;align-items:center;gap:14px;margin-bottom:12px}
.games_catalog_section .section_eyebrow .eye_line{flex:1;height:2px;background:linear-gradient(90deg,#5C0F95,transparent)}
.games_catalog_section .section_eyebrow .eye_label{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#5C0F95;font-weight:700}
.games_catalog_section .section_eyebrow .eye_line_r{flex:1;height:2px;background:linear-gradient(90deg,transparent,#F62393)}
.games_catalog_section .catalog_heading{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:#1a0a2e;text-align:center;margin-bottom:8px}
.games_catalog_section .catalog_desc{text-align:center;color:#5a5070;font-size:1rem;max-width:560px;margin:0 auto 48px;line-height:1.65}
.games_catalog_section .games_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.games_catalog_section .game_card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 4px 14px #5c0f9517;transition:box-shadow .25s ease-in-out,transform .25s ease-in-out;display:flex;flex-direction:column;position:relative}
.games_catalog_section .game_card:hover{box-shadow:0 12px 32px #5c0f952e;transform:translateY(-4px)}
.games_catalog_section .game_card .game_thumb{position:relative;overflow:hidden;height:200px}
.games_catalog_section .game_card .game_thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease-in-out}
.games_catalog_section .game_card:hover .game_thumb img{transform:scale(1.05)}
.games_catalog_section .game_card .game_thumb_overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#5c0f95b3 100%)}
.games_catalog_section .game_card .game_badge{position:absolute;top:14px;left:14px;background:linear-gradient(135deg,#F62393,#5C0F95);color:#fff;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:20px;z-index:2}
.games_catalog_section .game_info{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}
.games_catalog_section .game_info .game_title{font-size:1.15rem;font-weight:800;color:#1a0a2e;margin-bottom:8px}
.games_catalog_section .game_info .game_blurb{font-size:.9rem;color:#6b5e85;line-height:1.6;flex:1;margin-bottom:18px}
.games_catalog_section .game_info .game_link{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;background:linear-gradient(135deg,#5C0F95,#F62393);color:#fff;font-size:.9rem;font-weight:700;border-radius:24px;text-decoration:none;align-self:flex-start;transition:box-shadow .2s ease-in-out,opacity .2s ease-in-out;position:relative;z-index:3}
.games_catalog_section .game_info .game_link:hover{box-shadow:0 6px 18px #f6239359;opacity:.92}
.games_catalog_section .disclaimer_strip{margin-top:40px;background:linear-gradient(135deg,#1a0a2e 0%,#5C0F95 100%);border-radius:20px;padding:22px 28px;display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.games_catalog_section .disclaimer_strip .disc_icon{color:#42E8EA;font-size:1.6rem;flex-shrink:0;margin-top:2px}
.games_catalog_section .disclaimer_strip .disc_text{font-size:.85rem;color:#ffffffd1;line-height:1.65}
.games_catalog_section .disclaimer_strip .disc_text strong{color:#42E8EA}
.team_fetch_section{padding:80px 0 72px;background:#fff;position:relative;overflow:hidden}
.team_fetch_section::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#5c0f9512 0%,transparent 70%);border-radius:50%}
.team_fetch_section .team_inner{max-width:1024px;margin:0 auto;padding:0 24px}
.team_fetch_section .team_layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.team_fetch_section .team_text_col .t_tag{display:inline-block;background:#5c0f951a;color:#5C0F95;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:20px}
.team_fetch_section .team_text_col .t_heading{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#1a0a2e;margin-bottom:18px;line-height:1.25}
.team_fetch_section .team_text_col .t_heading .t_accent{color:#F62393}
.team_fetch_section .team_text_col .t_body{font-size:.97rem;color:#5a5070;line-height:1.72;margin-bottom:28px}
.team_fetch_section .team_stats_row{display:flex;flex-direction:row;gap:28px;flex-wrap:wrap}
.team_fetch_section .team_stat{display:flex;flex-direction:column}
.team_fetch_section .team_stat .s_num{font-size:2rem;font-weight:900;color:#5C0F95;line-height:1}
.team_fetch_section .team_stat .s_label{font-size:.8rem;color:#8070a0;margin-top:4px;font-weight:600}
.team_fetch_section .profiles_col{display:flex;flex-direction:column;gap:20px}
.team_fetch_section .profile_card{background:#f9f6ff;border-radius:24px;padding:20px;display:flex;flex-direction:row;align-items:center;gap:16px;box-shadow:0 2px 8px #5c0f950f;transition:box-shadow .2s ease-in-out}
.team_fetch_section .profile_card:hover{box-shadow:0 6px 20px #5c0f9521}
.team_fetch_section .profile_card .p_avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #F62393}
.team_fetch_section .profile_card .p_avatar img{width:100%;height:100%;object-fit:cover;display:block}
.team_fetch_section .profile_card .p_meta .p_name{font-size:1rem;font-weight:800;color:#1a0a2e}
.team_fetch_section .profile_card .p_meta .p_role{font-size:.82rem;color:#5C0F95;font-weight:600;margin-top:2px}
.team_fetch_section .profile_card .p_meta .p_note{font-size:.8rem;color:#7a6a90;margin-top:5px;line-height:1.5}
.catalog_ux_section{background:linear-gradient(145deg,#1a0a2e 0%,#3a0770 55%,#5C0F95 100%);padding:80px 0 72px;position:relative;overflow:hidden}
.catalog_ux_section::after{content:'';position:absolute;bottom:-60px;left:-60px;width:260px;height:260px;background:radial-gradient(circle,#42e8ea1f 0%,transparent 70%);border-radius:50%}
.catalog_ux_section .ux_inner{max-width:1024px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.catalog_ux_section .ux_top{text-align:center;margin-bottom:52px}
.catalog_ux_section .ux_top .ux_heading{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:#fff;margin-bottom:12px}
.catalog_ux_section .ux_top .ux_sub{color:#ffffffb8;font-size:1rem;max-width:500px;margin:0 auto;line-height:1.65}
.catalog_ux_section .ux_features_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.catalog_ux_section .ux_feat{background:#ffffff12;border-radius:24px;padding:28px 22px;border:1px solid #ffffff1a;transition:background .2s ease-in-out,border-color .2s ease-in-out;position:relative}
.catalog_ux_section .ux_feat:hover{background:#ffffff1f;border-color:#42e8ea59}
.catalog_ux_section .ux_feat .uf_icon{width:48px;height:48px;background:linear-gradient(135deg,#F62393,#5C0F95);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff;font-size:1.3rem}
.catalog_ux_section .ux_feat .uf_title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:8px}
.catalog_ux_section .ux_feat .uf_desc{font-size:.88rem;color:#ffffffad;line-height:1.62}
.catalog_ux_section .ux_image_row{margin-top:52px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.catalog_ux_section .ux_image_row .ux_img_frame{border-radius:28px;overflow:hidden;box-shadow:0 12px 40px #00000059;height:240px}
.catalog_ux_section .ux_image_row .ux_img_frame img{width:100%;height:100%;object-fit:cover;display:block}
.catalog_ux_section .ux_image_row .ux_text_aside .ux_aside_heading{font-size:1.2rem;font-weight:800;color:#42E8EA;margin-bottom:12px}
.catalog_ux_section .ux_image_row .ux_text_aside .ux_aside_body{font-size:.93rem;color:#ffffffbf;line-height:1.7}
.demo_access_section{padding:80px 0 72px;background:#f9f6ff}
.demo_access_section .demo_inner{max-width:1024px;margin:0 auto;padding:0 24px}
.demo_access_section .demo_layout{display:grid;grid-template-columns:3fr 2fr;gap:48px;align-items:center}
.demo_access_section .demo_left .d_tag{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#5c0f951a,#f623931a);color:#5C0F95;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:20px;border:1px solid #5c0f9526}
.demo_access_section .demo_left .d_heading{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#1a0a2e;margin-bottom:18px;line-height:1.25}
.demo_access_section .demo_left .d_body{font-size:.97rem;color:#5a5070;line-height:1.72;margin-bottom:32px}
.demo_access_section .demo_checklist{display:flex;flex-direction:column;gap:12px}
.demo_access_section .demo_checklist .d_check_item{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:.92rem;color:#3a2a55}
.demo_access_section .demo_checklist .d_check_item .d_check_icon{color:#F62393;font-size:1.1rem;flex-shrink:0;margin-top:1px}
.demo_access_section .demo_right{display:flex;flex-direction:column;gap:16px}
.demo_access_section .demo_right .demo_img_wrap{border-radius:28px;overflow:hidden;box-shadow:0 8px 28px #5c0f9524;height:220px}
.demo_access_section .demo_right .demo_img_wrap img{width:100%;height:100%;object-fit:cover;display:block}
.demo_access_section .demo_right .demo_cta_card{background:linear-gradient(135deg,#5C0F95,#F62393);border-radius:24px;padding:22px;text-align:center;color:#fff}
.demo_access_section .demo_right .demo_cta_card .dcc_title{font-size:1rem;font-weight:800;margin-bottom:6px}
.demo_access_section .demo_right .demo_cta_card .dcc_sub{font-size:.82rem;opacity:.82;margin-bottom:14px}
.demo_access_section .demo_right .demo_cta_card .dcc_btn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;background:#fff;color:#5C0F95;font-size:.9rem;font-weight:800;border-radius:24px;text-decoration:none;transition:box-shadow .2s ease-in-out}
.demo_access_section .demo_right .demo_cta_card .dcc_btn:hover{box-shadow:0 6px 20px #ffffff4d}
.variety_section{padding:80px 0;background:#fff;position:relative;overflow:hidden}
.variety_section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,#5c0f950a 0%,transparent 70%);border-radius:50%;pointer-events:none}
.variety_section .variety_inner{max-width:1024px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.variety_section .variety_header{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:52px}
.variety_section .variety_header .vh_left .v_eyebrow{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#F62393;font-weight:700;margin-bottom:12px;display:block}
.variety_section .variety_header .vh_left .v_heading{font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:800;color:#1a0a2e;line-height:1.25}
.variety_section .variety_header .vh_right .v_desc{font-size:.97rem;color:#5a5070;line-height:1.72}
.variety_section .variety_tabs_wrap{position:relative}
.variety_section input[type="radio"]{display:none}
.variety_section .variety_tabs{display:flex;flex-direction:row;gap:8px;margin-bottom:28px;flex-wrap:wrap}
.variety_section .variety_tabs label{padding:9px 20px;border-radius:24px;font-size:.88rem;font-weight:700;cursor:pointer;border:2px solid #5c0f952e;color:#5C0F95;background:#f9f6ff;transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}
.variety_section .variety_tabs label:hover{background:#5c0f951a;border-color:#5C0F95}
#tab_slots:checked ~ .variety_tabs label[for="tab_slots"],#tab_arcade:checked ~ .variety_tabs label[for="tab_arcade"],#tab_strategy:checked ~ .variety_tabs label[for="tab_strategy"]{background:linear-gradient(135deg,#5C0F95,#F62393);color:#fff;border-color:transparent}
.variety_section .tab_panels .tab_panel{display:none}
#tab_slots:checked ~ .tab_panels .panel_slots,#tab_arcade:checked ~ .tab_panels .panel_arcade,#tab_strategy:checked ~ .tab_panels .panel_strategy{display:block}
.variety_section .tab_panel_grid{display:grid;grid-template-columns:2fr 3fr;gap:36px;align-items:center}
.variety_section .tab_panel_grid .tp_img{border-radius:24px;overflow:hidden;height:260px;box-shadow:0 8px 24px #5c0f951f}
.variety_section .tab_panel_grid .tp_img img{width:100%;height:100%;object-fit:cover;display:block}
.variety_section .tab_panel_grid .tp_content .tp_heading{font-size:1.2rem;font-weight:800;color:#1a0a2e;margin-bottom:10px}
.variety_section .tab_panel_grid .tp_content .tp_body{font-size:.93rem;color:#5a5070;line-height:1.7;margin-bottom:20px}
.variety_section .tab_panel_grid .tp_content .tp_tags{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.variety_section .tab_panel_grid .tp_content .tp_tags .tp_tag{background:#5c0f9514;color:#5C0F95;font-size:.8rem;font-weight:700;padding:5px 13px;border-radius:16px;border:1px solid #5c0f9526}
@media (max-width: 768px) {
.hero_collage{min-height:440px}
.hero_collage .bg_fragments{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}
.hero_collage .hero_content_wrap{padding:56px 20px 52px}
.games_catalog_section .games_grid{grid-template-columns:1fr;gap:20px}
.team_fetch_section .team_layout{grid-template-columns:1fr;gap:36px}
.catalog_ux_section .ux_features_grid{grid-template-columns:1fr}
.catalog_ux_section .ux_image_row{grid-template-columns:1fr}
.demo_access_section .demo_layout{grid-template-columns:1fr;gap:32px}
.variety_section .variety_header{grid-template-columns:1fr;gap:16px}
.variety_section .tab_panel_grid{grid-template-columns:1fr}
.team_fetch_section .team_stats_row{gap:20px}
}
@media (max-width: 480px) {
.hero_collage .hero_cta_row{flex-direction:column}
.games_catalog_section .game_card .game_thumb{height:160px}
.catalog_ux_section .ux_image_row .ux_img_frame{height:180px}
}
.contact_page_wrap{max-width:1024px;margin:0 auto;padding:0 20px}
.hero_depth_block{position:relative;overflow:hidden;padding:80px 0 60px;background:linear-gradient(135deg,#5C0F95 0%,#3a0860 40%,#1a0330 100%)}
.hero_depth_block .hero_layer_back{position:absolute;top:-30px;right:-60px;width:480px;height:480px;border-radius:50%;background:linear-gradient(145deg,#F62393 0%,#5C0F95 60%);opacity:.18;pointer-events:none}
.hero_depth_block .hero_layer_mid{position:absolute;bottom:-40px;left:-80px;width:360px;height:360px;border-radius:50%;background:linear-gradient(200deg,#42E8EA 0%,#5C0F95 70%);opacity:.13;pointer-events:none}
.hero_dots_line{position:absolute;top:30px;left:50%;transform:translateX(-50%);display:flex;gap:10px;align-items:center}
.hero_dots_line span{display:block;width:6px;height:6px;border-radius:50%;background:#42E8EA;opacity:.5}
.hero_dots_line span:nth-child(2){opacity:.35}
.hero_dots_line span:nth-child(3){opacity:.2}
.hero_dots_line span:nth-child(4){opacity:.12}
.hero_dots_line span:nth-child(5){opacity:.07}
.hero_inner_grid{max-width:1024px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.hero_text_col{flex:1 1 0;min-width:0}
.hero_text_col h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#fff;line-height:1.15;margin:0 0 16px;letter-spacing:-.5px}
.hero_text_col h1 .accent_pink{color:#F62393}
.hero_text_col .hero_sub{font-size:1.1rem;color:#ffffffbf;line-height:1.6;margin:0 0 28px;max-width:420px}
.hero_cta_btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(120deg,#F62393 0%,#5C0F95 100%);color:#fff;font-size:1rem;font-weight:700;padding:14px 30px;border-radius:30px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow .25s ease-in-out,transform .2s ease-in-out;box-shadow:0 6px 20px #f6239359;position:relative;z-index:5}
.hero_cta_btn:hover{box-shadow:0 10px 28px #f623938c;transform:translateY(-2px)}
.hero_img_col{flex:0 0 340px;position:relative}
.hero_img_shadow_wrap{position:relative;border-radius:28px;box-shadow:8px 12px 40px #5c0f9573 2px 4px 12px #f6239333}
.hero_img_shadow_wrap::before{content:'';position:absolute;inset:10px -10px -10px 10px;border-radius:28px;background:linear-gradient(135deg,#F62393,#42E8EA);opacity:.35;z-index:0}
.hero_img_shadow_wrap img{position:relative;z-index:1;width:100%;height:280px;object-fit:cover;border-radius:24px;display:block}
.contact_info_strip{background:#fff;border-bottom:2px solid #f0e8ff}
.contact_info_strip_inner{max-width:1024px;margin:0 auto;padding:36px 24px;display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.info_chip{display:flex;flex-direction:row;align-items:flex-start;gap:14px;flex:1 1 220px;min-width:0;padding:20px 22px;border-radius:20px;background:linear-gradient(135deg,#faf5ff 0%,#fff0fb 100%);border:1.5px solid #edd6ff;transition:box-shadow .22s ease-in-out,border-color .22s ease-in-out}
.info_chip:hover{box-shadow:0 8px 24px #5c0f951a;border-color:#c97aff}
.info_chip_icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#5C0F95,#F62393);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info_chip_icon .mdi{font-size:22px;color:#fff}
.info_chip_text{display:flex;flex-direction:column;gap:4px;min-width:0}
.info_chip_text .chip_label{font-size:.78rem;font-weight:700;color:#5C0F95;text-transform:uppercase;letter-spacing:.08em}
.info_chip_text .chip_value{font-size:.95rem;color:#2d1a4a;line-height:1.5;word-break:break-word}
.info_chip_text a{color:#2d1a4a;text-decoration:none}
.info_chip_text a:hover{color:#F62393;text-decoration:underline}
.form_section_outer{background:linear-gradient(170deg,#f9f4ff 0%,#fff6fd 50%,#f0fdfd 100%);padding:72px 0}
.form_section_inner{max-width:1024px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.form_intro_col{flex:0 0 280px;padding-top:8px}
.form_intro_col .section_eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#F62393;background:#f6239314;border-radius:20px;padding:5px 14px;margin-bottom:16px}
.form_intro_col h2{font-size:1.75rem;font-weight:800;color:#2d1a4a;line-height:1.25;margin:0 0 16px;position:relative}
.form_intro_col h2::after{content:'';display:block;width:48px;height:4px;border-radius:2px;background:linear-gradient(90deg,#5C0F95,#42E8EA);margin-top:14px}
.form_intro_col .form_side_desc{font-size:.97rem;color:#5a4070;line-height:1.65;margin:0 0 28px}
.form_note_box{border-radius:16px;background:linear-gradient(130deg,#5C0F95 0%,#3a0860 100%);padding:18px 20px;display:flex;flex-direction:column;gap:8px}
.form_note_box .note_title{font-size:.85rem;font-weight:700;color:#42E8EA;display:flex;align-items:center;gap:7px}
.form_note_box .note_title .mdi{font-size:17px}
.form_note_box .note_text{font-size:.88rem;color:#ffffffc7;line-height:1.55}
.form_col{flex:1 1 0;min-width:0}
.contact_form_card{background:#fff;border-radius:28px;padding:40px 36px;box-shadow:0 4px 20px #5c0f9517 0 1px 4px #5c0f950d;border:1.5px solid #edd6ff}
.form_row_2col{display:flex;flex-direction:row;gap:18px}
.form_row_2col .field_wrap{flex:1 1 0;min-width:0}
.field_wrap{margin-bottom:20px}
.field_wrap label{display:block;font-size:.85rem;font-weight:700;color:#3a1060;margin-bottom:7px;letter-spacing:.02em}
.field_wrap label .req_star{color:#F62393;margin-left:3px}
.field_wrap input[type="text"],.field_wrap input[type="email"],.field_wrap input[type="tel"],.field_wrap textarea,.field_wrap select{width:100%;padding:13px 16px;font-size:.97rem;color:#2d1a4a;background:#faf5ff;border:1.5px solid #dcc8f5;border-radius:14px;outline:none;box-sizing:border-box;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;appearance:none;-webkit-appearance:none}
.field_wrap input[type="text"]:focus,.field_wrap input[type="email"]:focus,.field_wrap input[type="tel"]:focus,.field_wrap textarea:focus,.field_wrap select:focus{border-color:#5C0F95;box-shadow:0 0 0 3px #5c0f951f;background:#fff}
.field_wrap textarea{min-height:110px;resize:vertical}
.field_wrap select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235C0F95' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.priority_group{margin-bottom:22px}
.priority_group .pg_label{font-size:.85rem;font-weight:700;color:#3a1060;margin-bottom:10px;display:block}
.priority_tiles{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.priority_tiles input[type="radio"]{display:none}
.priority_tiles label{cursor:pointer;padding:9px 18px;border-radius:24px;font-size:.87rem;font-weight:600;border:1.5px solid #dcc8f5;color:#5a4070;background:#faf5ff;transition:all .2s ease-in-out;user-select:none;display:flex;align-items:center;gap:6px}
.priority_tiles label:hover{border-color:#5C0F95;color:#5C0F95}
.priority_tiles input[type="radio"]:checked + label{background:linear-gradient(120deg,#5C0F95,#F62393);color:#fff;border-color:transparent;box-shadow:0 4px 14px #f6239347}
.privacy_row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:24px;padding:16px;border-radius:14px;background:#faf5ff;border:1.5px solid #edd6ff}
.privacy_row input[type="checkbox"]{width:18px;height:18px;margin-top:2px;accent-color:#5C0F95;flex-shrink:0;cursor:pointer}
.privacy_row .privacy_text{font-size:.87rem;color:#5a4070;line-height:1.55}
.privacy_row .privacy_text a{color:#5C0F95;font-weight:600;text-decoration:underline}
.privacy_row .privacy_text a:hover{color:#F62393}
.form_submit_btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(120deg,#5C0F95 0%,#F62393 100%);color:#fff;font-size:1rem;font-weight:700;padding:15px 36px;border-radius:30px;border:none;cursor:pointer;transition:box-shadow .25s ease-in-out,transform .2s ease-in-out;box-shadow:0 6px 22px #5c0f954d;position:relative;z-index:5;width:100%;justify-content:center}
.form_submit_btn:hover{box-shadow:0 10px 30px #f6239373;transform:translateY(-2px)}
.form_submit_btn .mdi{font-size:20px}
.divider_wave{width:100%;line-height:0;overflow:hidden}
.divider_wave svg{display:block;width:100%}
.content_extra_section{background:#fff;padding:64px 0 72px}
.content_extra_inner{max-width:1024px;margin:0 auto;padding:0 24px}
.extra_section_head{text-align:center;margin-bottom:44px}
.extra_section_head h3{font-size:1.6rem;font-weight:800;color:#2d1a4a;margin:0 0 10px}
.extra_section_head .head_sub{font-size:1rem;color:#7059a0;line-height:1.6}
.faq_accordion{display:flex;flex-direction:column;gap:14px;max-width:720px;margin:0 auto}
.faq_item input[type="checkbox"]{display:none}
.faq_item{border-radius:20px;border:1.5px solid #edd6ff;overflow:hidden;transition:box-shadow .22s ease-in-out}
.faq_item:hover{box-shadow:0 6px 20px #5c0f9517}
.faq_item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;font-size:.97rem;font-weight:700;color:#2d1a4a;background:#fdf8ff;transition:background .2s ease-in-out;gap:12px}
.faq_item label:hover{background:#f5ecff}
.faq_item label .faq_icon{font-size:20px;color:#5C0F95;flex-shrink:0;transition:transform .25s ease-in-out}
.faq_item input[type="checkbox"]:checked ~ label .faq_icon{transform:rotate(45deg);color:#F62393}
.faq_item input[type="checkbox"]:checked ~ label{background:linear-gradient(90deg,#faf0ff,#fff0fb)}
.faq_answer{max-height:0;overflow:hidden;transition:max-height .35s ease-in-out,padding .25s ease-in-out;padding:0 22px;font-size:.94rem;color:#5a4070;line-height:1.65;background:#fff}
.faq_item input[type="checkbox"]:checked ~ .faq_answer{max-height:300px;padding:16px 22px 20px}
.content_img_showcase{margin-top:48px;border-radius:28px;overflow:hidden;position:relative;box-shadow:0 8px 32px #5c0f9524}
.content_img_showcase img{width:100%;height:280px;object-fit:cover;display:block;border-radius:28px}
.content_img_showcase .img_overlay_text{position:absolute;bottom:0;left:0;right:0;padding:28px 32px;background:linear-gradient(0deg,#1c0634e0 0%,transparent 100%);color:#fff;border-radius:0 0 28px 28px}
.content_img_showcase .img_overlay_text h4{font-size:1.2rem;font-weight:700;margin:0 0 6px;color:#fff}
.content_img_showcase .img_overlay_text p{font-size:.9rem;color:#ffffffbf;margin:0}
@media (max-width: 768px) {
.hero_inner_grid{flex-direction:column;gap:32px}
.hero_img_col{flex:none;width:100%;max-width:380px;margin:0 auto}
.contact_info_strip_inner{flex-direction:column;gap:14px}
.form_section_inner{flex-direction:column;gap:32px}
.form_intro_col{flex:none;padding-top:0}
.form_row_2col{flex-direction:column;gap:0}
.contact_form_card{padding:28px 20px}
.priority_tiles{flex-wrap:wrap}
}
@media (max-width: 480px) {
.hero_depth_block{padding:56px 0 44px}
.hero_text_col h1{font-size:1.75rem}
.form_section_outer{padding:48px 0}
.content_extra_section{padding:44px 0 52px}
}
.team_page_hero{position:relative;overflow:hidden;padding:0;background:#0d0118}
.team_hero_inner{display:flex;flex-direction:row;align-items:stretch;min-height:480px;max-width:1024px;margin:0 auto}
.team_hero_text_col{flex:1 1 55%;display:flex;flex-direction:column;justify-content:center;padding:64px 48px 64px 40px;position:relative;z-index:2}
.team_hero_label{display:inline-flex;align-items:center;gap:8px;background:#f6239326;border:1px solid #f6239359;border-radius:20px;padding:6px 16px;margin-bottom:24px;width:fit-content}
.team_hero_label span{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#F62393}
.team_hero_h1{font-size:clamp(32px,5vw,54px);font-weight:800;line-height:1.12;color:#fff;margin:0 0 20px}
.team_hero_h1 .accent_pink{color:#F62393}
.team_hero_desc{font-size:16px;line-height:1.7;color:#ffffffbf;max-width:440px;margin:0 0 32px}
.team_hero_stats{display:flex;flex-direction:row;gap:28px}
.stat_chip{display:flex;flex-direction:column;gap:2px}
.stat_chip_num{font-size:26px;font-weight:800;color:#42E8EA;line-height:1}
.stat_chip_lbl{font-size:11px;color:#ffffff8c;letter-spacing:.8px;text-transform:uppercase}
.team_hero_img_col{flex:1 1 45%;position:relative;overflow:hidden;min-height:360px}
.team_hero_img_col img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:brightness(0.85) saturate(1.1)}
.team_hero_img_overlay{position:absolute;inset:0;background:linear-gradient(100deg,#0d0118 0%,transparent 45%);z-index:1}
.team_hero_geo{position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#5c0f9559 0%,transparent 70%);bottom:-80px;left:-60px;pointer-events:none;z-index:0}
.team_page_values{padding:80px 24px 72px;background:#f7f4fc;position:relative}
.team_values_inner{max-width:1024px;margin:0 auto}
.section_eyebrow{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:12px}
.eyebrow_line{width:36px;height:3px;border-radius:2px;background:linear-gradient(90deg,#5C0F95,#F62393);display:block}
.eyebrow_text{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#5C0F95}
.team_values_h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#1a0630;margin:0 0 14px;line-height:1.2}
.team_values_intro{font-size:15px;line-height:1.72;color:#4a3860;max-width:560px;margin:0 0 52px}
.values_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.value_card{background:#fff;border-radius:28px;padding:32px 28px;border:1px solid #5c0f951a;box-shadow:0 4px 16px #5c0f9512;transition:box-shadow .25s ease-in-out,transform .25s ease-in-out;position:relative;overflow:hidden}
.value_card:hover{box-shadow:0 12px 36px #5c0f9524;transform:translateY(-4px)}
.value_card_icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px}
.icon_purple{background:#5c0f951a;color:#5C0F95}
.icon_pink{background:#f623931a;color:#F62393}
.icon_teal{background:#42e8ea26;color:#18b8ba}
.value_card_title{font-size:17px;font-weight:700;color:#1a0630;margin:0 0 10px}
.value_card_text{font-size:14px;line-height:1.68;color:#5a4870;margin:0}
.value_card_accent{position:absolute;bottom:0;right:0;width:60px;height:60px;border-radius:30px 0 28px 0;opacity:.08}
.accent_purple_bg{background:#5C0F95}
.accent_pink_bg{background:#F62393}
.accent_teal_bg{background:#42E8EA}
.team_member_section{padding:80px 24px;background:#fff;position:relative;overflow:hidden}
.team_member_inner{max-width:1024px;margin:0 auto}
.team_member_layout{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:start}
.team_member_photo_col{position:relative}
.team_member_photo_frame{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 16px 48px #5c0f952e}
.team_member_photo_frame img{width:100%;height:380px;object-fit:cover;object-position:center top;display:block}
.photo_badge{position:absolute;bottom:20px;left:20px;background:linear-gradient(135deg,#5C0F95,#F62393);border-radius:16px;padding:12px 18px;z-index:2}
.photo_badge_role{font-size:11px;font-weight:700;color:#ffffffbf;letter-spacing:1.2px;text-transform:uppercase;display:block}
.photo_badge_name{font-size:16px;font-weight:800;color:#fff;display:block;margin-top:2px}
.member_geo_deco{position:absolute;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#42E8EA,#5C0F95);top:-24px;right:-24px;opacity:.18;z-index:0}
.team_member_content_col{display:flex;flex-direction:column;padding-top:8px}
.team_member_h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#1a0630;margin:0 0 8px;line-height:1.2}
.team_member_role_tag{font-size:13px;font-weight:600;color:#F62393;letter-spacing:.8px;margin:0 0 22px}
.team_member_bio{font-size:15px;line-height:1.78;color:#3d2e58;margin:0 0 28px}
.member_skills_list{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-bottom:32px;padding:0;list-style:none}
.member_skills_list li{background:#5c0f9512;border:1px solid #5c0f9526;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;color:#5C0F95}
.member_contact_row{display:flex;flex-direction:row;gap:16px;align-items:center}
.member_contact_link{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#5C0F95,#F62393);color:#fff;border-radius:25px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:box-shadow .25s ease-in-out,transform .25s ease-in-out;position:relative;z-index:2}
.member_contact_link:hover{box-shadow:0 8px 24px #f6239359;transform:translateY(-2px)}
.team_bg_section{padding:80px 24px 72px;background:linear-gradient(145deg,#1a0630 0%,#2d0860 50%,#0d1a2e 100%);position:relative;overflow:hidden}
.team_bg_inner{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.team_bg_grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.team_bg_content_col{display:flex;flex-direction:column}
.team_bg_h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#fff;margin:0 0 20px;line-height:1.25}
.team_bg_h2 .teal_accent{color:#42E8EA}
.team_bg_text{font-size:15px;line-height:1.78;color:#ffffffb8;margin:0 0 32px}
.team_bg_checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.team_bg_checklist li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;line-height:1.6;color:#fffc}
.check_dot{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#42E8EA,#5C0F95);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;font-size:11px;color:#fff}
.team_bg_image_col{position:relative}
.team_bg_image_frame{border-radius:30px;overflow:hidden;box-shadow:0 16px 56px #0006;position:relative}
.team_bg_image_frame img{width:100%;height:320px;object-fit:cover;display:block;filter:brightness(0.9) saturate(1.15)}
.team_bg_img_tag{position:absolute;top:20px;right:20px;background:#42e8ea26;border:1px solid #42e8ea66;border-radius:12px;padding:8px 14px;display:flex;align-items:center;gap:6px;z-index:2}
.team_bg_img_tag span{font-size:12px;font-weight:600;color:#42E8EA}
.team_bg_geo_1{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#f623931f 0%,transparent 70%);top:-80px;right:-60px;pointer-events:none;z-index:0}
.team_bg_geo_2{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#42e8ea1a 0%,transparent 70%);bottom:-40px;left:-40px;pointer-events:none;z-index:0}
@media (max-width: 768px) {
.team_hero_inner{flex-direction:column;min-height:auto}
.team_hero_text_col{padding:48px 24px 32px}
.team_hero_img_col{min-height:240px;flex:0 0 240px}
.team_hero_img_overlay{background:linear-gradient(180deg,transparent 40%,#0d0118 100%)}
.values_grid{grid-template-columns:1fr;gap:16px}
.team_member_layout{grid-template-columns:1fr;gap:32px}
.team_member_photo_frame img{height:280px}
.team_bg_grid{grid-template-columns:1fr;gap:32px}
.team_hero_stats{gap:20px}
}
@media (min-width: 769px) and (max-width: 960px) {
.values_grid{grid-template-columns:repeat(2,1fr)}
.team_member_layout{grid-template-columns:280px 1fr;gap:36px}
}
.success_page_wrap{max-width:1024px;margin:0 auto;padding:0 20px}
.success_hero{position:relative;padding:80px 20px 70px;overflow:hidden;background:#fff}
.success_hero_inner{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}
.success_hero_deco{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}
.success_hero_deco .deco_circle_1{position:absolute;width:340px;height:340px;border-radius:50%;background:linear-gradient(135deg,#5c0f9514 0%,#f623930f 100%);top:-80px;right:-60px}
.success_hero_deco .deco_circle_2{position:absolute;width:200px;height:200px;border-radius:50%;background:linear-gradient(225deg,#42e8ea1a 0%,#5c0f950d 100%);bottom:-50px;left:-40px}
.success_hero_deco .deco_triangle{position:absolute;width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:100px solid #f623930d;top:30px;left:10%}
.success_icon_wrap{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#5C0F95 0%,#F62393 100%);display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:0 8px 32px #5c0f9538 0 2px 8px #f623931f;position:relative}
.success_icon_wrap::after{content:'';position:absolute;inset:-5px;border-radius:50%;border:2px dashed #5c0f952e}
.success_icon_wrap .mdi{font-size:46px;color:#fff}
.success_hero_heading{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1a0a2e;line-height:1.18;margin-bottom:20px;letter-spacing:-.5px;max-width:640px}
.success_hero_heading span{background:linear-gradient(90deg,#5C0F95,#F62393);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.success_hero_desc{font-size:clamp(1rem,2vw,1.15rem);line-height:1.75;color:#4a3a5c;max-width:580px;margin:0 auto}
.success_divider{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;margin:56px 0 0;position:relative}
.success_divider .div_line{flex:1;max-width:160px;height:2px;background:linear-gradient(90deg,transparent,#5C0F95 60%,#F62393);border-radius:2px}
.success_divider .div_line.rev{background:linear-gradient(90deg,#F62393,#5C0F95 40%,transparent)}
.success_divider .div_icon{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#42E8EA 0%,#5C0F95 100%);display:flex;flex-direction:row;align-items:center;justify-content:center}
.success_divider .div_icon .mdi{font-size:18px;color:#fff}
.success_info_section{padding:64px 20px 80px;background:linear-gradient(155deg,#f8f4ff 0%,#fef0fa 50%,#f0feff 100%);position:relative;overflow:hidden}
.success_info_section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#5C0F95,#F62393,#42E8EA)}
.success_info_inner{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px 56px;align-items:start}
.success_info_left{display:flex;flex-direction:column;gap:24px}
.success_info_label{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(90deg,#5c0f951a,#f6239314);border-radius:24px;padding:6px 16px 6px 10px;width:fit-content}
.success_info_label .mdi{font-size:18px;color:#5C0F95}
.success_info_label span{font-size:.82rem;font-weight:700;color:#5C0F95;letter-spacing:.06em;text-transform:uppercase}
.success_info_heading{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#1a0a2e;line-height:1.25;position:relative;padding-left:18px}
.success_info_heading::before{content:'';position:absolute;left:0;top:6px;width:4px;height:calc(100% - 12px);border-radius:4px;background:linear-gradient(180deg,#5C0F95,#F62393)}
.success_info_body{font-size:1rem;line-height:1.78;color:#4a3a5c}
.success_steps_list{display:flex;flex-direction:column;gap:16px;margin-top:8px}
.success_step_item{display:flex;flex-direction:row;align-items:flex-start;gap:14px;background:#fff;border-radius:20px;padding:16px 18px;box-shadow:0 2px 8px #5c0f9512;border:1px solid #5c0f9512;transition:box-shadow .25s ease-in-out,border-color .25s ease-in-out}
.success_step_item:hover{box-shadow:0 6px 18px #5c0f9521;border-color:#5c0f952e}
.step_num{width:36px;height:36px;min-width:36px;border-radius:50%;background:linear-gradient(135deg,#5C0F95,#F62393);display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:.88rem;font-weight:800;color:#fff}
.step_text_block{display:flex;flex-direction:column;gap:3px}
.step_text_block strong{font-size:.96rem;font-weight:700;color:#1a0a2e}
.step_text_block p{font-size:.88rem;color:#6b5a7e;line-height:1.5;margin:0}
.success_info_right{display:flex;flex-direction:column;gap:20px}
.success_stat_card{background:#fff;border-radius:28px;padding:28px 28px 24px;box-shadow:0 4px 16px #5c0f9514 inset 0 1px 2px #ffffffe6;border:1px solid #5c0f9514;position:relative;overflow:hidden}
.success_stat_card::after{content:'';position:absolute;bottom:0;right:0;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#42e8ea1a,#f6239314);transform:translate(20px,20px)}
.stat_card_top{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:14px}
.stat_card_icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#5c0f951a,#f6239314);display:flex;flex-direction:row;align-items:center;justify-content:center}
.stat_card_icon .mdi{font-size:22px;color:#5C0F95}
.stat_card_title{font-size:.82rem;font-weight:700;color:#6b5a7e;text-transform:uppercase;letter-spacing:.07em}
.stat_card_body{font-size:.94rem;line-height:1.65;color:#4a3a5c}
.success_cta_strip{background:linear-gradient(130deg,#5C0F95 0%,#F62393 55%,#42E8EA 100%);border-radius:28px;padding:30px 28px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;position:relative;overflow:hidden}
.success_cta_strip::before{content:'';position:absolute;top:-30px;right:-30px;width:120px;height:120px;border-radius:50%;background:#ffffff14}
.success_cta_strip .cta_strip_heading{font-size:1.1rem;font-weight:800;color:#fff;line-height:1.3;position:relative;z-index:1}
.success_cta_strip .cta_strip_desc{font-size:.9rem;color:#ffffffd9;line-height:1.55;position:relative;z-index:1}
.success_cta_strip .cta_strip_btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#fff;color:#5C0F95;font-weight:800;font-size:.9rem;padding:11px 22px;border-radius:30px;text-decoration:none;transition:box-shadow .25s ease-in-out,transform .2s ease-in-out;position:relative;z-index:2}
.success_cta_strip .cta_strip_btn:hover{box-shadow:0 6px 20px #0000002e;transform:translateY(-2px)}
.success_cta_strip .cta_strip_btn .mdi{font-size:18px}
@media (max-width: 768px) {
.success_info_inner{grid-template-columns:1fr;gap:32px}
.success_hero{padding:60px 16px 50px}
.success_info_section{padding:44px 16px 56px}
.success_hero_heading{font-size:1.75rem}
.success_info_heading{font-size:1.3rem}
}
@media (max-width: 480px) {
.success_icon_wrap{width:76px;height:76px}
.success_icon_wrap .mdi{font-size:36px}
.success_hero_heading{font-size:1.5rem}
.success_step_item{padding:13px 14px}
.success_stat_card{padding:20px 18px}
.success_cta_strip{padding:22px 18px}
}