*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body{font-family:'Ubuntu Mono',monospace;background:#F8F7F7;color:#1a1a2e}
.SiteHeado{background:#fff;box-shadow:0 2px 12px #00519414;position:relative;z-index:100}
.HeadoTopRow{background:linear-gradient(135deg,#005194 0%,#003d70 100%);padding:0}
.HeadoTopInner{max-width:1280px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:24px}
.LogoWrap{display:flex;align-items:center;gap:14px;text-decoration:none}
.LogoWrap img{width:90px;height:90px;object-fit:contain;background:#ffffff1f;border-radius:12px;padding:6px;box-shadow:0 2px 8px #0000002e}
.LogoTextBlock{display:flex;flex-direction:column}
.LogoTextBlock .SiteName{font-family:'Ubuntu Mono',monospace;font-size:1.7rem;font-weight:700;color:#fff;letter-spacing:.04em;line-height:1.1}
.LogoTextBlock .SiteTagline{font-size:.72rem;color:#ffffffa6;letter-spacing:.08em;margin-top:2px}
.MainNavi{display:flex;align-items:center;gap:0;list-style:none;flex-wrap:wrap}
.MainNavi > li{position:relative}
.MainNavi > li > a{display:block;padding:10px 18px;color:#ffffffe0;text-decoration:none;font-size:.88rem;font-weight:700;letter-spacing:.05em;border-radius:8px;transition:background 0.18s,color .18s;white-space:nowrap}
.MainNavi > li > a:hover,.MainNavi > li.is-active > a{background:#fd8e3f38;color:#FD8E3F}
.MainNavi > li.has-dropdown > a::after{content:'\f107';font-family:'Font Awesome 6 Free';font-weight:900;margin-left:6px;font-size:.75rem}
.SubNaviContainer{display:none;position:absolute;top:calc(100% + 4px);left:0;background:#fff;border-radius:10px;box-shadow:0 8px 24px #00519424;min-width:180px;z-index:200;overflow:hidden;padding:6px 0}
.MainNavi > li.has-dropdown:hover .SubNaviContainer,.MainNavi > li.has-dropdown .SubNaviContainer:hover{display:block}
.SubNaviContainer a{display:block;padding:10px 20px;color:#005194;text-decoration:none;font-size:.84rem;font-weight:700;transition:background .15s;white-space:nowrap}
.SubNaviContainer a:hover{background:#F8F7F7;color:#FD8E3F}
.HeadoBottomRow{background:#fff;border-top:3px solid #FD8E3F;padding:8px 0}
.HeadoBottomInner{max-width:1280px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;gap:24px}
.CompanySubline{font-size:.78rem;color:#888;letter-spacing:.06em;font-style:italic}
.HeadoContact{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#005194;font-weight:700;text-decoration:none}
.HeadoContact i{color:#FD8E3F;font-size:.85rem}
.HeadoContact:hover{color:#FD8E3F}
.SiteFooter{background:linear-gradient(160deg,#003d70 0%,#005194 50%,#FD8E3F 100%);color:#fff;margin-top:0}
.FooterInner{max-width:1280px;margin:auto;padding:52px 24px 28px}
.FooterGrid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;margin-bottom:40px}
.FooterBrand .FooterLogo{font-size:1.4rem;font-weight:700;color:#fff;letter-spacing:.05em;margin-bottom:10px}
.FooterBrand p{font-size:.82rem;color:#ffffffb8;line-height:1.7;max-width:260px}
.FooterHeado{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:#FD8E3F;text-transform:uppercase;margin-bottom:16px}
.FooterContactList{list-style:none;display:flex;flex-direction:column;gap:12px}
.FooterContactList li{display:flex;align-items:flex-start;gap:10px;font-size:.84rem;color:#ffffffd9;line-height:1.5}
.FooterContactList li i{color:#FD8E3F;margin-top:3px;font-size:.82rem;flex-shrink:0}
.FooterContactList li a{color:#ffffffd9;text-decoration:none}
.FooterContactList li a:hover{color:#FD8E3F}
.FooterLinksList{list-style:none;display:flex;flex-direction:column;gap:10px}
.FooterLinksList li a{color:#ffffffc7;text-decoration:none;font-size:.84rem;transition:color .15s;display:flex;align-items:center;gap:8px}
.FooterLinksList li a i{font-size:.7rem;color:#FD8E3F}
.FooterLinksList li a:hover{color:#FD8E3F}
.FooterBottom{border-top:1px solid #ffffff26;padding-top:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.FooterBottom .CopyText{font-size:.78rem;color:#ffffff80}
.FooterServiceNavi{display:flex;gap:20px;flex-wrap:wrap}
.FooterServiceNavi a{font-size:.78rem;color:#ffffff8c;text-decoration:none}
.FooterServiceNavi a:hover{color:#FD8E3F}
.CookieModal{display:none;position:fixed;inset:0;background:#0000008c;z-index:9999;align-items:center;justify-content:center}
.CookieModal[data-visible="true"]{display:flex}
.CookieBlock{background:#fff;border-radius:14px;padding:36px 40px 28px;max-width:600px;width:90%;box-shadow:0 16px 48px #0051942e;transform:translateY(60px);opacity:0;transition:transform .38s cubic-bezier(.22,.68,0,1.2),opacity .32s ease}
.CookieBlock[data-shown="true"]{transform:translateY(0);opacity:1}
.CookieBlock[data-shown="false"]{transform:translateY(60px);opacity:0}
.CookieHeado{font-size:1.1rem;font-weight:700;color:#005194;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.CookieHeado i{color:#FD8E3F}
.CookieBody{font-size:.84rem;color:#444;line-height:1.7;margin-bottom:18px}
.CookieBody a{color:#005194}
.CookieCategories{background:#F8F7F7;border-radius:8px;padding:14px 18px;margin-bottom:20px}
.CookieCatItem{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:.82rem;color:#333}
.CookieCatItem:not(:last-child){border-bottom:1px solid #e8e8e8}
.CookieCatItem .CatLabel{font-weight:700}
.CookieCatItem .CatNote{font-size:.75rem;color:#888;margin-top:1px}
.CookieCatLeft{display:flex;flex-direction:column}
.CookieCatRequired{font-size:.72rem;color:#005194;background:#00519414;border-radius:4px;padding:2px 7px;font-weight:700}
.CookieActions{display:flex;gap:24px;justify-content:flex-end;flex-wrap:wrap}
.CookieButtAccept{background:none;border:none;cursor:pointer;font-family:'Ubuntu Mono',monospace;font-size:.86rem;color:#005194;font-weight:700;text-decoration:underline;text-underline-offset:3px;padding:4px 0}
.CookieButtAccept:hover{color:#FD8E3F}
.CookieButtDecline{background:none;border:none;cursor:pointer;font-family:'Ubuntu Mono',monospace;font-size:.86rem;color:#888;text-decoration:underline;text-underline-offset:3px;padding:4px 0}
.CookieButtDecline:hover{color:#FD8E3F}
@media (max-width: 768px) {
.HeadoTopInner{flex-direction:column;align-items:flex-start;gap:16px}
.MainNavi{gap:0}
.MainNavi > li > a{padding:8px 12px;font-size:.8rem}
.FooterGrid{grid-template-columns:1fr;gap:28px}
.HeadoBottomInner{justify-content:flex-start;flex-wrap:wrap}
.CookieBlock{padding:24px 20px 20px}
.CookieActions{justify-content:center}
}
@media (max-width: 375px) {
.LogoTextBlock .SiteName{font-size:1.3rem}
.MainNavi > li > a{padding:7px 9px;font-size:.76rem}
}
.policy-section{max-width:860px;margin:0 auto;padding:48px 32px 64px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00519414}
.policy-section h1{font-size:2rem;line-height:1.25;font-weight:700;color:#005194;margin:0 0 32px;padding-bottom:16px;border-bottom:2px solid #FD8E3F;letter-spacing:-.02em}
.policy-section h2{font-size:1.45rem;line-height:1.3;font-weight:700;color:#005194;margin:48px 0 16px;padding-left:14px;border-left:4px solid #FD8E3F;letter-spacing:-.01em}
.policy-section h3{font-size:1.2rem;line-height:1.35;font-weight:600;color:#1a3a5c;margin:36px 0 12px;padding-left:10px;border-left:3px solid #fd8e3f73}
.policy-section h4{font-size:1.05rem;line-height:1.4;font-weight:600;color:#1a3a5c;margin:28px 0 10px}
.policy-section h5{font-size:.95rem;line-height:1.45;font-weight:600;color:#2c4d6e;margin:24px 0 8px;text-transform:uppercase;letter-spacing:.04em}
.policy-section h6{font-size:.875rem;line-height:1.5;font-weight:600;color:#3a5f82;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.policy-section p{font-size:1rem;line-height:1.8;color:#2d2d2d;margin:0 0 20px;font-weight:400}
.policy-section p:last-child{margin-bottom:0}
.policy-section ul{margin:0 0 24px;padding:0 0 0 28px;list-style:none}
.policy-section ul li{position:relative;padding-left:20px;font-size:1rem;line-height:1.75;color:#2d2d2d;margin-bottom:10px}
.policy-section ul li::before{content:'';position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#FD8E3F,#005194)}
.policy-section ul ul{margin:10px 0 4px}
.policy-section ul ul li::before{width:5px;height:5px;top:12px;background:#00519466}
.policy-section ol{margin:0 0 24px;padding:0;list-style:none;counter-reset:policy-ol-counter}
.policy-section ol li{position:relative;padding-left:44px;font-size:1rem;line-height:1.75;color:#2d2d2d;margin-bottom:12px;counter-increment:policy-ol-counter}
.policy-section ol li::before{content:counter(policy-ol-counter);position:absolute;left:0;top:2px;width:26px;height:26px;border-radius:6px;background:linear-gradient(135deg,#005194,#0069c0);color:#fff;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}
.policy-section ol ol{margin:12px 0 4px;counter-reset:policy-ol-nested}
.policy-section ol ol li{counter-increment:policy-ol-nested;padding-left:36px}
.policy-section ol ol li::before{content:counter(policy-ol-nested, lower-alpha);width:22px;height:22px;top:3px;background:#00519426;color:#005194;font-size:.75rem;border-radius:4px}
.policy-section strong,.policy-section b{font-weight:700;color:#1a3a5c}
.policy-section em,.policy-section i{font-style:italic;color:#3a5f82}
.policy-section a{color:#005194;text-decoration:underline;text-decoration-color:#fd8e3f99;text-underline-offset:3px;font-weight:500;transition:color .2s ease,text-decoration-color .2s ease}
.policy-section a:hover{color:#FD8E3F;text-decoration-color:#FD8E3F}
.policy-section a:visited{color:#3a5f82;text-decoration-color:#3a5f8266}
@media (max-width: 768px) {
.policy-section{padding:32px 20px 48px;border-radius:8px}
.policy-section h1{font-size:1.6rem;margin-bottom:24px;padding-bottom:14px}
.policy-section h2{font-size:1.25rem;margin-top:36px;padding-left:12px}
.policy-section h3{font-size:1.1rem;margin-top:28px}
.policy-section h4{font-size:1rem}
.policy-section p{font-size:.975rem;line-height:1.75}
.policy-section ul li,.policy-section ol li{font-size:.975rem;line-height:1.7}
.policy-section ol li{padding-left:38px}
}
@media (max-width: 375px) {
.policy-section{padding:24px 16px 40px;border-radius:0;box-shadow:none}
.policy-section h1{font-size:1.35rem}
.policy-section h2{font-size:1.15rem;margin-top:28px}
.policy-section h3{font-size:1rem}
.policy-section p,.policy-section ul li,.policy-section ol li{font-size:.9375rem;line-height:1.7}
.policy-section ul{padding-left:16px}
}
@media (min-width: 1366px) {
.policy-section{padding:56px 64px 72px}
.policy-section h1{font-size:2.25rem}
.policy-section h2{font-size:1.6rem}
.policy-section p{font-size:1.0625rem;line-height:1.85}
.policy-section ul li,.policy-section ol li{font-size:1.0625rem;line-height:1.8}
}
.AboutHeado{background:#fff;position:relative;overflow:hidden}
.AboutHeado .HeadoContainer{max-width:1280px;margin:0 auto;padding:72px 32px 64px;display:flex;flex-direction:row;align-items:center;gap:48px}
.AboutHeado .HeadoLeft{flex:1 1 50%;position:relative;z-index:2}
.AboutHeado .HeadoRight{flex:0 0 50%;position:relative}
.AboutHeado .HeadoCornerTL,.AboutHeado .HeadoCornerBR{position:absolute;width:48px;height:48px}
.AboutHeado .HeadoCornerTL{top:0;left:0;border-top:2px solid #FD8E3F;border-left:2px solid #FD8E3F}
.AboutHeado .HeadoCornerBR{bottom:0;right:0;border-bottom:2px solid #005194;border-right:2px solid #005194}
.AboutHeado .HeadoTag{display:inline-block;background:linear-gradient(90deg,#FD8E3F,#005194);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:4px;margin-bottom:20px}
.AboutHeado .HeadoLeft h1{font-size:2.4rem;font-weight:800;line-height:1.2;color:#1a1a2e;margin:0 0 20px}
.AboutHeado .HeadoLeft h1 .accent-word{color:#FD8E3F;position:relative}
.AboutHeado .HeadoLeft h1 .accent-word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#FD8E3F,#005194);border-radius:2px}
.AboutHeado .HeadoDesc{font-size:1.05rem;line-height:1.7;color:#444;margin:0 0 32px;max-width:480px}
.AboutHeado .HeadoButtons{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.AboutHeado .ButtPrimary{background:linear-gradient(135deg,#FD8E3F,#e07030);color:#fff;border:none;padding:13px 28px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:box-shadow 0.2s,transform .15s;z-index:3;position:relative}
.AboutHeado .ButtPrimary:hover{box-shadow:0 6px 18px #fd8e3f59;transform:translateY(-1px);color:#fff;text-decoration:none}
.AboutHeado .ButtSecondary{background:transparent;color:#005194;border:2px solid #005194;padding:11px 28px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background 0.2s,color .2s;z-index:3;position:relative}
.AboutHeado .ButtSecondary:hover{background:#005194;color:#fff;text-decoration:none}
.AboutHeado .HeadoImgWrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:12px 12px 40px #0051941f -4px -4px 16px #fd8e3f14}
.AboutHeado .HeadoImgWrap img{width:100%;height:420px;object-fit:cover;display:block;border-radius:16px}
.AboutHeado .HeadoImgBadge{position:absolute;bottom:20px;left:20px;background:#fffffff2;border-radius:10px;padding:10px 16px;display:flex;flex-direction:row;align-items:center;gap:10px;box-shadow:0 4px 12px #0000001a}
.AboutHeado .HeadoImgBadge .BadgeIcon{width:36px;height:36px;background:linear-gradient(135deg,#FD8E3F,#005194);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem}
.AboutHeado .HeadoImgBadge .BadgeText strong{display:block;font-size:.95rem;font-weight:700;color:#1a1a2e}
.AboutHeado .HeadoImgBadge .BadgeText span{font-size:.75rem;color:#666}
.StorySection{background:#F8F7F7;position:relative;padding:80px 0}
.StorySection .StoryContainer{max-width:1280px;margin:0 auto;padding:0 32px}
.StorySection .StorySvgDivider{text-align:center;margin-bottom:48px}
.StorySection .StoryGridLayout{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:28px}
.StorySection .StoryMainCard{grid-column:1 / 2;grid-row:1 / 3;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #00519414;display:flex;flex-direction:column}
.StorySection .StoryMainCard img{width:100%;height:240px;object-fit:cover;display:block}
.StorySection .StoryMainCardBody{padding:28px;flex:1}
.StorySection .StoryMainCardBody h2{font-size:1.6rem;font-weight:700;color:#1a1a2e;margin:0 0 14px;position:relative;padding-left:16px}
.StorySection .StoryMainCardBody h2::before{content:'';position:absolute;left:0;top:4px;bottom:4px;width:4px;background:linear-gradient(180deg,#FD8E3F,#005194);border-radius:2px}
.StorySection .StoryMainCardBody p{font-size:.97rem;line-height:1.75;color:#555;margin:0 0 14px}
.StorySection .StoryStatRow{display:flex;flex-direction:row;gap:20px;margin-top:20px;flex-wrap:wrap}
.StorySection .StoryStat{flex:1 1 80px;text-align:center;padding:14px 10px;background:linear-gradient(135deg,#fd8e3f14,#0051940f);border-radius:10px}
.StorySection .StoryStat strong{display:block;font-size:1.5rem;font-weight:800;color:#FD8E3F}
.StorySection .StoryStat span{font-size:.75rem;color:#666;line-height:1.3;display:block}
.StorySection .StoryRightTop{grid-column:2 / 3;grid-row:1 / 2;background:linear-gradient(135deg,#005194,#003a6b);border-radius:14px;padding:32px;color:#fff;position:relative;overflow:hidden}
.StorySection .StoryRightTop::after{content:'';position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:#fd8e3f2e;border-radius:50%}
.StorySection .StoryRightTop h3{font-size:1.2rem;font-weight:700;margin:0 0 12px;position:relative;z-index:1}
.StorySection .StoryRightTop p{font-size:.93rem;line-height:1.7;opacity:.88;margin:0;position:relative;z-index:1}
.StorySection .StoryRightBottom{grid-column:2 / 3;grid-row:2 / 3;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column}
.StorySection .StoryRightBottom img{width:100%;height:180px;object-fit:cover;display:block}
.StorySection .StoryRightBottomBody{padding:20px 24px}
.StorySection .StoryRightBottomBody h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 8px}
.StorySection .StoryRightBottomBody p{font-size:.9rem;line-height:1.65;color:#666;margin:0}
.TeamValuesSection{background:#fff;padding:80px 0;position:relative}
.TeamValuesSection .TvContainer{max-width:1280px;margin:0 auto;padding:0 32px}
.TeamValuesSection .TvSectionHead{display:flex;flex-direction:row;align-items:flex-end;gap:40px;margin-bottom:52px}
.TeamValuesSection .TvHeadLeft{flex:0 0 auto}
.TeamValuesSection .TvHeadLeft h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin:0 0 8px}
.TeamValuesSection .TvHeadLeft h2 em{font-style:normal;color:#005194}
.TeamValuesSection .TvHeadSubtext{font-size:.95rem;color:#666;line-height:1.6;flex:1;max-width:440px}
.TeamValuesSection .TvLayout{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}
.TeamValuesSection .TvValuesGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.TeamValuesSection .TvValueCard{background:#F8F7F7;border-radius:12px;padding:24px 22px;border-left:4px solid transparent;transition:box-shadow 0.2s,border-color 0.2s,transform .15s;cursor:default}
.TeamValuesSection .TvValueCard:hover{box-shadow:0 8px 24px #0051941a;border-left-color:#FD8E3F;transform:translateY(-2px)}
.TeamValuesSection .TvValueCard .TvCardIcon{width:42px;height:42px;background:linear-gradient(135deg,#FD8E3F,#005194);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;margin-bottom:14px}
.TeamValuesSection .TvValueCard h5{font-size:.97rem;font-weight:700;color:#1a1a2e;margin:0 0 7px}
.TeamValuesSection .TvValueCard p{font-size:.87rem;line-height:1.65;color:#666;margin:0}
.TeamValuesSection .TvExpertColumn{display:flex;flex-direction:column;gap:20px}
.TeamValuesSection .TvExpertCard{background:linear-gradient(135deg,#005194,#003a6b);border-radius:14px;overflow:hidden;color:#fff}
.TeamValuesSection .TvExpertCard img{width:100%;height:200px;object-fit:cover;display:block;object-position:top center}
.TeamValuesSection .TvExpertCardBody{padding:20px 22px}
.TeamValuesSection .TvExpertCardBody h4{font-size:1.05rem;font-weight:700;margin:0 0 4px}
.TeamValuesSection .TvExpertCardBody .TvExpertRole{font-size:.8rem;opacity:.75;margin:0 0 10px;display:block}
.TeamValuesSection .TvExpertCardBody p{font-size:.87rem;line-height:1.65;opacity:.88;margin:0}
.TeamValuesSection .TvImgCard{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014}
.TeamValuesSection .TvImgCard img{width:100%;height:180px;object-fit:cover;display:block}
.AboutDividerWave{line-height:0;overflow:hidden;background:#F8F7F7}
.AboutDividerWave svg{display:block;width:100%}
@media (max-width: 1024px) {
.AboutHeado .HeadoContainer{padding:56px 24px 48px;gap:32px}
.AboutHeado .HeadoLeft h1{font-size:2rem}
.StorySection .StoryGridLayout{grid-template-columns:1fr;grid-template-rows:auto}
.StorySection .StoryMainCard{grid-column:1;grid-row:auto}
.StorySection .StoryRightTop{grid-column:1;grid-row:auto}
.StorySection .StoryRightBottom{grid-column:1;grid-row:auto}
.TeamValuesSection .TvLayout{grid-template-columns:1fr}
.TeamValuesSection .TvExpertColumn{display:grid;grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.AboutHeado .HeadoContainer{flex-direction:column;padding:40px 20px;gap:28px}
.AboutHeado .HeadoRight{flex:0 0 auto;width:100%}
.AboutHeado .HeadoImgWrap img{height:280px}
.AboutHeado .HeadoLeft h1{font-size:1.65rem}
.StorySection{padding:52px 0}
.StorySection .StoryContainer{padding:0 20px}
.TeamValuesSection{padding:52px 0}
.TeamValuesSection .TvContainer{padding:0 20px}
.TeamValuesSection .TvSectionHead{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:32px}
.TeamValuesSection .TvValuesGrid{grid-template-columns:1fr}
.TeamValuesSection .TvExpertColumn{grid-template-columns:1fr}
.TeamValuesSection .TvLayout{gap:24px}
}
@media (max-width: 375px) {
.AboutHeado .HeadoLeft h1{font-size:1.4rem}
.AboutHeado .HeadoButtons{flex-direction:column}
.StorySection .StoryStatRow{gap:12px}
}
.HeroContainer{max-width:1280px;margin:0 auto;padding:0 24px}
.HeroSection{position:relative;background:#F8F7F7;overflow:hidden;padding:64px 0 80px}
.HeroSection .HeroInner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;gap:48px}
.HeroSection .HeroText{flex:1 1 50%;position:relative;z-index:2}
.HeroSection .HeroText .HeadoBadge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#FD8E3F22,#005194,#005194);border:1.5px solid #005194;border-radius:24px;padding:6px 16px;margin-bottom:24px;font-size:13px;color:#F8F7F7;font-weight:600;letter-spacing:.04em}
.HeroSection .HeroText h1{font-size:clamp(32px,4.5vw,58px);font-weight:800;line-height:1.12;color:#1a1a2e;margin:0 0 20px}
.HeroSection .HeroText h1 .AccentWord{color:#FD8E3F;position:relative}
.HeroSection .HeroText h1 .AccentWord::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FD8E3F,#005194);border-radius:2px}
.HeroSection .HeroText .HeroTagline{font-size:17px;line-height:1.65;color:#444;margin:0 0 36px;max-width:480px}
.HeroSection .HeroText .HeroButtContainer{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.HeroButtPrimary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#FD8E3F,#e07030);color:#fff;padding:14px 32px;border-radius:10px;font-size:15px;font-weight:700;text-decoration:none;transition:box-shadow 0.2s,transform .2s;box-shadow:0 4px 16px #FD8E3F44;z-index:5;position:relative}
.HeroButtPrimary:hover{box-shadow:0 8px 24px #FD8E3F66;transform:translateY(-2px);color:#fff}
.HeroButtSecondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#005194;padding:13px 28px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;border:2px solid #005194;transition:background 0.2s,color .2s;z-index:5;position:relative}
.HeroButtSecondary:hover{background:#005194;color:#fff}
.HeroSection .HeroVisual{flex:1 1 45%;position:relative;display:flex;flex-direction:column;align-items:flex-end}
.HeroSection .HeroVisual .FrameWrap{position:relative;display:inline-block}
.HeroSection .HeroVisual .FrameWrap::before{content:'';position:absolute;top:-14px;left:-14px;width:60%;height:60%;border-top:3px solid #FD8E3F;border-left:3px solid #FD8E3F;border-radius:8px 0 0 0;z-index:1;pointer-events:none}
.HeroSection .HeroVisual .FrameWrap::after{content:'';position:absolute;bottom:-14px;right:-14px;width:60%;height:60%;border-bottom:3px solid #005194;border-right:3px solid #005194;border-radius:0 0 8px 0;z-index:1;pointer-events:none}
.HeroSection .HeroVisual .MainHeroImg{width:100%;max-width:520px;height:380px;object-fit:cover;border-radius:14px;display:block;filter:sepia(0.18) contrast(1.06) brightness(0.97);box-shadow:12px 16px 40px #00519426;position:relative;z-index:0}
.HeroSection .HeroVisual .VectorGuide{position:absolute;bottom:-32px;left:-40px;opacity:.12;z-index:0}
.HeroStatStrip{background:linear-gradient(90deg,#005194 0%,#003f7a 100%);padding:28px 0}
.HeroStatStrip .StatRow{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:16px;flex-wrap:wrap}
.HeroStatStrip .StatItem{text-align:center;flex:1 1 160px}
.HeroStatStrip .StatItem .StatNum{font-size:34px;font-weight:800;color:#FD8E3F;line-height:1;display:block}
.HeroStatStrip .StatItem .StatLabel{font-size:13px;color:#c8ddf5;margin-top:4px;display:block;letter-spacing:.03em}
.TechSection{padding:80px 0;background:#fff}
.TechSection .TechInner{max-width:1280px;margin:0 auto;padding:0 24px}
.SectionTag{display:inline-flex;align-items:center;gap:8px;background:#FD8E3F18;color:#FD8E3F;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}
.TechSection .TechHeado{font-size:clamp(26px,3vw,40px);font-weight:800;color:#1a1a2e;margin:0 0 12px;line-height:1.2}
.TechSection .TechSubtitle{font-size:16px;color:#555;margin:0 0 52px;max-width:580px;line-height:1.6}
.TechGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}
.TechCard{background:#F8F7F7;border-radius:14px;padding:32px 28px;border:1.5px solid #e8e8e8;transition:box-shadow 0.22s,transform 0.22s,border-color .22s;position:relative;overflow:hidden}
.TechCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FD8E3F,#005194);border-radius:4px 0 0 4px}
.TechCard:hover{box-shadow:0 8px 32px #0051941f;transform:translateY(-4px);border-color:#FD8E3F66}
.TechCard .TechCardIcon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#FD8E3F22,#005194,#005194);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:20px;color:#fff}
.TechCard h4{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 10px}
.TechCard p{font-size:14px;color:#666;line-height:1.6;margin:0}
.TechSplitRow{display:flex;flex-direction:row;gap:48px;align-items:center}
.TechSplitRow .TechImgWrap{flex:0 0 45%;position:relative}
.TechSplitRow .TechImgWrap img{width:100%;height:300px;object-fit:cover;border-radius:14px;display:block;box-shadow:8px 12px 32px #0051941f}
.TechSplitRow .TechImgWrap .ImgBadge{position:absolute;bottom:16px;left:16px;background:#005194;color:#fff;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px}
.TechSplitRow .TechTextWrap{flex:1 1 50%}
.TechSplitRow .TechTextWrap h3{font-size:clamp(20px,2.5vw,30px);font-weight:800;color:#1a1a2e;margin:0 0 16px;line-height:1.25}
.TechSplitRow .TechTextWrap p{font-size:15px;color:#555;line-height:1.7;margin:0 0 20px}
.TechFeatureList{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}
.TechFeatureList li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#444;line-height:1.55}
.TechFeatureList li .FeatureCheck{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#FD8E3F,#e07030);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:10px;color:#fff}
.WaveDivider{width:100%;line-height:0;overflow:hidden}
.WaveDivider svg{display:block;width:100%}
.OpportSection{padding:80px 0 88px;background:linear-gradient(160deg,#f0f6ff 0%,#F8F7F7 60%,#fff5ef 100%);position:relative}
.OpportSection .OpportInner{max-width:1280px;margin:0 auto;padding:0 24px}
.OpportSection .OpportHeadRow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px;flex-wrap:wrap}
.OpportSection .OpportHeadRow .OpportHeadText h2{font-size:clamp(26px,3vw,40px);font-weight:800;color:#1a1a2e;margin:0 0 12px;line-height:1.2}
.OpportSection .OpportHeadRow .OpportHeadText p{font-size:15px;color:#555;max-width:520px;line-height:1.65;margin:0}
.OpportSection .OpportHeadRow .OpportHeadLink{flex-shrink:0}
.OpportMasonry{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:24px}
.OpportCard{border-radius:16px;overflow:hidden;position:relative;background:#fff;box-shadow:0 4px 16px #00519414;transition:box-shadow 0.22s,transform .22s}
.OpportCard:hover{box-shadow:0 12px 36px #00519426;transform:translateY(-4px)}
.OpportCard.CardWide{grid-column:span 2}
.OpportCard.CardTall{grid-row:span 2;display:flex;flex-direction:column}
.OpportCard .CardImgWrap{position:relative;overflow:hidden}
.OpportCard .CardImgWrap img{width:100%;height:210px;object-fit:cover;display:block;transition:transform .3s;filter:sepia(0.12) brightness(0.98)}
.OpportCard.CardTall .CardImgWrap img{height:280px}
.OpportCard:hover .CardImgWrap img{transform:scale(1.04)}
.OpportCard .CardImgWrap .CardOverlayTag{position:absolute;top:14px;left:14px;background:linear-gradient(135deg,#FD8E3F,#e07030);color:#fff;border-radius:6px;padding:4px 12px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.OpportCard .CardBody{padding:24px;flex:1;display:flex;flex-direction:column}
.OpportCard .CardBody h4{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.3}
.OpportCard .CardBody p{font-size:14px;color:#666;line-height:1.6;margin:0 0 18px;flex:1}
.OpportCard .CardBody .CardMeta{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.OpportCard .CardBody .CardMeta .MetaItem{display:flex;align-items:center;gap:5px;font-size:12px;color:#888}
.OpportCard .CardBody .CardMeta .MetaItem i{color:#005194;font-size:11px}
.TestimonialStrip{background:linear-gradient(135deg,#005194 0%,#003f7a 100%);padding:64px 0;margin-top:56px}
.TestimonialStrip .TestiInner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;gap:40px;align-items:center;flex-wrap:wrap}
.TestimonialStrip .TestiPortrait{flex-shrink:0}
.TestimonialStrip .TestiPortrait img{width:96px;height:96px;object-fit:cover;border-radius:50%;border:4px solid #FD8E3F;display:block}
.TestimonialStrip .TestiContent{flex:1 1 300px}
.TestimonialStrip .TestiContent blockquote{font-size:18px;font-style:italic;color:#dbe9f9;line-height:1.7;margin:0 0 16px;border:none;padding:0}
.TestimonialStrip .TestiContent .TestiMeta strong{color:#fff;font-size:15px;display:block}
.TestimonialStrip .TestiContent .TestiMeta span{color:#8db8d8;font-size:13px}
.TestimonialStrip .TestiStars{display:flex;gap:4px;margin-bottom:12px}
.TestimonialStrip .TestiStars i{color:#FD8E3F;font-size:16px}
.TestimonialStrip .TestiRatingSummary{flex-shrink:0;background:#ffffff14;border-radius:16px;padding:28px 36px;text-align:center;border:1px solid #ffffff24}
.TestimonialStrip .TestiRatingSummary .RatingBig{font-size:52px;font-weight:800;color:#FD8E3F;line-height:1;display:block}
.TestimonialStrip .TestiRatingSummary .RatingLabel{font-size:13px;color:#8db8d8;display:block;margin-top:6px}
.TestimonialStrip .TestiRatingSummary .RatingBars{margin-top:16px;display:flex;flex-direction:column;gap:6px;text-align:left}
.TestimonialStrip .TestiRatingSummary .RatingBar{display:flex;align-items:center;gap:8px}
.TestimonialStrip .TestiRatingSummary .RatingBar .BarLabel{font-size:11px;color:#8db8d8;min-width:40px}
.TestimonialStrip .TestiRatingSummary .RatingBar .BarTrack{flex:1;height:5px;background:#ffffff26;border-radius:3px;overflow:hidden}
.TestimonialStrip .TestiRatingSummary .RatingBar .BarFill{height:100%;background:linear-gradient(90deg,#FD8E3F,#e07030);border-radius:3px}
.DotDivider{text-align:center;padding:8px 0;overflow:hidden}
.DotDivider .DotLine{display:inline-flex;align-items:center;gap:8px}
.DotDivider .DotLine span{display:block;width:6px;height:6px;border-radius:50%;background:#e0e0e0}
.DotDivider .DotLine span.is-active{background:#FD8E3F;width:24px;border-radius:3px}
@media (max-width: 1024px) {
.TechGrid{grid-template-columns:repeat(2,1fr)}
.TechSplitRow{flex-direction:column;gap:32px}
.TechSplitRow .TechImgWrap{flex:0 0 auto;width:100%}
.OpportMasonry{grid-template-columns:1fr 1fr}
.OpportCard.CardWide{grid-column:span 2}
.OpportCard.CardTall{grid-row:span 1}
}
@media (max-width: 768px) {
.HeroSection .HeroInner{flex-direction:column;gap:36px}
.HeroSection .HeroVisual{align-items:center;width:100%}
.HeroSection .HeroVisual .MainHeroImg{max-width:100%;height:260px}
.TechGrid{grid-template-columns:1fr}
.OpportMasonry{grid-template-columns:1fr}
.OpportCard.CardWide{grid-column:span 1}
.OpportSection .OpportHeadRow{flex-direction:column;align-items:flex-start;gap:16px}
.TestimonialStrip .TestiInner{flex-direction:column;gap:28px}
.HeroStatStrip .StatRow{gap:24px}
}
@media (max-width: 480px) {
.HeroSection{padding:40px 0 56px}
.HeroSection .HeroText h1{font-size:28px}
.HeroButtContainer{flex-direction:column}
.TechSection{padding:56px 0}
.OpportSection{padding:56px 0 64px}
}
.ContactPageWrap{max-width:1280px;margin:0 auto;padding:0 20px}
.TitleBlock{position:relative;overflow:hidden;background:linear-gradient(135deg,#005194 0%,#003a6e 60%,#FD8E3F 100%);padding:0}
.TitleBlock .TitleBlock-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:stretch;min-height:340px}
.TitleBlock-textSide{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 48px 60px 60px;position:relative;z-index:2}
.TitleBlock-deco{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:1}
.TitleBlock-label{display:inline-flex;align-items:center;gap:8px;background:#fd8e3f2e;border:1px solid #fd8e3f66;border-radius:20px;padding:6px 16px;font-size:13px;color:#FD8E3F;letter-spacing:.06em;margin-bottom:22px;width:fit-content}
.TitleBlock-heading{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;color:#fff;line-height:1.18;margin:0;position:relative}
.TitleBlock-heading span{color:#FD8E3F}
.TitleBlock-heading::after{content:'';display:block;width:64px;height:4px;background:linear-gradient(90deg,#FD8E3F,#fd8e3f33);border-radius:2px;margin-top:18px}
.TitleBlock-imgSide{flex:0 0 44%;position:relative;overflow:hidden}
.TitleBlock-imgSide img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.7)}
.TitleBlock-imgOverlay{position:absolute;inset:0;background:linear-gradient(90deg,#005194 0%,#0051948c 40%,#fd8e3f40 100%)}
.TitleBlock-decoShape{position:absolute;right:44%;top:0;bottom:0;width:80px;z-index:3;pointer-events:none}
.ContactInfoBlock{background:#F8F7F7;padding:72px 0 56px}
.ContactInfoBlock-container{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;flex-direction:row;gap:40px;align-items:flex-start}
.ContactInfoBlock-intro{flex:0 0 320px}
.ContactInfoBlock-intro h2{font-size:1.7rem;font-weight:700;color:#005194;margin:0 0 14px;line-height:1.25}
.ContactInfoBlock-intro h2::before{content:'';display:block;width:36px;height:3px;background:#FD8E3F;border-radius:2px;margin-bottom:12px}
.ContactInfoBlock-intro p{font-size:.97rem;color:#444;line-height:1.65;margin:0}
.ContactInfoBlock-cards{flex:1;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}
.InfoCard{flex:1;min-width:180px;background:#fff;border-radius:14px;padding:28px 22px;box-shadow:0 4px 16px #00519414;border-top:3px solid transparent;transition:border-color 0.2s,box-shadow .2s;display:flex;flex-direction:column;gap:12px}
.InfoCard:hover{border-top-color:#FD8E3F;box-shadow:0 8px 28px #00519421}
.InfoCard-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#005194,#0072cc);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem}
.InfoCard-label{font-size:.78rem;color:#888;letter-spacing:.08em;text-transform:uppercase;font-weight:600}
.InfoCard-value{font-size:.95rem;color:#222;font-weight:500;line-height:1.5}
.InfoCard-value a{color:#005194;text-decoration:none}
.InfoCard-value a:hover{color:#FD8E3F;text-decoration:underline}
.FormBlock{padding:72px 0;background:#fff}
.FormBlock-container{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.FormBlock-visual{flex:0 0 38%;position:relative}
.FormBlock-imgWrap{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00519421;position:relative}
.FormBlock-imgWrap img{width:100%;height:300px;object-fit:cover;display:block}
.FormBlock-imgBadge{position:absolute;bottom:20px;left:20px;background:linear-gradient(135deg,#FD8E3F,#e07020);color:#fff;border-radius:10px;padding:12px 18px;font-size:.88rem;font-weight:600;box-shadow:0 4px 16px #fd8e3f59;display:flex;flex-direction:column;gap:2px}
.FormBlock-imgBadge span{font-size:.75rem;font-weight:400;opacity:.88}
.FormBlock-stats{display:flex;flex-direction:row;gap:16px;margin-top:20px}
.FormBlock-stat{flex:1;background:#F8F7F7;border-radius:10px;padding:16px 14px;text-align:center;border:1px solid #00519414}
.FormBlock-stat strong{display:block;font-size:1.4rem;font-weight:700;color:#005194}
.FormBlock-stat small{font-size:.78rem;color:#666}
.FormBlock-formSide{flex:1}
.FormBlock-formSide h2{font-size:1.65rem;font-weight:700;color:#1a1a2e;margin:0 0 8px;line-height:1.25}
.FormBlock-formSide h2 em{font-style:normal;color:#005194}
.FormBlock-formSide p{color:#555;font-size:.95rem;line-height:1.6;margin:0 0 28px}
.ContactForm{display:flex;flex-direction:column;gap:18px}
.ContactForm-row{display:flex;flex-direction:row;gap:16px}
.ContactForm-field{display:flex;flex-direction:column;gap:6px;flex:1}
.ContactForm-field label{font-size:.85rem;font-weight:600;color:#333;letter-spacing:.02em}
.ContactForm-field label .req-mark{color:#FD8E3F;margin-left:2px}
.ContactForm-field input,.ContactForm-field select{width:100%;padding:13px 16px;border:1.5px solid #d8dde6;border-radius:9px;font-size:.95rem;color:#222;background:#fafafa;box-shadow:inset 0 1px 3px #0000000f;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none}
.ContactForm-field input:focus,.ContactForm-field select:focus{outline:none;border-color:#005194;box-shadow:inset 0 1px 3px #0000000f 0 0 0 3px #0051941a;background:#fff}
.ContactForm-field .SelectWrapper{position:relative}
.ContactForm-field .SelectWrapper::after{content:'\f107';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#005194;pointer-events:none;font-size:.9rem}
.ContactForm-field .SelectWrapper select{padding-right:40px;cursor:pointer}
.ContactForm-privacy{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:14px 16px;background:#0051940a;border-radius:9px;border:1px solid #0051941a}
.ContactForm-privacy input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:1px;accent-color:#005194;cursor:pointer}
.ContactForm-privacy label{font-size:.85rem;color:#555;line-height:1.55;cursor:pointer}
.ContactForm-privacy label a{color:#005194;text-decoration:underline}
.ContactForm-privacy label a:hover{color:#FD8E3F}
.ContactForm-submit{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.ButtSubmit{padding:14px 36px;background:linear-gradient(135deg,#FD8E3F 0%,#e07020 100%);color:#fff;border:none;border-radius:9px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #fd8e3f4d;transition:transform 0.15s,box-shadow .15s;display:inline-flex;align-items:center;gap:8px;position:relative;z-index:5}
.ButtSubmit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fd8e3f66}
.ButtSubmit:active{transform:translateY(0)}
.ContactForm-note{font-size:.8rem;color:#888;line-height:1.5}
.FaqBlock{background:linear-gradient(160deg,#f0f6ff 0%,#F8F7F7 100%);padding:72px 0 80px;border-top:1px solid #00519414}
.FaqBlock-container{max-width:1280px;margin:0 auto;padding:0 40px}
.FaqBlock-header{text-align:center;margin-bottom:44px}
.FaqBlock-header h2{font-size:1.8rem;font-weight:700;color:#005194;margin:0 0 10px}
.FaqBlock-header p{font-size:.97rem;color:#555;max-width:520px;margin:0 auto}
.FaqGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.FaqItem{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00519412}
.FaqItem input[type="checkbox"]{display:none}
.FaqItem-question{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 22px;cursor:pointer;font-weight:600;font-size:.95rem;color:#222;user-select:none;gap:12px;transition:background .2s}
.FaqItem-question:hover{background:#0051940a}
.FaqItem-question::after{content:'\f067';font-family:'Font Awesome 6 Free';font-weight:900;color:#FD8E3F;font-size:.85rem;flex-shrink:0;transition:transform .25s}
.FaqItem input[type="checkbox"]:checked ~ .FaqItem-question::after{transform:rotate(45deg)}
.FaqItem-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s;padding:0 22px;font-size:.91rem;color:#444;line-height:1.65}
.FaqItem input[type="checkbox"]:checked ~ .FaqItem-answer{max-height:200px;padding:0 22px 20px}
.FaqItem-border{height:3px;background:linear-gradient(90deg,#005194,#FD8E3F);opacity:0;transition:opacity .25s}
.FaqItem input[type="checkbox"]:checked ~ .FaqItem-border{opacity:1}
@media (max-width: 1024px) {
.TitleBlock .TitleBlock-container{min-height:280px}
.ContactInfoBlock-container{flex-direction:column;gap:28px;padding:0 24px}
.ContactInfoBlock-intro{flex:none}
.FormBlock-container{flex-direction:column;gap:36px;padding:0 24px}
.FormBlock-visual{flex:none;width:100%}
.FaqGrid{grid-template-columns:1fr}
.FaqBlock-container{padding:0 24px}
}
@media (max-width: 768px) {
.TitleBlock .TitleBlock-container{flex-direction:column;min-height:auto}
.TitleBlock-textSide{padding:48px 28px 36px}
.TitleBlock-imgSide{flex:0 0 220px}
.TitleBlock-decoShape{display:none}
.ContactInfoBlock{padding:48px 0 40px}
.ContactInfoBlock-cards{flex-direction:column}
.FormBlock{padding:48px 0}
.ContactForm-row{flex-direction:column;gap:18px}
.FormBlock-stats{flex-direction:column}
.FaqBlock{padding:48px 0 56px}
}
@media (max-width: 375px) {
.TitleBlock-textSide{padding:36px 18px 28px}
.TitleBlock-heading{font-size:1.7rem}
.ContactInfoBlock-container,.FormBlock-container,.FaqBlock-container{padding:0 16px}
.ButtSubmit{width:100%;justify-content:center}
}
.PartnersHeado{position:relative;overflow:hidden;background:linear-gradient(135deg,#005194 0%,#003a6e 60%,#FD8E3F 100%);min-height:480px;display:flex;align-items:center}
.PartnersHeado .HeadoInner-container{max-width:1280px;margin:0 auto;padding:80px 40px 120px;display:flex;flex-direction:row;align-items:center;gap:0;width:100%;position:relative;z-index:2}
.PartnersHeado .HeadoText{flex:0 0 55%;max-width:55%;padding-right:60px}
.PartnersHeado .HeadoText h1{font-size:3rem;font-weight:800;color:#fff;line-height:1.15;margin:0 0 32px;letter-spacing:-.5px}
.PartnersHeado .HeadoText h1 span{color:#FD8E3F}
.PartnersHeado .HeadoButtContainer{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.PartnersHeado .HeadoButt{display:inline-block;background:#FD8E3F;color:#fff;font-size:1rem;font-weight:700;padding:14px 32px;border-radius:10px;text-decoration:none;border:2px solid #FD8E3F;transition:background 0.2s,color 0.2s,transform .15s;cursor:pointer;z-index:5;position:relative}
.PartnersHeado .HeadoButt:hover{background:#fff;color:#FD8E3F;transform:translateY(-2px)}
.PartnersHeado .HeadoButt-alt{display:inline-block;background:transparent;color:#fff;font-size:1rem;font-weight:600;padding:14px 32px;border-radius:10px;text-decoration:none;border:2px solid #ffffff80;transition:border-color 0.2s,background 0.2s,transform .15s;cursor:pointer;z-index:5;position:relative}
.PartnersHeado .HeadoButt-alt:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-2px)}
.PartnersHeado .HeadoImgWrap{flex:0 0 50%;max-width:50%;position:absolute;right:-60px;top:0;bottom:0;display:flex;align-items:stretch}
.PartnersHeado .HeadoImgWrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.PartnersHeado .HeadoImgOverlay{position:absolute;inset:0;background:linear-gradient(90deg,#005194 15%,#0051948c 50%,#fd8e3f38 100%);mix-blend-mode:multiply;pointer-events:none}
.PartnersHeado .HeadoImgOverlay-alt{position:absolute;inset:0;background:linear-gradient(90deg,#005194 0%,transparent 45%);pointer-events:none}
.PartnersWaveDivider{display:block;line-height:0;background:#F8F7F7;margin-top:-2px}
.PartnersWaveDivider svg{display:block;width:100%}
.PartnersCatalogSection{background:#F8F7F7;padding:72px 0 80px}
.PartnersCatalog-container{max-width:1280px;margin:0 auto;padding:0 40px}
.PartnersCatalogHead{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.PartnersCatalogHead h2{font-size:2.1rem;font-weight:800;color:#005194;margin:0;line-height:1.2;position:relative}
.PartnersCatalogHead h2::after{content:'';display:block;width:52px;height:4px;background:linear-gradient(90deg,#FD8E3F,#005194);border-radius:2px;margin-top:10px}
.PartnersCatalogHead .CatalogSubtxt{font-size:1rem;color:#555;max-width:420px;text-align:right;line-height:1.6}
.PartnersTabs-container{display:flex;flex-direction:row;gap:0;margin-bottom:36px;border-bottom:2px solid #e0e4ea;flex-wrap:wrap}
.PartnersTabs-container input[type="radio"]{display:none}
.PartnersTabs-container label{padding:11px 28px;font-size:.97rem;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.18s,border-color .18s;letter-spacing:.01em}
.PartnersTabs-container label:hover{color:#005194}
#tab-all:checked ~ .TabsPanel-all,#tab-edu:checked ~ .TabsPanel-edu,#tab-tech:checked ~ .TabsPanel-tech,#tab-corp:checked ~ .TabsPanel-corp{display:grid}
#tab-all:checked ~ label[for="tab-all"],#tab-edu:checked ~ label[for="tab-edu"],#tab-tech:checked ~ label[for="tab-tech"],#tab-corp:checked ~ label[for="tab-corp"]{color:#005194;border-bottom-color:#FD8E3F}
.TabsPanel{display:none;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}
.TabsPanel-all,.TabsPanel-edu,.TabsPanel-tech,.TabsPanel-corp{display:none;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}
.PartnerCard{background:#fff;border-radius:14px;box-shadow:0 4px 16px #00519414;padding:32px 28px 26px;display:flex;flex-direction:column;gap:14px;transition:box-shadow 0.2s,transform .18s;position:relative;overflow:hidden}
.PartnerCard:hover{box-shadow:0 12px 32px #00519426;transform:translateY(-4px)}
.PartnerCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FD8E3F,#005194);border-radius:14px 14px 0 0}
.PartnerCard .CardIconWrap{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#e8f0fa,#fde8d7);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#005194;flex-shrink:0}
.PartnerCard .CardTitle{font-size:1.1rem;font-weight:700;color:#1a2640;line-height:1.3}
.PartnerCard .CardMeta{font-size:.85rem;font-weight:600;color:#FD8E3F;letter-spacing:.04em;text-transform:uppercase}
.PartnerCard .CardDesc{font-size:.94rem;color:#555;line-height:1.65;flex-grow:1}
.PartnerCard .CardTagRow{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;margin-top:4px}
.PartnerCard .CardTag{background:#eef4fb;color:#005194;font-size:.78rem;font-weight:600;padding:4px 11px;border-radius:20px;white-space:nowrap}
.PartnersColabSection{background:#fff;padding:80px 0 88px;position:relative;overflow:hidden}
.PartnersColab-container{max-width:1280px;margin:0 auto;padding:0 40px;position:relative;z-index:2}
.ColabInnerGrid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.ColabVisualSide{position:relative}
.ColabImgFrame{border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #00519424;position:relative}
.ColabImgFrame img{width:100%;height:360px;object-fit:cover;object-position:center;display:block}
.ColabImgBadge{position:absolute;bottom:-22px;right:-22px;background:linear-gradient(135deg,#FD8E3F,#e07030);color:#fff;border-radius:14px;padding:18px 24px;box-shadow:0 8px 24px #fd8e3f59;display:flex;flex-direction:column;gap:2px;min-width:140px}
.ColabImgBadge .BadgeNum{font-size:2rem;font-weight:900;line-height:1}
.ColabImgBadge .BadgeLbl{font-size:.82rem;font-weight:600;opacity:.92;line-height:1.35}
.ColabFloatTag{position:absolute;top:-16px;left:-16px;background:#005194;color:#fff;border-radius:10px;padding:10px 18px;font-size:.82rem;font-weight:700;box-shadow:0 4px 14px #00519440;letter-spacing:.03em}
.ColabTextSide{display:flex;flex-direction:column;gap:24px}
.ColabTextSide h2{font-size:2rem;font-weight:800;color:#1a2640;line-height:1.22;margin:0}
.ColabTextSide h2 em{font-style:normal;color:#FD8E3F}
.ColabTextSide .ColabLead{font-size:1.05rem;color:#444;line-height:1.7}
.ColabBenefitList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.ColabBenefitList li{display:flex;flex-direction:row;align-items:flex-start;gap:14px;font-size:.96rem;color:#333;line-height:1.55}
.ColabBenefitList li .BenefitIcon{flex-shrink:0;width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#eef4fb,#fde8d7);display:flex;align-items:center;justify-content:center;color:#005194;font-size:.9rem;margin-top:1px}
.ColabBenefitList li strong{color:#1a2640}
.ColabPersonRow{display:flex;flex-direction:row;align-items:center;gap:20px;background:#F8F7F7;border-radius:12px;padding:18px 22px;margin-top:8px}
.ColabPersonRow .PersonAvatar{width:54px;height:54px;border-radius:50%;object-fit:cover;object-position:top;flex-shrink:0;border:2px solid #e0e4ea}
.ColabPersonRow .PersonInfo{flex-grow:1}
.ColabPersonRow .PersonName{font-size:.97rem;font-weight:700;color:#1a2640}
.ColabPersonRow .PersonRole{font-size:.84rem;color:#666;margin-top:2px}
.ColabPersonRow .PersonQuote{font-size:.88rem;color:#444;font-style:italic;line-height:1.5;margin-top:6px}
.ColabCta-butt{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#005194,#003a6e);color:#fff;font-size:1rem;font-weight:700;padding:15px 34px;border-radius:10px;text-decoration:none;border:none;transition:background 0.2s,transform 0.15s,box-shadow .2s;cursor:pointer;z-index:5;position:relative;align-self:flex-start}
.ColabCta-butt:hover{background:linear-gradient(90deg,#FD8E3F,#e07030);transform:translateY(-2px);box-shadow:0 8px 24px #fd8e3f4d}
.PartnersColab-container .BgDecor{position:absolute;right:-120px;top:50%;transform:translateY(-50%);width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#fd8e3f12 0%,transparent 70%);pointer-events:none;z-index:0}
.ColabSecondPortrait{display:flex;flex-direction:row;align-items:center;gap:20px;background:linear-gradient(90deg,#eef4fb,#fde8d7);border-radius:12px;padding:18px 22px}
.ColabSecondPortrait .PersonAvatar{width:54px;height:54px;border-radius:50%;object-fit:cover;object-position:top;flex-shrink:0;border:2px solid #fff}
.ColabSecondPortrait .PersonInfo .PersonName{font-size:.97rem;font-weight:700;color:#1a2640}
.ColabSecondPortrait .PersonInfo .PersonRole{font-size:.84rem;color:#666;margin-top:2px}
.ColabSecondPortrait .PersonInfo .PersonQuote{font-size:.88rem;color:#444;font-style:italic;line-height:1.5;margin-top:6px}
@media (max-width: 1024px) {
.PartnersHeado .HeadoInner-container{padding:60px 28px 100px}
.PartnersHeado .HeadoText{flex:0 0 60%;max-width:60%}
.PartnersCatalog-container{padding:0 28px}
.PartnersColab-container{padding:0 28px}
.ColabInnerGrid{gap:40px}
.TabsPanel-all,.TabsPanel-edu,.TabsPanel-tech,.TabsPanel-corp{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.PartnersHeado{min-height:auto}
.PartnersHeado .HeadoInner-container{flex-direction:column;padding:48px 20px 80px;gap:32px}
.PartnersHeado .HeadoText{flex:0 0 100%;max-width:100%;padding-right:0}
.PartnersHeado .HeadoText h1{font-size:2.1rem}
.PartnersHeado .HeadoImgWrap{position:relative;right:auto;top:auto;bottom:auto;flex:0 0 100%;max-width:100%;height:220px;border-radius:14px;overflow:hidden}
.PartnersCatalogSection{padding:48px 0 56px}
.PartnersCatalog-container{padding:0 18px}
.PartnersCatalogHead{flex-direction:column;align-items:flex-start}
.PartnersCatalogHead .CatalogSubtxt{text-align:left;max-width:100%}
.PartnersCatalogHead h2{font-size:1.6rem}
.PartnersTabs-container label{padding:10px 16px;font-size:.9rem}
.TabsPanel-all,.TabsPanel-edu,.TabsPanel-tech,.TabsPanel-corp{grid-template-columns:1fr}
.PartnersColabSection{padding:56px 0 64px}
.PartnersColab-container{padding:0 18px}
.ColabInnerGrid{grid-template-columns:1fr;gap:48px}
.ColabImgBadge{right:12px;bottom:12px}
.ColabFloatTag{top:8px;left:8px}
.ColabTextSide h2{font-size:1.6rem}
}
@media (max-width: 375px) {
.PartnersHeado .HeadoText h1{font-size:1.7rem}
.PartnersHeado .HeadoButtContainer{flex-direction:column}
.PartnersCatalogHead h2{font-size:1.35rem}
.ColabTextSide h2{font-size:1.35rem}
.PartnerCard{padding:22px 16px 18px}
}
.ProgramHeado{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;justify-content:center;text-align:center}
.ProgramHeado .heado-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(0.4) brightness(0.55);z-index:0}
.ProgramHeado .heado-curves{position:absolute;inset:0;z-index:1;pointer-events:none}
.ProgramHeado .heado-inner-container{position:relative;z-index:2;max-width:720px;margin:0 auto;padding:64px 24px}
.ProgramHeado .heado-inner-container .heado-badge{display:inline-block;background:linear-gradient(135deg,#FD8E3F,#005194);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 18px;border-radius:20px;margin-bottom:24px}
.ProgramHeado .heado-inner-container .heado-title{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:0;text-shadow:0 2px 16px #0006}
.ProgramHeado .heado-inner-container .heado-pause{width:48px;height:3px;background:linear-gradient(90deg,#FD8E3F,#005194);border-radius:2px;margin:22px auto}
.ProgramHeado .heado-inner-container .heado-desc{font-size:1.08rem;color:#ffffffe0;line-height:1.7;backdrop-filter:blur(6px);background:#00000038;border-radius:12px;padding:16px 24px}
.ProgStructWrap{max-width:1280px;margin:0 auto;padding:72px 24px}
.ProgStructWrap .struct-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.ProgStructWrap .struct-img-side{position:relative}
.ProgStructWrap .struct-img-side img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:8px 12px 32px #0051942e}
.ProgStructWrap .struct-img-side .struct-img-badge{position:absolute;bottom:-18px;left:24px;background:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 4px 16px #00519426;display:flex;align-items:center;gap:10px}
.ProgStructWrap .struct-img-side .struct-img-badge .badge-num{font-size:1.7rem;font-weight:800;color:#FD8E3F;line-height:1}
.ProgStructWrap .struct-img-side .struct-img-badge .badge-label{font-size:.82rem;color:#005194;font-weight:600;line-height:1.3;max-width:90px}
.ProgStructWrap .struct-text-side .struct-label{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#FD8E3F;margin-bottom:12px;display:block}
.ProgStructWrap .struct-text-side .struct-heading{font-size:1.9rem;font-weight:800;color:#1a2535;line-height:1.25;margin-bottom:20px;position:relative;padding-bottom:18px}
.ProgStructWrap .struct-text-side .struct-heading::after{content:'';position:absolute;bottom:0;left:0;width:52px;height:3px;background:linear-gradient(90deg,#FD8E3F,#005194);border-radius:2px}
.ProgStructWrap .struct-text-side .struct-para{font-size:.97rem;color:#3d4a5c;line-height:1.75;margin-bottom:16px}
.ProgStructWrap .struct-text-side .struct-features{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:12px}
.ProgStructWrap .struct-text-side .struct-features li{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:#2d3a4a;line-height:1.55}
.ProgStructWrap .struct-text-side .struct-features li .feat-icon{flex-shrink:0;width:28px;height:28px;background:linear-gradient(135deg,#FD8E3F22,#00519422);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#005194;font-size:.8rem;margin-top:1px}
.ModulesSection{background:linear-gradient(160deg,#f0f5fb 0%,#fff8f3 100%);padding:72px 0;position:relative;overflow:hidden}
.ModulesSection::before{content:'';position:absolute;top:-60px;left:0;right:0;height:80px;background:#fff;clip-path:ellipse(55% 100% at 50% 0%)}
.ModulesSection .modules-container{max-width:1280px;margin:0 auto;padding:0 24px}
.ModulesSection .modules-top{text-align:center;margin-bottom:48px}
.ModulesSection .modules-top .mod-tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#005194;background:#e8f0fb;padding:5px 14px;border-radius:20px;margin-bottom:14px}
.ModulesSection .modules-top .mod-title{font-size:1.8rem;font-weight:800;color:#1a2535;margin-bottom:12px}
.ModulesSection .modules-top .mod-sub{font-size:.97rem;color:#5a6a7a;max-width:560px;margin:0 auto;line-height:1.65}
.modules-accordion-wrap{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.modules-accordion-wrap input[type="radio"]{display:none}
.AccItem{background:#fff;border-radius:14px;box-shadow:0 2px 10px #00519414;overflow:hidden;border:1.5px solid transparent;transition:border-color .2s}
.AccItem .acc-label{display:flex;align-items:center;gap:14px;padding:18px 22px;cursor:pointer;user-select:none;transition:background .2s}
.AccItem .acc-label:hover{background:#f5f8fd}
.AccItem .acc-num{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#FD8E3F,#ff6b1a);color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center}
.AccItem .acc-title-text{flex:1;font-size:1rem;font-weight:700;color:#1a2535}
.AccItem .acc-arrow{color:#005194;font-size:.85rem;transition:transform .25s}
.AccItem .acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.AccItem .acc-body-inner{padding:0 22px 20px 72px;font-size:.93rem;color:#3d4a5c;line-height:1.7}
.AccItem .acc-body-inner .acc-topics{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:6px}
.AccItem .acc-body-inner .acc-topics li{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#2d3a4a}
.AccItem .acc-body-inner .acc-topics li::before{content:'';width:6px;height:6px;border-radius:50%;background:#FD8E3F;flex-shrink:0}
#acc1:checked ~ .AccItem-one,#acc2:checked ~ .AccItem-two,#acc3:checked ~ .AccItem-three,#acc4:checked ~ .AccItem-four,#acc5:checked ~ .AccItem-five{border-color:#FD8E3F}
#acc1:checked ~ .AccItem-one .acc-body,#acc2:checked ~ .AccItem-two .acc-body,#acc3:checked ~ .AccItem-three .acc-body,#acc4:checked ~ .AccItem-four .acc-body,#acc5:checked ~ .AccItem-five .acc-body{max-height:320px}
#acc1:checked ~ .AccItem-one .acc-arrow,#acc2:checked ~ .AccItem-two .acc-arrow,#acc3:checked ~ .AccItem-three .acc-arrow,#acc4:checked ~ .AccItem-four .acc-arrow,#acc5:checked ~ .AccItem-five .acc-arrow{transform:rotate(180deg)}
#acc1:checked ~ .AccItem-one .acc-num,#acc2:checked ~ .AccItem-two .acc-num,#acc3:checked ~ .AccItem-three .acc-num,#acc4:checked ~ .AccItem-four .acc-num,#acc5:checked ~ .AccItem-five .acc-num{background:linear-gradient(135deg,#005194,#07c)}
.MentorsSection{padding:72px 0 80px;background:#fff}
.MentorsSection .mentors-container{max-width:1280px;margin:0 auto;padding:0 24px}
.MentorsSection .mentors-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.MentorsSection .mentors-intro .mi-overline{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#FD8E3F;display:block;margin-bottom:12px}
.MentorsSection .mentors-intro .mi-heading{font-size:1.85rem;font-weight:800;color:#1a2535;line-height:1.25;margin-bottom:18px}
.MentorsSection .mentors-intro .mi-text{font-size:.96rem;color:#3d4a5c;line-height:1.75;margin-bottom:14px}
.MentorsSection .mentors-intro .mi-cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#FD8E3F,#e87020);color:#fff;font-size:.9rem;font-weight:700;padding:13px 28px;border-radius:10px;text-decoration:none;margin-top:10px;box-shadow:0 4px 14px #fd8e3f59;transition:box-shadow 0.2s,transform .2s}
.MentorsSection .mentors-intro .mi-cta:hover{box-shadow:0 8px 24px #fd8e3f73;transform:translateY(-2px)}
.MentorsSection .mentors-cards{display:flex;flex-direction:column;gap:20px}
.MentorsSection .MentCard{display:flex;align-items:center;gap:18px;background:#F8F7F7;border-radius:14px;padding:18px 20px;border-left:4px solid transparent;transition:border-color 0.2s,box-shadow 0.2s,transform .2s}
.MentorsSection .MentCard:hover{border-left-color:#FD8E3F;box-shadow:0 6px 20px #0051941a;transform:translateX(4px)}
.MentorsSection .MentCard img{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #fff;box-shadow:0 2px 8px #0051941f}
.MentorsSection .MentCard .mc-info .mc-name{font-size:1rem;font-weight:700;color:#1a2535;margin-bottom:3px}
.MentorsSection .MentCard .mc-info .mc-role{font-size:.82rem;color:#005194;font-weight:600;margin-bottom:6px}
.MentorsSection .MentCard .mc-info .mc-quote{font-size:.88rem;color:#5a6a7a;line-height:1.55;font-style:italic}
@media (max-width: 1024px) {
.ProgStructWrap .struct-grid{grid-template-columns:1fr;gap:48px}
.ProgStructWrap .struct-img-side img{height:300px}
.MentorsSection .mentors-layout{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 768px) {
.ProgramHeado .heado-inner-container .heado-title{font-size:1.8rem}
.ProgramHeado{min-height:360px}
.ProgStructWrap{padding:48px 16px}
.ProgStructWrap .struct-text-side .struct-heading{font-size:1.5rem}
.ModulesSection{padding:56px 0}
.ModulesSection .modules-top .mod-title{font-size:1.5rem}
.AccItem .acc-body-inner{padding-left:22px}
.MentorsSection{padding:56px 0}
.MentorsSection .mentors-intro .mi-heading{font-size:1.5rem}
}
@media (max-width: 375px) {
.ProgramHeado .heado-inner-container .heado-title{font-size:1.45rem}
.ProgramHeado .heado-inner-container .heado-desc{font-size:.93rem}
.ProgStructWrap .struct-img-side img{height:220px}
.MentorsSection .MentCard{flex-direction:column;text-align:center}
}
.success-wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.SuccessHeado{padding:72px 0 56px;position:relative;overflow:hidden}
.SuccessHeado .heado-inner{display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.SuccessHeado .heado-text{flex:1 1 55%;min-width:0}
.SuccessHeado .heado-text .status-badge{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#FD8E3F22,#005194110);border:1px solid #FD8E3F55;border-radius:100px;padding:6px 16px;margin-bottom:24px}
.SuccessHeado .heado-text .status-badge .badge-dot{width:8px;height:8px;border-radius:50%;background:#FD8E3F;animation:pulseDot 2s infinite}
@keyframes pulseDot {
0%,100%{opacity:1;transform:scale(1)}
50%{opacity:.5;transform:scale(0.7)}
}
.SuccessHeado .heado-text .badge-label{font-size:13px;font-weight:600;color:#FD8E3F;letter-spacing:.05em;text-transform:uppercase}
.SuccessHeado .heado-text .MainTitle{font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.15;color:#1a2840;margin:0 0 20px;letter-spacing:-.02em}
.SuccessHeado .heado-text .MainTitle .accent-word{color:#005194;position:relative;display:inline-block}
.SuccessHeado .heado-text .MainTitle .accent-word::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#FD8E3F,#005194);border-radius:2px}
.SuccessHeado .heado-text .heado-desc{font-size:17px;line-height:1.7;color:#456;margin:0 0 32px;max-width:520px}
.SuccessHeado .heado-text .heado-actions{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.SuccessHeado .heado-text .ButtPrimary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#FD8E3F,#e07230);color:#fff;font-size:15px;font-weight:600;padding:14px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;position:relative;z-index:3;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 16px #FD8E3F44}
.SuccessHeado .heado-text .ButtPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #FD8E3F55}
.SuccessHeado .heado-text .ButtSecondary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:transparent;color:#005194;font-size:15px;font-weight:600;padding:14px 28px;border-radius:10px;text-decoration:none;border:2px solid #005194;cursor:pointer;position:relative;z-index:3;transition:background .2s ease,color .2s ease,transform .2s ease}
.SuccessHeado .heado-text .ButtSecondary:hover{background:#005194;color:#fff;transform:translateY(-2px)}
.SuccessHeado .heado-card-container{flex:0 0 320px;position:relative}
.SuccessHeado .success-visual-card{background:#fff;border-radius:20px;padding:36px 28px;box-shadow:0 8px 40px #00519420,0 2px 8px #00000010;position:relative;z-index:2;border:1px solid #e8f0f8}
.SuccessHeado .success-visual-card .card-icon-wrap{width:72px;height:72px;background:linear-gradient(135deg,#FD8E3F,#005194);border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.SuccessHeado .success-visual-card .card-icon-wrap i{font-size:30px;color:#fff}
.SuccessHeado .success-visual-card .card-title-inner{font-size:18px;font-weight:700;color:#1a2840;text-align:center;margin-bottom:8px}
.SuccessHeado .success-visual-card .card-sub{font-size:13px;color:#7a8fa8;text-align:center;margin-bottom:24px;line-height:1.6}
.SuccessHeado .success-visual-card .progress-steps{display:flex;flex-direction:column;gap:12px}
.SuccessHeado .success-visual-card .step-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;background:#F8F7F7;transition:background .2s}
.SuccessHeado .success-visual-card .step-item.is-done{background:linear-gradient(90deg,#FD8E3F11,#00519411)}
.SuccessHeado .success-visual-card .step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}
.SuccessHeado .success-visual-card .step-item.is-done .step-num{background:#FD8E3F;color:#fff}
.SuccessHeado .success-visual-card .step-item:not(.is-done) .step-num{background:#e0e8f0;color:#7a8fa8}
.SuccessHeado .success-visual-card .step-label{font-size:13px;font-weight:600;color:#1a2840;flex:1}
.SuccessHeado .success-visual-card .step-item.is-done .step-check{color:#FD8E3F;font-size:14px}
.SuccessHeado .success-visual-card .step-item:not(.is-done) .step-check{color:#c0ccd8;font-size:14px}
.heado-deco-shape{position:absolute;border-radius:50%;pointer-events:none;z-index:0}
.heado-deco-shape.shape-alt{width:320px;height:320px;background:radial-gradient(circle,#FD8E3F0D 0%,transparent 70%);top:-80px;right:-60px}
.heado-deco-shape.shape-secondary{width:200px;height:200px;background:radial-gradient(circle,#00519410 0%,transparent 70%);bottom:-40px;left:20%}
.heado-deco-shape.shape-variant{width:60px;height:60px;border:2px dashed #FD8E3F22;top:40px;left:10%;border-radius:12px;transform:rotate(30deg)}
.divider-wave{width:100%;line-height:0;overflow:hidden;margin:0}
.divider-wave svg{display:block;width:100%}
.CourseInfoSection{background:linear-gradient(160deg,#005194 0%,#003d70 100%);padding:64px 0 72px;position:relative;overflow:hidden}
.CourseInfoSection .section-deco{position:absolute;pointer-events:none}
.CourseInfoSection .section-deco.deco-circ{width:400px;height:400px;border-radius:50%;border:1px solid #ffffff0a;top:-100px;right:-100px}
.CourseInfoSection .section-deco.deco-circ-alt{width:240px;height:240px;border-radius:50%;border:1px solid #FD8E3F22;bottom:-60px;left:60px}
.CourseInfoSection .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.CourseInfoSection .info-text-col{display:flex;flex-direction:column;gap:20px}
.CourseInfoSection .section-label{font-size:12px;font-weight:700;color:#FD8E3F;letter-spacing:.12em;text-transform:uppercase}
.CourseInfoSection .section-heading{font-size:clamp(24px,2.8vw,36px);font-weight:800;color:#fff;line-height:1.25;margin:0}
.CourseInfoSection .section-body{font-size:15px;line-height:1.75;color:#a8c4e0;margin:0}
.CourseInfoSection .what-next-list{display:flex;flex-direction:column;gap:14px;margin-top:8px}
.CourseInfoSection .what-next-list .next-item{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.CourseInfoSection .what-next-list .next-icon{width:36px;height:36px;border-radius:10px;background:#ffffff0d;border:1px solid #ffffff18;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.CourseInfoSection .what-next-list .next-icon i{font-size:15px;color:#FD8E3F}
.CourseInfoSection .what-next-list .next-content .next-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}
.CourseInfoSection .what-next-list .next-content .next-desc{font-size:13px;color:#7aa0bf;line-height:1.5}
.CourseInfoSection .info-cards-col{display:flex;flex-direction:column;gap:16px}
.CourseInfoSection .info-card-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;padding:22px 24px;display:flex;flex-direction:row;align-items:center;gap:18px;transition:background .25s ease,border-color .25s ease;cursor:default}
.CourseInfoSection .info-card-item:hover{background:#ffffff14;border-color:#FD8E3F44}
.CourseInfoSection .info-card-item .card-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#FD8E3F,#c96b20);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.CourseInfoSection .info-card-item .card-icon i{font-size:20px;color:#fff}
.CourseInfoSection .info-card-item .card-text .card-text-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:4px}
.CourseInfoSection .info-card-item .card-text .card-text-desc{font-size:13px;color:#7aa0bf;line-height:1.5}
.CourseInfoSection .contact-strip{margin-top:32px;padding:20px 24px;border-radius:14px;background:#ffffff08;border:1px solid #FD8E3F33;display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.CourseInfoSection .contact-strip i{color:#FD8E3F;font-size:18px}
.CourseInfoSection .contact-strip .strip-text{font-size:14px;color:#a8c4e0;flex:1;min-width:160px}
.CourseInfoSection .contact-strip .strip-text a{color:#fff;font-weight:600;text-decoration:none;transition:color .2s}
.CourseInfoSection .contact-strip .strip-text a:hover{color:#FD8E3F}
@media (max-width: 768px) {
.SuccessHeado .heado-inner{flex-direction:column;gap:36px}
.SuccessHeado .heado-card-container{flex:none;width:100%;max-width:360px;margin:0 auto}
.SuccessHeado{padding:48px 0 40px}
.CourseInfoSection .info-grid{grid-template-columns:1fr;gap:36px}
.SuccessHeado .heado-text .heado-actions{flex-direction:column}
.SuccessHeado .heado-text .ButtPrimary,.SuccessHeado .heado-text .ButtSecondary{width:100%;justify-content:center}
.CourseInfoSection .contact-strip{flex-direction:column;text-align:center}
}
@media (max-width: 375px) {
.success-wrap{padding:0 16px}
.SuccessHeado .heado-text .MainTitle{font-size:28px}
.SuccessHeado .success-visual-card{padding:24px 18px}
.CourseInfoSection{padding:48px 0 56px}
}
@media (min-width: 1366px) {
.SuccessHeado{padding:88px 0 72px}
.SuccessHeado .heado-inner{gap:72px}
.SuccessHeado .heado-card-container{flex:0 0 360px}
}