*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'PT Sans',sans-serif;font-size:16px;line-height:1.6;color:#343044;background:#fafafa}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.header-container{max-width:960px;margin:0 auto;padding:20px}
header{background:linear-gradient(135deg,#fff55e26 0%,#02467f14 100%);border-bottom:3px solid #FFF55E;box-shadow:0 8px 24px #3430441f}
.hd-grid{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:18px 22px;align-items:center}
.logo-area{grid-column:1;grid-row:1}
.site-logo{width:110px;height:110px;object-fit:contain;background:#ffffffb3;padding:12px;border-radius:22px;box-shadow:0 6px 18px #02467f26 inset 0 2px 4px #fff55e4d}
.brand-area{grid-column:2;grid-row:1;text-align:right}
.company-name{font-size:38px;font-weight:700;color:#02467F;text-shadow:2px 2px 4px #fff55e66}
.main-nav-container{grid-column:1 / -1;grid-row:2;margin-top:12px}
.nv-list{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.nv-item{flex:0 0 auto}
.nv-link{display:block;padding:14px 28px;background:#02467F;color:#FFF55E;font-weight:700;font-size:17px;border-radius:18px;transition:background 180ms ease-out,transform 150ms ease-out;box-shadow:0 4px 12px #02467f40}
.nv-link:hover{background:#034a8a;transform:translateY(-2px)}
.footer-container{max-width:960px;margin:0 auto;padding:50px 20px 30px}
footer{background:#343044;color:#fafafa;margin-top:80px}
.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px 30px;margin-bottom:40px}
.ft-heading{font-size:22px;font-weight:700;margin-bottom:16px;color:#FFF55E}
.ft-text{font-size:15px;line-height:1.7;margin-bottom:10px}
.ft-menu{display:flex;flex-direction:column;gap:10px}
.ft-link{font-size:15px;transition:color 170ms ease-out;display:inline-block}
.ft-link:hover{color:#FFF55E}
.ft-bottom{border-top:1px solid #fff55e4d;padding-top:24px;text-align:center}
.ft-copyright{font-size:14px;color:#fafafacc}
.cookie-popup{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateY(-120%);background:#fff;border-radius:24px;box-shadow:0 16px 48px #3430444d;padding:32px;max-width:520px;width:calc(100% - 40px);z-index:9999;transition:transform 280ms ease-out;border:2px solid #FFF55E}
.cookie-popup.showing{transform:translateX(-50%) translateY(0)}
.cookie-title{font-size:24px;font-weight:700;color:#02467F;margin-bottom:12px}
.cookie-desc{font-size:15px;color:#343044;margin-bottom:24px;line-height:1.5}
.cookie-options{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.cookie-option{display:flex;align-items:center}
.cookie-label{display:flex;align-items:center;gap:10px;cursor:pointer;user-select:none}
.cookie-check{width:20px;height:20px;cursor:pointer}
.cookie-check:disabled{cursor:not-allowed}
.cookie-option-text{font-size:15px;color:#343044}
.cookie-actions{display:flex;gap:12px}
.bt{flex:1;padding:14px 24px;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:background 180ms ease-out,transform 150ms ease-out;font-family:'PT Sans',sans-serif}
.cookie-accept{background:#02467F;color:#FFF55E;border-radius:16px;box-shadow:0 6px 16px #02467f4d}
.cookie-accept:hover{background:#034a8a;transform:scale(1.02)}
.cookie-decline{background:#343044;color:#fff;border-radius:16px;box-shadow:0 6px 16px #34304440}
.cookie-decline:hover{background:#45405a;transform:scale(1.02)}
.cookie-manager{position:fixed;bottom:20px;left:20px;z-index:9998;opacity:0;pointer-events:none;transition:opacity 200ms ease-out}
.cookie-manager.showing{opacity:1;pointer-events:all}
.cookie-toggle{background:#02467F;color:#FFF55E;border:none;padding:12px 20px;border-radius:20px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #02467f4d;transition:background 180ms ease-out;font-family:'PT Sans',sans-serif}
.cookie-toggle:hover{background:#034a8a}
@media (max-width: 768px) {
.hd-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:16px}
.logo-area{grid-column:1;grid-row:1;text-align:center}
.brand-area{grid-column:1;grid-row:2;text-align:center}
.main-nav-container{grid-column:1;grid-row:3}
.company-name{font-size:28px}
.nv-list{flex-direction:column;align-items:stretch}
.nv-link{text-align:center}
.ft-grid{grid-template-columns:1fr;gap:30px}
.cookie-actions{flex-direction:column}
}
@media (max-width: 480px) {
.header-container{padding:16px}
.site-logo{width:90px;height:90px}
.company-name{font-size:24px}
.nv-link{padding:12px 20px;font-size:16px}
.cookie-popup{padding:24px;top:10px}
.cookie-title{font-size:20px}
.cookie-manager{bottom:10px;left:10px}
}
.legal-article{max-width:960px;margin:0 auto;padding:80px 24px;background:#fff}
.legal-article p{font-size:17px;line-height:1.75;color:#343044;margin:0 0 24px}
.legal-article p strong,.legal-article p b{font-weight:700;color:#02467F}
.legal-article p em,.legal-article p i{font-style:italic;color:#343044}
.legal-article ul{list-style-type:disc;margin:0 0 32px;padding-left:32px}
.legal-article ol{list-style-type:decimal;margin:0 0 32px;padding-left:32px}
.legal-article ul li,.legal-article ol li{font-size:17px;line-height:1.75;color:#343044;margin-bottom:12px;padding-left:8px}
.legal-article ul li strong,.legal-article ol li strong,.legal-article ul li b,.legal-article ol li b{font-weight:700;color:#02467F}
.legal-article ul li em,.legal-article ol li em,.legal-article ul li i,.legal-article ol li i{font-style:italic}
.legal-article a{color:#02467F;text-decoration:underline;transition:all 200ms ease-out;border-radius:4px}
.legal-article a:hover{color:#343044;background:#fff55e4d;text-decoration:none}
.legal-article a:focus{outline:3px solid #FFF55E;outline-offset:2px}
.legal-article table{width:100%;border-collapse:collapse;margin:0 0 40px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #34304414}
.legal-article table thead{background:#02467F}
.legal-article table thead tr th{font-size:16px;font-weight:700;color:#fff;text-align:left;padding:20px 24px;border-bottom:3px solid #FFF55E}
.legal-article table tbody tr{border-bottom:1px solid #3430441a;transition:background 180ms ease-out}
.legal-article table tbody tr:last-child{border-bottom:none}
.legal-article table tbody tr:hover{background:#fff55e26}
.legal-article table tbody tr td{font-size:16px;line-height:1.6;color:#343044;padding:18px 24px}
.legal-article table tbody tr td strong,.legal-article table tbody tr td b{font-weight:700;color:#02467F}
.legal-article table tbody tr td a{color:#02467F;text-decoration:underline}
@media (max-width: 768px) {
.legal-article{padding:60px 20px}
.legal-article p{font-size:16px;line-height:1.7;margin-bottom:20px}
.legal-article ul,.legal-article ol{padding-left:24px;margin-bottom:28px}
.legal-article ul li,.legal-article ol li{font-size:16px;margin-bottom:10px}
.legal-article table{border-radius:16px;margin-bottom:32px}
.legal-article table thead tr th{font-size:14px;padding:16px}
.legal-article table tbody tr td{font-size:14px;padding:14px 16px}
}
@media (max-width: 480px) {
.legal-article{padding:48px 16px}
.legal-article p{font-size:15px;margin-bottom:18px}
.legal-article ul,.legal-article ol{padding-left:20px}
.legal-article ul li,.legal-article ol li{font-size:15px}
.legal-article table{display:block;overflow-x:auto;border-radius:12px}
.legal-article table thead tr th{font-size:13px;padding:14px 12px;white-space:nowrap}
.legal-article table tbody tr td{font-size:13px;padding:12px;white-space:nowrap}
}
.hro-wrp{max-width:960px;margin:0 auto;padding:4rem 1.5rem}
.hro-inner{display:flex;flex-direction:row;gap:3rem;align-items:center;position:relative}
.hro-txt{flex:1;z-index:2}
.hro-ttl{font-size:2.8rem;line-height:1.1;color:#02467F;margin:0 0 1.5rem;font-weight:700}
.hro-desc{font-size:1.15rem;line-height:1.6;color:#343044;margin:0 0 2rem}
.hro-img-bx{flex:0 0 420px;position:relative}
.hro-img-bx img{width:100%;height:380px;object-fit:cover;border-radius:24px;box-shadow:0 12px 32px #34304426;opacity:.88}
.hro-pttrn{position:absolute;top:-20px;right:-20px;width:120px;height:120px;z-index:1}
.hro-pttrn::before,.hro-pttrn::after{content:'';position:absolute;border-radius:50%}
.hro-pttrn::before{width:18px;height:18px;background:#FFF55E;top:0;left:0;box-shadow:45px 15px 0 #FFF55E,90px 30px 0 #FFF55E,20px 60px 0 #fff55e99 70px 75px 0 #fff55e99}
.hro-pttrn::after{width:12px;height:12px;background:#02467f66;bottom:10px;right:20px;box-shadow:-40px -10px 0 #02467f4d -80px 5px 0 #02467f40}
.bizz-wrapper{background:linear-gradient(135deg,#02467F 0%,#034a85 100%);padding:5rem 1.5rem;margin:4rem 0}
.bizz-container{max-width:960px;margin:0 auto}
.bizz-hdr{text-align:center;margin-bottom:3.5rem}
.bizz-hdr h2{font-size:2.4rem;color:#FFF55E;margin:0 0 1rem;font-weight:700}
.bizz-hdr p{font-size:1.1rem;color:#ffffffe6;margin:0;line-height:1.6}
.bizz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.bizz-crd{background:#ffffff14;border-radius:20px;padding:2rem;border:2px solid #fff55e33;transition:all 220ms ease-out}
.bizz-crd:hover{background:#ffffff1f;border-color:#fff55e80;transform:translateY(-4px);box-shadow:0 8px 24px #0003}
.bizz-crd h3{font-size:1.4rem;color:#FFF55E;margin:0 0 1rem;font-weight:600}
.bizz-crd p{font-size:.95rem;color:#ffffffd9;line-height:1.7;margin:0}
.outcomes-area{max-width:960px;margin:5rem auto;padding:0 1.5rem}
.outcomes-hdr{margin-bottom:3rem}
.outcomes-hdr h2{font-size:2.2rem;color:#02467F;margin:0 0 1.2rem;font-weight:700}
.outcomes-hdr p{font-size:1.05rem;color:#343044;line-height:1.65;margin:0}
.outcomes-layout{display:flex;gap:3rem;align-items:flex-start}
.outcomes-visual{flex:0 0 380px}
.outcomes-visual img{width:100%;height:340px;object-fit:cover;border-radius:28px;box-shadow:0 16px 40px #02467f2e}
.outcomes-list{flex:1}
.outcome-itm{background:linear-gradient(120deg,#fff55e14 0%,#fff55e05 100%);border-left:4px solid #FFF55E;padding:1.5rem 1.8rem;margin-bottom:1.5rem;border-radius:0 16px 16px 0;transition:all 200ms ease-out}
.outcome-itm:hover{background:linear-gradient(120deg,#fff55e26 0%,#fff55e0d 100%);transform:translateX(8px);box-shadow:0 6px 20px #fff55e33}
.outcome-itm h4{font-size:1.25rem;color:#02467F;margin:0 0 .6rem;font-weight:600}
.outcome-itm p{font-size:.95rem;color:#343044;line-height:1.6;margin:0}
.ptnr-section{background:#343044;padding:5rem 1.5rem;position:relative;overflow:hidden}
.ptnr-section::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FFF55E 0%,#02467F 50%,#FFF55E 100%)}
.ptnr-content{max-width:960px;margin:0 auto}
.ptnr-top{text-align:center;margin-bottom:3.5rem}
.ptnr-top h2{font-size:2.3rem;color:#FFF55E;margin:0 0 1.2rem;font-weight:700}
.ptnr-top p{font-size:1.1rem;color:#ffffffe0;line-height:1.7;margin:0;max-width:700px;margin:0 auto}
.ptnr-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.ptnr-blk{background:#ffffff0f;border-radius:24px;padding:2.5rem;border:1px solid #fff55e26;position:relative;overflow:hidden}
.ptnr-blk::after{content:'';position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,#fff55e14 0%,transparent 70%);border-radius:50%}
.ptnr-blk h3{font-size:1.5rem;color:#FFF55E;margin:0 0 1.2rem;font-weight:600;position:relative;z-index:1}
.ptnr-blk p{font-size:1rem;color:#ffffffd9;line-height:1.75;margin:0 0 1rem;position:relative;z-index:1}
.ptnr-stats{display:flex;gap:2rem;margin-top:1.5rem;position:relative;z-index:1}
.stat-unit{flex:1}
.stat-num{font-size:2rem;color:#FFF55E;font-weight:700;display:block;margin-bottom:.3rem}
.stat-lbl{font-size:.85rem;color:#ffffffb3;display:block}
.ptnr-imgs{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;position:relative;z-index:1}
.ptnr-imgs img{width:100%;height:180px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000004d}
@media (max-width: 768px) {
.hro-inner{flex-direction:column}
.hro-img-bx{flex:0 0 auto;width:100%}
.hro-img-bx img{height:280px}
.hro-ttl{font-size:2rem}
.bizz-grid{grid-template-columns:1fr}
.outcomes-layout{flex-direction:column}
.outcomes-visual{flex:0 0 auto;width:100%}
.ptnr-blocks{grid-template-columns:1fr}
.ptnr-imgs{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hro-img-bx{flex:0 0 340px}
.hro-img-bx img{height:320px}
.bizz-grid{grid-template-columns:repeat(2,1fr)}
}
.pg-ctn{width:100%;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.hd-wrp{width:100%;padding:80px 20px 60px;background:linear-gradient(145deg,#02467F 0%,#343044 100%);position:relative;overflow:hidden}
.hd-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hd-txt-zone{z-index:2;position:relative}
.hd-main-ttl{font-size:48px;font-weight:700;color:#FFF55E;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.hd-desc-box{margin:0}
.hd-desc-line{font-size:18px;line-height:1.6;color:#ffffffe6;margin:0}
.hd-vis-zone{position:relative;height:400px}
.hd-pattern-layer{position:absolute;top:-20px;right:-30px;width:280px;height:280px;background:repeating-linear-gradient(45deg,#fff55e14,#fff55e14 10px,transparent 10px,transparent 20px);border-radius:24px;transform:rotate(12deg);z-index:1}
.hd-feature-img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #0000004d;transform:translateX(15px) translateY(10px);z-index:2;opacity:.7}
.ct-zone{padding:70px 20px}
.ct-wrap{max-width:960px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:50px}
.ct-sidebar{display:flex;flex-direction:column;gap:40px}
.info-cluster{background:#fff;padding:32px;border-radius:20px;box-shadow:0 8px 24px #00000014}
.ct-sec-heading{font-size:22px;font-weight:600;color:#343044;margin:0 0 24px}
.info-stack{display:flex;flex-direction:column;gap:20px}
.info-item{display:flex;flex-direction:column;gap:6px}
.info-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#02467F}
.info-value{font-size:15px;line-height:1.6;color:#343044}
.ct-link{color:#02467F;text-decoration:none;transition:color 180ms ease-out}
.ct-link:hover{color:#FFF55E}
.msg-cluster{background:linear-gradient(135deg,#fff55e26 0%,#02467f1a 100%);padding:28px;border-radius:20px;border:2px solid #fff55e4d}
.msg-heading{font-size:18px;font-weight:600;color:#343044;margin:0 0 18px}
.msg-grid{display:flex;flex-direction:column;gap:12px}
.msg-btn{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-radius:16px;text-decoration:none;transition:all 200ms ease-out;box-shadow:0 4px 12px #0000000d}
.msg-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}
.msg-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff}
.viber-btn .msg-icon{background:#7360f2}
.signal-btn .msg-icon{background:#3a76f0}
.telegram-btn .msg-icon{background:#08c}
.msg-name{font-size:15px;font-weight:500;color:#343044}
.ct-main{display:flex;flex-direction:column}
.frm-container{background:#fff;padding:44px;border-radius:24px;box-shadow:0 12px 40px #0000001a}
.frm-title{font-size:32px;font-weight:700;color:#343044;margin:0 0 12px}
.frm-intro{font-size:16px;line-height:1.5;color:#6c757d;margin:0 0 32px}
.contact-frm{display:flex;flex-direction:column;gap:24px}
.frm-field{display:flex;flex-direction:column;gap:8px}
.frm-lbl{font-size:14px;font-weight:600;color:#343044;display:block}
.frm-input{width:100%;padding:14px 18px;font-size:15px;border:2px solid #e9ecef;border-radius:16px;background:#f8f9fa;color:#343044;transition:all 180ms ease-out;box-sizing:border-box}
.frm-input:focus{outline:none;border-color:#02467F;background:#fff;box-shadow:0 4px 16px #02467f26}
.topic-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.topic-radio{display:none}
.topic-opt{padding:12px 16px;text-align:center;font-size:14px;font-weight:500;color:#343044;background:#f8f9fa;border:2px solid #e9ecef;border-radius:14px;cursor:pointer;transition:all 180ms ease-out}
.topic-opt:hover{border-color:#02467F;background:#02467f0d}
.topic-radio:checked + .topic-opt{background:#02467F;color:#FFF55E;border-color:#02467F}
.conditional-block{display:flex;flex-direction:column;gap:16px}
.topic-opt.standalone{width:100%}
.topic-trigger{display:none}
.expanded-area{max-height:0;overflow:hidden;opacity:0;transition:all 220ms ease-out;display:flex;flex-direction:column;gap:8px}
.topic-trigger:checked ~ .expanded-area{max-height:200px;opacity:1}
.frm-textarea{width:100%;padding:14px 18px;font-size:15px;font-family:inherit;border:2px solid #e9ecef;border-radius:16px;background:#f8f9fa;color:#343044;resize:vertical;transition:all 180ms ease-out;box-sizing:border-box}
.frm-textarea:focus{outline:none;border-color:#02467F;background:#fff;box-shadow:0 4px 16px #02467f26}
.privacy-wrapper{display:flex;align-items:flex-start;gap:10px;cursor:pointer}
.privacy-check{margin-top:3px;width:18px;height:18px;cursor:pointer;accent-color:#02467F}
.privacy-text{font-size:14px;line-height:1.5;color:#6c757d}
.privacy-link{color:#02467F;text-decoration:underline;transition:color 180ms ease-out}
.privacy-link:hover{color:#FFF55E}
.submit-btn{padding:16px 36px;font-size:16px;font-weight:600;color:#343044;background:linear-gradient(135deg,#FFF55E 0%,#ffe033 100%);border:none;border-radius:18px;cursor:pointer;transition:all 200ms ease-out;box-shadow:0 6px 20px #fff55e66;align-self:flex-start;z-index:10;position:relative}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff55e80}
.submit-btn:active{transform:translateY(0)}
@media (max-width: 768px) {
.hd-wrp{padding:50px 20px 40px}
.hd-inner{grid-template-columns:1fr;gap:40px}
.hd-main-ttl{font-size:36px}
.hd-vis-zone{height:280px}
.ct-wrap{grid-template-columns:1fr;gap:40px}
.frm-container{padding:32px 24px}
.frm-title{font-size:26px}
.topic-selector{grid-template-columns:1fr}
.submit-btn{width:100%}
}
@media (max-width: 480px) {
.hd-main-ttl{font-size:28px}
.hd-desc-line{font-size:16px}
.info-cluster{padding:24px}
.msg-cluster{padding:20px}
.frm-container{padding:24px 18px}
}
.lp-hero{background:linear-gradient(135deg,#02467F 0%,#343044 100%);padding:80px 20px;position:relative;overflow:hidden}
.lp-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#fff55e14;border-radius:50%;transform:rotate(25deg)}
.lp-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#fff55e0d;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.hero-wrap{max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.hero-txt{flex:1}
.hero-txt h1{font-size:48px;color:#FFF55E;margin:0 0 20px;line-height:1.2}
.hero-txt p{font-size:18px;color:#ffffffe6;margin:0 0 32px;line-height:1.6}
.hero-img-box{flex:0 0 380px;position:relative}
.hero-img-box img{width:100%;height:420px;object-fit:cover;clip-path:polygon(25% 0%,100% 0%,75% 100%,0% 100%);border:4px solid #fff55e4d}
.start-btn{display:inline-block;padding:16px 40px;background:#FFF55E;color:#343044;text-decoration:none;font-size:17px;font-weight:600;border-radius:24px;transition:all 220ms ease-out;position:relative;z-index:10}
.start-btn:hover{background:#fff385;transform:translateY(-2px);box-shadow:0 8px 24px #fff55e66}
.prog-overview{padding:90px 20px;background:#f8f9fa}
.prog-overview-container{max-width:960px;margin:0 auto}
.po-header{text-align:center;margin-bottom:60px}
.po-header h2{font-size:38px;color:#343044;margin:0 0 16px;position:relative;display:inline-block}
.po-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#02467F,#FFF55E);border-radius:2px}
.po-header p{font-size:17px;color:#555;max-width:680px;margin:20px auto 0;line-height:1.6}
.po-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.po-card{background:#fff;padding:36px 28px;border-radius:20px;box-shadow:0 4px 16px #00000014;transition:all 200ms ease-out;border-top:4px solid transparent}
.po-card:nth-child(1){border-top-color:#FFF55E}
.po-card:nth-child(2){border-top-color:#02467F}
.po-card:nth-child(3){border-top-color:#343044}
.po-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}
.po-card h3{font-size:22px;color:#343044;margin:0 0 12px}
.po-card p{font-size:15px;color:#666;margin:0;line-height:1.6}
.crs-flow{padding:80px 20px;background:#fff}
.flow-cont{max-width:960px;margin:0 auto}
.flow-cont h2{font-size:36px;color:#02467F;margin:0 0 50px;text-align:left}
.steps-layout{display:flex;flex-direction:column;gap:48px}
.st-item{display:flex;flex-direction:row;gap:40px;align-items:flex-start}
.st-item:nth-child(even){flex-direction:row-reverse}
.st-num{flex:0 0 100px;height:100px;background:linear-gradient(135deg,#FFF55E,#fffa99);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:700;color:#343044;box-shadow:0 6px 20px #fff55e66}
.st-content{flex:1;padding-top:10px}
.st-content h3{font-size:24px;color:#343044;margin:0 0 12px}
.st-content p{font-size:16px;color:#555;margin:0;line-height:1.7}
.benef-sec{padding:85px 20px;background:linear-gradient(180deg,#f0f4f8 0%,#e8eef3 100%);position:relative}
.benef-sec::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#02467F,#FFF55E,#343044)}
.benef-wrap{max-width:960px;margin:0 auto}
.benef-wrap h2{font-size:37px;color:#343044;margin:0 0 48px;text-align:center}
.bn-cols{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.bn-left{display:flex;flex-direction:column;gap:24px}
.bn-block{background:#fff;padding:28px 32px;border-radius:16px;border-left:5px solid #02467F;box-shadow:0 3px 12px #00000012;transition:transform 180ms ease-out}
.bn-block:hover{transform:translateX(8px)}
.bn-block h4{font-size:19px;color:#02467F;margin:0 0 10px}
.bn-block p{font-size:15px;color:#666;margin:0;line-height:1.6}
.bn-right{display:flex;align-items:center;justify-content:center}
.bn-right img{width:100%;max-width:450px;height:auto;border-radius:24px;box-shadow:0 12px 40px #00000026}
.cta-zone{padding:70px 20px;background:#343044;text-align:center}
.cta-inner{max-width:960px;margin:0 auto}
.cta-inner h2{font-size:40px;color:#FFF55E;margin:0 0 20px}
.cta-inner p{font-size:18px;color:#ffffffd9;margin:0 0 36px;line-height:1.6}
.action-btns{display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:center}
.prm-act{padding:18px 48px;background:#FFF55E;color:#343044;text-decoration:none;font-size:18px;font-weight:600;border-radius:28px;transition:all 200ms ease-out;display:inline-block;position:relative;z-index:10}
.prm-act:hover{background:#fff385;transform:scale(1.05);box-shadow:0 10px 28px #fff55e80}
.sec-act{padding:18px 48px;background:transparent;color:#fff;text-decoration:none;font-size:18px;font-weight:600;border:2px solid #FFF55E;border-radius:28px;transition:all 200ms ease-out;display:inline-block;position:relative;z-index:10}
.sec-act:hover{background:#fff55e1a;border-color:#fff385;transform:scale(1.05)}
@media (max-width: 768px) {
.hero-wrap{flex-direction:column;gap:40px}
.hero-img-box{flex:0 0 auto;width:100%}
.hero-img-box img{height:320px}
.hero-txt h1{font-size:36px}
.po-grid{grid-template-columns:1fr;gap:24px}
.st-item,.st-item:nth-child(even){flex-direction:column;gap:20px}
.st-num{flex:0 0 80px;height:80px;font-size:34px}
.bn-cols{grid-template-columns:1fr;gap:32px}
.action-btns{flex-direction:column}
.prm-act,.sec-act{width:100%;max-width:320px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hero-wrap{gap:40px}
.hero-img-box{flex:0 0 300px}
.po-grid{grid-template-columns:repeat(2,1fr)}
}
.pg-wrp{width:100%;max-width:960px;margin:0 auto;padding:0 20px}
.ttl-blk{position:relative;background:linear-gradient(135deg,#02467F 0%,#343044 100%);padding:80px 20px;margin-bottom:60px;border-radius:24px;overflow:hidden}
.ttl-blk::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#fff55e26 0%,transparent 70%);border-radius:50%;animation:floating 8s ease-in-out infinite}
.ttl-blk::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,#fff55e1a 0%,transparent 70%);border-radius:50%;animation:floating 12s ease-in-out infinite reverse}
@keyframes floating {
0%,100%{transform:translateY(0) translateX(0)}
50%{transform:translateY(-20px) translateX(10px)}
}
.ttl-blk .inr{position:relative;z-index:2;max-width:700px;margin:0 auto;text-align:center}
.ttl-blk h1{font-size:48px;line-height:1.2;color:#FFF55E;margin:0 0 16px;font-weight:700}
.ttl-blk .sbt{font-size:20px;line-height:1.5;color:#ffffffe6;margin:0}
.nws-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:70px}
.nws-crd{background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%);border-radius:20px;overflow:hidden;border:2px solid #02467F;transition:all .2s ease-out;position:relative}
.nws-crd:hover{transform:translateY(-4px);box-shadow:0 12px 28px #02467f26}
.nws-crd .imgwrp{width:100%;height:200px;overflow:hidden;position:relative}
.nws-crd .imgwrp img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-out}
.nws-crd:hover .imgwrp img{transform:scale(1.05)}
.nws-crd .dttg{position:absolute;top:12px;left:12px;background:#fff55ef2;color:#343044;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:600;z-index:2}
.nws-crd .ctnt{padding:24px}
.nws-crd h3{font-size:22px;line-height:1.3;color:#343044;margin:0 0 12px;font-weight:700}
.nws-crd .dsc{font-size:15px;line-height:1.6;color:#555;margin:0 0 18px}
.nws-crd .rdmr{display:inline-block;color:#02467F;font-size:15px;font-weight:600;text-decoration:none;position:relative;padding-bottom:2px}
.nws-crd .rdmr::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#FFF55E;transition:width .2s ease-out}
.nws-crd .rdmr:hover::after{width:100%}
.ftr-blk{background:#343044;padding:60px 40px;border-radius:28px;margin-bottom:50px;position:relative;overflow:hidden}
.ftr-blk::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 30%,#fff55e0d 100%);pointer-events:none}
.ftr-blk .cntnt-wrp{position:relative;z-index:2;display:flex;gap:40px;align-items:center}
.ftr-blk .lftsd{flex:1}
.ftr-blk h2{font-size:32px;line-height:1.3;color:#FFF55E;margin:0 0 14px;font-weight:700}
.ftr-blk .txtblk{font-size:16px;line-height:1.7;color:#ffffffd9;margin:0}
.ftr-blk .rgtsd{flex-shrink:0}
.ftr-blk .bt{display:inline-block;background:linear-gradient(135deg,#FFF55E 0%,#f4e84d 100%);color:#343044;padding:16px 36px;border-radius:16px;font-size:17px;font-weight:700;text-decoration:none;transition:all .2s ease-out;box-shadow:0 6px 20px #fff55e4d}
.ftr-blk .bt:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff55e66}
.rcnt-upd{background:linear-gradient(135deg,#fff55e14 0%,#02467f0d 100%);padding:50px 30px;border-radius:24px;margin-bottom:60px;border-left:6px solid #FFF55E}
.rcnt-upd h2{font-size:28px;line-height:1.3;color:#02467F;margin:0 0 30px;font-weight:700;position:relative;padding-left:18px}
.rcnt-upd h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:30px;background:#FFF55E;border-radius:3px}
.upd-lst{display:flex;flex-direction:column;gap:22px}
.upd-itm{display:flex;gap:18px;padding:20px;background:#fff;border-radius:16px;border:1px solid #02467f1a;transition:all .2s ease-out}
.upd-itm:hover{border-color:#02467F;box-shadow:0 4px 16px #02467f14}
.upd-itm .dtbdg{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#02467F 0%,#343044 100%);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#FFF55E;font-weight:700}
.upd-itm .dtbdg .dy{font-size:24px;line-height:1}
.upd-itm .dtbdg .mnth{font-size:11px;line-height:1;margin-top:4px;text-transform:uppercase}
.upd-itm .txtcnt{flex:1}
.upd-itm h4{font-size:18px;line-height:1.4;color:#343044;margin:0 0 8px;font-weight:700}
.upd-itm .dsc{font-size:15px;line-height:1.6;color:#666;margin:0}
.nslt-sctn{background:#02467F;padding:70px 40px;border-radius:28px;text-align:center;margin-bottom:50px;position:relative;overflow:hidden}
.nslt-sctn::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#fff55e1a 0%,transparent 70%);border-radius:50%}
.nslt-sctn::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle,#fff55e14 0%,transparent 70%);border-radius:50%}
.nslt-sctn .inr-cntnr{position:relative;z-index:2;max-width:600px;margin:0 auto}
.nslt-sctn h2{font-size:34px;line-height:1.3;color:#FFF55E;margin:0 0 16px;font-weight:700}
.nslt-sctn .sbtxt{font-size:17px;line-height:1.6;color:#ffffffe6;margin:0 0 32px}
.nslt-sctn .frmwrp{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.nslt-sctn input[type="email"]{flex:1;min-width:260px;padding:16px 20px;border-radius:16px;border:2px solid #fff55e4d;background:#fffffff2;font-size:16px;color:#343044;outline:none;transition:all .2s ease-out}
.nslt-sctn input[type="email"]:focus{border-color:#FFF55E;box-shadow:0 0 0 4px #fff55e33}
.nslt-sctn input[type="email"]::placeholder{color:#999}
.nslt-sctn button{padding:16px 32px;background:linear-gradient(135deg,#FFF55E 0%,#f4e84d 100%);color:#343044;border:none;border-radius:16px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease-out;box-shadow:0 6px 20px #fff55e4d}
.nslt-sctn button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff55e66}
@media (max-width: 768px) {
.ttl-blk h1{font-size:36px}
.ttl-blk .sbt{font-size:18px}
.nws-grd{grid-template-columns:1fr}
.ftr-blk .cntnt-wrp{flex-direction:column;text-align:center}
.ftr-blk h2{font-size:28px}
.rcnt-upd h2{font-size:24px}
.nslt-sctn h2{font-size:28px}
.nslt-sctn .frmwrp{flex-direction:column}
.nslt-sctn input[type="email"]{min-width:100%}
}
@media (max-width: 480px) {
.ttl-blk{padding:60px 20px}
.ttl-blk h1{font-size:30px}
.nws-crd h3{font-size:20px}
.upd-itm{flex-direction:column;align-items:center;text-align:center}
}
.success-pg{background:linear-gradient(135deg,#FFF55E 0%,#fff55e1a 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.success-pg::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#02467f26 0%,transparent 70%);border-radius:50%}
.success-pg::after{content:'';position:absolute;bottom:-30%;left:-10%;width:450px;height:450px;background:radial-gradient(circle,#3430441a 0%,transparent 70%);border-radius:50%}
.cnfrm-container{max-width:680px;margin:0 auto;background:#fff;border-radius:28px;padding:60px 50px;box-shadow:0 16px 48px #3430441f;position:relative;z-index:2;text-align:center}
.icn-checkmark{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#02467F 0%,#343044 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse-check .6s ease-out}
@keyframes pulse-check {
0%{transform:scale(0.8);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.icn-checkmark svg{width:52px;height:52px}
.cnfrm-container .msg-head{font-size:36px;font-weight:700;color:#343044;margin:0 0 18px;line-height:1.2}
.cnfrm-container .msg-subtext{font-size:18px;color:#02467F;line-height:1.6;margin:0 0 28px}
.cnfrm-container .info-txt{font-size:15px;color:#666;line-height:1.7;margin:0 0 40px}
.actions-grp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.actions-grp .btn-primary{background:linear-gradient(135deg,#02467F 0%,#343044 100%);color:#fff;padding:16px 38px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s ease-out;box-shadow:0 6px 20px #02467f40}
.actions-grp .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 28px #02467f59}
.actions-grp .btn-secondary{background:#fff;color:#02467F;padding:16px 38px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;border:2px solid #02467F;transition:all .2s ease-out}
.actions-grp .btn-secondary:hover{background:#02467f14;transform:translateY(-2px)}
.extra-info-bx{margin:48px 0 0;padding:28px;background:linear-gradient(135deg,#fff55e26 0%,#fff55e0d 100%);border-radius:20px;border-left:4px solid #FFF55E}
.extra-info-bx .note-hd{font-size:17px;font-weight:700;color:#343044;margin:0 0 12px}
.extra-info-bx .note-content{font-size:15px;color:#666;line-height:1.7;margin:0}
.contact-links{display:flex;gap:20px;justify-content:center;margin:32px 0 0;flex-wrap:wrap}
.contact-links a{color:#02467F;text-decoration:none;font-size:15px;font-weight:600;padding:10px 20px;border-radius:16px;background:#02467f0f;transition:all .18s ease-out}
.contact-links a:hover{background:#02467f1f;transform:translateY(-1px)}
@media (max-width: 768px) {
.cnfrm-container{padding:40px 28px;border-radius:24px}
.icn-checkmark{width:80px;height:80px;margin-bottom:24px}
.icn-checkmark svg{width:44px;height:44px}
.cnfrm-container .msg-head{font-size:28px;margin-bottom:14px}
.cnfrm-container .msg-subtext{font-size:16px;margin-bottom:22px}
.cnfrm-container .info-txt{font-size:14px;margin-bottom:32px}
.actions-grp{flex-direction:column;gap:12px}
.actions-grp .btn-primary,.actions-grp .btn-secondary{width:100%;padding:14px 32px;font-size:15px}
.extra-info-bx{margin-top:36px;padding:22px}
.contact-links{flex-direction:column;gap:12px;margin-top:24px}
.contact-links a{width:100%;text-align:center}
}
@media (max-width: 480px) {
.success-pg{padding:24px 16px}
.cnfrm-container{padding:32px 20px}
.cnfrm-container .msg-head{font-size:24px}
.cnfrm-container .msg-subtext{font-size:15px}
.extra-info-bx .note-hd{font-size:16px}
}