@import "https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap";
html{box-sizing:border-box}
*,::before,::after{box-sizing:inherit}
body{font-family:'Lora',Georgia,serif;font-size:16px;line-height:1.6;color:#222;background:#faf9f7;margin:0;padding:0}
.heado-box{background:#fff;border-bottom:2px solid #e8e4f0;box-shadow:0 2px 18px #0776cb12}
.heado-inner{max-width:1140px;margin:auto;padding:0 20px}
.heado-top-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0 10px;gap:24px;flex-wrap:wrap}
.LogoBlockBox{display:flex;align-items:center;gap:14px;text-decoration:none}
.LogoBlockBox img{width:80px;height:80px;object-fit:contain;border-radius:12px;background:#f0ecff;padding:6px;box-shadow:0 2px 10px #6a41f61a}
.SiteNameHeado{font-size:1.55rem;font-weight:700;color:#0776CB;letter-spacing:-.5px;line-height:1.1}
.SiteNameHeado span{display:block;font-size:.75rem;font-weight:400;color:#6A41F6;letter-spacing:.5px;margin-top:2px}
.HeadoContactBox{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.HeadoContactBox a{color:#444;text-decoration:none;font-size:.875rem;transition:color .2s linear}
.HeadoContactBox a:hover{color:#0776CB}
.HeadoPhoneLink{font-weight:700;font-size:1rem!important;color:#0776CB!important}
.HeadoEmailLink{color:#6A41F6!important}
.HeadoWaLink{color:#F99A45!important;font-size:.82rem!important}
.navi-box{background:linear-gradient(105deg,#0776CB 0%,#6A41F6 100%);border-top:1px solid #ffffff26}
.navi-inner{max-width:1140px;margin:auto;padding:0 20px;display:flex;align-items:center}
.navi-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0}
.navi-list li{position:relative}
.navi-list li a{display:block;padding:13px 20px;color:#fff;text-decoration:none;font-size:.9rem;font-weight:700;letter-spacing:.2px;transition:background .2s linear;white-space:nowrap}
.navi-list li a:hover,.navi-list li a:focus{background:#ffffff21;outline:2px solid #fff6;outline-offset:-2px}
.navi-list li.navi-has-sub > a::after{content:' ▾';font-size:.7rem;opacity:.8}
.navi-sub-box{display:none;position:absolute;top:100%;left:0;background:#fff;border-radius:0 0 10px 10px;box-shadow:0 8px 28px #0776cb21;min-width:180px;z-index:200;padding:6px 0}
.navi-has-sub:hover .navi-sub-box,.navi-has-sub:focus-within .navi-sub-box{display:block}
.navi-sub-box::before{content:'';display:block;height:8px;width:100%}
.navi-sub-box a{padding:10px 20px!important;color:#0776CB!important;font-size:.85rem!important;font-weight:400!important;background:transparent!important;display:block}
.navi-sub-box a:hover{background:#f0ecff!important;outline:none!important}
.FooterBox{background:linear-gradient(110deg,#1a1a2e 0%,#0d1b3e 100%);color:#ccc;margin-top:0}
.FooterInner{max-width:1140px;margin:auto;padding:32px 20px 18px}
.FooterTopRow{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:28px;padding-bottom:22px;border-bottom:1px solid #ffffff1a}
.FooterBrandCol{flex:0 0 auto}
.FooterBrandName{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 4px}
.FooterBrandTagline{font-size:.8rem;color:#89b}
.FooterNaviCol{display:flex;flex-direction:column;gap:8px}
.FooterNaviTitle{font-size:.78rem;font-weight:700;color:#F99A45;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}
.FooterNaviCol a{color:#aab8cc;text-decoration:none;font-size:.875rem;transition:color .2s linear}
.FooterNaviCol a:hover{color:#fff}
.FooterAddrCol{font-size:.82rem;color:#89b;line-height:1.8}
.FooterAddrCol a{color:#7ab8f0;text-decoration:none}
.FooterAddrCol a:hover{color:#fff}
.FooterBottomRow{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:16px}
.FooterCopyText{font-size:.78rem;color:#567}
.FooterPrivacyLink{font-size:.78rem;color:#567;text-decoration:none;border-bottom:1px dotted #567;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;font-family:inherit;padding:0}
.FooterPrivacyLink:hover{color:#F99A45;border-color:#F99A45}
.CookiePopupBox{position:fixed;right:0;top:50%;transform:translateY(-50%);width:360px;max-width:95vw;background:#fff;border-radius:16px 0 0 16px;box-shadow:-4px 0 32px #0776cb26;z-index:9999;opacity:0;transition:opacity .35s linear;border-left:4px solid #6A41F6}
.CookiePopupBox.PopupVisible{opacity:1}
.CookiePopupBox.PopupHiding{opacity:0}
.CookiePopupInner{padding:24px 20px 20px}
.CookiePopupTitle{font-size:1rem;font-weight:700;color:#0776CB;margin:0 0 8px}
.CookiePopupDesc{font-size:.8rem;color:#555;margin:0 0 16px;line-height:1.5}
.CookieGridMatrix{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
.CookieCardItem{background:#f7f5ff;border-radius:10px;padding:10px 10px 8px;border:1px solid #e0d8ff}
.CookieCardItem label{display:flex;align-items:center;gap:7px;font-size:.78rem;color:#333;cursor:pointer;font-weight:700}
.CookieCardItem input[type="checkbox"]{accent-color:#6A41F6;width:15px;height:15px}
.CookieCardDesc{font-size:.7rem;color:#888;margin:4px 0 0;line-height:1.4}
.CookieCardItem--required{opacity:.7}
.CookieButtRow{display:flex;gap:10px}
.CookieAcceptButt,.CookieDeclineButt{flex:1;padding:10px 14px;border-radius:999px;border:none;font-family:'Lora',Georgia,serif;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .2s linear}
.CookieAcceptButt{background:linear-gradient(105deg,#0776CB,#6A41F6);color:#fff}
.CookieDeclineButt{background:#f0ecff;color:#6A41F6;border:1px solid #c8beff}
.CookieAcceptButt:hover,.CookieDeclineButt:hover{opacity:.85}
.CookieDataSaleRow{margin-top:12px;text-align:center}
.CookieDataSaleLink{font-size:.72rem;color:#888;cursor:pointer;background:none;border:none;border-bottom:1px dotted #aaa;font-family:inherit;padding:0}
.CookieDataSaleLink:hover{color:#6A41F6;border-color:#6A41F6}
@media (max-width: 720px) {
.heado-top-row{flex-direction:column;align-items:flex-start;gap:14px}
.HeadoContactBox{align-items:flex-start}
.navi-list li a{padding:11px 12px;font-size:.82rem}
.FooterTopRow{flex-direction:column}
.CookiePopupBox{right:0;top:auto;bottom:0;transform:none;width:100%;border-radius:16px 16px 0 0;border-left:none;border-top:4px solid #6A41F6}
}
@media (max-width: 480px) {
.CookieGridMatrix{grid-template-columns:1fr}
}
.w-policy-content{max-width:1140px;margin:0 auto;padding:48px 24px 64px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0776cb14}
.w-policy-content p{font-size:1rem;line-height:1.85;color:#2c2c3a;margin:0 0 1.25rem;max-width:72ch}
.w-policy-content ul,.w-policy-content ol{margin:0 0 1.5rem 1.25rem;padding:0 0 0 1rem}
.w-policy-content ul{list-style-type:disc}
.w-policy-content ol{list-style-type:decimal}
.w-policy-content li{font-size:1rem;line-height:1.8;color:#2c2c3a;margin-bottom:.5rem;max-width:72ch}
.w-policy-content li + li{margin-top:.25rem}
.w-policy-content ul ul,.w-policy-content ol ol,.w-policy-content ul ol,.w-policy-content ol ul{margin-top:.5rem;margin-bottom:.5rem}
.w-policy-content strong,.w-policy-content b{font-weight:700;color:#1a1a2e}
.w-policy-content em,.w-policy-content i{font-style:italic;color:#3a3a50}
.w-policy-content a{color:#0776CB;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color linear 0.15s,outline linear .15s;border-radius:2px;outline:2px solid transparent;outline-offset:2px}
.w-policy-content a:hover{color:#6A41F6;text-decoration-color:#6A41F6;outline:2px solid #6a41f640}
.w-policy-content a:focus{outline:2px solid #0776CB;outline-offset:3px;text-decoration:none}
.w-policy-content table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;margin:1.75rem 0 2rem;font-size:.9375rem;box-shadow:0 4px 16px #0776cb12}
.w-policy-content thead{background:linear-gradient(135deg,#0776CB 0%,#6A41F6 100%)}
.w-policy-content thead th{color:#fff;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.06em;padding:14px 18px;text-align:left;border:none}
.w-policy-content tbody{background:#fff}
.w-policy-content tbody tr{border-bottom:1px solid #e8eef5;transition:background linear .12s}
.w-policy-content tbody tr:last-child{border-bottom:none}
.w-policy-content tbody tr:hover{background:#f4f8fd;outline:none}
.w-policy-content td{padding:12px 18px;color:#2c2c3a;font-size:.9375rem;line-height:1.6;vertical-align:top;border:none;border-right:1px solid #e8eef5}
.w-policy-content td:last-child{border-right:none}
.w-policy-content th{padding:14px 18px;vertical-align:middle;border-right:1px solid #fff3}
.w-policy-content th:last-child{border-right:none}
.w-policy-content div{margin-bottom:1.25rem}
.w-policy-content div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.w-policy-content{padding:32px 16px 48px;border-radius:12px}
.w-policy-content p{font-size:.9375rem;line-height:1.75;max-width:100%}
.w-policy-content li{font-size:.9375rem;max-width:100%}
.w-policy-content ul,.w-policy-content ol{margin-left:.75rem;padding-left:.75rem}
.w-policy-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;font-size:.875rem}
.w-policy-content thead th{font-size:.8125rem;padding:11px 14px;white-space:nowrap}
.w-policy-content td{padding:10px 14px;font-size:.875rem;white-space:nowrap}
}
@media (max-width: 480px) {
.w-policy-content{padding:24px 14px 40px;box-shadow:0 4px 16px #0776cb0f}
.w-policy-content p{font-size:.9rem;line-height:1.7}
.w-policy-content li{font-size:.9rem;line-height:1.7}
.w-policy-content thead th{padding:10px 12px}
.w-policy-content td{padding:9px 12px}
}
.TitleHeado{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:flex-end}
.TitleHeado .TitleImgBox{position:absolute;inset:0;z-index:0}
.TitleHeado .TitleImgBox img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}
.TitleHeado .TitleImgBox::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#0776cb73 0%,#6a41f659 40%,#0f0f1ee0 100%)}
.TitleHeado .TitleContentBox{position:relative;z-index:2;max-width:1140px;margin:0 auto;width:100%;padding:56px 28px 52px}
.TitleHeado .TitleTagLine{display:inline-flex;align-items:center;gap:8px;background:#f99a452e;border:1px solid #f99a4580;border-radius:20px;padding:5px 14px;margin-bottom:20px}
.TitleHeado .TitleTagLine span{font-size:12px;font-weight:600;color:#F99A45;letter-spacing:.08em;text-transform:uppercase}
.TitleHeado .TitleMainHead{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#fff;line-height:1.15;margin:0 0 6px;max-width:680px}
.TitleHeado .TitlePauseBar{width:52px;height:3px;background:linear-gradient(90deg,#F99A45,#6A41F6);border-radius:2px;margin:16px 0 18px}
.TitleHeado .TitleDescBox{max-width:540px}
.TitleHeado .TitleDescBox p{font-size:1.05rem;color:#ffffffde;line-height:1.65;margin:0}
.TitleHeado .TitleDecoShape{position:absolute;top:32px;right:60px;z-index:1;opacity:.22}
.AboutStorySection{padding:80px 0 72px;background:#f7f9fc}
.AboutStorySection .StoryInnerBox{max-width:1140px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.AboutStorySection .StoryTextBox{display:flex;flex-direction:column;gap:18px}
.AboutStorySection .StoryLabelAlt{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6A41F6;display:flex;align-items:center;gap:8px}
.AboutStorySection .StoryLabelAlt::before{content:'';display:inline-block;width:24px;height:2px;background:#6A41F6;border-radius:1px}
.AboutStorySection .StoryHeadMain{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1a2e;line-height:1.25;margin:0}
.AboutStorySection .StoryHeadMain em{font-style:normal;color:#0776CB}
.AboutStorySection .StoryParaBox p{font-size:.97rem;color:#444;line-height:1.7;margin:0 0 12px}
.AboutStorySection .StoryParaBox p:last-child{margin-bottom:0}
.AboutStorySection .StoryStatRow{display:flex;flex-direction:row;gap:28px;margin-top:8px}
.AboutStorySection .StoryStatItem{display:flex;flex-direction:column;gap:2px}
.AboutStorySection .StoryStatNum{font-size:2rem;font-weight:900;color:#0776CB;line-height:1}
.AboutStorySection .StoryStatDesc{font-size:.8rem;color:#777;line-height:1.4;max-width:100px}
.AboutStorySection .StoryImgWrap{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 18px 48px #0776cb24}
.AboutStorySection .StoryImgWrap img{width:100%;height:380px;object-fit:cover;display:block;border-radius:20px}
.AboutStorySection .StoryImgAccent{position:absolute;bottom:-16px;left:-16px;width:80px;height:80px;background:linear-gradient(135deg,#F99A45,#6A41F6);border-radius:16px;opacity:.7;z-index:0}
.AboutStorySection .StoryImgWrap::before{content:'';position:absolute;top:-10px;right:-10px;width:56px;height:56px;border:3px solid #0776CB;border-radius:12px;z-index:2;opacity:.35}
.AboutTeamSection{padding:72px 0 80px;background:#fff;position:relative}
.AboutTeamSection::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0776CB 0%,#6A41F6 50%,#F99A45 100%)}
.AboutTeamSection .TeamInnerBox{max-width:1140px;margin:0 auto;padding:0 28px}
.AboutTeamSection .TeamHeadBox{text-align:center;margin-bottom:52px}
.AboutTeamSection .TeamHeadBox h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a2e;margin:0 0 12px;position:relative;display:inline-block}
.AboutTeamSection .TeamHeadBox h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:44px;height:3px;background:linear-gradient(90deg,#F99A45,#6A41F6);border-radius:2px}
.AboutTeamSection .TeamHeadBox p{font-size:.97rem;color:#666;line-height:1.65;max-width:520px;margin:20px auto 0}
.AboutTeamSection .TeamGridBox{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.AboutTeamSection .TeamCardItem{display:flex;flex-direction:row;gap:24px;align-items:flex-start;background:#f7f9fc;border-radius:18px;padding:28px;box-shadow:0 4px 20px #0776cb12;transition:box-shadow .2s linear,transform .2s linear}
.AboutTeamSection .TeamCardItem:hover{box-shadow:0 10px 36px #0776cb26;transform:translateY(-3px);outline:2px solid #0776CB22}
.AboutTeamSection .TeamCardImgBox{flex-shrink:0;width:90px;height:90px;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px #6a41f626}
.AboutTeamSection .TeamCardImgBox img{width:90px;height:90px;object-fit:cover;object-position:center top;display:block}
.AboutTeamSection .TeamCardTextBox{display:flex;flex-direction:column;gap:6px;flex:1}
.AboutTeamSection .TeamCardName{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0}
.AboutTeamSection .TeamCardRole{font-size:.8rem;font-weight:600;color:#6A41F6;text-transform:uppercase;letter-spacing:.07em}
.AboutTeamSection .TeamCardBio{font-size:.88rem;color:#555;line-height:1.6;margin:0}
.AboutMethodSection{padding:80px 0;background:linear-gradient(148deg,#0d1a35 0%,#1a0a40 60%,#0d1e30 100%);position:relative;overflow:hidden}
.AboutMethodSection .MethodDecoCircle{position:absolute;border-radius:50%;opacity:.08}
.AboutMethodSection .MethodDecoCircle--primary{width:380px;height:380px;background:#0776CB;top:-100px;right:-80px}
.AboutMethodSection .MethodDecoCircle--secondary{width:260px;height:260px;background:#6A41F6;bottom:-60px;left:-60px}
.AboutMethodSection .MethodInnerBox{max-width:1140px;margin:0 auto;padding:0 28px;position:relative;z-index:2}
.AboutMethodSection .MethodTopRow{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}
.AboutMethodSection .MethodLabelTemp{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#F99A45;margin-bottom:14px;display:block}
.AboutMethodSection .MethodMainHead{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#fff;line-height:1.25;margin:0 0 18px}
.AboutMethodSection .MethodParaAlt p{font-size:.95rem;color:#ffffffbf;line-height:1.7;margin:0 0 10px}
.AboutMethodSection .MethodParaAlt p:last-child{margin-bottom:0}
.AboutMethodSection .MethodImgWrap{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006}
.AboutMethodSection .MethodImgWrap img{width:100%;height:320px;object-fit:cover;display:block}
.AboutMethodSection .MethodStepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.AboutMethodSection .MethodStepCard{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:28px 22px;transition:background .2s linear,border-color .2s linear}
.AboutMethodSection .MethodStepCard:hover{background:#0776cb26;border-color:#0776cb66;outline:1px solid #0776cb4d}
.AboutMethodSection .MethodStepNum{font-size:2.2rem;font-weight:900;color:transparent;background:linear-gradient(135deg,#F99A45,#6A41F6);-webkit-background-clip:text;background-clip:text;line-height:1;margin-bottom:12px}
.AboutMethodSection .MethodStepTitle{font-size:1rem;font-weight:700;color:#fff;margin:0 0 8px}
.AboutMethodSection .MethodStepDesc{font-size:.87rem;color:#ffffffad;line-height:1.65;margin:0}
.AboutGallerySection{padding:72px 0 80px;background:#f2f4f8;position:relative}
.AboutGallerySection .GalleryInnerBox{max-width:1140px;margin:0 auto;padding:0 28px}
.AboutGallerySection .GalleryHeadRow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:44px;gap:24px}
.AboutGallerySection .GalleryHeadText h2{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:800;color:#1a1a2e;margin:0 0 8px}
.AboutGallerySection .GalleryHeadText p{font-size:.93rem;color:#666;margin:0;max-width:420px;line-height:1.6}
.AboutGallerySection .GalleryCtaWrap a{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(120deg,#0776CB,#6A41F6);color:#fff;font-size:.92rem;font-weight:700;border-radius:10px;padding:12px 24px;text-decoration:none;transition:box-shadow .2s linear,transform .2s linear;white-space:nowrap;position:relative;z-index:5}
.AboutGallerySection .GalleryCtaWrap a:hover{box-shadow:0 8px 28px #0776cb52;transform:translateY(-2px);outline:2px solid #0776CB44}
.AboutGallerySection .GalleryMasonBox{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto;gap:20px}
.AboutGallerySection .GalleryMasonBox .GallImgMain{grid-row:1 / 3;border-radius:18px;overflow:hidden;box-shadow:0 10px 32px #0776cb1f}
.AboutGallerySection .GalleryMasonBox .GallImgMain img{width:100%;height:380px;object-fit:cover;display:block;transition:transform .3s linear}
.AboutGallerySection .GalleryMasonBox .GallImgMain:hover img{transform:scale(1.03)}
.AboutGallerySection .GalleryMasonBox .GallImgSec{border-radius:14px;overflow:hidden;box-shadow:0 6px 20px #6a41f61a}
.AboutGallerySection .GalleryMasonBox .GallImgSec img{width:100%;height:178px;object-fit:cover;display:block;transition:transform .3s linear}
.AboutGallerySection .GalleryMasonBox .GallImgSec:hover img{transform:scale(1.04)}
.AboutGallerySection .GalleryValuesList{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.AboutGallerySection .GallValueItem{background:#fff;border-radius:14px;padding:22px 18px;box-shadow:0 3px 14px #0776cb12;display:flex;flex-direction:column;gap:8px;border-bottom:3px solid transparent;transition:border-color .2s linear,box-shadow .2s linear}
.AboutGallerySection .GallValueItem:nth-child(1){border-bottom-color:#0776CB}
.AboutGallerySection .GallValueItem:nth-child(2){border-bottom-color:#F99A45}
.AboutGallerySection .GallValueItem:nth-child(3){border-bottom-color:#6A41F6}
.AboutGallerySection .GallValueItem:nth-child(4){border-bottom-color:#0776CB}
.AboutGallerySection .GallValueItem:hover{box-shadow:0 8px 28px #0776cb21;outline:1px solid #0776CB22}
.AboutGallerySection .GallValueIcon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}
.AboutGallerySection .GallValueTitle{font-size:.93rem;font-weight:700;color:#1a1a2e;margin:0}
.AboutGallerySection .GallValueDesc{font-size:.82rem;color:#666;line-height:1.55;margin:0}
@media (max-width: 900px) {
.AboutStorySection .StoryInnerBox{grid-template-columns:1fr;gap:36px}
.AboutTeamSection .TeamGridBox{grid-template-columns:1fr}
.AboutMethodSection .MethodTopRow{grid-template-columns:1fr;gap:32px}
.AboutMethodSection .MethodStepsGrid{grid-template-columns:1fr 1fr}
.AboutGallerySection .GalleryValuesList{grid-template-columns:repeat(2,1fr)}
.AboutGallerySection .GalleryHeadRow{flex-direction:column;align-items:flex-start}
}
@media (max-width: 640px) {
.TitleHeado{min-height:360px}
.TitleHeado .TitleDecoShape{display:none}
.TitleHeado .TitleContentBox{padding:44px 20px 40px}
.AboutStorySection,.AboutTeamSection,.AboutMethodSection,.AboutGallerySection{padding:52px 0}
.AboutStorySection .StoryStatRow{gap:18px}
.AboutMethodSection .MethodStepsGrid{grid-template-columns:1fr}
.AboutGallerySection .GalleryMasonBox{grid-template-columns:1fr;grid-template-rows:auto}
.AboutGallerySection .GalleryMasonBox .GallImgMain{grid-row:auto}
.AboutGallerySection .GalleryMasonBox .GallImgMain img{height:240px}
.AboutGallerySection .GalleryValuesList{grid-template-columns:1fr 1fr}
.AboutTeamSection .TeamCardItem{flex-direction:column;align-items:flex-start}
}
.HeroBox{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.HeroBox .HeroBgImg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(0.45) brightness(0.55);z-index:0}
.HeroBox .HeroCornerTL,.HeroBox .HeroCornerBR{position:absolute;width:80px;height:80px;z-index:2;pointer-events:none}
.HeroBox .HeroCornerTL{top:20px;left:20px;border-top:2px solid #F99A45;border-left:2px solid #F99A45}
.HeroBox .HeroCornerBR{bottom:20px;right:20px;border-bottom:2px solid #6A41F6;border-right:2px solid #6A41F6}
.HeroInnerBox{position:relative;z-index:3;max-width:1140px;margin:0 auto;padding:80px 24px;width:100%;display:flex;flex-direction:column;gap:0}
.HeroLabelTag{display:inline-block;background:#F99A45;color:#fff;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:3px;margin-bottom:22px;width:fit-content}
.HeroMainHeado{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#fff;line-height:1.15;max-width:640px;margin:0}
.HeroDividerLine{width:60px;height:3px;background:linear-gradient(90deg,#0776CB,#6A41F6);margin:24px 0;border-radius:2px}
.HeroSubtextBox{background:#0776cb2e;border-left:3px solid #0776CB;padding:18px 22px;max-width:480px;border-radius:0 8px 8px 0}
.HeroSubtextBox p{color:#e8f1fb;font-size:1rem;line-height:1.65;margin:0}
.HeroCtaRow{display:flex;flex-direction:row;gap:14px;margin-top:32px;flex-wrap:wrap}
.ButtPrimary{background:linear-gradient(135deg,#0776CB 0%,#6A41F6 100%);color:#fff;padding:13px 28px;border-radius:6px;font-size:.95rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:box-shadow .2s linear,transform .2s linear;display:inline-block;position:relative;z-index:5}
.ButtPrimary:hover{box-shadow:0 6px 24px #0776cb59;transform:translateY(-2px);outline:2px solid #fff}
.ButtSecondary{background:transparent;color:#fff;padding:13px 28px;border-radius:6px;font-size:.95rem;font-weight:700;text-decoration:none;border:2px solid #F99A45;cursor:pointer;transition:background .2s linear,color .2s linear;display:inline-block;position:relative;z-index:5}
.ButtSecondary:hover{background:#F99A45;color:#fff;outline:2px solid #fff}
.QualStandBox{background:#f7f9fc;padding:72px 0 64px}
.QualStandInner{max-width:1140px;margin:0 auto;padding:0 24px}
.SectHeadoBox{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:44px}
.SectHeadoBox .SectLabelAlt{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#0776CB;margin-bottom:10px}
.SectHeadoBox h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a2e;margin:0 0 6px;position:relative}
.SectHeadoBox h2::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#F99A45,#6A41F6);margin-top:10px;border-radius:2px}
.QualGridRow{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.QualCardItem{background:#fff;border-radius:14px;padding:28px 24px;box-shadow:0 4px 24px #0776cb14;border-top:3px solid transparent;transition:box-shadow .2s linear,border-color .2s linear;display:flex;flex-direction:column;gap:10px}
.QualCardItem:hover{box-shadow:0 8px 32px #0776cb26;border-top-color:#0776CB;outline:1px solid #0776CB}
.QualCardItem .QualIconWrap{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#e8f3fd,#ede8ff);display:flex;align-items:center;justify-content:center}
.QualCardItem h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0}
.QualCardItem p{font-size:.88rem;color:#5a6278;line-height:1.6;margin:0}
.InteractBox{background:#1a1a2e;padding:72px 0;position:relative;overflow:hidden}
.InteractBox::before{content:'';position:absolute;top:-80px;right:-80px;width:340px;height:340px;background:radial-gradient(circle,#6a41f62e 0%,transparent 70%);pointer-events:none}
.InteractInner{max-width:1140px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.InteractTextSide h2{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:800;color:#fff;margin:0 0 18px;line-height:1.2}
.InteractTextSide p{color:#a8b4cc;font-size:.93rem;line-height:1.7;margin:0 0 28px}
.InteractFormatList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.InteractFormatList li{display:flex;flex-direction:row;align-items:flex-start;gap:14px;color:#cbd5e8;font-size:.9rem;line-height:1.55}
.InteractFormatList li .IcoCirc{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#0776CB,#6A41F6);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}
.InteractImgSide{position:relative}
.InteractImgSide img{width:100%;height:340px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #0006}
.InteractBadgeFloat{position:absolute;bottom:-20px;left:-20px;background:#F99A45;color:#fff;border-radius:12px;padding:14px 20px;font-size:.82rem;font-weight:700;box-shadow:0 4px 18px #f99a4566;max-width:180px;line-height:1.3}
.LernEfficiBox{padding:76px 0 64px;background:#fff}
.LernEfficiInner{max-width:1140px;margin:0 auto;padding:0 24px}
.LernEfficiGrid{display:grid;grid-template-columns:5fr 7fr;gap:48px;align-items:start;margin-top:44px}
.LernEfficiImg img{width:100%;height:380px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #0776cb1f}
.LernEfficiImg{position:relative}
.LernEfficiImg .AccentBarAlt{position:absolute;top:24px;left:-12px;width:6px;height:80px;background:linear-gradient(180deg,#0776CB,#6A41F6);border-radius:3px}
.SkillTrackBox{display:flex;flex-direction:column;gap:20px}
.SkillTrackItem .SkillLabelRow{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}
.SkillTrackItem .SkillLabelRow span{font-size:.87rem;font-weight:600;color:#2d3450}
.SkillTrackItem .SkillLabelRow .SkillPct{color:#0776CB;font-weight:700}
.SkillBarOuter{background:#edf0f7;border-radius:4px;height:8px;overflow:hidden}
.SkillBarFill{height:100%;border-radius:4px;background:linear-gradient(90deg,#0776CB,#6A41F6);transition:width .4s linear}
.SkillBarFill--alt{background:linear-gradient(90deg,#F99A45,#6A41F6)}
.EfficiNotesBox{margin-top:28px;padding:20px;background:linear-gradient(135deg,#f0f6ff 0%,#f5f0ff 100%);border-radius:10px;border-left:4px solid #6A41F6}
.EfficiNotesBox p{font-size:.88rem;color:#3d4468;margin:0;line-height:1.6}
.PartnersBox{background:linear-gradient(145deg,#0776CB 0%,#6A41F6 60%,#1a1a2e 100%);padding:72px 0;position:relative;overflow:hidden}
.PartnersBox::after{content:'';position:absolute;bottom:-60px;left:-60px;width:260px;height:260px;background:radial-gradient(circle,#f99a4526 0%,transparent 70%);pointer-events:none}
.PartnersInner{max-width:1140px;margin:0 auto;padding:0 24px}
.PartnersInner .SectHeadoBox .SectLabelAlt{color:#F99A45}
.PartnersInner .SectHeadoBox h2{color:#fff}
.PartnersInner .SectHeadoBox h2::after{background:linear-gradient(90deg,#F99A45,#ffffff4d)}
.PartnerTestiGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:36px}
.PartnerTestiCard{background:#ffffff1a;border-radius:14px;padding:26px 22px;border:1px solid #ffffff26;backdrop-filter:blur(4px);transition:background .2s linear}
.PartnerTestiCard:hover{background:#ffffff29;outline:1px solid #fff6}
.PartnerTestiCard .TestiQuote{font-size:.9rem;color:#dde6f7;line-height:1.65;margin:0 0 16px;font-style:italic}
.TestiPersonRow{display:flex;flex-direction:row;align-items:center;gap:12px}
.TestiPersonRow img{width:44px;height:44px;object-fit:cover;border-radius:50%;border:2px solid #F99A45}
.TestiPersonRow .TestiNameBox span{display:block;font-size:.85rem;font-weight:700;color:#fff}
.TestiPersonRow .TestiNameBox small{font-size:.78rem;color:#a8bdd6}
.PartnerStatsRow{display:flex;flex-direction:row;gap:0;background:#ffffff14;border-radius:12px;overflow:hidden}
.PartnerStatItem{flex:1;padding:24px 20px;text-align:center;border-right:1px solid #ffffff1a}
.PartnerStatItem:last-child{border-right:none}
.PartnerStatItem .StatNumm{font-size:2rem;font-weight:800;color:#F99A45;display:block;line-height:1}
.PartnerStatItem .StatLbl{font-size:.8rem;color:#c0cfe8;margin-top:6px;display:block}
.PlatformBox{background:#f4f6fb;padding:72px 0 64px}
.PlatformInner{max-width:1140px;margin:0 auto;padding:0 24px}
.PlatformSplitRow{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:44px}
.PlatformFeatList{display:flex;flex-direction:column;gap:18px}
.PlatformFeatItem{display:flex;flex-direction:row;gap:16px;align-items:flex-start;background:#fff;border-radius:10px;padding:18px 20px;box-shadow:0 2px 12px #0776cb12;transition:box-shadow .2s linear}
.PlatformFeatItem:hover{box-shadow:0 6px 24px #0776cb21;outline:1px solid #0776CB}
.PlatformFeatItem .PlatIcoBox{width:38px;height:38px;border-radius:8px;background:linear-gradient(135deg,#0776CB,#6A41F6);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.PlatformFeatItem h5{font-size:.92rem;font-weight:700;color:#1a1a2e;margin:0 0 4px}
.PlatformFeatItem p{font-size:.83rem;color:#5a6278;margin:0;line-height:1.55}
.PlatformImgSide img{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #0000001a}
.PlatformImgSide{position:relative}
.PlatformImgSide .AccentCornerDeco{position:absolute;top:-10px;right:-10px;width:60px;height:60px;border-top:3px solid #F99A45;border-right:3px solid #F99A45;border-radius:0 8px 0 0}
.ResearchBox{background:#fff;padding:72px 0 64px}
.ResearchInner{max-width:1140px;margin:0 auto;padding:0 24px}
.ResearchLayoutRow{display:grid;grid-template-columns:7fr 5fr;gap:48px;margin-top:44px;align-items:start}
.ResearchMetricsGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px}
.ResearchMetricCard{background:linear-gradient(135deg,#f0f6ff 0%,#f5f0ff 100%);border-radius:12px;padding:22px 18px;border-bottom:3px solid #0776CB;transition:transform .2s linear}
.ResearchMetricCard:hover{transform:translateY(-3px);outline:1px solid #0776CB}
.ResearchMetricCard .MetricNum{font-size:1.8rem;font-weight:800;color:#0776CB;display:block;line-height:1;margin-bottom:6px}
.ResearchMetricCard .MetricLbl{font-size:.82rem;color:#3d4468;font-weight:600}
.ResearchTextCol h3{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin:0 0 14px}
.ResearchTextCol p{font-size:.88rem;color:#5a6278;line-height:1.65;margin:0 0 16px}
.ResearchTagsRow{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:10px}
.ResearchTag{background:#e8f3fd;color:#0776CB;border-radius:20px;padding:5px 14px;font-size:.8rem;font-weight:600}
.WaveDivider{display:block;width:100%;line-height:0}
.ZigDivider{width:100%;text-align:center;padding:8px 0;display:flex;justify-content:center}
.ZigDivider svg{width:120px;height:16px}
@media (max-width: 900px) {
.QualGridRow{grid-template-columns:1fr 1fr}
.InteractInner{grid-template-columns:1fr;gap:32px}
.LernEfficiGrid{grid-template-columns:1fr}
.PartnerTestiGrid{grid-template-columns:1fr}
.PlatformSplitRow{grid-template-columns:1fr}
.ResearchLayoutRow{grid-template-columns:1fr}
.PartnerStatsRow{flex-wrap:wrap}
.PartnerStatItem{flex:1 0 45%;border-right:none;border-bottom:1px solid #ffffff1a}
}
@media (max-width: 600px) {
.QualGridRow{grid-template-columns:1fr}
.HeroInnerBox{padding:56px 16px}
.ResearchMetricsGrid{grid-template-columns:1fr}
.PartnerStatsRow{flex-direction:column}
.PartnerStatItem{border-right:none;border-bottom:1px solid #ffffff1a}
.HeroCtaRow{flex-direction:column}
}
.ContactPageWrap{max-width:1140px;margin:0 auto;padding:0 20px}
.HeroBox{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:center;background:#f4f0ff;border-radius:20px;margin:40px auto;max-width:1140px}
.HeroBox .HeroImgBg{position:absolute;right:0;top:0;width:55%;height:100%;object-fit:cover;object-position:center;filter:saturate(0.85) brightness(0.95) sepia(0.08);border-radius:0 20px 20px 0}
.HeroBox .HeroImgOverlay{position:absolute;right:0;top:0;width:55%;height:100%;background:linear-gradient(105deg,#f4f0ff 30%,#6b41f62e 100%);border-radius:0 20px 20px 0;pointer-events:none}
.HeroBox .HeroContentBox{position:relative;z-index:2;width:55%;padding:56px 48px}
.HeroBox .HeroContentBox .HeadoTag{display:inline-block;background:linear-gradient(90deg,#0776CB 0%,#6A41F6 100%);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:18px}
.HeroBox .HeroContentBox h1{font-size:2.4rem;font-weight:800;color:#1a1233;line-height:1.18;margin-bottom:18px;position:relative}
.HeroBox .HeroContentBox h1 .AccentWord{color:#6A41F6}
.HeroBox .HeroContentBox h1::after{content:'';display:block;width:52px;height:4px;background:linear-gradient(90deg,#F99A45,#6A41F6);border-radius:2px;margin-top:14px}
.HeroBox .HeroContentBox .HeroDescBox{margin-top:22px;padding:18px 22px;background:#ffffffd1;border-left:4px solid #0776CB;border-radius:0 10px 10px 0;box-shadow:0 4px 18px #0776cb12}
.HeroBox .HeroContentBox .HeroDescBox p{font-size:1.02rem;color:#3a3356;line-height:1.65;margin:0}
.HeroLightDot{position:absolute;top:-40px;left:-40px;width:180px;height:180px;background:radial-gradient(circle,#f99a452e 0%,transparent 70%);pointer-events:none}
.ContactSplitBox{max-width:1140px;margin:0 auto 60px;display:grid;grid-template-columns:1fr 1.45fr;gap:36px;align-items:start;padding:0 20px}
.ContactInfoPanel{background:linear-gradient(145deg,#0776CB 0%,#6A41F6 100%);border-radius:20px;padding:44px 36px;color:#fff;box-shadow:0 12px 40px #0776cb2e}
.ContactInfoPanel h2{font-size:1.45rem;font-weight:800;color:#fff;margin-bottom:10px}
.ContactInfoPanel .InfoSubtext{font-size:.96rem;color:#ffffffd1;margin-bottom:36px;line-height:1.55}
.ContactInfoPanel .InfoItemBox{display:flex;flex-direction:column;gap:24px}
.ContactInfoPanel .InfoItem{display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.ContactInfoPanel .InfoItem .InfoIcon{width:42px;height:42px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #ffffff38}
.ContactInfoPanel .InfoItem .InfoIcon svg{width:20px;height:20px;fill:#fff}
.ContactInfoPanel .InfoItemText{display:flex;flex-direction:column;gap:3px}
.ContactInfoPanel .InfoItemText .InfoLabel{font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#ffffffa6}
.ContactInfoPanel .InfoItemText a,.ContactInfoPanel .InfoItemText span{font-size:.98rem;color:#fff;text-decoration:none;line-height:1.5;word-break:break-word}
.ContactInfoPanel .InfoItemText a:hover{text-decoration:underline;outline:none}
.ContactInfoPanel .WaSeparator{margin-top:32px;padding-top:24px;border-top:1px solid #fff3}
.ContactInfoPanel .WaButt{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#ffffff21;border:1.5px solid #fff6;border-radius:40px;padding:11px 22px;color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .22s linear,border-color .22s linear}
.ContactInfoPanel .WaButt:hover{background:#ffffff3d;border-color:#fff;outline:none}
.ContactInfoPanel .WaButt svg{width:20px;height:20px;fill:#fff;flex-shrink:0}
.FormPanelBox{background:#fff;border-radius:20px;padding:44px 40px;box-shadow:0 8px 32px #6a41f614;border:1px solid #ede8ff}
.FormPanelBox h2{font-size:1.45rem;font-weight:800;color:#1a1233;margin-bottom:8px}
.FormPanelBox .FormSubtextNew{font-size:.95rem;color:#6b6480;margin-bottom:30px;line-height:1.5}
.FormPanelBox form{display:flex;flex-direction:column;gap:0}
.FormRowDouble{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}
.FormFieldBox{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.FormFieldBox label{font-size:.83rem;font-weight:700;color:#3a3356;letter-spacing:.04em;text-transform:uppercase}
.FormFieldBox input,.FormFieldBox select{width:100%;padding:13px 16px;border:1.5px solid #d8d0f5;border-radius:10px;font-size:.97rem;color:#1a1233;background:#faf9ff;box-sizing:border-box;transition:border-color .2s linear,box-shadow .2s linear;appearance:none;-webkit-appearance:none}
.FormFieldBox input:focus,.FormFieldBox select:focus{border-color:#6A41F6;outline:none;box-shadow:0 0 0 3px #6a41f621;background:#fff}
.FormFieldBox .SelectWrap{position:relative}
.FormFieldBox .SelectWrap select{width:100%;padding-right:38px;cursor:pointer}
.FormFieldBox .SelectWrap::after{content:'';pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #6A41F6}
.PrivacyCheckBox{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:22px;margin-top:4px}
.PrivacyCheckBox input[type="checkbox"]{margin-top:3px;width:18px;height:18px;accent-color:#6A41F6;flex-shrink:0;cursor:pointer}
.PrivacyCheckBox label{font-size:.88rem;color:#6b6480;line-height:1.55;cursor:pointer}
.PrivacyCheckBox label a{color:#6A41F6;text-decoration:underline}
.PrivacyCheckBox label a:hover{color:#0776CB}
.SubmitButtBox{display:flex;flex-direction:row;align-items:center;gap:16px}
.SubmitButtBox .MainSendButt{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(110deg,#6A41F6 0%,#0776CB 100%);color:#fff;font-size:1rem;font-weight:700;padding:14px 32px;border:none;border-radius:40px;cursor:pointer;box-shadow:0 6px 22px #6a41f638;transition:box-shadow .2s linear,transform .15s linear;position:relative;z-index:2;text-decoration:none}
.SubmitButtBox .MainSendButt:hover{box-shadow:0 8px 28px #6a41f657;transform:translateY(-2px);outline:2px solid #6A41F6;outline-offset:2px}
.SubmitButtBox .MainSendButt svg{width:18px;height:18px;fill:#fff}
.ExtraInfoBandBox{max-width:1140px;margin:0 auto 60px;padding:0 20px}
.ExtraInfoBandInner{background:linear-gradient(108deg,#fdf9f2 0%,#f0f4ff 100%);border-radius:20px;padding:48px 48px 40px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;border:1px solid #e8e0ff;box-shadow:0 4px 24px #6a41f60f}
.ExtraBandCard{display:flex;flex-direction:column;gap:12px;position:relative;padding-left:18px}
.ExtraBandCard::before{content:'';position:absolute;left:0;top:6px;width:4px;height:44px;border-radius:2px;background:linear-gradient(180deg,#F99A45,#6A41F6)}
.ExtraBandCard .BandCardIcon{width:40px;height:40px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 12px #0776cb1a;border:1px solid #e0d8ff}
.ExtraBandCard .BandCardIcon svg{width:20px;height:20px}
.ExtraBandCard h4{font-size:1.02rem;font-weight:800;color:#1a1233;margin:0}
.ExtraBandCard p{font-size:.92rem;color:#6b6480;margin:0;line-height:1.6}
.ExtraBandCard .BandCardLink{font-size:.9rem;font-weight:600;color:#0776CB;text-decoration:none;display:inline-flex;align-items:center;gap:5px;margin-top:4px;transition:color .2s linear}
.ExtraBandCard .BandCardLink:hover{color:#6A41F6;outline:none;text-decoration:underline}
.SectionDividerWave{width:100%;overflow:hidden;line-height:0;margin:4px 0}
.SectionDividerWave svg{display:block;width:100%}
@media (max-width: 900px) {
.HeroBox .HeroContentBox{width:70%;padding:40px 32px}
.HeroBox .HeroImgBg,.HeroBox .HeroImgOverlay{width:45%}
.ContactSplitBox{grid-template-columns:1fr}
.ExtraInfoBandInner{grid-template-columns:1fr 1fr;padding:32px 24px}
}
@media (max-width: 640px) {
.HeroBox{min-height:320px;border-radius:14px;margin:18px 12px}
.HeroBox .HeroContentBox{width:100%;padding:32px 22px}
.HeroBox .HeroImgBg,.HeroBox .HeroImgOverlay{display:none}
.HeroBox .HeroContentBox h1{font-size:1.65rem}
.ContactSplitBox{padding:0 12px;gap:20px;margin-bottom:36px}
.FormPanelBox{padding:28px 18px}
.ContactInfoPanel{padding:28px 20px}
.FormRowDouble{grid-template-columns:1fr}
.ExtraInfoBandInner{grid-template-columns:1fr;padding:24px 18px;gap:22px}
.ExtraInfoBandBox{padding:0 12px;margin-bottom:36px}
}
.ProgramHeadoBox{position:relative;overflow:hidden;background:linear-gradient(135deg,#0776CB 0%,#6A41F6 55%,#0776CB 100%);padding:80px 20px 90px}
.ProgramHeadoBox .HeadoGlowAlt{position:absolute;top:-60px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#f99a4547 0%,#f99a4500 70%);border-radius:50%;pointer-events:none}
.ProgramHeadoBox .HeadoGlowSecondary{position:absolute;bottom:-100px;left:-60px;width:360px;height:360px;background:radial-gradient(circle,#6a41f638 0%,#6a41f600 70%);border-radius:50%;pointer-events:none}
.ProgramHeadoBox .HeadoInnerBox{max-width:1140px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.ProgramHeadoBox .HeadoTextBox{flex:1 1 52%;display:flex;flex-direction:column;gap:20px}
.ProgramHeadoBox .HeadoTagLine{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid #ffffff38;border-radius:20px;padding:6px 16px;width:fit-content}
.ProgramHeadoBox .HeadoTagLine span{font-size:13px;font-weight:600;color:#F99A45;letter-spacing:.06em;text-transform:uppercase}
.ProgramHeadoBox .HeadoMainTitle{font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.15;color:#fff;margin:0}
.ProgramHeadoBox .HeadoMainTitle .TitleAccentWord{color:#F99A45;position:relative}
.ProgramHeadoBox .HeadoMainTitle .TitleAccentWord::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#F99A45,transparent);border-radius:2px}
.ProgramHeadoBox .HeadoDescBox{font-size:17px;line-height:1.7;color:#ffffffd9;max-width:480px;margin:0}
.ProgramHeadoBox .HeadoButtBox{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.ProgramHeadoBox .HeadoPrimaryButt{display:inline-block;padding:14px 30px;background:#F99A45;color:#fff;font-weight:700;font-size:15px;border-radius:8px;text-decoration:none;border:2px solid #F99A45;transition:background .2s linear,color .2s linear,box-shadow .2s linear;box-shadow:0 4px 18px #f99a454d;position:relative;z-index:3}
.ProgramHeadoBox .HeadoPrimaryButt:hover{background:transparent;color:#F99A45;box-shadow:0 0 0 2px #F99A45}
.ProgramHeadoBox .HeadoSecondaryButt{display:inline-block;padding:14px 30px;background:transparent;color:#fff;font-weight:600;font-size:15px;border-radius:8px;text-decoration:none;border:2px solid #ffffff80;transition:border-color .2s linear,background .2s linear;position:relative;z-index:3}
.ProgramHeadoBox .HeadoSecondaryButt:hover{border-color:#fff;background:#ffffff14}
.ProgramHeadoBox .HeadoImgBox{flex:0 0 42%;position:relative}
.ProgramHeadoBox .HeadoImgWrap{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000059;position:relative}
.ProgramHeadoBox .HeadoImgWrap::before{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#0776cb26 0%,#6a41f633 100%);z-index:1;border-radius:20px}
.ProgramHeadoBox .HeadoImgWrap img{display:block;width:100%;height:340px;object-fit:cover;border-radius:20px}
.ProgramHeadoBox .HeadoStatRow{display:flex;flex-direction:row;gap:16px;margin-top:4px}
.ProgramHeadoBox .HeadoStatCard{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:12px;padding:14px 20px;display:flex;flex-direction:column;gap:4px;min-width:110px}
.ProgramHeadoBox .HeadoStatCard .StatNumbo{font-size:24px;font-weight:800;color:#F99A45;line-height:1}
.ProgramHeadoBox .HeadoStatCard .StatLabelBox{font-size:12px;color:#ffffffb8;line-height:1.3}
.CursosContentOuter{background:#f7f8fc;padding:80px 20px}
.CursosContentOuter .CursosInnerBox{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:70px}
.CursosContentOuter .CursosSectionHeado{text-align:center;max-width:660px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.CursosContentOuter .CursosSectionHeado h2{font-size:clamp(26px,4vw,40px);font-weight:800;color:#1a1f36;margin:0;line-height:1.2}
.CursosContentOuter .CursosSectionHeado h2 .SectionAccentV2{color:#0776CB}
.CursosContentOuter .CursosSectionHeado .SectionDescV2{font-size:16px;color:#5a637a;line-height:1.65;margin:0}
.CursosContentOuter .SectionDividerLine{width:50px;height:4px;background:linear-gradient(90deg,#0776CB,#6A41F6);border-radius:4px;margin:0 auto}
.CursoTabsBox{display:flex;flex-direction:column;gap:0}
.CursoTabsBox .TabsNavRow{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #e2e6f0;overflow-x:auto}
.CursoTabsBox input[type="radio"]{display:none}
.CursoTabsBox .TabLabelButt{padding:14px 26px;font-size:14px;font-weight:600;color:#5a637a;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .2s linear,border-color .2s linear;display:block}
.CursoTabsBox .TabLabelButt:hover{color:#0776CB}
#TabUno:checked ~ .TabsNavRow .TabLabelUno,#TabDos:checked ~ .TabsNavRow .TabLabelDos,#TabTres:checked ~ .TabsNavRow .TabLabelTres{color:#0776CB;border-bottom-color:#0776CB}
.CursoTabsBox .TabsContentArea{padding:36px 0 0}
.CursoTabsBox .TabPanel{display:none}
#TabUno:checked ~ .TabsContentArea .TabPanelUno,#TabDos:checked ~ .TabsContentArea .TabPanelDos,#TabTres:checked ~ .TabsContentArea .TabPanelTres{display:block}
.CursoTabsBox .TabPanel .PanelGridBox{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.CursoTabsBox .TabPanel .ModuleCardBox{background:#fff;border-radius:16px;padding:28px 28px 24px;border:1px solid #e2e6f0;box-shadow:0 4px 20px #0776cb0f;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s linear,border-color .2s linear}
.CursoTabsBox .TabPanel .ModuleCardBox:hover{border-color:#0776CB;box-shadow:0 8px 32px #0776cb24}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleIconRow{display:flex;flex-direction:row;align-items:center;gap:14px}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleIconCircle{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ModuleIconCircle.ColorPrimary{background:#0776cb1a}
.ModuleIconCircle.ColorSecondary{background:#f99a451f}
.ModuleIconCircle.ColorTertiary{background:#6a41f61a}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleNumBadge{font-size:12px;font-weight:700;color:#5a637a;background:#f0f2f8;border-radius:20px;padding:4px 10px;margin-left:auto}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleCardTitle{font-size:16px;font-weight:700;color:#1a1f36;margin:0}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleCardDesc{font-size:14px;color:#5a637a;line-height:1.6;margin:0}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleTopicList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleTopicList li{font-size:13px;color:#3a4257;display:flex;align-items:flex-start;gap:8px;line-height:1.5}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleTopicList li::before{content:'';width:6px;height:6px;border-radius:50%;background:#0776CB;flex-shrink:0;margin-top:6px}
.CursoTabsBox .TabPanel .ModuleCardBox .ModuleDurBadge{font-size:12px;color:#0776CB;font-weight:600;display:flex;align-items:center;gap:5px}
.ProgramTeamSplit{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}
.ProgramTeamSplit .TestaCardBox{background:#fff;border-radius:20px;padding:30px 26px;box-shadow:0 6px 28px #0776cb14;border:1px solid #e8eaf2;display:flex;flex-direction:column;gap:18px;transition:box-shadow .2s linear}
.ProgramTeamSplit .TestaCardBox:hover{box-shadow:0 12px 40px #0776cb26}
.ProgramTeamSplit .TestaCardBox .TestaHeadRow{display:flex;flex-direction:row;align-items:center;gap:14px}
.ProgramTeamSplit .TestaCardBox .TestaAvatarBox{width:58px;height:58px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #e2e6f0}
.ProgramTeamSplit .TestaCardBox .TestaAvatarBox img{width:100%;height:100%;object-fit:cover;display:block}
.ProgramTeamSplit .TestaCardBox .TestaNameBlock{display:flex;flex-direction:column;gap:3px}
.ProgramTeamSplit .TestaCardBox .TestaNameBlock .TestaName{font-size:15px;font-weight:700;color:#1a1f36}
.ProgramTeamSplit .TestaCardBox .TestaNameBlock .TestaRole{font-size:12px;color:#0776CB;font-weight:600}
.ProgramTeamSplit .TestaCardBox .TestaQuoteText{font-size:14px;line-height:1.65;color:#4a5270;margin:0;font-style:italic}
.ProgramTeamSplit .TestaCardBox .TestaStarRow{display:flex;flex-direction:row;gap:3px}
.ProgramTeamSplit .TestaCardBox .TestaStarRow .StarSvg{width:14px;height:14px;fill:#F99A45}
.ProgressBlockOuter{background:linear-gradient(135deg,#1a1f36 0%,#0776CB 100%);border-radius:24px;padding:48px 44px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.ProgressBlockOuter .ProgTextBox{display:flex;flex-direction:column;gap:18px}
.ProgressBlockOuter .ProgTextBox h3{font-size:clamp(22px,3vw,32px);font-weight:800;color:#fff;margin:0;line-height:1.25}
.ProgressBlockOuter .ProgTextBox .ProgDescText{font-size:15px;color:#ffffffc7;line-height:1.65;margin:0}
.ProgressBlockOuter .ProgTextBox .ProgCTAButt{display:inline-block;padding:13px 28px;background:#F99A45;color:#fff;font-weight:700;font-size:14px;border-radius:8px;text-decoration:none;border:2px solid #F99A45;width:fit-content;transition:background .2s linear,color .2s linear}
.ProgressBlockOuter .ProgTextBox .ProgCTAButt:hover{background:transparent;color:#F99A45}
.ProgressBlockOuter .ProgBarsBox{display:flex;flex-direction:column;gap:22px}
.ProgressBlockOuter .ProgBarsBox .BarItemBox{display:flex;flex-direction:column;gap:8px}
.ProgressBlockOuter .ProgBarsBox .BarItemBox .BarLabelRow{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.ProgressBlockOuter .ProgBarsBox .BarItemBox .BarLabelRow .BarLabelText{font-size:13px;font-weight:600;color:#ffffffd9}
.ProgressBlockOuter .ProgBarsBox .BarItemBox .BarLabelRow .BarPctText{font-size:13px;font-weight:700;color:#F99A45}
.ProgressBlockOuter .ProgBarsBox .BarItemBox .BarTrack{height:8px;background:#ffffff26;border-radius:4px;overflow:hidden}
.ProgressBlockOuter .ProgBarsBox .BarItemBox .BarFill{height:100%;border-radius:4px;background:linear-gradient(90deg,#F99A45,#6A41F6)}
@media (max-width: 900px) {
.ProgramHeadoBox .HeadoInnerBox{flex-direction:column;gap:32px}
.ProgramHeadoBox .HeadoImgBox{flex:none;width:100%}
.ProgramHeadoBox .HeadoImgWrap img{height:240px}
.CursoTabsBox .TabPanel .PanelGridBox{grid-template-columns:1fr}
.ProgramTeamSplit{grid-template-columns:1fr 1fr}
.ProgressBlockOuter{grid-template-columns:1fr;padding:36px 28px;gap:28px}
}
@media (max-width: 600px) {
.ProgramHeadoBox{padding:52px 16px 64px}
.ProgramHeadoBox .HeadoStatRow{flex-direction:row;gap:10px;flex-wrap:wrap}
.ProgramTeamSplit{grid-template-columns:1fr}
.CursosContentOuter{padding:52px 16px}
.CursoTabsBox .TabsNavRow{gap:0}
.CursoTabsBox .TabLabelButt{padding:12px 16px;font-size:13px}
}
.PartnersHeadoBox{max-width:1140px;margin:0 auto;padding:64px 24px 48px;display:flex;flex-direction:row;align-items:center;gap:48px}
.PartnersHeadoBox .HeadoTextSide{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}
.PartnersHeadoBox .HeadoTextSide .HeadoLabel{display:inline-block;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#6A41F6;background:#6a41f614;border-radius:4px;padding:5px 14px;width:fit-content}
.PartnersHeadoBox .HeadoTextSide h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1a1a2e;line-height:1.18;margin:0}
.PartnersHeadoBox .HeadoTextSide h1 .HeadoUnderlineKey{text-decoration:underline;text-decoration-color:#F99A45;text-underline-offset:5px}
.PartnersHeadoBox .HeadoTextSide .HeadoDesc{font-size:1.08rem;color:#444;line-height:1.7;max-width:480px;margin:0}
.PartnersHeadoBox .HeadoImgSide{flex:0 0 320px;display:flex;align-items:center;justify-content:flex-end}
.PartnersHeadoBox .HeadoImgSide .HeadoImgClip{width:300px;height:340px;border-radius:24px 8px 24px 8px;overflow:hidden;box-shadow:0 12px 40px #0776cb1f}
.PartnersHeadoBox .HeadoImgSide .HeadoImgClip img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.PartnersBenefitsWrap{background:linear-gradient(135deg,#f8f4ff 0%,#eef6ff 60%,#fff7ef 100%);padding:64px 0}
.PartnersBenefitsBox{max-width:1140px;margin:0 auto;padding:0 24px}
.PartnersBenefitsBox .BenefitsHeado{text-align:center;margin-bottom:44px}
.PartnersBenefitsBox .BenefitsHeado h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:#1a1a2e;margin:0 0 12px;position:relative;display:inline-block}
.PartnersBenefitsBox .BenefitsHeado h2::after{content:'';display:block;width:56px;height:3px;background:linear-gradient(90deg,#0776CB,#6A41F6);border-radius:2px;margin:10px auto 0}
.PartnersBenefitsBox .BenefitsHeado p{font-size:1rem;color:#555;max-width:520px;margin:0 auto;line-height:1.65}
.BenefitsGridAlt{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.BenefitsGridAlt .BenefCardItem{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 24px #0776cb12;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s linear,transform .2s linear;border:1.5px solid transparent}
.BenefitsGridAlt .BenefCardItem:hover{box-shadow:0 8px 32px #6a41f624;transform:translateY(-3px);border-color:#6a41f62e}
.BenefCardItem .BenefIcon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.BenefCardItem .BenefIcon svg{width:26px;height:26px}
.BenefCardItem .BenefIcon--blue{background:#0776cb1a}
.BenefCardItem .BenefIcon--orange{background:#f99a451f}
.BenefCardItem .BenefIcon--purple{background:#6a41f61a}
.BenefCardItem h4{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0}
.BenefCardItem p{font-size:.93rem;color:#555;line-height:1.6;margin:0}
.PartnersProfilesWrap{max-width:1140px;margin:0 auto;padding:72px 24px 56px}
.PartnersProfilesWrap .ProfilesHeadoRow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:20px;flex-wrap:wrap}
.PartnersProfilesWrap .ProfilesHeadoRow h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#1a1a2e;margin:0}
.PartnersProfilesWrap .ProfilesHeadoRow h2 span{color:#0776CB}
.PartnersProfilesWrap .ProfilesHeadoRow .ProfilesSubNote{font-size:.93rem;color:#777;max-width:320px;line-height:1.55}
.ProfilesCardsRow{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.ProfilesCardsRow .ProfileCard{display:flex;flex-direction:row;gap:24px;background:#fff;border-radius:18px;padding:28px 24px;box-shadow:0 6px 28px #1a1a2e12;align-items:flex-start;border-left:4px solid #0776CB;transition:border-color .2s linear}
.ProfilesCardsRow .ProfileCard:nth-child(2){border-left-color:#6A41F6}
.ProfilesCardsRow .ProfileCard:hover{border-left-color:#F99A45}
.ProfileCard .ProfImgBox{flex:0 0 80px}
.ProfileCard .ProfImgBox img{width:80px;height:80px;border-radius:50%;object-fit:cover;object-position:top;display:block;box-shadow:0 2px 12px #0776cb1f}
.ProfileCard .ProfInfoBox{flex:1;display:flex;flex-direction:column;gap:8px}
.ProfileCard .ProfInfoBox .ProfName{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0}
.ProfileCard .ProfInfoBox .ProfRole{font-size:.85rem;font-weight:600;color:#0776CB;margin:0;letter-spacing:.5px}
.ProfileCard .ProfInfoBox .ProfDesc{font-size:.9rem;color:#555;line-height:1.6;margin:0}
.ProfileCard .ProfInfoBox .ProfTagsRow{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;margin-top:4px}
.ProfileCard .ProfInfoBox .ProfTagsRow .ProfTag{font-size:.78rem;background:#0776cb14;color:#0776CB;border-radius:4px;padding:3px 10px;font-weight:600}
.ProfilesCardsRow .ProfileCard:nth-child(2) .ProfInfoBox .ProfRole{color:#6A41F6}
.ProfilesCardsRow .ProfileCard:nth-child(2) .ProfInfoBox .ProfTagsRow .ProfTag{background:#6a41f614;color:#6A41F6}
.PartnersJoinWrap{background:linear-gradient(118deg,#0776CB 0%,#6A41F6 60%,#3a1fa8 100%);padding:72px 0;position:relative;overflow:hidden}
.PartnersJoinWrap::before{content:'';position:absolute;top:-60px;right:-80px;width:320px;height:320px;border-radius:50%;background:#f99a4521;pointer-events:none}
.PartnersJoinWrap::after{content:'';position:absolute;bottom:-40px;left:-60px;width:220px;height:220px;border-radius:50%;background:#ffffff12;pointer-events:none}
.PartnersJoinBox{max-width:1140px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;gap:56px}
.PartnersJoinBox .JoinTextSide{flex:1 1 50%;display:flex;flex-direction:column;gap:20px}
.PartnersJoinBox .JoinTextSide h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#fff;margin:0;line-height:1.2}
.PartnersJoinBox .JoinTextSide h2 .JoinHighlight{color:#F99A45}
.PartnersJoinBox .JoinTextSide .JoinPara{font-size:1rem;color:#ffffffe0;line-height:1.7;margin:0}
.PartnersJoinBox .JoinTextSide .JoinStepsList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.PartnersJoinBox .JoinTextSide .JoinStepsList li{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:.95rem;color:#ffffffe6}
.PartnersJoinBox .JoinTextSide .JoinStepsList li .JoinStepNum{flex:0 0 28px;height:28px;width:28px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#F99A45;border:1.5px solid #f99a4566}
.PartnersJoinBox .JoinFormSide{flex:1 1 42%;background:#fff;border-radius:20px;padding:36px 32px;box-shadow:0 16px 48px #0000002e;display:flex;flex-direction:column;gap:18px;position:relative;z-index:2}
.PartnersJoinBox .JoinFormSide h3{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0}
.JoinFormSide .JoinFormGroup{display:flex;flex-direction:column;gap:6px}
.JoinFormSide .JoinFormGroup label{font-size:.82rem;font-weight:600;color:#444;letter-spacing:.3px}
.JoinFormSide .JoinFormGroup input,.JoinFormSide .JoinFormGroup select,.JoinFormSide .JoinFormGroup textarea{border:1.5px solid #ddd;border-radius:8px;padding:10px 14px;font-size:.93rem;color:#1a1a2e;outline:none;transition:border-color .2s linear;background:#fafafa;width:100%;box-sizing:border-box}
.JoinFormSide .JoinFormGroup input:focus,.JoinFormSide .JoinFormGroup select:focus,.JoinFormSide .JoinFormGroup textarea:focus{border-color:#0776CB;background:#fff}
.JoinFormSide .JoinFormGroup textarea{resize:vertical;min-height:80px}
.JoinFormSide .JoinSubmitButt{background:linear-gradient(135deg,#0776CB,#6A41F6);color:#fff;border:none;border-radius:10px;padding:13px 28px;font-size:1rem;font-weight:700;cursor:pointer;transition:box-shadow .2s linear,transform .2s linear;position:relative;z-index:3;width:100%;display:block}
.JoinFormSide .JoinSubmitButt:hover{box-shadow:0 6px 24px #0776cb52;transform:translateY(-1px)}
.JoinFormSide .JoinFormNote{font-size:.79rem;color:#888;text-align:center;margin:0}
.PartnersCourseImgRow{max-width:1140px;margin:0 auto;padding:60px 24px 56px;display:grid;grid-template-columns:1fr 1.4fr;gap:36px;align-items:center}
.PartnersCourseImgRow .CourseTextCol{display:flex;flex-direction:column;gap:18px}
.PartnersCourseImgRow .CourseTextCol h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#1a1a2e;margin:0}
.PartnersCourseImgRow .CourseTextCol h2 .CourseAccent{color:#6A41F6}
.PartnersCourseImgRow .CourseTextCol p{font-size:.95rem;color:#555;line-height:1.7;margin:0}
.PartnersCourseImgRow .CourseTextCol .CourseStatRow{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}
.CourseStatRow .CourseStat{display:flex;flex-direction:column;gap:4px}
.CourseStatRow .CourseStat .CourseStatNum{font-size:1.6rem;font-weight:800;color:#0776CB}
.CourseStatRow .CourseStat .CourseStatLabel{font-size:.8rem;color:#777;text-transform:uppercase;letter-spacing:1px}
.PartnersCourseImgRow .CourseImgCol{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #0776cb1a}
.PartnersCourseImgRow .CourseImgCol img{width:100%;height:320px;object-fit:cover;object-position:center;display:block;border-radius:20px}
.PartnersCourseImgRow .CourseImgCol .CourseImgBadge{position:absolute;bottom:18px;left:18px;background:#f99a45f2;color:#fff;font-size:.82rem;font-weight:700;border-radius:8px;padding:7px 14px;box-shadow:0 3px 12px #f99a454d}
.PartnersDividerWave{width:100%;line-height:0;overflow:hidden}
.PartnersDividerWave svg{display:block;width:100%}
@media (max-width: 900px) {
.PartnersHeadoBox{flex-direction:column-reverse;padding:40px 20px 36px;gap:28px}
.PartnersHeadoBox .HeadoImgSide{flex:unset;justify-content:center;width:100%}
.PartnersHeadoBox .HeadoImgSide .HeadoImgClip{width:100%;max-width:340px;height:240px}
.BenefitsGridAlt{grid-template-columns:1fr 1fr}
.ProfilesCardsRow{grid-template-columns:1fr}
.PartnersJoinBox{flex-direction:column;gap:36px}
.PartnersCourseImgRow{grid-template-columns:1fr;gap:28px}
.PartnersCourseImgRow .CourseImgCol img{height:240px}
}
@media (max-width: 600px) {
.BenefitsGridAlt{grid-template-columns:1fr}
.PartnersJoinBox .JoinFormSide{padding:24px 18px}
.ProfilesCardsRow .ProfileCard{flex-direction:column}
.ProfileCard .ProfImgBox{flex:unset}
.CourseStatRow{gap:14px}
}
.SuccessPageBox{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px 100px;position:relative;overflow:hidden}
.SuccessPageBox::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#0776CB 0%,#6A41F6 45%,#F99A45 100%);opacity:.07;z-index:0}
.SuccessPageBox::after{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#6a41f61a 0%,#0776cb0d 60%,transparent 100%);z-index:0}
.SuccessInnerBox{position:relative;z-index:2;max-width:680px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}
.SuccessIconBox{width:88px;height:88px;border-radius:50%;background:linear-gradient(140deg,#0776CB 0%,#6A41F6 100%);display:flex;align-items:center;justify-content:center;margin-bottom:36px;box-shadow:0 12px 40px #0776cb40 0 4px 16px #6a41f62e;flex-shrink:0}
.SuccessIconBox svg{width:44px;height:44px;display:block}
.SuccessHeadoBox{text-align:center;margin-bottom:28px}
.SuccessHeadoBox .HeadoTitle{font-size:2.4rem;font-weight:800;line-height:1.18;color:#111827;margin-bottom:14px;letter-spacing:-.5px}
.SuccessHeadoBox .HeadoTitle span{background:linear-gradient(90deg,#0776CB,#6A41F6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.SuccessHeadoBox .HeadoSub{font-size:1.08rem;line-height:1.65;color:#4B5563;max-width:520px;margin:0 auto}
.SuccessDividerLine{width:64px;height:3px;border-radius:2px;background:linear-gradient(90deg,#F99A45,#6A41F6);margin:0 auto 32px}
.SuccessDetailsBox{background:#fff;border-radius:20px;padding:40px 44px;box-shadow:0 8px 40px #0776cb17 0 2px 8px #0000000d;width:100%;margin-bottom:36px;position:relative}
.SuccessDetailsBox::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;border-radius:20px 20px 0 0;background:linear-gradient(90deg,#0776CB 0%,#6A41F6 50%,#F99A45 100%)}
.SuccessStepsList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}
.SuccessStepsList li{display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.StepNumButt{width:36px;height:36px;border-radius:10px;background:linear-gradient(140deg,#0776cb1a 0%,#6a41f61f 100%);color:#0776CB;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1.5px solid #0776cb2e}
.StepTextBox{display:flex;flex-direction:column;gap:2px}
.StepTextBox strong{font-size:.97rem;font-weight:700;color:#1F2937;line-height:1.3}
.StepTextBox span{font-size:.9rem;color:#6B7280;line-height:1.55}
.SuccessActionsBox{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:48px}
.ButtPrimary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:12px;background:linear-gradient(135deg,#0776CB 0%,#6A41F6 100%);color:#fff;font-size:.97rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 18px #0776cb38;transition:box-shadow .2s linear,transform .2s linear;position:relative;z-index:3}
.ButtPrimary:hover{box-shadow:0 6px 28px #0776cb59;transform:translateY(-2px);outline:none}
.ButtPrimary:focus{outline:3px solid #F99A45;outline-offset:3px}
.ButtSecondaryAlt{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:12px;background:#fff;color:#0776CB;font-size:.97rem;font-weight:700;text-decoration:none;border:2px solid #0776cb4d;cursor:pointer;transition:border-color .2s linear,box-shadow .2s linear,transform .2s linear;position:relative;z-index:3}
.ButtSecondaryAlt:hover{border-color:#0776CB;box-shadow:0 4px 16px #0776cb1f;transform:translateY(-2px)}
.ButtSecondaryAlt:focus{outline:3px solid #F99A45;outline-offset:3px}
.SuccessContactRow{display:flex;flex-direction:row;gap:24px;align-items:center;flex-wrap:wrap;justify-content:center;padding:24px 32px;background:#0776cb0a;border-radius:14px;border:1px solid #0776cb17;width:100%;box-sizing:border-box}
.ContactLinkItem{display:flex;flex-direction:row;align-items:center;gap:8px;color:#374151;font-size:.92rem;text-decoration:none;transition:color .2s linear}
.ContactLinkItem:hover{color:#0776CB}
.ContactLinkItem svg{flex-shrink:0}
.ContactSepDot{width:4px;height:4px;border-radius:50%;background:#D1D5DB;flex-shrink:0}
.FloatShapeLeft{position:absolute;left:-30px;bottom:60px;width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#f99a451f 0%,#6a41f612 100%);z-index:0;filter:blur(2px)}
.FloatShapeRight{position:absolute;right:-40px;top:80px;width:140px;height:140px;border-radius:24px;background:linear-gradient(135deg,#0776cb14 0%,#6a41f61a 100%);z-index:0;transform:rotate(24deg)}
@media (max-width: 768px) {
.SuccessPageBox{padding:56px 16px 72px}
.SuccessDetailsBox{padding:28px 22px}
.SuccessHeadoBox .HeadoTitle{font-size:1.75rem}
.SuccessActionsBox{flex-direction:column;align-items:stretch}
.ButtPrimary,.ButtSecondaryAlt{justify-content:center}
.SuccessContactRow{padding:18px 16px;gap:14px}
.ContactSepDot{display:none}
.FloatShapeLeft,.FloatShapeRight{display:none}
}
@media (max-width: 480px) {
.SuccessHeadoBox .HeadoTitle{font-size:1.45rem}
.SuccessIconBox{width:72px;height:72px}
.SuccessIconBox svg{width:34px;height:34px}
}