:root{font-size:16px}
html,body{margin:0;padding:0;background:#0b0e17;color:#FFFBFB;font-family:'Archivo',sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
*,::before,::after{box-sizing:border-box}
a{color:inherit;text-decoration:none}
.hdr-box{background:linear-gradient(135deg,#060a14 0%,#0d1525 60%,#130820 100%);border-bottom:1px solid #035aa74d;box-shadow:0 2px 24px #035aa726;position:relative;z-index:100}
.hdr-inner{max-width:960px;margin:auto;padding:0 24px;display:flex;align-items:center;gap:0;flex-wrap:wrap;min-height:80px}
.hdr-logo-box{display:inline-flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}
.hdr-logo-box img{width:64px;height:64px;object-fit:contain;border-radius:14px;background:#035aa71f;padding:6px;box-shadow:0 0 0 1px #035aa740 0 4px 16px #035aa733}
.hdr-brand-txt{display:flex;flex-direction:column}
.hdr-brand-name{font-family:'Roboto Slab',serif;font-size:1.25rem;font-weight:700;color:#FFFBFB;letter-spacing:.02em;line-height:1.2}
.hdr-brand-tagline{font-size:.72rem;color:#fffbfb8c;letter-spacing:.08em;text-transform:uppercase;margin-top:2px}
.hdr-connector{width:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 8px}
.hdr-connector-line{width:28px;height:1px;background:linear-gradient(90deg,#035aa780,#9221dd80);position:relative}
.hdr-connector-line::after{content:'';position:absolute;right:-3px;top:-3px;width:7px;height:7px;border-radius:50%;background:#9221DD;opacity:.7}
.main-nav{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap;margin-left:auto}
.main-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 14px;border-radius:12px;color:#fffbfbbf;font-size:.82rem;font-weight:400;transition:background 0.2s,color .2s;text-decoration:none;min-width:44px}
.main-nav a .nav-icon{width:20px;height:20px;opacity:.6;font-size:18px;display:flex;align-items:center;justify-content:center}
.main-nav a .nav-lbl{white-space:nowrap}
.main-nav a:hover{background:#035aa72e;color:#FFFBFB}
.main-nav a[data-state="active"]{background:#035aa738;color:#FFFBFB;box-shadow:0 0 0 1px #035aa759}
.ftr-box{background:linear-gradient(180deg,#08101e 0%,#060a14 100%);border-top:1px solid #9221dd40;margin-top:60px}
.ftr-inner{max-width:960px;margin:auto;padding:48px 24px 24px}
.ftr-top-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;margin-bottom:40px;border:1px solid #035aa733;border-radius:24px;padding:32px;background:#035aa70a}
.ftr-col-brand .ftr-logo-wrap{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.ftr-col-brand .ftr-logo-wrap img{width:52px;height:52px;object-fit:contain;border-radius:10px;background:#035aa71a;padding:5px;box-shadow:0 0 0 1px #035aa733}
.ftr-col-brand .ftr-brand-nm{font-family:'Roboto Slab',serif;font-weight:700;font-size:1.1rem;color:#FFFBFB}
.ftr-col-brand p{font-size:.82rem;color:#fffbfb80;line-height:1.6;margin:0}
.ftr-col-links h4{font-family:'Roboto Slab',serif;font-size:.85rem;font-weight:700;color:#fffbfb99;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px;border-bottom:1px solid #9221dd33;padding-bottom:8px}
.ftr-col-links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.ftr-col-links ul li a{font-size:.87rem;color:#fffbfba6;transition:color .2s;display:flex;align-items:center;gap:8px}
.ftr-col-links ul li a:hover{color:#FFFBFB}
.ftr-col-contact h4{font-family:'Roboto Slab',serif;font-size:.85rem;font-weight:700;color:#fffbfb99;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px;border-bottom:1px solid #9221dd33;padding-bottom:8px}
.ftr-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.84rem;color:#fffbfb99}
.ftr-contact-item a{color:#fffbfb99;transition:color .2s}
.ftr-contact-item a:hover{color:#FFFBFB}
.ftr-contact-icon{font-size:15px;opacity:.7;margin-top:2px;flex-shrink:0}
.ftr-btm-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:20px;border-top:1px solid #fffbfb12}
.ftr-copy{font-size:.78rem;color:#fffbfb59}
.ftr-srv-links{display:flex;gap:20px;flex-wrap:wrap}
.ftr-srv-links a{font-size:.78rem;color:#fffbfb59;transition:color .2s;text-decoration:underline;text-underline-offset:3px}
.ftr-srv-links a:hover{color:#fffbfbb3}
.cky-bar-box{position:fixed;top:0;left:0;right:0;z-index:9999;background:linear-gradient(90deg,#060a14 0%,#0d1525 100%);border-bottom:2px solid #9221dd80;box-shadow:0 4px 32px #0009;transform:translateY(-100%);transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.cky-bar-box[data-visible="true"]{transform:translateY(0)}
.cky-bar-inner{max-width:960px;margin:auto;padding:16px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.cky-bar-txt{flex:1;font-size:.84rem;color:#fffbfbcc;min-width:220px}
.cky-bar-txt a{color:#9221DD;text-decoration:underline}
.cky-bar-btns{display:flex;gap:8px;flex-wrap:wrap;flex-shrink:0}
.cky-btn{padding:9px 20px;font-size:.82rem;font-family:'Archivo',sans-serif;font-weight:700;border:none;cursor:pointer;border-radius:0;transition:opacity .2s;white-space:nowrap;min-width:80px}
.cky-btn:hover{opacity:.85}
.cky-btn-accept{background:linear-gradient(90deg,#035AA7,#9221DD);color:#FFFBFB}
.cky-btn-decline{background:#fffbfb1a;color:#fffbfbcc;border:1px solid #fffbfb33}
.cky-btn-customize{background:transparent;color:#fffbfb80;border:1px solid #fffbfb1f;font-size:.78rem}
.cky-custom-panel{display:none;max-width:960px;margin:0 auto;padding:0 24px 16px}
.cky-custom-panel[data-visible="true"]{display:block}
.cky-cat-list{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px}
.cky-cat-item{display:flex;align-items:center;gap:10px;background:#035aa714;border:1px solid #035aa733;padding:10px 16px;border-radius:0;font-size:.8rem;color:#fffbfbb3}
.cky-cat-item label{cursor:pointer;display:flex;align-items:center;gap:8px}
.cky-cat-item input[type="checkbox"]{accent-color:#9221DD;width:16px;height:16px;cursor:pointer}
.cky-cat-always{font-size:.7rem;color:#fffbfb59;display:block}
.cky-optout-btn{background:transparent;border:1px solid #fffbfb26;color:#fffbfb73;padding:7px 14px;font-size:.76rem;cursor:pointer;border-radius:0;font-family:'Archivo',sans-serif;transition:opacity .2s}
.cky-optout-btn:hover{opacity:.7}
.cky-mini-box{position:fixed;top:50%;left:0;transform:translateY(-50%);z-index:9998;display:none}
.cky-mini-box[data-visible="true"]{display:block}
.cky-mini-btn{background:linear-gradient(180deg,#035AA7,#9221DD);color:#FFFBFB;border:none;padding:10px 8px;font-size:.7rem;cursor:pointer;writing-mode:vertical-rl;text-orientation:mixed;border-radius:0 6px 6px 0;letter-spacing:.05em;box-shadow:2px 0 12px #9221dd4d;font-family:'Archivo',sans-serif}
@media (max-width: 768px) {
.hdr-inner{gap:12px;padding:16px;flex-wrap:wrap}
.hdr-connector{display:none}
.main-nav{width:100%;margin-left:0;justify-content:flex-start;border-top:1px solid #035aa726;padding-top:10px}
.main-nav a{flex-direction:row;gap:6px;padding:8px 10px}
.ftr-top-row{grid-template-columns:1fr;padding:20px}
.ftr-btm-row{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.cky-bar-inner{flex-direction:column;align-items:flex-start}
.cky-bar-btns{width:100%}
.cky-btn{flex:1}
}
.doc-section{max-width:960px;margin:0 auto;padding:48px 32px 80px;background:#0d0d1a;border-radius:28px;box-shadow:0 8px 40px #035aa72e 0 2px 8px #9221dd1a}
.doc-section h1{font-size:2.4rem;font-weight:800;line-height:1.2;margin:0 0 32px;background:linear-gradient(135deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}
.doc-section h2{font-size:1.65rem;font-weight:700;line-height:1.3;margin:48px 0 16px;color:#c4a8f0;padding-bottom:10px;border-bottom:2px solid #9221dd40}
.doc-section h3{font-size:1.25rem;font-weight:600;line-height:1.4;margin:36px 0 12px;color:#8db8e8}
.doc-section h4{font-size:1.05rem;font-weight:600;line-height:1.4;margin:28px 0 10px;color:#a0c4f0}
.doc-section h5{font-size:.95rem;font-weight:600;line-height:1.5;margin:20px 0 8px;color:#b8d0f0;text-transform:uppercase;letter-spacing:.06em}
.doc-section h6{font-size:.875rem;font-weight:600;line-height:1.5;margin:16px 0 6px;color:#9ab0d0;text-transform:uppercase;letter-spacing:.08em}
.doc-section p{font-size:1rem;line-height:1.85;color:#c8c8d8;margin:0 0 20px;font-weight:400}
.doc-section ul{margin:0 0 24px;padding:0;list-style:none}
.doc-section ol{margin:0 0 24px;padding:0 0 0 28px;list-style:decimal}
.doc-section ul li{position:relative;font-size:1rem;line-height:1.8;color:#c8c8d8;margin:0 0 10px;padding-left:28px}
.doc-section ul li::before{content:'';position:absolute;left:0;top:11px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#035AA7,#9221DD)}
.doc-section ol li{font-size:1rem;line-height:1.8;color:#c8c8d8;margin:0 0 10px;padding-left:8px}
.doc-section ol li::marker{color:#7a9fd4;font-weight:600}
.doc-section ul ul,.doc-section ol ol,.doc-section ul ol,.doc-section ol ul{margin:10px 0 4px 16px}
.doc-section ul ul li::before{width:6px;height:6px;top:12px;background:#9221dd99}
.doc-section strong{font-weight:700;color:#e8e0f8}
.doc-section b{font-weight:700;color:#e8e0f8}
.doc-section a{color:#5fa8e8;text-decoration:none;border-bottom:1px solid #5fa8e859;transition:color .2s ease,border-color .2s ease;font-weight:500}
.doc-section a:hover{color:#9dd0ff;border-bottom-color:#9dd0ffa6}
.doc-section a:visited{color:#b88ae8;border-bottom-color:#b88ae859}
.doc-section div{color:#c8c8d8;font-size:1rem;line-height:1.8}
@media (max-width: 768px) {
.doc-section{padding:32px 20px 60px;border-radius:20px}
.doc-section h1{font-size:1.75rem;margin:0 0 24px}
.doc-section h2{font-size:1.35rem;margin:36px 0 14px}
.doc-section h3{font-size:1.1rem;margin:28px 0 10px}
.doc-section h4{font-size:1rem}
.doc-section p{font-size:.97rem;line-height:1.75}
.doc-section ul li,.doc-section ol li{font-size:.97rem}
}
@media (max-width: 480px) {
.doc-section{padding:24px 14px 48px;border-radius:16px}
.doc-section h1{font-size:1.45rem}
.doc-section h2{font-size:1.18rem;margin:28px 0 12px}
.doc-section h3{font-size:1.02rem}
.doc-section p{font-size:.94rem;line-height:1.7;margin:0 0 16px}
.doc-section ul li{padding-left:22px}
.doc-section ul li::before{width:6px;height:6px;top:12px}
}
.prtnr_wrap{max-width:960px;margin:0 auto;padding:0 20px}
.hro_sctn{position:relative;overflow:hidden;padding:100px 0 80px;background:linear-gradient(135deg,#0a0e1a 0%,#0d1528 40%,#120a1e 100%)}
.hro_sctn .prtnr_wrap{display:flex;flex-direction:row;align-items:center;gap:40px;position:relative;z-index:2}
.hro_txt_box{flex:1;min-width:0}
.hro_txt_box h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#FFFBFB;line-height:1.15;margin:0 0 24px;letter-spacing:-.5px}
.hro_txt_box h1 .accnt_wrd{background:linear-gradient(90deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}
.hro_sub_txt{font-size:1.05rem;line-height:1.7;color:#b8bfd0;margin:0 0 36px;max-width:480px}
.hro_btn_grp{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.btn_prm{display:inline-block;padding:14px 32px;border-radius:30px;background:linear-gradient(90deg,#035AA7,#9221DD);color:#FFFBFB;font-size:.95rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;position:relative;z-index:5;box-shadow:0 6px 20px #035aa759;transition:transform .2s ease,box-shadow .2s ease}
.btn_prm:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 28px #9221dd66}
.btn_scnd{display:inline-block;padding:14px 32px;border-radius:30px;background:transparent;color:#FFFBFB;font-size:.95rem;font-weight:600;text-decoration:none;border:2px solid #fffbfb40;cursor:pointer;position:relative;z-index:5;transition:border-color .2s ease,background .2s ease}
.btn_scnd:hover{border-color:#035AA7;background:#035aa71a}
.hro_img_box{flex:0 0 360px;position:relative}
.hro_img_box img{width:100%;height:400px;object-fit:cover;border-radius:24px;display:block;filter:sepia(0.2) contrast(1.05) saturate(0.9);box-shadow:0 20px 60px #035aa74d 0 4px 16px #0006}
.hro_img_box::before{content:'';position:absolute;inset:-3px;border-radius:27px;background:linear-gradient(135deg,#035AA7,#9221DD);z-index:-1}
.hro_diag_deco{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}
.prtcl_cnvs{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}
.hro_diag_line{position:absolute;width:200%;height:1px;background:linear-gradient(90deg,transparent,#035aa733,#9221dd33,transparent);transform-origin:left center}
.hro_diag_line:nth-child(1){top:30%;transform:rotate(-8deg)}
.hro_diag_line:nth-child(2){top:60%;transform:rotate(-8deg);opacity:.5}
.prs_sctn{padding:80px 0;background:#0a0e1a}
.prs_sctn .prtnr_wrap{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.prs_lbl{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#035AA7;margin-bottom:16px}
.prs_sctn h2{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:700;color:#FFFBFB;margin:0 0 20px;line-height:1.25}
.prs_sctn h2 em{font-style:normal;color:#9221DD}
.prs_para{font-size:.97rem;line-height:1.75;color:#9aa3b8;margin:0 0 32px}
.prs_cards_box{display:flex;flex-direction:column;gap:16px}
.prs_crd{background:#fffbfb0a;border:1px solid #fffbfb14;border-radius:16px;padding:20px 24px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;transition:border-color .2s ease,background .2s ease}
.prs_crd:hover{border-color:#035aa766;background:#035aa70f}
.prs_icn{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#035AA7,#9221DD);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;color:#fff}
.prs_crd_ttl{font-size:.92rem;font-weight:600;color:#FFFBFB;margin-bottom:4px}
.prs_crd_dsc{font-size:.85rem;color:#7a8498;line-height:1.55}
.crr_sctn{padding:80px 0;background:linear-gradient(180deg,#0d0a18 0%,#0a1520 100%);position:relative;overflow:hidden}
.crr_sctn::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#9221dd14 0%,transparent 70%);pointer-events:none}
.crr_sctn .prtnr_wrap{position:relative;z-index:2}
.crr_hdr_box{text-align:center;margin-bottom:50px}
.crr_hdr_box h2{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:700;color:#FFFBFB;margin:0 0 16px;position:relative;display:inline-block}
.crr_hdr_box h2::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#035AA7,#9221DD);border-radius:2px;margin:12px auto 0}
.crr_hdr_dsc{font-size:.97rem;color:#8a93a8;max-width:540px;margin:0 auto;line-height:1.7}
.crr_trcks{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.crr_trck_crd{background:#fffbfb08;border:1px solid #fffbfb12;border-radius:24px;padding:32px 24px;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.crr_trck_crd:hover{transform:translateY(-4px);box-shadow:0 16px 40px #035aa733}
.crr_trck_crd::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#035AA7,#9221DD);border-radius:24px 24px 0 0}
.crr_trck_num{font-size:2.5rem;font-weight:800;background:linear-gradient(90deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:12px}
.crr_trck_ttl{font-size:1rem;font-weight:700;color:#FFFBFB;margin-bottom:10px}
.crr_trck_dsc{font-size:.86rem;color:#7a8498;line-height:1.6;margin-bottom:20px}
.crr_trck_tgs{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}
.crr_tg{font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:20px;background:#035aa726;color:#5ba3e0;border:1px solid #035aa733}
.abt_sctn{padding:80px 0;background:#08090f}
.abt_sctn .prtnr_wrap{display:grid;grid-template-columns:5fr 4fr;gap:60px;align-items:center}
.abt_img_wrap{position:relative}
.abt_img_wrap img{width:100%;height:380px;object-fit:cover;border-radius:20px;display:block;filter:sepia(0.15) saturate(0.95);box-shadow:0 12px 40px #00000080}
.abt_img_badge{position:absolute;bottom:-20px;right:-16px;background:linear-gradient(135deg,#035AA7,#9221DD);border-radius:16px;padding:16px 20px;box-shadow:0 8px 24px #035aa766}
.abt_bdg_num{font-size:1.8rem;font-weight:800;color:#fff;line-height:1}
.abt_bdg_lbl{font-size:.72rem;color:#ffffffbf;margin-top:4px}
.abt_sctn h2{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:700;color:#FFFBFB;margin:0 0 20px;line-height:1.3}
.abt_para{font-size:.95rem;line-height:1.75;color:#8a93a8;margin:0 0 24px}
.abt_prncpls{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.abt_prncpls li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.9rem;color:#9aa3b8;line-height:1.5}
.abt_prncpls li::before{content:'';width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#035AA7,#9221DD);flex-shrink:0;margin-top:1px;display:block}
.insp_sctn{padding:80px 0;background:linear-gradient(135deg,#0e0520 0%,#050d1a 100%);position:relative;overflow:hidden}
.insp_sctn::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#035aa70f 0%,transparent 70%);pointer-events:none}
.insp_sctn .prtnr_wrap{position:relative;z-index:2}
.insp_hdr{margin-bottom:48px}
.insp_hdr h2{font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:700;color:#FFFBFB;margin:0 0 14px}
.insp_hdr_dsc{font-size:.97rem;color:#7a8498;max-width:520px;line-height:1.7}
.insp_grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.insp_crd{background:#fffbfb08;border:1px solid #fffbfb0f;border-radius:20px;overflow:hidden;transition:transform 0.25s,box-shadow .25s}
.insp_crd:hover{transform:translateY(-4px);box-shadow:0 14px 36px #9221dd2e}
.insp_crd_img{width:100%;height:180px;object-fit:cover;display:block;filter:sepia(0.1) saturate(0.9)}
.insp_crd_bdy{padding:24px}
.insp_crd_qut{font-size:.92rem;line-height:1.65;color:#9aa3b8;margin:0 0 16px;font-style:italic}
.insp_crd_qut::before{content:'"';color:#9221DD;font-size:1.4rem;line-height:0;vertical-align:-.3em;margin-right:4px}
.insp_crd_nm{font-size:.85rem;font-weight:700;color:#FFFBFB}
.insp_crd_role{font-size:.78rem;color:#5b6478;margin-top:2px}
.dvlp_sctn{padding:80px 0;background:#0a0e1a}
.dvlp_sctn .prtnr_wrap{display:grid;grid-template-columns:4fr 5fr;gap:60px;align-items:start}
.dvlp_img_wrap img{width:100%;height:460px;object-fit:cover;border-radius:24px;display:block;filter:sepia(0.1) contrast(1.05);box-shadow:0 12px 40px #00000080 0 0 0 1px #035aa726}
.dvlp_cntnt h2{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:700;color:#FFFBFB;margin:0 0 16px;line-height:1.3}
.dvlp_para{font-size:.95rem;line-height:1.75;color:#8a93a8;margin:0 0 36px}
.dvlp_stps{display:flex;flex-direction:column;gap:0}
.dvlp_stp{display:flex;flex-direction:row;gap:20px;position:relative;padding-bottom:28px}
.dvlp_stp:last-child{padding-bottom:0}
.dvlp_stp_lft{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.dvlp_stp_dot{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#035AA7,#9221DD);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:700;box-shadow:0 4px 12px #035aa74d}
.dvlp_stp_ln{width:2px;flex:1;background:linear-gradient(180deg,#035aa766,#9221dd1a);margin-top:6px}
.dvlp_stp:last-child .dvlp_stp_ln{display:none}
.dvlp_stp_ttl{font-size:.95rem;font-weight:700;color:#FFFBFB;margin-bottom:6px;padding-top:6px}
.dvlp_stp_dsc{font-size:.85rem;color:#6a7388;line-height:1.6}
.trns_sctn{padding:80px 0;background:linear-gradient(180deg,#0d0a18 0%,#080b14 100%)}
.trns_sctn .prtnr_wrap{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.trns_txt_box h2{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:700;color:#FFFBFB;margin:0 0 20px;line-height:1.3}
.trns_para{font-size:.95rem;line-height:1.75;color:#8a93a8;margin:0 0 24px}
.trns_fcts{display:flex;flex-direction:column;gap:16px}
.trns_fct{display:flex;flex-direction:row;gap:16px;align-items:flex-start;background:#fffbfb08;border:1px solid #fffbfb0f;border-radius:14px;padding:18px 20px}
.trns_fct_icn{font-size:1.4rem;flex-shrink:0;line-height:1}
.trns_fct_lbl{font-size:.88rem;font-weight:700;color:#FFFBFB;margin-bottom:4px}
.trns_fct_dsc{font-size:.82rem;color:#5b6478;line-height:1.55}
.trns_stats_box{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.trns_stat_crd{background:#fffbfb08;border:1px solid #fffbfb14;border-radius:20px;padding:28px 20px;text-align:center;position:relative;overflow:hidden}
.trns_stat_crd::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#035AA7,#9221DD)}
.trns_stat_val{font-size:2rem;font-weight:800;background:linear-gradient(90deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:8px}
.trns_stat_lbl{font-size:.8rem;color:#6a7388;line-height:1.4}
.trns_img_full{grid-column:1 / -1;margin-top:16px}
.trns_img_full img{width:100%;height:260px;object-fit:cover;border-radius:20px;display:block;box-shadow:0 8px 30px #0006;filter:sepia(0.1) saturate(0.9)}
.svg_dvdr{display:block;width:100%;overflow:hidden;line-height:0}
@media (max-width: 768px) {
.hro_sctn .prtnr_wrap{flex-direction:column}
.hro_img_box{flex:0 0 auto;width:100%}
.hro_img_box img{height:260px}
.prs_sctn .prtnr_wrap{grid-template-columns:1fr;gap:36px}
.crr_trcks{grid-template-columns:1fr}
.abt_sctn .prtnr_wrap{grid-template-columns:1fr;gap:60px}
.insp_grid{grid-template-columns:1fr}
.dvlp_sctn .prtnr_wrap{grid-template-columns:1fr;gap:36px}
.dvlp_img_wrap img{height:260px}
.trns_sctn .prtnr_wrap{grid-template-columns:1fr;gap:36px}
.trns_stats_box{grid-template-columns:1fr 1fr}
}
@media (max-width: 480px) {
.hro_btn_grp{flex-direction:column}
.trns_stats_box{grid-template-columns:1fr}
.crr_trcks{grid-template-columns:1fr}
}
.cntct_page_wrp{background:#0a0d14;min-height:100vh}
.ttl_blk_outer{position:relative;overflow:hidden;padding:80px 20px 60px;background:linear-gradient(135deg,#0d1220 0%,#0f0a1a 60%,#0d1220 100%)}
.ttl_blk_outer::before{content:'';position:absolute;inset:0;background-image:linear-gradient(#035aa714 1px,transparent 1px),linear-gradient(90deg,#035aa714 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.ttl_blk_innr{max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px}
.ttl_txt_box{flex:1 1 55%;position:relative;z-index:2}
.ttl_txt_box .pg_eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#9221DD;border:1px solid #9221dd59;border-radius:20px;padding:5px 16px;margin-bottom:24px;background:#9221dd12}
.ttl_txt_box h1{font-size:clamp(32px,5vw,54px);font-weight:800;line-height:1.1;color:#FFFBFB;margin:0 0 20px;letter-spacing:-1px}
.ttl_txt_box h1 .accnt_word{background:linear-gradient(135deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ttl_txt_box .pg_sub{font-size:16px;line-height:1.7;color:#fffbfb9e;max-width:440px;margin:0}
.ttl_img_box{flex:1 1 40%;position:relative;z-index:2}
.ttl_img_box img{width:100%;height:340px;object-fit:cover;border-radius:28px;filter:saturate(0.85) brightness(0.88);box-shadow:0 8px 40px #035aa74d 0 2px 12px #00000080;display:block}
.ttl_img_box::after{content:'';position:absolute;inset:0;border-radius:28px;background:linear-gradient(180deg,transparent 55%,#0a0d1473 100%);pointer-events:none}
.cntct_main_box{max-width:960px;margin:0 auto;padding:70px 20px;display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.frm_col{flex:1 1 58%}
.frm_hdr_box{margin-bottom:36px}
.frm_hdr_box h2{font-size:28px;font-weight:700;color:#FFFBFB;margin:0 0 10px;line-height:1.25}
.frm_hdr_box h2::before{content:'';display:inline-block;width:6px;height:24px;background:linear-gradient(180deg,#035AA7,#9221DD);border-radius:4px;margin-right:14px;vertical-align:middle;position:relative;top:-2px}
.frm_hdr_box p{font-size:14px;color:#fffbfb85;line-height:1.6;margin:0;padding-left:20px}
.cntct_form_el{background:#fffbfb08;border:1px solid #035aa72e;border-radius:28px;padding:38px 36px;box-shadow:0 4px 30px #00000047}
.fld_grp{margin-bottom:22px;display:flex;flex-direction:column;gap:6px}
.fld_grp label{font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#fffbfb80}
.cntct_form_el input[type="text"],.cntct_form_el input[type="email"],.cntct_form_el input[type="tel"],.cntct_form_el textarea{width:100%;background:#fffbfb0d;border:1px solid #035aa740;border-radius:16px;color:#FFFBFB;font-size:15px;padding:14px 18px;outline:none;transition:border-color 0.25s,box-shadow 0.25s,background .25s;box-sizing:border-box;box-shadow:inset 0 2px 6px #0000002e;resize:vertical}
.cntct_form_el input[type="text"]::placeholder,.cntct_form_el input[type="email"]::placeholder,.cntct_form_el input[type="tel"]::placeholder,.cntct_form_el textarea::placeholder{color:#fffbfb40}
.cntct_form_el input[type="text"]:focus,.cntct_form_el input[type="email"]:focus,.cntct_form_el input[type="tel"]:focus,.cntct_form_el textarea:focus{border-color:#035aa7a6;background:#035aa712;box-shadow:inset 0 2px 6px #0000002e 0 0 0 3px #035aa724}
.cntct_form_el textarea{min-height:120px}
.prv_chk_box{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px;background:#9221dd0d;border:1px solid #9221dd26;border-radius:16px}
.prv_chk_box input[type="checkbox"]{width:18px;height:18px;min-width:18px;accent-color:#9221DD;margin-top:2px;cursor:pointer}
.prv_chk_box .chk_lbl_txt{font-size:13px;line-height:1.6;color:#fffbfb8c}
.prv_chk_box .chk_lbl_txt a{color:#9221DD;text-decoration:none;border-bottom:1px solid #9221dd66;transition:color 0.2s,border-color .2s}
.prv_chk_box .chk_lbl_txt a:hover{color:#b84fff;border-color:#b84fff99}
.sbmt_btn_box{display:flex;flex-direction:row;justify-content:flex-start}
.sbmt_btn_el{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#035AA7,#9221DD);color:#FFFBFB;font-size:15px;font-weight:700;letter-spacing:.5px;padding:15px 34px;border-radius:40px;border:none;cursor:pointer;box-shadow:0 4px 20px #035aa759 0 2px 8px #0000004d;transition:transform 0.2s,box-shadow .2s;text-decoration:none;position:relative;z-index:5}
.sbmt_btn_el:hover{transform:scale(1.04) translateY(-1px);box-shadow:0 8px 32px #9221dd73 0 4px 12px #00000059}
.sbmt_btn_el:active{transform:scale(0.98)}
.inf_col{flex:0 0 300px;display:flex;flex-direction:column;gap:20px}
.inf_col_hdr{margin-bottom:8px}
.inf_col_hdr h3{font-size:18px;font-weight:700;color:#FFFBFB;margin:0 0 6px}
.inf_col_hdr p{font-size:13px;color:#fffbfb73;margin:0;line-height:1.5}
.inf_crd{background:#fffbfb08;border:1px solid #fffbfb12;border-radius:20px;padding:20px 22px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;transition:border-color 0.25s,background 0.25s,box-shadow .25s;text-decoration:none}
.inf_crd:hover{border-color:#035aa759;background:#035aa70f;box-shadow:0 4px 20px #035aa71f}
.inf_crd_icn{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#035aa740,#9221dd40);display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:18px;color:#9221DD}
.inf_crd_txt{display:flex;flex-direction:column;gap:3px;min-width:0}
.inf_crd_txt .lbl{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#fffbfb66}
.inf_crd_txt .val{font-size:14px;color:#FFFBFB;line-height:1.4;word-break:break-word}
.inf_crd_txt .val a{color:#FFFBFB;text-decoration:none}
.inf_crd_txt .val a:hover{color:#9221DD}
.msng_apps_box{background:linear-gradient(135deg,#035aa71a,#9221dd1a);border:1px solid #9221dd33;border-radius:20px;padding:20px 22px}
.msng_apps_box .apps_lbl{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#fffbfb66;margin-bottom:14px;display:block}
.apps_lnk_row{display:flex;flex-direction:row;gap:12px}
.app_lnk_btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;border:1px solid #fffbfb1f;background:#fffbfb0d;color:#fffbfbbf;font-size:13px;font-weight:600;text-decoration:none;transition:background 0.2s,border-color 0.2s,color 0.2s,transform .2s}
.app_lnk_btn:hover{background:#fffbfb1a;border-color:#fffbfb40;color:#FFFBFB;transform:translateY(-2px)}
.faq_section_outer{background:linear-gradient(180deg,#0a0d14 0%,#0f0a1a 50%,#0a0d14 100%);padding:70px 20px;position:relative;overflow:hidden}
.faq_section_outer::before{content:'';position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:600px;height:300px;background:radial-gradient(ellipse,#9221dd14 0%,transparent 70%);pointer-events:none}
.faq_innr_box{max-width:760px;margin:0 auto}
.faq_hdr{text-align:center;margin-bottom:48px}
.faq_hdr h2{font-size:30px;font-weight:700;color:#FFFBFB;margin:0 0 12px;position:relative;display:inline-block}
.faq_hdr h2::after{content:'';display:block;width:50px;height:3px;background:linear-gradient(90deg,#035AA7,#9221DD);border-radius:2px;margin:12px auto 0}
.faq_hdr p{font-size:15px;color:#fffbfb80;margin:0;line-height:1.65}
.faq_lst{display:flex;flex-direction:column;gap:0}
.faq_itm{border-bottom:1px solid #fffbfb12}
.faq_itm:first-child{border-top:1px solid #fffbfb12}
.faq_trg{display:none}
.faq_q_lbl{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:22px 4px;cursor:pointer;gap:16px;transition:color .2s}
.faq_q_lbl:hover{color:#9221DD}
.faq_q_txt{font-size:16px;font-weight:600;color:#fffbfbe0;line-height:1.4;flex:1;transition:color .2s}
.faq_q_lbl:hover .faq_q_txt{color:#9221DD}
.faq_arr{width:22px;height:22px;min-width:22px;border-radius:50%;background:#035aa726;display:flex;flex-direction:row;align-items:center;justify-content:center;transition:background 0.25s,transform .3s}
.faq_arr svg{transition:transform .3s}
.faq_trg:checked ~ .faq_q_lbl .faq_arr{background:linear-gradient(135deg,#035AA7,#9221DD);transform:rotate(180deg)}
.faq_trg:checked ~ .faq_q_lbl .faq_q_txt{color:#9221DD}
.faq_ans_box{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq_trg:checked ~ .faq_ans_box{max-height:300px}
.faq_ans_inner{padding:0 4px 22px;font-size:14px;line-height:1.7;color:#fffbfb8c}
.svg_divider{display:block;width:100%;line-height:0;overflow:hidden}
@media (max-width: 768px) {
.ttl_blk_innr{flex-direction:column;gap:36px}
.ttl_img_box{width:100%}
.ttl_img_box img{height:220px}
.cntct_main_box{flex-direction:column;gap:36px;padding:48px 16px}
.inf_col{flex:none;width:100%}
.cntct_form_el{padding:26px 18px}
.ttl_blk_outer{padding:56px 16px 44px}
.faq_section_outer{padding:50px 16px}
}
@media (max-width: 480px) {
.apps_lnk_row{flex-direction:column;gap:10px}
.app_lnk_btn{justify-content:center}
.sbmt_btn_el{width:100%;justify-content:center}
}
.abt_pg_wrp{max-width:960px;margin:0 auto;padding:0 20px}
.ttl_blk_outer{position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0f1e 0%,#0d1a2e 50%,#120824 100%);padding:80px 0 60px}
.ttl_blk_outer::before{content:'';position:absolute;top:-60px;right:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#9221dd2e 0%,transparent 70%);pointer-events:none}
.ttl_blk_outer::after{content:'';position:absolute;bottom:-80px;left:-40px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#035aa733 0%,transparent 70%);pointer-events:none}
.ttl_blk_inr{max-width:960px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.ttl_txt_box{flex:1 1 55%}
.ttl_geo_accent{display:inline-block;width:48px;height:4px;background:linear-gradient(90deg,#035AA7,#9221DD);border-radius:2px;margin-bottom:18px}
.ttl_txt_box h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#FFFBFB;line-height:1.15;margin:0 0 20px;letter-spacing:-.5px}
.ttl_txt_box h1 .ttl_accent_span{background:linear-gradient(90deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ttl_sub_txt{font-size:1.08rem;line-height:1.7;color:#fffbfbb8;margin:0;max-width:420px}
.ttl_img_box{flex:0 0 340px;position:relative}
.ttl_img_frame{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 12px 48px #9221dd47 0 4px 16px #035aa738}
.ttl_img_frame::before{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#035aa726 0%,#9221dd38 100%);z-index:1}
.ttl_img_frame img{width:100%;height:300px;object-fit:cover;display:block}
.ttl_geo_shape{position:absolute;top:-18px;right:-18px;width:80px;height:80px;border:3px solid #9221dd66;border-radius:20px;transform:rotate(20deg);z-index:0}
.ttl_geo_shape2{position:absolute;bottom:-14px;left:-14px;width:56px;height:56px;background:linear-gradient(135deg,#035aa759,#9221dd40);border-radius:12px;transform:rotate(-15deg);z-index:0}
.story_sec_outer{background:#0d1220;padding:72px 0}
.story_inr{max-width:960px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.story_img_side{position:relative}
.story_img_stack{position:relative}
.story_img_main{width:100%;height:320px;object-fit:cover;border-radius:24px;display:block;box-shadow:0 8px 32px #035aa740}
.story_badge_box{position:absolute;bottom:-20px;right:-20px;background:linear-gradient(135deg,#035AA7,#9221DD);border-radius:18px;padding:18px 22px;box-shadow:0 6px 24px #9221dd66}
.story_badge_num{font-size:2rem;font-weight:800;color:#FFFBFB;display:block;line-height:1}
.story_badge_lbl{font-size:.75rem;color:#fffbfbd1;display:block;margin-top:4px;text-transform:uppercase;letter-spacing:.08em}
.story_lbl{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:#9221DD;font-weight:600;margin-bottom:14px}
.story_txt_side h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#FFFBFB;line-height:1.25;margin:0 0 20px}
.story_txt_side h2 .s_underline{position:relative;display:inline-block}
.story_txt_side h2 .s_underline::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#035AA7,#9221DD);border-radius:2px}
.story_para{font-size:.97rem;line-height:1.75;color:#fffbfbb3;margin:0 0 16px}
.vals_sec_outer{background:linear-gradient(170deg,#0a0e1c 0%,#110a20 100%);padding:72px 0;position:relative;overflow:hidden}
.vals_sec_outer::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:2px;background:linear-gradient(90deg,transparent,#035AA7,#9221DD,transparent)}
.vals_hdr_box{max-width:960px;margin:0 auto 48px;padding:0 20px;text-align:center}
.vals_hdr_box h2{font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:700;color:#FFFBFB;margin:0 0 14px}
.vals_hdr_sub{font-size:.97rem;color:#fffbfb9e;max-width:500px;margin:0 auto;line-height:1.65}
.vals_cards_grid{max-width:960px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.val_crd{background:#fffbfb0a;border:1px solid #fffbfb14;border-radius:24px;padding:32px 24px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden}
.val_crd::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#035AA7,#9221DD);opacity:0;transition:opacity .25s ease}
.val_crd:hover{transform:translateY(-6px);box-shadow:0 12px 36px #9221dd38;border-color:#9221dd47}
.val_crd:hover::before{opacity:1}
.val_icon_wrap{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#035aa740,#9221dd40);display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:18px;font-size:1.3rem;color:#FFFBFB}
.val_crd h4{font-size:1.05rem;font-weight:700;color:#FFFBFB;margin:0 0 10px}
.val_crd p{font-size:.9rem;line-height:1.65;color:#fffbfba6;margin:0}
.team_sec_outer{background:#0d1220;padding:72px 0}
.team_inr{max-width:960px;margin:0 auto;padding:0 20px}
.team_hdr{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:24px}
.team_hdr_txt h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#FFFBFB;margin:0 0 8px}
.team_hdr_txt p{font-size:.92rem;color:#fffbfb99;margin:0;max-width:360px;line-height:1.6}
.team_split_layout{display:grid;grid-template-columns:3fr 2fr;gap:32px;align-items:start}
.team_img_panel{border-radius:28px;overflow:hidden;position:relative;box-shadow:0 8px 32px #035aa733}
.team_img_panel img{width:100%;height:380px;object-fit:cover;display:block}
.team_img_overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#090e1ceb 0%,transparent 100%);padding:32px 24px 24px}
.team_overlay_nm{font-size:1.15rem;font-weight:700;color:#FFFBFB;display:block}
.team_overlay_role{font-size:.82rem;color:#fffbfba6;display:block;margin-top:4px}
.team_info_side{display:flex;flex-direction:column;gap:20px}
.team_stat_card{background:#fffbfb0a;border:1px solid #fffbfb14;border-radius:18px;padding:22px 20px}
.team_stat_num{font-size:2.2rem;font-weight:800;background:linear-gradient(90deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;line-height:1;margin-bottom:6px}
.team_stat_desc{font-size:.88rem;color:#fffbfba6;line-height:1.5}
.team_approach_box{background:linear-gradient(135deg,#035aa726,#9221dd26);border:1px solid #9221dd33;border-radius:18px;padding:22px 20px}
.team_approach_box h5{font-size:.88rem;font-weight:700;color:#FFFBFB;margin:0 0 10px;text-transform:uppercase;letter-spacing:.08em}
.team_approach_list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.team_approach_list li{font-size:.88rem;color:#fffbfbb3;padding-left:18px;position:relative;line-height:1.5}
.team_approach_list li::before{content:'';position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#035AA7,#9221DD)}
.cta_sec_outer{position:relative;overflow:hidden;padding:80px 0;background:linear-gradient(135deg,#060d1f 0%,#0e0620 100%)}
.cta_sec_outer::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,#9221dd24 0%,transparent 65%),radial-gradient(ellipse at 30% 50%,#035aa724 0%,transparent 65%);pointer-events:none}
.cta_geo_lines{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}
.cta_inr{max-width:960px;margin:0 auto;padding:0 20px;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.cta_txt_col h2{font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:700;color:#FFFBFB;margin:0 0 16px;line-height:1.25}
.cta_txt_col p{font-size:.97rem;line-height:1.7;color:#fffbfbad;margin:0 0 28px}
.cta_btn_row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.cta_btn_prim{display:inline-block;padding:14px 28px;background:linear-gradient(135deg,#035AA7,#9221DD);color:#FFFBFB;text-decoration:none;border-radius:40px;font-size:.95rem;font-weight:600;transition:transform .22s ease,box-shadow .22s ease;box-shadow:0 4px 18px #9221dd59;position:relative;z-index:3}
.cta_btn_prim:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 28px #9221dd80}
.cta_btn_sec{display:inline-block;padding:14px 28px;border:1px solid #fffbfb40;color:#fffbfbd9;text-decoration:none;border-radius:40px;font-size:.95rem;font-weight:600;transition:border-color .22s ease,background .22s ease,transform .22s ease;position:relative;z-index:3}
.cta_btn_sec:hover{border-color:#9221dd99;background:#9221dd1a;transform:translateY(-2px)}
.cta_img_col{position:relative}
.cta_img_wrap{border-radius:28px;overflow:hidden;box-shadow:0 12px 40px #9221dd40;position:relative}
.cta_img_wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#035aa71f 0%,#9221dd2e 100%)}
.cta_img_wrap img{width:100%;height:280px;object-fit:cover;display:block}
.cta_corner_deco{position:absolute;bottom:-16px;left:-16px;width:64px;height:64px;border:2px solid #035aa773;border-radius:16px;transform:rotate(12deg)}
.divider_wave{width:100%;overflow:hidden;line-height:0;display:block}
@media (max-width: 768px) {
.ttl_blk_inr{flex-direction:column;gap:32px}
.ttl_img_box{flex:0 0 auto;width:100%}
.story_inr{grid-template-columns:1fr;gap:40px}
.story_badge_box{right:0;bottom:-16px}
.vals_cards_grid{grid-template-columns:1fr;gap:16px}
.team_split_layout{grid-template-columns:1fr}
.team_hdr{flex-direction:column;align-items:flex-start}
.cta_inr{grid-template-columns:1fr;gap:32px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.vals_cards_grid{grid-template-columns:repeat(2,1fr)}
.ttl_img_box{flex:0 0 280px}
}
.hw_ttl_sctn{position:relative;overflow:hidden;padding:80px 20px 70px;background:#0a0a1a}
.hw_ttl_sctn::before{content:'';position:absolute;top:-60%;right:-20%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,#9221dd2e 0%,transparent 70%);animation:hw_glow_shift 8s ease-in-out infinite alternate;pointer-events:none}
.hw_ttl_sctn::after{content:'';position:absolute;bottom:-40%;left:-10%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#035aa733 0%,transparent 70%);animation:hw_glow_shift 10s ease-in-out infinite alternate-reverse;pointer-events:none}
@keyframes hw_glow_shift {
0%{transform:scale(1) translate(0,0);opacity:.6}
100%{transform:scale(1.2) translate(30px,-20px);opacity:1}
}
.hw_ttl_inner{max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.hw_ttl_txt_box{flex:1 1 55%}
.hw_ttl_label{display:inline-block;padding:6px 16px;border-radius:30px;background:linear-gradient(135deg,#035aa74d,#9221dd4d);border:1px solid #9221dd66;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#c88eff;margin-bottom:22px}
.hw_ttl_txt_box h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:#FFFBFB;margin:0 0 24px}
.hw_ttl_txt_box h1 .hw_accent_word{background:linear-gradient(135deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hw_ttl_theses{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}
.hw_ttl_theses li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.97rem;line-height:1.6;color:#fffbfbc7}
.hw_theses_dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#035AA7,#9221DD);flex-shrink:0;margin-top:7px}
.hw_ttl_vis_box{flex:1 1 40%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.hw_ttl_img_wrap{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 8px 40px #9221dd4d 0 2px 8px #035aa733}
.hw_ttl_img_wrap img{width:100%;max-width:380px;height:280px;object-fit:cover;display:block;border-radius:28px}
.hw_ttl_img_ovrl{position:absolute;inset:0;background:linear-gradient(135deg,#035aa740,#9221dd33);border-radius:28px;animation:hw_ovrl_pulse 6s ease-in-out infinite alternate}
@keyframes hw_ovrl_pulse {
0%{opacity:.4}
100%{opacity:.8}
}
.hw_ttl_badge_box{position:absolute;bottom:-18px;left:-18px;background:linear-gradient(135deg,#035AA7,#9221DD);border-radius:20px;padding:14px 20px;box-shadow:0 6px 24px #9221dd66;display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.hw_badge_num{font-size:1.6rem;font-weight:800;color:#FFFBFB;line-height:1}
.hw_badge_lbl{font-size:.72rem;color:#fffbfbd9;letter-spacing:.06em}
.hw_divider_wave{width:100%;line-height:0;background:#0a0a1a}
.hw_divider_wave svg{display:block;width:100%}
.hw_steps_sctn{background:#10101f;padding:80px 20px 90px}
.hw_steps_inner{max-width:960px;margin:0 auto}
.hw_steps_hdr{text-align:center;margin-bottom:60px;position:relative}
.hw_steps_hdr h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:#FFFBFB;margin:0 0 14px;position:relative;display:inline-block}
.hw_steps_hdr h2::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#035AA7,#9221DD);border-radius:3px;margin:12px auto 0}
.hw_steps_hdr p{font-size:1rem;color:#fffbfbb3;max-width:560px;margin:14px auto 0;line-height:1.7}
.hw_steps_grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;position:relative}
.hw_steps_grid::before{content:'';position:absolute;left:50%;top:40px;bottom:40px;width:1px;background:linear-gradient(180deg,transparent,#9221dd4d 20%,#035aa74d 80%,transparent);transform:translateX(-50%);pointer-events:none}
.hw_step_crd{background:#fffbfb0a;border:1px solid #fffbfb14;border-radius:24px;padding:32px 28px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.hw_step_crd:hover{transform:translateY(-4px);box-shadow:0 12px 36px #9221dd2e;border-color:#9221dd4d}
.hw_step_crd:nth-child(odd){border-left:3px solid #035aa780}
.hw_step_crd:nth-child(even){border-right:3px solid #9221dd80}
.hw_step_num_row{display:flex;flex-direction:row;align-items:center;gap:14px;margin-bottom:16px}
.hw_step_num{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#035AA7,#9221DD);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#FFFBFB;flex-shrink:0;box-shadow:0 4px 14px #9221dd59}
.hw_step_ico{font-size:1.3rem;color:#fffbfb80}
.hw_step_crd h3{font-size:1.1rem;font-weight:700;color:#FFFBFB;margin:0 0 10px;line-height:1.3}
.hw_step_crd p{font-size:.92rem;color:#fffbfbad;line-height:1.65;margin:0}
.hw_step_tag{display:inline-block;margin-top:14px;padding:4px 12px;border-radius:20px;background:#035aa726;border:1px solid #035aa74d;font-size:.75rem;color:#7bb8f0;letter-spacing:.05em}
.hw_divider_dots{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:32px 0;background:#10101f}
.hw_divider_dots span{display:block;border-radius:50%;background:linear-gradient(135deg,#035AA7,#9221DD)}
.hw_divider_dots span:nth-child(1){width:6px;height:6px;opacity:.4}
.hw_divider_dots span:nth-child(2){width:10px;height:10px;opacity:.7}
.hw_divider_dots span:nth-child(3){width:14px;height:14px;opacity:1}
.hw_divider_dots span:nth-child(4){width:10px;height:10px;opacity:.7}
.hw_divider_dots span:nth-child(5){width:6px;height:6px;opacity:.4}
.hw_faq_sctn{background:#0d0d1e;padding:80px 20px 100px}
.hw_faq_inner{max-width:960px;margin:0 auto;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.hw_faq_lft{flex:0 0 280px;position:sticky;top:40px}
.hw_faq_lft h2{font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:700;color:#FFFBFB;margin:0 0 16px;line-height:1.25}
.hw_faq_lft h2 .hw_accent_word{background:linear-gradient(135deg,#035AA7,#9221DD);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hw_faq_lft p{font-size:.93rem;color:#fffbfba6;line-height:1.7;margin:0 0 28px}
.hw_faq_cta_btn{display:inline-flex;flex-direction:row;align-items:center;gap:10px;padding:14px 28px;border-radius:30px;background:linear-gradient(135deg,#035AA7,#9221DD);color:#FFFBFB;text-decoration:none;font-size:.9rem;font-weight:600;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 6px 20px #9221dd4d;position:relative;z-index:5}
.hw_faq_cta_btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 10px 28px #9221dd80}
.hw_faq_rgt{flex:1 1 auto;display:flex;flex-direction:column;gap:0}
.hw_faq_item{border-bottom:1px solid #fffbfb12}
.hw_faq_item input[type="checkbox"]{display:none}
.hw_faq_qstn{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;color:#FFFBFB;font-size:1rem;font-weight:600;line-height:1.4;gap:16px;transition:color .2s ease;user-select:none}
.hw_faq_qstn:hover{color:#c88eff}
.hw_faq_arrow{width:28px;height:28px;border-radius:50%;background:#fffbfb0f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s ease,transform .3s ease}
.hw_faq_arrow svg{width:14px;height:14px;fill:none;stroke:#fffbfb99;stroke-width:2;transition:stroke .2s ease,transform .3s ease}
.hw_faq_item input:checked ~ .hw_faq_qstn .hw_faq_arrow{background:linear-gradient(135deg,#035AA7,#9221DD);transform:rotate(180deg)}
.hw_faq_item input:checked ~ .hw_faq_qstn .hw_faq_arrow svg{stroke:#FFFBFB}
.hw_faq_item input:checked ~ .hw_faq_qstn{color:#c88eff}
.hw_faq_answr{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0}
.hw_faq_item input:checked ~ .hw_faq_answr{max-height:300px;padding-bottom:20px}
.hw_faq_answr p{font-size:.93rem;color:#fffbfbad;line-height:1.75;margin:0;padding-left:4px}
@media (max-width: 860px) {
.hw_ttl_inner{flex-direction:column-reverse;gap:36px}
.hw_ttl_vis_box{flex:1 1 auto;width:100%}
.hw_ttl_img_wrap img{max-width:100%;height:220px}
.hw_ttl_badge_box{left:10px;bottom:-14px}
.hw_steps_grid{grid-template-columns:1fr}
.hw_steps_grid::before{display:none}
.hw_faq_inner{flex-direction:column;gap:36px}
.hw_faq_lft{flex:1 1 auto;position:static;width:100%}
}
@media (max-width: 520px) {
.hw_ttl_sctn{padding:56px 16px 50px}
.hw_steps_sctn{padding:56px 16px 64px}
.hw_faq_sctn{padding:56px 16px 72px}
.hw_step_crd{padding:24px 20px}
.hw_faq_cta_btn{width:100%;justify-content:center}
}
.sccs_pg_wrpr{max-width:960px;margin:0 auto;padding:60px 24px 80px}
.sccs_hdr_box{display:flex;flex-direction:row;align-items:stretch;gap:0;border-radius:28px;overflow:hidden;background:#0d1a2e;box-shadow:0 8px 40px #035aa738 0 2px 8px #9221dd21;position:relative;min-height:380px}
.sccs_strip_col{width:9px;min-height:100%;background:linear-gradient(180deg,#035AA7 0%,#9221DD 100%);flex-shrink:0;position:relative}
.sccs_strip_col::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(180deg,transparent 0px,transparent 18px,#ffffff12 18px,#ffffff12 20px)}
.sccs_geo_bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;border-radius:28px}
.sccs_geo_bg svg{position:absolute;top:0;right:0;width:320px;height:100%;opacity:.055}
.sccs_txt_col{flex:1;display:flex;flex-direction:column;justify-content:center;padding:52px 48px 52px 40px;position:relative;z-index:2}
.sccs_status_badge{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#035aa724;border:1px solid #035aa759;border-radius:40px;padding:7px 18px 7px 10px;margin-bottom:28px;width:fit-content}
.sccs_status_dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#035AA7,#9221DD);box-shadow:0 0 8px #9221dd8c;flex-shrink:0}
.sccs_status_lbl{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#7db8f0}
.sccs_main_ttl{font-size:clamp(28px,4.5vw,46px);font-weight:800;line-height:1.12;color:#FFFBFB;margin:0 0 16px;letter-spacing:-.01em}
.sccs_main_ttl .sccs_accent_txt{background:linear-gradient(90deg,#035AA7 0%,#9221DD 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.sccs_sub_txt{font-size:16px;line-height:1.65;color:#fffbfbb8;margin:0 0 32px;max-width:520px}
.sccs_cta_row{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.sccs_btn_primary{display:inline-flex;flex-direction:row;align-items:center;gap:9px;background:linear-gradient(135deg,#035AA7 0%,#9221DD 100%);color:#FFFBFB;text-decoration:none;font-size:15px;font-weight:700;padding:14px 28px;border-radius:40px;border:none;cursor:pointer;box-shadow:0 4px 18px #035aa761;transition:transform .18s ease,box-shadow .18s ease;position:relative;z-index:5}
.sccs_btn_primary:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 28px #9221dd6b}
.sccs_btn_secondary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;color:#fffbfbbf;text-decoration:none;font-size:14px;font-weight:500;padding:12px 20px;border-radius:40px;border:1px solid #fffbfb26;background:transparent;transition:border-color .18s ease,color .18s ease,background .18s ease;position:relative;z-index:5}
.sccs_btn_secondary:hover{border-color:#035aa78c;color:#7db8f0;background:#035aa714}
.sccs_divdr_zigzag{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:44px 0 40px;gap:0}
.sccs_divdr_zigzag svg{width:100%;max-width:640px;height:18px;opacity:.28}
.sccs_nxt_stps_box{max-width:700px;margin:0 auto}
.sccs_nxt_ttl{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fffbfb61;text-align:center;margin-bottom:22px}
.sccs_steps_list{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}
.sccs_step_item{display:flex;flex-direction:row;align-items:flex-start;gap:14px;background:#fffbfb09;border:1px solid #fffbfb0f;border-radius:14px;padding:16px 20px;transition:border-color .18s ease,background .18s ease}
.sccs_step_item:hover{background:#035aa712;border-color:#035aa738}
.sccs_step_num{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#035AA7,#9221DD);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:800;color:#fff;margin-top:1px}
.sccs_step_txt{flex:1;display:flex;flex-direction:column;gap:2px}
.sccs_step_lbl{font-size:14px;font-weight:600;color:#fffbfbd9;line-height:1.3}
.sccs_step_desc{font-size:13px;line-height:1.5;color:#fffbfb7a}
@media (max-width: 680px) {
.sccs_pg_wrpr{padding:32px 14px 52px}
.sccs_hdr_box{flex-direction:column;min-height:auto}
.sccs_strip_col{width:100%;height:6px;min-height:unset}
.sccs_strip_col::after{background:repeating-linear-gradient(90deg,transparent 0px,transparent 18px,#ffffff12 18px,#ffffff12 20px)}
.sccs_txt_col{padding:32px 24px 36px}
.sccs_cta_row{flex-direction:column;align-items:flex-start}
.sccs_geo_bg svg{width:200px;opacity:.04}
}
@media (min-width: 681px) and (max-width: 900px) {
.sccs_txt_col{padding:40px 32px 40px 28px}
}