*,::before,::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;padding:0;font-family:'Inconsolata',monospace;background:#FCFFFD;color:#111;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.hdHolder{background:linear-gradient(135deg,#0048C3 0%,#0035a0 40%,#002d8a 70%,#0048C3 100%);background-size:300% 300%;animation:hdGrad 8s ease infinite;color:#FCFFFD}
@keyframes hdGrad {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.hdTopRow{text-align:center;padding:36px 24px 0}
.hdCompanyName{font-family:'Noto Serif',serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;letter-spacing:-1px;color:#FCFFFD;margin:0;line-height:1.1}
.hdCompanyName span{color:#FDA125}
.hdTagline{font-family:'Inconsolata',monospace;font-size:clamp(0.85rem,1.5vw,1rem);color:#fcfffdbf;margin:8px 0 0;letter-spacing:1px}
.hdBottomRow{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:30px auto 0;padding:16px 32px 24px;gap:24px}
.hdLogo{flex-shrink:0}
.hdLogo img{width:80px;height:80px;object-fit:contain;border-radius:16px;background:#fcfffd1f;padding:8px;box-shadow:0 2px 8px #0000002e}
.hdNav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.hdNav a{font-family:'Inconsolata',monospace;font-size:.92rem;font-weight:700;color:#fcfffde0;padding:10px 20px;border-radius:24px;transition:background 0.18s,color .18s;letter-spacing:.5px}
.hdNav a:hover{background:#fcfffd1f;color:#FCFFFD}
.hdNav a.hdNavAccent{background:#FDA125;color:#111;border-radius:24px;box-shadow:0 2px 6px #fda1254d}
.hdNav a.hdNavAccent:hover{background:#e8911f;color:#111}
.ftHolder{background:#111;color:#FCFFFD;padding:48px 32px 24px;margin-top:80px}
.ftInner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}
.ftBlock{min-width:180px}
.ftBlock h4{font-family:'Noto Serif',serif;font-size:.9rem;font-weight:700;color:#FDA125;margin:0 0 16px;letter-spacing:1px;text-transform:uppercase}
.ftBlock a{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#fcfffdb3;padding:5px 0;transition:color .15s}
.ftBlock a:hover{color:#FDA125}
.ftBlock a i{font-size:.75rem}
.ftContact p{font-size:.88rem;color:#fcfffda6;margin:0 0 8px;display:flex;align-items:center;gap:8px}
.ftContact p i{color:#FDA125;font-size:.8rem}
.ftCopy{max-width:1280px;margin:32px auto 0;padding-top:24px;border-top:1px solid #fcfffd1a;text-align:center;font-size:.8rem;color:#fcfffd66}
.ckPanel{position:fixed;bottom:24px;left:24px;width:360px;background:#fff;border:2px solid #0048C3;border-radius:0;box-shadow:4px 4px 0 #0048C3;z-index:9999;padding:24px;display:none}
.ckPanel.ckVisible{display:block}
.ckTitle{font-family:'Noto Serif',serif;font-size:1rem;font-weight:700;color:#0048C3;margin:0 0 10px}
.ckText{font-size:.82rem;color:#333;margin:0 0 14px;line-height:1.5}
.ckDetails{display:none;margin-bottom:14px}
.ckDetails.ckOpen{display:block}
.ckCatRow{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid #eee}
.ckCatLabel{font-size:.8rem;color:#333}
.ckCatLabel small{display:block;color:#999;font-size:.72rem}
.ckToggle{position:relative;width:36px;height:20px}
.ckToggle input{opacity:0;width:0;height:0}
.ckSlider{position:absolute;inset:0;background:#ccc;cursor:pointer;transition:.2s}
.ckToggle input:checked + .ckSlider{background:#0048C3}
.ckSlider::before{content:'';position:absolute;width:14px;height:14px;left:3px;top:3px;background:#fff;transition:.2s}
.ckToggle input:checked + .ckSlider::before{transform:translateX(16px)}
.ckPolicyLink{font-size:.78rem;color:#0048C3;text-decoration:underline;cursor:pointer;margin-bottom:14px;display:inline-block}
.ckBtns{display:flex;gap:8px}
.ckBtn{flex:1;padding:10px;font-family:'Inconsolata',monospace;font-size:.82rem;font-weight:700;border:2px solid #0048C3;cursor:pointer;border-radius:0;transition:background 0.15s,color .15s}
.ckBtnAccept{background:#0048C3;color:#fff}
.ckBtnAccept:hover{background:#003aa0}
.ckBtnDecline{background:#fff;color:#0048C3}
.ckBtnDecline:hover{background:#f0f4ff}
@media (max-width: 768px) {
.hdBottomRow{flex-direction:column;align-items:center;padding:16px 20px 20px;gap:16px}
.hdNav{justify-content:center}
.ckPanel{width:calc(100vw - 32px);left:16px;bottom:16px}
.ftInner{flex-direction:column;gap:28px}
}
@media (max-width: 375px) {
.hdCompanyName{font-size:2rem}
.hdNav a{font-size:.82rem;padding:8px 14px}
}
.doc-inner{max-width:860px;margin:0 auto;padding:48px 32px 64px;background:#FCFFFD;border-radius:24px;box-shadow:4px 4px 8px #0048c314}
.doc-inner h1{font-size:2.2rem;font-weight:800;line-height:1.2;color:#0048C3;margin:0 0 32px;padding-bottom:20px;border-bottom:3px solid #FDA125;letter-spacing:-.02em}
.doc-inner h2{font-size:1.55rem;font-weight:700;line-height:1.3;color:#0a1a3a;margin:48px 0 16px;padding-left:14px;border-left:4px solid #0048C3}
.doc-inner h3{font-size:1.22rem;font-weight:700;line-height:1.35;color:#1a2e5a;margin:36px 0 12px}
.doc-inner h4{font-size:1.05rem;font-weight:600;line-height:1.4;color:#2a3f6a;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em}
.doc-inner h5{font-size:.95rem;font-weight:600;line-height:1.45;color:#3a4f7a;margin:22px 0 8px}
.doc-inner h6{font-size:.88rem;font-weight:600;line-height:1.5;color:#4a5f8a;margin:18px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.doc-inner p{font-size:1rem;line-height:1.8;color:#2c3347;margin:0 0 18px}
.doc-inner ul{margin:8px 0 20px;padding-left:0;list-style:none}
.doc-inner ol{margin:8px 0 20px;padding-left:24px;list-style:decimal}
.doc-inner ul li{font-size:1rem;line-height:1.75;color:#2c3347;padding:5px 0 5px 26px;position:relative}
.doc-inner ul li::before{content:"";position:absolute;left:6px;top:14px;width:8px;height:8px;border-radius:50%;background:#FDA125;box-shadow:2px 2px 4px #fda12559}
.doc-inner ol li{font-size:1rem;line-height:1.75;color:#2c3347;padding:4px 0 4px 6px}
.doc-inner ul ul,.doc-inner ol ol,.doc-inner ul ol,.doc-inner ol ul{margin:6px 0 6px 18px}
.doc-inner ul ul li::before{width:5px;height:5px;background:#0048C3;top:15px}
.doc-inner em,.doc-inner i{font-style:italic;color:#1a3a7a}
.doc-inner a{color:#0048C3;text-decoration:underline;text-decoration-color:#0048c366;text-underline-offset:3px;font-weight:500;transition:color .2s ease,text-decoration-color .2s ease}
.doc-inner a:hover{color:#FDA125;text-decoration-color:#fda12599}
.doc-inner a:visited{color:#3a2a8a;text-decoration-color:#3a2a8a66}
.doc-inner table{width:100%;border-collapse:separate;border-spacing:0;margin:28px 0 32px;border-radius:16px;overflow:hidden;box-shadow:3px 3px 7px #0048c31a;font-size:.94rem}
.doc-inner table thead{background:#0048C3}
.doc-inner table thead th{color:#FCFFFD;font-weight:700;font-size:.88rem;text-transform:uppercase;letter-spacing:.06em;padding:14px 18px;text-align:left;border:none}
.doc-inner table tbody tr{background:#FCFFFD;transition:background .15s ease}
.doc-inner table tbody tr:nth-child(even){background:#f0f4ff}
.doc-inner table tbody tr:hover{background:#e6edff}
.doc-inner table tbody td{color:#2c3347;padding:12px 18px;line-height:1.6;border-bottom:1px solid #dde4f5;border-right:none;border-left:none;border-top:none;vertical-align:top}
.doc-inner table tbody tr:last-child td{border-bottom:none}
.doc-inner hr{border:none;height:2px;background:linear-gradient(135deg,transparent 0%,#0048C3 30%,#FDA125 70%,transparent 100%);margin:40px 0;border-radius:2px;opacity:.5}
@media (max-width: 768px) {
.doc-inner{padding:32px 20px 48px;border-radius:16px}
.doc-inner h1{font-size:1.65rem;margin-bottom:24px}
.doc-inner h2{font-size:1.25rem;margin-top:36px}
.doc-inner h3{font-size:1.08rem;margin-top:28px}
.doc-inner h4,.doc-inner h5,.doc-inner h6{font-size:.92rem}
.doc-inner p{font-size:.97rem;line-height:1.75}
.doc-inner ul li,.doc-inner ol li{font-size:.97rem}
.doc-inner table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}
.doc-inner table thead th{padding:11px 13px;font-size:.8rem;white-space:nowrap}
.doc-inner table tbody td{padding:10px 13px;font-size:.9rem;white-space:nowrap}
}
@media (max-width: 375px) {
.doc-inner{padding:24px 14px 36px;border-radius:12px}
.doc-inner h1{font-size:1.4rem;padding-bottom:14px}
.doc-inner h2{font-size:1.12rem;margin-top:28px;padding-left:10px}
.doc-inner h3{font-size:1rem}
.doc-inner p{font-size:.93rem;line-height:1.7}
.doc-inner ul li,.doc-inner ol li{font-size:.93rem;line-height:1.7}
.doc-inner hr{margin:28px 0}
}
.abtPg-hero{position:relative;overflow:hidden;padding:90px 20px 80px;background:linear-gradient(135deg,#0048C3 0%,#0035a0 40%,#001f6b 75%,#FDA125 150%);background-size:300% 300%;animation:diagShift 8s ease infinite}
@keyframes diagShift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.abtPg-hero .heroHolder{max-width:1280px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.abtPg-hero .heroTxtCol{flex:1 1 55%;position:relative;z-index:2}
.abtPg-hero .heroImgCol{flex:1 1 40%;display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:2}
.abtPg-hero .heroDecoLine{display:block;width:54px;height:4px;background:#FDA125;border-radius:4px;margin-bottom:22px}
.abtPg-hero .heroFirstPhrase{font-size:1.18rem;font-weight:600;color:#FDA125;letter-spacing:.03em;display:block;margin-bottom:14px}
.abtPg-hero .heroMainHd{font-size:2.7rem;font-weight:800;color:#FCFFFD;line-height:1.17;margin:0 0 20px}
.abtPg-hero .heroSubTxt{font-size:1.05rem;color:#fcfffdde;line-height:1.7;margin:0 0 32px;max-width:520px}
.abtPg-hero .heroCta{display:inline-flex;align-items:center;gap:10px;background:#FDA125;color:#001f6b;font-weight:700;font-size:1rem;padding:14px 30px;border-radius:28px;text-decoration:none;box-shadow:4px 4px 0 #0000002e;transition:background 0.2s,transform 0.15s,box-shadow .15s;position:relative;z-index:3}
.abtPg-hero .heroCta:hover{background:#FCFFFD;color:#0048C3;transform:translateY(-2px);box-shadow:4px 6px 0 #00000038}
.abtPg-hero .heroImgWrap{width:340px;height:390px;border-radius:28px;overflow:hidden;box-shadow:8px 8px 0 #fda12559;position:relative}
.abtPg-hero .heroImgWrap img{width:100%;height:100%;object-fit:cover;display:block}
.abtPg-hero .heroDecoDot{position:absolute;width:130px;height:130px;border-radius:50%;background:#fda1251f;bottom:-30px;right:-30px;z-index:1}
.abtPg-hero .heroDecoCircle{position:absolute;width:60px;height:60px;border:3px solid #fcfffd2e;border-radius:50%;top:30px;left:-20px;z-index:1}
.abtDividerWave{line-height:0;overflow:hidden;background:#0048C3}
.abtDividerWave svg{display:block;width:100%}
.abtStory-sec{background:#FCFFFD;padding:80px 20px}
.abtStory-sec .storyHolder{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.abtStory-sec .storyLabel{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0048C3;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.abtStory-sec .storyLabel::before{content:'';display:inline-block;width:22px;height:3px;background:#FDA125;border-radius:2px}
.abtStory-sec .storyHd{font-size:2rem;font-weight:800;color:#0048C3;line-height:1.22;margin:0 0 22px}
.abtStory-sec .storyHd span{color:#FDA125}
.abtStory-sec .storyTxt{font-size:1rem;color:#1a2340;line-height:1.75;margin-bottom:18px}
.abtStory-sec .storyImgStack{position:relative;height:370px}
.abtStory-sec .storyImgMain{position:absolute;top:0;left:0;width:78%;height:300px;border-radius:24px;overflow:hidden;box-shadow:6px 6px 0 #FDA125}
.abtStory-sec .storyImgMain img{width:100%;height:100%;object-fit:cover;display:block}
.abtStory-sec .storyImgSec{position:absolute;bottom:0;right:0;width:52%;height:190px;border-radius:20px;overflow:hidden;box-shadow:4px 4px 0 #0048c338;border:3px solid #FCFFFD}
.abtStory-sec .storyImgSec img{width:100%;height:100%;object-fit:cover;display:block}
.abtStory-sec .storyYearBadge{position:absolute;top:50%;right:0;transform:translate(10px,-110px);background:#0048C3;color:#FCFFFD;border-radius:18px;padding:14px 20px;text-align:center;box-shadow:4px 4px 0 #00000026;z-index:5}
.abtStory-sec .storyYearBadge .badgeNum{display:block;font-size:1.7rem;font-weight:800;color:#FDA125;line-height:1}
.abtStory-sec .storyYearBadge .badgeLbl{font-size:.75rem;color:#fcfffdcc}
.abtDividerDash{max-width:1280px;margin:0 auto;padding:0 20px;height:2px;background:repeating-linear-gradient(90deg,#e0e8f7 0px,#e0e8f7 12px,transparent 12px,transparent 22px);border-radius:2px}
.abtMission-sec{background:linear-gradient(160deg,#f0f5ff 0%,#e8f0fc 60%,#fff8ee 100%);padding:80px 20px}
.abtMission-sec .msnHolder{max-width:1280px;margin:auto}
.abtMission-sec .msnTopRow{display:flex;flex-direction:row;gap:40px;align-items:flex-start;margin-bottom:52px}
.abtMission-sec .msnTxtBox{flex:1 1 55%}
.abtMission-sec .msnLabel{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#FDA125;margin-bottom:12px}
.abtMission-sec .msnHd{font-size:1.9rem;font-weight:800;color:#1a2340;margin:0 0 18px;line-height:1.24}
.abtMission-sec .msnTxt{font-size:1rem;color:#2a3558;line-height:1.75;margin-bottom:14px}
.abtMission-sec .msnImgBox{flex:1 1 40%}
.abtMission-sec .msnImgBox img{width:100%;height:260px;object-fit:cover;border-radius:22px;box-shadow:6px 6px 0 #0048c321;display:block}
.abtMission-sec .msnCards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.abtMission-sec .msnCard{background:#FCFFFD;border-radius:22px;padding:28px 22px;box-shadow:4px 4px 0 #0048c317;border:1.5px solid #e4ecfa;position:relative;overflow:hidden;transition:transform 0.18s,box-shadow .18s}
.abtMission-sec .msnCard:hover{transform:translateY(-4px);box-shadow:6px 8px 0 #0048c329}
.abtMission-sec .msnCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#FDA125;border-radius:4px 0 0 4px}
.abtMission-sec .msnCardIco{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#0048C3 0%,#0035a0 100%);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.abtMission-sec .msnCardIco i{color:#FDA125;font-size:1.2rem}
.abtMission-sec .msnCardTtl{font-size:1rem;font-weight:700;color:#0048C3;margin-bottom:10px}
.abtMission-sec .msnCardTxt{font-size:.92rem;color:#3a4a6e;line-height:1.65}
.abtDividerTri{overflow:hidden;line-height:0;background:#FCFFFD}
.abtDividerTri svg{display:block;width:100%}
.abtTeam-sec{background:#FCFFFD;padding:80px 20px}
.abtTeam-sec .teamHolder{max-width:1280px;margin:auto}
.abtTeam-sec .teamHdrRow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:44px;gap:24px}
.abtTeam-sec .teamLabel{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0048C3;margin-bottom:10px}
.abtTeam-sec .teamHd{font-size:1.9rem;font-weight:800;color:#1a2340;line-height:1.22;margin:0}
.abtTeam-sec .teamSubTxt{font-size:.97rem;color:#4a5680;max-width:380px;line-height:1.6}
.abtTeam-sec .teamGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.abtTeam-sec .teamCard{display:flex;flex-direction:row;align-items:flex-start;gap:22px;background:linear-gradient(135deg,#f5f8ff 0%,#eef4ff 100%);border-radius:24px;padding:28px;border:1.5px solid #dce8fa;box-shadow:4px 4px 0 #0048c312;transition:transform 0.18s,box-shadow .18s}
.abtTeam-sec .teamCard:hover{transform:translateY(-3px);box-shadow:5px 7px 0 #0048c321}
.abtTeam-sec .teamAvatarWrap{width:88px;height:88px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #FDA125;box-shadow:3px 3px 0 #0048c32e}
.abtTeam-sec .teamAvatarWrap img{width:100%;height:100%;object-fit:cover;display:block}
.abtTeam-sec .teamCardInfo{flex:1}
.abtTeam-sec .teamCardName{font-size:1.1rem;font-weight:800;color:#0048C3;margin-bottom:3px}
.abtTeam-sec .teamCardRole{font-size:.85rem;color:#FDA125;font-weight:600;margin-bottom:10px}
.abtTeam-sec .teamCardTxt{font-size:.93rem;color:#3a4a6e;line-height:1.65}
.abtTeam-sec .teamStatRow{display:flex;flex-direction:row;gap:12px;margin-top:14px;flex-wrap:wrap}
.abtTeam-sec .teamStat{background:#0048C3;color:#FCFFFD;border-radius:20px;padding:5px 14px;font-size:.8rem;font-weight:600}
.abtTeam-sec .teamAccordHolder{margin-top:48px}
.abtTeam-sec .teamAccordHolder .accordTitle{font-size:1.25rem;font-weight:800;color:#1a2340;margin-bottom:20px;display:flex;align-items:center;gap:10px}
.abtTeam-sec .teamAccordHolder .accordTitle::after{content:'';flex:1;height:2px;background:linear-gradient(90deg,#0048C3 0%,transparent 100%);border-radius:2px}
.abtAccordItem{border:1.5px solid #dce8fa;border-radius:18px;margin-bottom:12px;overflow:hidden;background:#FCFFFD}
.abtAccordItem input[type="checkbox"]{display:none}
.abtAccordItem .accordLbl{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;font-weight:700;color:#0048C3;font-size:1rem;user-select:none;transition:background .15s}
.abtAccordItem .accordLbl:hover{background:#f0f5ff}
.abtAccordItem .accordLbl .accordIco{width:28px;height:28px;border-radius:50%;background:#e8f0ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.2s,background .2s}
.abtAccordItem .accordLbl .accordIco i{color:#0048C3;font-size:.8rem}
.abtAccordItem input:checked ~ .accordLbl .accordIco{transform:rotate(180deg);background:#0048C3}
.abtAccordItem input:checked ~ .accordLbl .accordIco i{color:#FDA125}
.abtAccordItem .accordBody{max-height:0;overflow:hidden;transition:max-height .35s ease}
.abtAccordItem input:checked ~ .accordBody{max-height:400px}
.abtAccordItem .accordInner{padding:0 22px 20px;font-size:.95rem;color:#3a4a6e;line-height:1.7}
.abtDividerDots{text-align:center;padding:10px 0;background:#FCFFFD}
.abtDividerDots span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#0048C3;margin:0 5px;opacity:.22}
.abtDividerDots span:nth-child(2){opacity:.45}
.abtDividerDots span:nth-child(3){opacity:.75}
.abtDividerDots span:nth-child(4){opacity:.45}
.abtDividerDots span:nth-child(5){opacity:.22}
.abtCta-sec{background:linear-gradient(145deg,#0035a0 0%,#0048C3 50%,#FDA125 200%);padding:76px 20px;position:relative;overflow:hidden}
.abtCta-sec .ctaHolder{max-width:860px;margin:auto;text-align:center;position:relative;z-index:2}
.abtCta-sec .ctaDecoShape{position:absolute;width:220px;height:220px;border-radius:50%;border:2px solid #fda1252e;top:-60px;left:-60px;z-index:1}
.abtCta-sec .ctaDecoShape-alt{position:absolute;width:140px;height:140px;background:#fda12514;border-radius:50%;bottom:-40px;right:-30px;z-index:1}
.abtCta-sec .ctaTag{display:inline-block;background:#fda1252e;color:#FDA125;font-weight:700;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;padding:6px 18px;border-radius:20px;margin-bottom:20px}
.abtCta-sec .ctaHd{font-size:2.1rem;font-weight:800;color:#FCFFFD;margin:0 0 18px;line-height:1.22}
.abtCta-sec .ctaTxt{font-size:1rem;color:#fcfffdd9;line-height:1.72;margin:0 auto 34px;max-width:640px}
.abtCta-sec .ctaBtnRow{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.abtCta-sec .ctaBtnPrimary{display:inline-flex;align-items:center;gap:9px;background:#FDA125;color:#001f6b;font-weight:700;font-size:1rem;padding:15px 34px;border-radius:28px;text-decoration:none;box-shadow:4px 4px 0 #0003;transition:background 0.2s,transform 0.15s,box-shadow .15s}
.abtCta-sec .ctaBtnPrimary:hover{background:#FCFFFD;color:#0048C3;transform:translateY(-2px);box-shadow:5px 6px 0 #00000040}
.abtCta-sec .ctaBtnOutline{display:inline-flex;align-items:center;gap:9px;background:transparent;color:#FCFFFD;font-weight:700;font-size:1rem;padding:14px 32px;border-radius:28px;text-decoration:none;border:2px solid #fcfffd80;transition:border-color 0.2s,background 0.2s,color .2s}
.abtCta-sec .ctaBtnOutline:hover{border-color:#FDA125;background:#fda1251a;color:#FDA125}
@media (max-width: 1366px) {
.abtPg-hero .heroMainHd{font-size:2.3rem}
.abtStory-sec .storyHolder{gap:40px}
.abtMission-sec .msnCards{gap:18px}
}
@media (max-width: 768px) {
.abtPg-hero .heroHolder{flex-direction:column;gap:32px}
.abtPg-hero .heroImgCol{justify-content:center}
.abtPg-hero .heroImgWrap{width:100%;max-width:340px;height:260px}
.abtPg-hero .heroMainHd{font-size:1.8rem}
.abtStory-sec .storyHolder{grid-template-columns:1fr;gap:32px}
.abtStory-sec .storyImgStack{height:280px}
.abtMission-sec .msnTopRow{flex-direction:column;gap:24px}
.abtMission-sec .msnCards{grid-template-columns:1fr;gap:16px}
.abtTeam-sec .teamHdrRow{flex-direction:column;align-items:flex-start}
.abtTeam-sec .teamGrid{grid-template-columns:1fr}
.abtCta-sec .ctaHd{font-size:1.6rem}
}
@media (max-width: 375px) {
.abtPg-hero .heroMainHd{font-size:1.5rem}
.abtStory-sec .storyHd{font-size:1.5rem}
.abtTeam-sec .teamCard{flex-direction:column}
.abtTeam-sec .teamAvatarWrap{width:72px;height:72px}
}
.faq-pg-wrapper{max-width:1280px;margin:0 auto;padding:0 24px}
.faqHero-holder{padding:64px 0 80px;position:relative;overflow:hidden}
.faqHero-holder::before{content:'';position:absolute;top:-80px;right:-120px;width:480px;height:480px;background:linear-gradient(135deg,#0048c314 0%,#fda1250d 100%);border-radius:50%;pointer-events:none}
.faqHero-holder::after{content:'';position:absolute;bottom:20px;left:-60px;width:260px;height:260px;background:linear-gradient(225deg,#fda12512 0%,#0048c30a 100%);border-radius:50%;pointer-events:none}
.faqHero-inner{display:flex;flex-direction:row;align-items:center;gap:56px;position:relative;z-index:2}
.faqHero-imgCol{flex:0 0 420px;position:relative}
.faqHero-imgFrame{position:relative;border-radius:24px;overflow:hidden;box-shadow:4px 6px 0 #0048c32e}
.faqHero-imgFrame img{width:100%;height:320px;object-fit:cover;display:block}
.faqHero-imgFrame::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#0048c31f 0%,#fda12514 100%);pointer-events:none}
.faqHero-badge{position:absolute;bottom:-16px;left:24px;background:linear-gradient(135deg,#0048C3 60%,#FDA125 100%);color:#FCFFFD;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 18px;border-radius:20px;box-shadow:2px 4px 8px #0048c338}
.faqHero-txtCol{flex:1;min-width:0}
.faqHero-txtCol .faqPg-tag{display:inline-flex;align-items:center;gap:8px;background:#0048c312;color:#0048C3;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:20px}
.faqHero-txtCol h1{font-size:42px;font-weight:800;line-height:1.15;color:#0d1b3e;margin:0 0 20px;position:relative}
.faqHero-txtCol h1 span{color:#0048C3}
.faqHero-txtCol .faqHero-desc{font-size:16px;line-height:1.75;color:#3a4a6b;margin:0 0 28px;max-width:500px}
.faqHero-statsRow{display:flex;flex-direction:row;gap:28px;flex-wrap:wrap}
.faqHero-stat{display:flex;flex-direction:column;gap:3px}
.faqHero-stat .stNum{font-size:28px;font-weight:800;color:#0048C3;line-height:1}
.faqHero-stat .stLbl{font-size:12px;color:#5a6a8a;letter-spacing:.04em}
.faqAccordion-sect{padding:72px 0 60px;background:#f4f7fc;position:relative}
.faqAccordion-sect::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0048C3 0%,#FDA125 50%,#0048C3 100%)}
.faqAcc-head{text-align:center;margin-bottom:52px}
.faqAcc-head h2{font-size:34px;font-weight:800;color:#0d1b3e;margin:0 0 14px;position:relative;display:inline-block}
.faqAcc-head h2::after{content:'';display:block;width:56px;height:4px;background:#FDA125;border-radius:2px;margin:10px auto 0}
.faqAcc-head p{font-size:15px;color:#4a5a7a;line-height:1.7;max-width:560px;margin:0 auto}
.faqAcc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1100px;margin:0 auto}
.faqAcc-item{background:#FCFFFD;border-radius:20px;box-shadow:2px 3px 0 #0048c31a;overflow:hidden;border:1.5px solid #0048c31a;transition:box-shadow .25s ease,border-color .25s ease}
.faqAcc-item:hover{box-shadow:4px 6px 0 #0048c32e;border-color:#0048c340}
.faqAcc-item input[type="checkbox"]{display:none}
.faqAcc-lbl{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:22px 24px;cursor:pointer;gap:12px;user-select:none}
.faqAcc-lbl .faqQ-txt{font-size:15px;font-weight:700;color:#0d1b3e;line-height:1.45;flex:1}
.faqAcc-lbl .faqQ-icon{flex:0 0 28px;width:28px;height:28px;border-radius:8px;background:#0048c314;display:flex;align-items:center;justify-content:center;transition:background 0.2s,transform .3s;color:#0048C3;font-size:14px}
.faqAcc-body{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faqAcc-body-inner{padding:0 24px 22px;font-size:14px;line-height:1.8;color:#3a4a6b;border-top:1px solid #0048c314;padding-top:16px}
.faqAcc-item input[type="checkbox"]:checked ~ .faqAcc-body{max-height:400px}
.faqAcc-item input[type="checkbox"]:checked ~ .faqAcc-lbl .faqQ-icon{background:#0048C3;color:#FCFFFD;transform:rotate(45deg)}
.faqAcc-item input[type="checkbox"]:checked ~ .faqAcc-lbl .faqQ-txt{color:#0048C3}
.faqAcc-catTag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#FDA125;background:#fda1251a;padding:3px 8px;border-radius:10px;margin-bottom:6px}
.faqContact-sect{padding:80px 0 72px;background:#FCFFFD;position:relative;overflow:hidden}
.faqContact-sect::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,#0048c308 0%,#fda1250a 50%,#fcfffd00 100%);pointer-events:none}
.faqContact-inner{display:flex;flex-direction:row;gap:64px;align-items:flex-start;position:relative;z-index:2}
.faqContact-left{flex:0 0 420px}
.faqContact-left h2{font-size:32px;font-weight:800;color:#0d1b3e;line-height:1.2;margin:0 0 18px}
.faqContact-left h2 em{font-style:normal;color:#0048C3}
.faqContact-left .faqC-desc{font-size:15px;line-height:1.75;color:#4a5a7a;margin:0 0 32px}
.faqCInfo-list{display:flex;flex-direction:column;gap:16px}
.faqCInfo-item{display:flex;flex-direction:row;align-items:center;gap:14px;padding:14px 18px;background:#0048c30a;border-radius:14px;border-left:3px solid #0048C3}
.faqCInfo-item .icon{color:#0048C3;font-size:18px;flex:0 0 22px}
.faqCInfo-item .faqCI-txt{font-size:13px;color:#3a4a6b;font-weight:500}
.faqContact-right{flex:1}
.faqForm-card{background:#FCFFFD;border-radius:28px;border:2px solid #0048c31f;box-shadow:4px 6px 0 #0048c31f;padding:40px}
.faqForm-card h3{font-size:20px;font-weight:700;color:#0d1b3e;margin:0 0 24px}
.faqFrm-row{display:flex;flex-direction:row;gap:16px;margin-bottom:16px}
.faqFrm-field{display:flex;flex-direction:column;gap:6px;flex:1}
.faqFrm-field label{font-size:12px;font-weight:700;color:#4a5a7a;letter-spacing:.04em;text-transform:uppercase}
.faqFrm-field input,.faqFrm-field textarea,.faqFrm-field select{padding:12px 16px;border-radius:12px;border:1.5px solid #0048c32e;background:#f7f9ff;font-size:14px;color:#0d1b3e;outline:none;transition:border-color 0.2s,box-shadow .2s;appearance:none;-webkit-appearance:none}
.faqFrm-field input:focus,.faqFrm-field textarea:focus,.faqFrm-field select:focus{border-color:#0048C3;box-shadow:0 0 0 3px #0048c31a}
.faqFrm-field textarea{resize:vertical;min-height:100px}
.faqFrm-submit{margin-top:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}
.faqFrm-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#0048C3 0%,#0060f0 100%);color:#FCFFFD;font-size:15px;font-weight:700;border-radius:16px;border:none;cursor:pointer;text-decoration:none;box-shadow:2px 4px 0 #0048c340;transition:transform 0.15s,box-shadow .15s;position:relative;z-index:2}
.faqFrm-btn:hover{transform:translateY(-2px);box-shadow:4px 6px 0 #0048c34d}
.faqFrm-btn:active{transform:translateY(0);box-shadow:1px 2px 0 #0048c333}
.faqAccordion-sect .faqAcc-item:nth-child(1),.faqAccordion-sect .faqAcc-item:nth-child(3),.faqAccordion-sect .faqAcc-item:nth-child(5){grid-column:auto}
.waveDivider{width:100%;overflow:hidden;line-height:0;display:block}
@media (max-width: 1366px) {
.faqHero-txtCol h1{font-size:36px}
.faqHero-imgCol{flex:0 0 360px}
}
@media (max-width: 768px) {
.faqHero-inner{flex-direction:column;gap:32px}
.faqHero-imgCol{flex:0 0 auto;width:100%}
.faqHero-imgFrame img{height:240px}
.faqHero-txtCol h1{font-size:28px}
.faqHero-statsRow{gap:20px}
.faqAcc-grid{grid-template-columns:1fr}
.faqContact-inner{flex-direction:column;gap:36px}
.faqContact-left{flex:0 0 auto;width:100%}
.faqForm-card{padding:24px}
.faqFrm-row{flex-direction:column}
.faqAccordion-sect{padding:48px 0 40px}
.faqContact-sect{padding:52px 0 48px}
.faqHero-holder{padding:40px 0 56px}
}
@media (max-width: 375px) {
.faq-pg-wrapper{padding:0 16px}
.faqHero-txtCol h1{font-size:24px}
.faqAcc-head h2{font-size:26px}
.faqContact-left h2{font-size:24px}
.faqForm-card{padding:18px}
}
.heroHolder{position:relative;overflow:hidden;background:#0048C3;min-height:580px;display:flex;align-items:center}
.heroHolder .geoBg{position:absolute;inset:0;z-index:0;overflow:hidden}
.heroHolder .geoBg span{position:absolute;border-radius:50%;opacity:.12;background:#FDA125}
.heroHolder .geoBg span:nth-child(1){width:420px;height:420px;top:-120px;left:-80px}
.heroHolder .geoBg span:nth-child(2){width:220px;height:220px;bottom:-60px;left:30%;background:#FCFFFD;opacity:.07}
.heroHolder .geoBg span:nth-child(3){width:300px;height:300px;top:40px;right:-60px;background:#FCFFFD;opacity:.06}
.heroHolder .geoBg::before{content:'';position:absolute;width:600px;height:600px;border:2px solid #fcfffd14;border-radius:50%;top:-200px;right:-100px}
.heroInner{max-width:1280px;margin:auto;padding:80px 32px 60px;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2;width:100%;box-sizing:border-box}
.heroTxt{flex:1 1 55%;min-width:0}
.heroTxt .firstPhrase{display:inline-block;background:linear-gradient(100deg,#FDA125 0%,#ffb84d 100%);color:#0048C3;font-weight:800;font-size:1.15rem;padding:4px 14px;border-radius:8px;margin-bottom:18px;letter-spacing:.02em}
.heroTxt h1{color:#FCFFFD;font-size:2.6rem;font-weight:800;line-height:1.18;margin:0 0 20px}
.heroTxt .heroDesc{color:#fcfffdd1;font-size:1.05rem;line-height:1.7;margin-bottom:32px;max-width:500px}
.heroActions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.btnPrimary{display:inline-block;background:linear-gradient(135deg,#FDA125 0%,#e8890f 100%);color:#1a1a2e;font-weight:700;font-size:1rem;padding:14px 30px;border-radius:24px;text-decoration:none;border:none;cursor:pointer;box-shadow:4px 4px 0 #0000002e;transition:transform 0.18s,box-shadow .18s;z-index:5;position:relative}
.btnPrimary:hover{transform:translateY(-2px);box-shadow:4px 6px 0 #00000038}
.btnOutline{display:inline-block;background:transparent;color:#FCFFFD;font-weight:700;font-size:1rem;padding:13px 28px;border-radius:24px;text-decoration:none;border:2px solid #fcfffd80;cursor:pointer;transition:border-color 0.18s,background .18s;z-index:5;position:relative}
.btnOutline:hover{border-color:#FCFFFD;background:#fcfffd14}
.heroImgHolder{flex:0 0 38%;max-width:400px;position:relative}
.heroImgHolder img{width:100%;height:420px;object-fit:cover;border-radius:24px 24px 24px 24px;display:block;mask-image:linear-gradient(to bottom,#000f 60%,#0000 100%);-webkit-mask-image:linear-gradient(to bottom,#000f 60%,#0000 100%)}
.heroImgHolder::before{content:'';position:absolute;inset:-8px;border:2px solid #fda12559;border-radius:30px;z-index:0}
.heroImgHolder img{position:relative;z-index:1}
.toolsSection{background:#FCFFFD;padding:80px 0 64px}
.toolsInner{max-width:1280px;margin:auto;padding:0 32px;box-sizing:border-box}
.sectionLabel{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#FDA125;margin-bottom:12px;display:flex;flex-direction:row;align-items:center;gap:8px}
.sectionLabel::before{content:'';display:inline-block;width:28px;height:3px;background:#FDA125;border-radius:2px}
.toolsHd{font-size:2rem;font-weight:800;color:#0d1b40;margin:0 0 12px}
.toolsSubtitle{color:#4a5568;font-size:1rem;line-height:1.7;max-width:560px;margin-bottom:44px}
.toolsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.toolCard{background:#fff;border-radius:20px;padding:30px 28px;box-shadow:4px 4px 0 #e3eaf8;border:1.5px solid #e8effc;transition:box-shadow 0.18s,transform .18s;display:flex;flex-direction:column;gap:10px}
.toolCard:hover{box-shadow:6px 6px 0 #0048C3;transform:translateY(-3px)}
.toolCardIcon{width:44px;height:44px;background:linear-gradient(135deg,#0048C3 0%,#2563eb 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}
.toolCardIcon i{color:#FCFFFD;font-size:1.2rem}
.toolCard h4{color:#0d1b40;font-size:1.05rem;font-weight:700;margin:0}
.toolCard p{color:#5a6880;font-size:.93rem;line-height:1.6;margin:0}
.toolImgRow{margin-top:44px;border-radius:22px;overflow:hidden;height:220px;position:relative}
.toolImgRow img{width:100%;height:100%;object-fit:cover;display:block}
.toolImgOverlay{position:absolute;inset:0;background:linear-gradient(90deg,#0048c3b8 0%,#0048c31a 100%);display:flex;flex-direction:column;justify-content:center;padding:32px 40px}
.toolImgOverlay p{color:#FCFFFD;font-size:1.1rem;font-weight:600;max-width:400px;line-height:1.5;margin:0}
.inspSection{background:linear-gradient(145deg,#0d1b40 0%,#0048C3 100%);padding:80px 0;position:relative;overflow:hidden}
.inspSection::after{content:'';position:absolute;right:-80px;top:-80px;width:380px;height:380px;border-radius:50%;background:#fda12514}
.inspInner{max-width:1280px;margin:auto;padding:0 32px;box-sizing:border-box;position:relative;z-index:2}
.inspTopRow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:24px;flex-wrap:wrap}
.inspHd{font-size:2rem;font-weight:800;color:#FCFFFD;margin:0 0 10px}
.inspSubtitle{color:#fcfffdb8;font-size:1rem;line-height:1.6;max-width:480px;margin:0}
.inspCases{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.caseCard{background:#fcfffd12;border:1.5px solid #fcfffd1f;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:14px;transition:background .2s}
.caseCard:hover{background:#fcfffd21}
.caseCardTop{display:flex;flex-direction:row;align-items:center;gap:14px}
.caseCardTop img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:2px solid #FDA125}
.caseCardMeta h5{color:#FCFFFD;font-size:1rem;font-weight:700;margin:0 0 2px}
.caseCardMeta span{color:#FDA125;font-size:.82rem;font-weight:600}
.caseCardBody{color:#fcfffdcc;font-size:.93rem;line-height:1.65;margin:0}
.caseCardStat{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}
.statPill{background:#fda12526;border:1px solid #fda1254d;border-radius:12px;padding:6px 14px;color:#FDA125;font-size:.82rem;font-weight:700}
.motivSection{background:#f4f7fe;padding:80px 0}
.motivInner{max-width:1280px;margin:auto;padding:0 32px;box-sizing:border-box}
.motivLayout{display:flex;flex-direction:row;gap:60px;align-items:center}
.motivImgSide{flex:0 0 42%;position:relative}
.motivImgSide img{width:100%;height:380px;object-fit:cover;border-radius:24px;display:block;box-shadow:8px 8px 0 #c7d8f7}
.motivBadge{position:absolute;bottom:-20px;left:-20px;background:#FDA125;color:#1a1a2e;border-radius:18px;padding:16px 22px;box-shadow:4px 4px 0 #0000001f;font-weight:800;font-size:1rem;z-index:3}
.motivBadge span{display:block;font-size:.78rem;font-weight:600;opacity:.75;margin-top:2px}
.motivTxtSide{flex:1 1 auto;min-width:0}
.motivHd{font-size:1.85rem;font-weight:800;color:#0d1b40;margin:0 0 16px}
.motivBody{color:#4a5568;font-size:1rem;line-height:1.75;margin-bottom:28px}
.motivSteps{display:flex;flex-direction:column;gap:14px}
.motivStep{display:flex;flex-direction:row;gap:14px;align-items:flex-start}
.motivStepNum{flex:0 0 36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#0048C3 0%,#2563eb 100%);color:#fff;font-weight:800;font-size:.9rem;display:flex;align-items:center;justify-content:center}
.motivStepTxt h6{margin:0 0 3px;font-size:.95rem;font-weight:700;color:#0d1b40}
.motivStepTxt p{margin:0;font-size:.88rem;color:#5a6880;line-height:1.5}
.qualSection{background:#FCFFFD;padding:80px 0}
.qualInner{max-width:1280px;margin:auto;padding:0 32px;box-sizing:border-box}
.qualHeader{text-align:center;max-width:620px;margin:0 auto 50px}
.qualHd{font-size:2rem;font-weight:800;color:#0d1b40;margin:0 0 12px}
.qualSubtitle{color:#5a6880;font-size:1rem;line-height:1.7}
.qualTabsHolder{display:flex;flex-direction:column;gap:0}
.qualTabInput{display:none}
.qualTabLabels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #e3eaf8;margin-bottom:32px;overflow-x:auto}
.qualTabLabel{padding:14px 26px;font-size:.93rem;font-weight:700;color:#5a6880;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .18s}
#qualTab1:checked ~ .qualTabLabels label[for="qualTab1"],#qualTab2:checked ~ .qualTabLabels label[for="qualTab2"],#qualTab3:checked ~ .qualTabLabels label[for="qualTab3"]{color:#0048C3;border-bottom-color:#0048C3}
.qualPanel{display:none}
#qualTab1:checked ~ .qualPanels .qualPanel:nth-child(1),#qualTab2:checked ~ .qualPanels .qualPanel:nth-child(2),#qualTab3:checked ~ .qualPanels .qualPanel:nth-child(3){display:flex;flex-direction:row;gap:40px;align-items:flex-start;flex-wrap:wrap}
.qualPanelTxt{flex:1 1 340px}
.qualPanelTxt h4{font-size:1.2rem;font-weight:800;color:#0d1b40;margin:0 0 12px}
.qualPanelTxt p{color:#5a6880;font-size:.97rem;line-height:1.7;margin:0 0 16px}
.qualPanelImg{flex:0 0 320px;max-width:100%}
.qualPanelImg img{width:100%;height:220px;object-fit:cover;border-radius:18px;box-shadow:4px 4px 0 #c7d8f7}
.qualList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.qualList li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;color:#0d1b40;font-size:.95rem;line-height:1.5}
.qualList li::before{content:'';display:inline-block;width:8px;height:8px;border-radius:50%;background:#FDA125;margin-top:6px;flex-shrink:0}
.connSection{background:linear-gradient(135deg,#f4f7fe 0%,#e8effc 100%);padding:80px 0 64px;position:relative;overflow:hidden}
.connSection::before{content:'';position:absolute;bottom:-60px;right:-60px;width:260px;height:260px;border-radius:50%;background:#0048c30f}
.connInner{max-width:1280px;margin:auto;padding:0 32px;box-sizing:border-box;position:relative;z-index:2}
.connLayout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;margin-top:40px}
.connHd{font-size:2rem;font-weight:800;color:#0d1b40;margin:0 0 10px}
.connSubtitle{color:#5a6880;font-size:1rem;line-height:1.7;max-width:480px;margin:0}
.connCard{background:#fff;border-radius:22px;padding:28px 24px;box-shadow:4px 4px 0 #d0ddf5;border:1.5px solid #dce8f8;display:flex;flex-direction:column;gap:12px;transition:transform 0.18s,box-shadow .18s}
.connCard:hover{transform:translateY(-4px);box-shadow:6px 8px 0 #b8ceed}
.connCardIcon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#FDA125 0%,#e8890f 100%);display:flex;align-items:center;justify-content:center}
.connCardIcon i{color:#fff;font-size:1.3rem}
.connCard h5{font-size:1rem;font-weight:700;color:#0d1b40;margin:0}
.connCard p{font-size:.91rem;color:#5a6880;line-height:1.6;margin:0}
.connCtaRow{margin-top:44px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.connCtaRow p{color:#5a6880;font-size:.97rem;margin:0}
.btnPrimaryDark{display:inline-block;background:linear-gradient(135deg,#0048C3 0%,#1a5fd6 100%);color:#FCFFFD;font-weight:700;font-size:1rem;padding:14px 30px;border-radius:24px;text-decoration:none;box-shadow:4px 4px 0 #0048c338;transition:transform 0.18s,box-shadow .18s}
.btnPrimaryDark:hover{transform:translateY(-2px);box-shadow:4px 6px 0 #0048c34d}
.dividerWave{width:100%;overflow:hidden;line-height:0;display:block}
@media (max-width: 1024px) {
.toolsGrid{grid-template-columns:repeat(2,1fr)}
.inspCases{grid-template-columns:1fr}
.connLayout{grid-template-columns:repeat(2,1fr)}
.qualPanel{flex-wrap:wrap}
}
@media (max-width: 768px) {
.heroInner{flex-direction:column;padding:48px 20px 40px;gap:32px}
.heroImgHolder{max-width:100%;width:100%}
.heroImgHolder img{height:260px}
.heroTxt h1{font-size:1.8rem}
.toolsGrid{grid-template-columns:1fr}
.motivLayout{flex-direction:column}
.motivImgSide{width:100%;flex:none}
.motivBadge{bottom:-14px;left:0}
.connLayout{grid-template-columns:1fr}
.inspCases{grid-template-columns:1fr}
.toolsInner,.inspInner,.motivInner,.qualInner,.connInner{padding:0 16px}
.toolsSection,.inspSection,.motivSection,.qualSection,.connSection{padding:52px 0}
.qualTabLabel{padding:10px 14px;font-size:.85rem}
#qualTab1:checked ~ .qualPanels .qualPanel:nth-child(1),#qualTab2:checked ~ .qualPanels .qualPanel:nth-child(2),#qualTab3:checked ~ .qualPanels .qualPanel:nth-child(3){flex-direction:column}
.qualPanelImg{flex:none;width:100%}
.inspTopRow{flex-direction:column;align-items:flex-start}
}
@media (max-width: 375px) {
.heroTxt h1{font-size:1.45rem}
.heroActions{flex-direction:column}
.caseCardTop{flex-direction:column}
}
.ctPg-wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.ctPg-hero{background:#FCFFFD;padding:80px 0 60px;position:relative;overflow:hidden}
.ctPg-hero::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;background:linear-gradient(135deg,#0048C3 0%,#FCFFFD 60%);border-radius:50%;opacity:.07;animation:ctHeroPulse 6s ease-in-out infinite alternate}
@keyframes ctHeroPulse {
0%{transform:scale(1) translateY(0)}
100%{transform:scale(1.12) translateY(-20px)}
}
.ctPg-hero-inner{display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.ctPg-hero-txt{flex:1 1 0;min-width:0}
.ctPg-hero-pre{font-size:13px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#FDA125;margin-bottom:18px;display:block}
.ctPg-hero-desc{font-size:17px;line-height:1.7;color:#444;margin-bottom:22px;max-width:520px}
.ctPg-hero-h1{font-size:clamp(32px,5vw,56px);font-weight:800;color:#0048C3;line-height:1.12;margin:0 0 12px;letter-spacing:-1.5px}
.ctPg-hero-h1 span{color:#FDA125}
.ctPg-divider-line{width:72px;height:5px;background:linear-gradient(90deg,#0048C3 0%,#FDA125 100%);border-radius:8px;margin:28px 0 0}
.ctPg-hero-img-holder{flex:0 0 340px;max-width:340px;position:relative}
.ctPg-hero-img-holder img{width:100%;height:320px;object-fit:cover;border-radius:28px;box-shadow:6px 6px 0 #0048C3;display:block;animation:ctImgFloat 5s ease-in-out infinite alternate}
@keyframes ctImgFloat {
0%{transform:translateY(0px) rotate(-1deg)}
100%{transform:translateY(-12px) rotate(1deg)}
}
.ctPg-hero-img-holder::after{content:'';position:absolute;bottom:-14px;right:-14px;width:90px;height:90px;border:4px solid #FDA125;border-radius:20px;z-index:0;opacity:.5}
.ctPg-zone-divider{display:flex;align-items:center;gap:18px;padding:0;margin:0}
.ctPg-zone-divider-bar{flex:1;height:2px;background:linear-gradient(90deg,#0048C3 0%,#FDA125 60%,transparent 100%);border-radius:2px}
.ctPg-zone-divider-dot{width:10px;height:10px;background:#FDA125;border-radius:50%;flex-shrink:0}
.ctPg-main-sect{background:#FCFFFD;padding:64px 0 80px}
.ctPg-main-grid{display:grid;grid-template-columns:1fr 1.45fr;gap:56px;align-items:start}
.ctPg-info-col{display:flex;flex-direction:column;gap:32px}
.ctPg-info-lbl{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#0048C3;margin-bottom:8px;display:block}
.ctPg-info-h2{font-size:28px;font-weight:700;color:#111;margin:0 0 14px;line-height:1.25}
.ctPg-info-body{font-size:15px;line-height:1.75;color:#555;margin:0}
.ctPg-contact-cards{display:flex;flex-direction:column;gap:16px}
.ctPg-cCard{display:flex;flex-direction:row;align-items:center;gap:16px;background:#fff;border-radius:18px;padding:18px 22px;box-shadow:3px 3px 0 #e0e8f5;border:1.5px solid #e4ecf8;transition:box-shadow 0.2s,transform .2s}
.ctPg-cCard:hover{box-shadow:5px 5px 0 #0048C3;transform:translateY(-2px)}
.ctPg-cCard-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#0048C3 0%,#1a6be8 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ctPg-cCard-icon i{color:#fff;font-size:18px}
.ctPg-cCard-body{display:flex;flex-direction:column;gap:2px}
.ctPg-cCard-lbl{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}
.ctPg-cCard-val{font-size:15px;color:#0048C3;font-weight:600;text-decoration:none}
.ctPg-cCard-val:hover{color:#FDA125}
.ctPg-cCard-val-plain{font-size:15px;color:#222;font-weight:500}
.ctPg-form-col{background:#fff;border-radius:28px;padding:44px 40px;box-shadow:5px 5px 0 #0048C3;border:2px solid #dde8f7}
.ctPg-form-h3{font-size:22px;font-weight:700;color:#0048C3;margin:0 0 6px}
.ctPg-form-sub{font-size:14px;color:#777;margin:0 0 32px;line-height:1.6}
.ctPg-form-grp{display:flex;flex-direction:column;gap:20px}
.ctPg-fld-wrap{display:flex;flex-direction:column;gap:7px}
.ctPg-fld-lbl{font-size:13px;font-weight:600;color:#333;letter-spacing:.3px}
.ctPg-fld-lbl span{color:#FDA125;margin-left:2px}
.ctPg-inp{width:100%;padding:13px 16px;border:2px solid #dde8f7;border-radius:14px;font-size:15px;color:#222;background:#FCFFFD;outline:none;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box}
.ctPg-inp:focus{border-color:#0048C3;box-shadow:0 0 0 3px #0048c31f;background:#fff}
.ctPg-select{width:100%;padding:13px 16px;border:2px solid #dde8f7;border-radius:14px;font-size:15px;color:#222;background:#FCFFFD;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 9L15 1' stroke='%230048C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;transition:border-color 0.2s,box-shadow .2s;cursor:pointer;box-sizing:border-box}
.ctPg-select:focus{border-color:#0048C3;box-shadow:0 0 0 3px #0048c31f;background-color:#fff}
.ctPg-textarea{width:100%;padding:13px 16px;border:2px solid #dde8f7;border-radius:14px;font-size:15px;color:#222;background:#FCFFFD;outline:none;resize:vertical;min-height:110px;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box}
.ctPg-textarea:focus{border-color:#0048C3;box-shadow:0 0 0 3px #0048c31f;background:#fff}
.ctPg-privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-top:4px}
.ctPg-priv-chk{width:20px;height:20px;accent-color:#0048C3;flex-shrink:0;margin-top:2px;cursor:pointer}
.ctPg-priv-txt{font-size:13px;color:#555;line-height:1.6}
.ctPg-priv-txt a{color:#0048C3;text-decoration:underline;font-weight:600}
.ctPg-priv-txt a:hover{color:#FDA125}
.ctPg-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 36px;background:linear-gradient(135deg,#0048C3 0%,#1a6be8 100%);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:16px;cursor:pointer;box-shadow:4px 4px 0 #FDA125;transition:background 0.2s,box-shadow 0.2s,transform .2s;position:relative;z-index:2;text-decoration:none;letter-spacing:.3px}
.ctPg-submit-btn:hover{background:linear-gradient(135deg,#003aa0 0%,#0048C3 100%);box-shadow:6px 6px 0 #FDA125;transform:translateY(-2px)}
.ctPg-submit-btn:active{box-shadow:2px 2px 0 #FDA125;transform:translateY(0)}
.ctPg-submit-btn i{font-size:16px}
@media (max-width: 1024px) {
.ctPg-main-grid{grid-template-columns:1fr;gap:40px}
.ctPg-hero-inner{flex-direction:column;gap:36px}
.ctPg-hero-img-holder{flex:0 0 auto;max-width:100%;width:100%}
.ctPg-hero-img-holder img{height:260px}
}
@media (max-width: 768px) {
.ctPg-hero{padding:52px 0 40px}
.ctPg-form-col{padding:28px 20px}
.ctPg-hero-h1{font-size:32px;letter-spacing:-.8px}
.ctPg-main-sect{padding:40px 0 56px}
.ctPg-info-h2{font-size:22px}
}
@media (max-width: 375px) {
.ctPg-wrap{padding:0 14px}
.ctPg-hero-h1{font-size:26px}
.ctPg-submit-btn{width:100%;padding:14px 20px}
.ctPg-form-col{padding:22px 14px}
}
.successPg{padding:0;margin:0}
.successPg .heroHolder{position:relative;overflow:hidden;background:#FCFFFD;padding:80px 24px 100px}
.successPg .heroHolder .abstractBg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
.successPg .heroHolder .abstractBg::before{content:'';position:absolute;top:-120px;right:-80px;width:520px;height:520px;border-radius:50%;background:linear-gradient(135deg,#0048c312 0%,#fda1250d 100%);border:1px solid #0048c30f}
.successPg .heroHolder .abstractBg::after{content:'';position:absolute;bottom:-60px;left:-40px;width:320px;height:320px;border-radius:50%;background:linear-gradient(225deg,#fda1250f 0%,#0048c30a 100%)}
.successPg .heroHolder .absDiag{position:absolute;top:40px;left:30%;width:2px;height:200px;background:linear-gradient(180deg,transparent,#0048c31f,transparent);transform:rotate(25deg)}
.successPg .heroHolder .absCircle{position:absolute;bottom:60px;right:18%;width:60px;height:60px;border-radius:50%;border:2px dashed #fda12540}
.successPg .heroHolder .absSquare{position:absolute;top:30%;left:8%;width:40px;height:40px;border:2px solid #0048c31a;border-radius:8px;transform:rotate(15deg)}
.successPg .heroInner{position:relative;z-index:2;max-width:760px;margin:0 auto;text-align:center}
.successPg .heroInner .iconBadge{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#0048C3 0%,#1a65e8 100%);box-shadow:0 6px 8px #0048c347 inset 0 -4px 8px #0000001f;margin:0 auto 32px}
.successPg .heroInner .iconBadge .icon-check{color:#FCFFFD;font-size:36px}
.successPg .heroInner .tagLine{display:inline-block;background:linear-gradient(90deg,#fda12526 0%,#fda12514 100%);border:1px solid #fda12566;border-radius:20px;padding:6px 18px;font-size:13px;color:#c47d0a;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:24px}
.successPg .heroInner .mainTtl{font-size:clamp(28px,5vw,52px);font-weight:800;line-height:1.15;color:#0a1628;margin:0 0 20px;letter-spacing:-.5px}
.successPg .heroInner .mainTtl .accentTxt{color:#0048C3;position:relative}
.successPg .heroInner .mainTtl .accentTxt::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FDA125,#0048C3);border-radius:2px}
.successPg .heroInner .subText{font-size:18px;line-height:1.7;color:#4a5568;max-width:560px;margin:0 auto 40px}
.successPg .heroInner .depthCard{background:#fff;border-radius:24px;padding:36px 40px;box-shadow:0 4px 8px #0048c31a 0 16px 40px #0048c30f inset 0 1px 0 #ffffffe6;border:1px solid #0048c314;position:relative;text-align:left;margin-bottom:40px}
.successPg .heroInner .depthCard::before{content:'';position:absolute;top:8px;left:16px;right:16px;height:100%;background:#0048c30a;border-radius:24px;z-index:-1}
.successPg .heroInner .depthCard .cardTtl{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#0048C3;margin:0 0 20px;display:flex;flex-direction:row;align-items:center;gap:8px}
.successPg .heroInner .depthCard .cardTtl .icon-envelope{font-size:16px}
.successPg .heroInner .depthCard .problemTxt{font-size:15px;line-height:1.65;color:#374151;margin:0 0 16px}
.successPg .heroInner .depthCard .solutionRow{display:flex;flex-direction:row;align-items:flex-start;gap:12px;background:linear-gradient(135deg,#0048c30a 0%,#fda12508 100%);border-radius:16px;padding:18px 20px;border-left:4px solid #FDA125}
.successPg .heroInner .depthCard .solutionRow .slIcon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#FDA125,#f08c0a);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #fda12559}
.successPg .heroInner .depthCard .solutionRow .slIcon .icon-rocket{color:#fff;font-size:15px}
.successPg .heroInner .depthCard .solutionRow .slTxt{font-size:15px;line-height:1.6;color:#1a2740;font-weight:500;margin:0}
.successPg .heroInner .ctaRow{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}
.successPg .heroInner .ctaRow .btnPrimary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#0048C3 0%,#1a65e8 100%);color:#FCFFFD;padding:16px 32px;border-radius:20px;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 4px 8px #0048c34d inset 0 -3px 6px #0000001a;transition:box-shadow .2s ease,transform .2s ease;z-index:10;position:relative}
.successPg .heroInner .ctaRow .btnPrimary:hover{box-shadow:0 6px 16px #0048c366 inset 0 -3px 6px #0000001a;transform:translateY(-2px)}
.successPg .heroInner .ctaRow .btnSecondary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#FCFFFD;color:#0048C3;padding:16px 32px;border-radius:20px;font-size:15px;font-weight:700;text-decoration:none;border:2px solid #0048c340;box-shadow:0 2px 6px #0048c314;transition:border-color .2s ease,box-shadow .2s ease;z-index:10;position:relative}
.successPg .heroInner .ctaRow .btnSecondary:hover{border-color:#0048C3;box-shadow:0 4px 12px #0048c326}
.successPg .valueStrip{background:linear-gradient(145deg,#0048C3 0%,#0038a0 50%,#1a4db8 100%);padding:72px 24px 80px;position:relative;overflow:hidden}
.successPg .valueStrip::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#fda12514}
.successPg .valueStrip::after{content:'';position:absolute;bottom:-80px;left:10%;width:400px;height:400px;border-radius:50%;background:#ffffff0a}
.successPg .valueStrip .stripInner{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.successPg .valueStrip .stripInner .stripHd{text-align:center;margin-bottom:56px}
.successPg .valueStrip .stripInner .stripHd h2{font-size:clamp(22px,3.5vw,38px);font-weight:800;color:#FCFFFD;margin:0 0 12px;line-height:1.2}
.successPg .valueStrip .stripInner .stripHd .hdSub{font-size:16px;color:#fcfffdb8;margin:0;line-height:1.6}
.successPg .valueStrip .stripInner .cardsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.successPg .valueStrip .stripInner .cardsGrid .vCard{background:#ffffff12;border:1px solid #ffffff1f;border-radius:24px;padding:32px 28px;position:relative;transition:background .25s ease,transform .25s ease}
.successPg .valueStrip .stripInner .cardsGrid .vCard:hover{background:#ffffff1c;transform:translateY(-4px)}
.successPg .valueStrip .stripInner .cardsGrid .vCard .vCardIcon{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#fda12540,#fda1251a);border:1px solid #fda1254d;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:inset 0 4px 8px #0000001a}
.successPg .valueStrip .stripInner .cardsGrid .vCard .vCardIcon i{color:#FDA125;font-size:22px}
.successPg .valueStrip .stripInner .cardsGrid .vCard .vCardTtl{font-size:17px;font-weight:700;color:#FCFFFD;margin:0 0 10px;line-height:1.3}
.successPg .valueStrip .stripInner .cardsGrid .vCard .vCardDesc{font-size:14px;line-height:1.65;color:#fcfffdb8;margin:0}
.successPg .valueStrip .stripInner .cardsGrid .vCard .stepNum{position:absolute;top:20px;right:24px;font-size:42px;font-weight:900;color:#ffffff0d;line-height:1}
@media (max-width: 768px) {
.successPg .heroHolder{padding:60px 20px 80px}
.successPg .heroInner .depthCard{padding:24px 20px}
.successPg .heroInner .ctaRow{flex-direction:column;align-items:center}
.successPg .heroInner .ctaRow .btnPrimary,.successPg .heroInner .ctaRow .btnSecondary{width:100%;justify-content:center;max-width:320px}
.successPg .valueStrip .stripInner .cardsGrid{grid-template-columns:1fr;gap:16px}
.successPg .valueStrip{padding:56px 20px 64px}
}
@media (min-width: 769px) and (max-width: 1366px) {
.successPg .valueStrip .stripInner .cardsGrid{grid-template-columns:repeat(3,1fr);gap:20px}
}
@media (max-width: 375px) {
.successPg .heroInner .mainTtl{font-size:26px}
.successPg .heroInner .subText{font-size:15px}
.successPg .heroInner .depthCard .solutionRow{flex-direction:column}
}