*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Rubik',sans-serif;font-size:16px;line-height:1.6;color:#1a1a2e;background-color:#f9f9fb;display:flex;flex-direction:column;min-height:100vh}
.hdr-wrapper{background:#fff;border-bottom:2px solid #FED6D6;box-shadow:0 2px 6px #27a0f114;padding:0}
.hdr-inner{max-width:1440px;margin:auto;padding:0 32px}
.hdr-row-1{display:flex;align-items:center;padding-top:14px;padding-bottom:0}
.hdr-logo-wrapper{display:flex;align-items:center;gap:12px;text-decoration:none}
.hdr-logo-wrapper img{width:80px;height:80px;object-fit:contain;border-radius:10px;background:#f0f4ff;padding:6px;box-shadow:0 2px 8px #27a0f126}
.hdr-row-2{display:flex;justify-content:center;padding:6px 0 0 60px}
.hdr-site-name{font-size:1.5rem;font-weight:700;letter-spacing:.04em;background:linear-gradient(244deg,#27A0F1 0%,#A86B10 50%,#c07a4a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}
.hdr-row-3{display:flex;justify-content:flex-end;padding:8px 0 12px 120px}
.nvgtn-wrapper{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.nvgtn-wrapper a{font-size:.92rem;font-weight:400;color:#1a1a2e;text-decoration:none;padding:7px 16px;border-radius:8px;border:1px solid transparent;transition:background 0.18s,color 0.18s,border-color .18s}
.nvgtn-wrapper a:hover{background:#f0f8ff;color:#27A0F1;border-color:#27A0F1}
.nvgtn-wrapper a.nav-active{background:#27A0F1;color:#fff;border-color:#27A0F1}
@media (max-width: 768px) {
.hdr-inner{padding:0 16px}
.hdr-row-2{justify-content:flex-start;padding-left:0}
.hdr-row-3{justify-content:flex-start;padding-left:0}
.nvgtn-wrapper{gap:2px}
.nvgtn-wrapper a{padding:6px 10px;font-size:.85rem}
}
@media (max-width: 480px) {
.hdr-logo-wrapper img{width:60px;height:60px}
.hdr-site-name{font-size:1.2rem}
}
.ftr-wrapper{background:#1a1a2e;color:#d0d4e8;margin-top:auto}
.ftr-inner{max-width:1440px;margin:auto;padding:64px 32px 32px}
.ftr-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px;margin-bottom:56px}
.ftr-company-block .ftr-logo-wrapper{display:flex;align-items:center;gap:10px;margin-bottom:18px;text-decoration:none}
.ftr-company-block .ftr-logo-wrapper img{width:56px;height:56px;object-fit:contain;border-radius:8px;background:#ffffff10;padding:5px}
.ftr-company-block .ftr-brand-name{font-size:1.2rem;font-weight:700;color:#fff}
.ftr-company-block p{font-size:.9rem;line-height:1.7;color:#a0a8c0;max-width:280px}
.ftr-nav-block h4,.ftr-contacts-block h4{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#27A0F1;margin-bottom:24px}
.ftr-nav-block ul{list-style:none;display:flex;flex-direction:column;gap:14px}
.ftr-nav-block ul li a{color:#a0a8c0;text-decoration:none;font-size:.92rem;transition:color .15s}
.ftr-nav-block ul li a:hover{color:#27A0F1}
.ftr-contacts-block .ftr-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.88rem;color:#a0a8c0}
.ftr-contacts-block .ftr-contact-item i{color:#27A0F1;font-size:1rem;margin-top:2px;flex-shrink:0}
.ftr-contacts-block .ftr-contact-item a{color:#a0a8c0;text-decoration:none;transition:color .15s}
.ftr-contacts-block .ftr-contact-item a:hover{color:#27A0F1}
.ftr-bottom{border-top:1px solid #2e2e4a;padding-top:28px;display:flex;align-items:center;justify-content:center}
.ftr-copyright{font-size:.82rem;color:#5a607a}
@media (max-width: 900px) {
.ftr-grid{grid-template-columns:1fr 1fr;gap:40px}
}
@media (max-width: 600px) {
.ftr-inner{padding:40px 16px 24px}
.ftr-grid{grid-template-columns:1fr;gap:36px}
}
.cookie-card-wrapper{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:9999;display:none;width:320px}
.cookie-card-wrapper[data-visible="true"]{display:block}
.CookieCard{background:#fff;border:2px solid #27A0F1;border-radius:12px;box-shadow:4px 4px 0 #A86B10;padding:24px;font-family:'Rubik',sans-serif}
.CookieCard .cookie-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.CookieCard .cookie-desc{font-size:.82rem;color:#4a5070;margin-bottom:16px;line-height:1.55}
.CookieCard .cookie-policy-ref{display:block;font-size:.78rem;color:#27A0F1;text-decoration:underline;margin-bottom:16px}
.CookieCard .cookie-bttn-wrapper{display:flex;gap:8px;flex-direction:column}
.CookieCard .cookie-bttn-wrapper button{width:100%;padding:10px;font-size:.88rem;font-weight:700;border:2px solid transparent;border-radius:0;cursor:pointer;font-family:'Rubik',sans-serif;transition:background 0.15s,color .15s}
.CookieCard .bttn-accept{background:#27A0F1;color:#fff;border-color:#27A0F1}
.CookieCard .bttn-accept:hover{background:#1a88d4}
.CookieCard .bttn-decline{background:#fff;color:#1a1a2e;border-color:#1a1a2e}
.CookieCard .bttn-decline:hover{background:#f0f0f5}
.CookieCard .bttn-customize{background:#fff8f0;color:#A86B10;border-color:#A86B10;font-weight:400}
.CookieCard .bttn-customize:hover{background:#fdefd8}
.CookieCustomize{margin-top:16px;border-top:1px solid #e0e4f0;padding-top:14px;display:none}
.CookieCustomize[data-open="true"]{display:block}
.CookieCustomize .cookie-opt-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:.82rem;color:#1a1a2e}
.CookieCustomize .cookie-opt-item input[type="checkbox"]{accent-color:#27A0F1;width:16px;height:16px}
.CookieCustomize .bttn-save-prefs{width:100%;padding:9px;background:#A86B10;color:#fff;border:none;border-radius:0;font-size:.85rem;font-weight:700;cursor:pointer;font-family:'Rubik',sans-serif;margin-top:8px}
.CookieCustomize .bttn-save-prefs:hover{background:#8a5508}
main{flex:1}
.legal-info{max-width:860px;margin:0 auto;padding:48px 24px 80px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;font-family:Georgia,'Times New Roman',serif;font-size:16px;line-height:1.8;color:#1a1a2e}
.legal-info h1{font-size:2rem;font-weight:700;line-height:1.25;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #27A0F1;background:linear-gradient(244deg,#27A0F1 0%,#A86B10 50%,#FED6D6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.legal-info h2{font-size:1.5rem;font-weight:700;line-height:1.3;margin:48px 0 16px;color:#0f2744;padding-left:12px;border-left:4px solid #27A0F1}
.legal-info h3{font-size:1.2rem;font-weight:600;line-height:1.35;margin:32px 0 12px;color:#1a3a5c;padding-left:8px;border-left:3px solid #A86B10}
.legal-info h4{font-size:1.05rem;font-weight:600;line-height:1.4;margin:24px 0 10px;color:#1a3a5c}
.legal-info h5{font-size:.95rem;font-weight:600;line-height:1.4;margin:20px 0 8px;color:#2c4a6e;text-transform:uppercase;letter-spacing:.04em}
.legal-info h6{font-size:.875rem;font-weight:600;line-height:1.4;margin:16px 0 8px;color:#4a6080;text-transform:uppercase;letter-spacing:.06em}
.legal-info p{margin:0 0 18px;font-size:1rem;line-height:1.85;color:#2d3748}
.legal-info em,.legal-info i{font-style:italic;color:#A86B10}
.legal-info a{color:#27A0F1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}
.legal-info a:hover{color:#A86B10;text-decoration-color:#A86B10}
.legal-info a:visited{color:#1a6fad}
.legal-info table{width:100%;border-collapse:collapse;margin:28px 0;font-size:.9rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #00000012}
.legal-info table thead{background:linear-gradient(244deg,#27A0F1 0%,#A86B10 100%)}
.legal-info table thead tr{border:none}
.legal-info table thead th{padding:14px 16px;text-align:left;font-size:.8rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;border:none}
.legal-info table tbody{background:#fafcff}
.legal-info table tbody tr{border-bottom:1px solid #e8edf5;transition:background .15s ease}
.legal-info table tbody tr:last-child{border-bottom:none}
.legal-info table tbody tr:hover{background:#f0f7ff}
.legal-info table tbody td{padding:12px 16px;color:#2d3748;font-size:.9rem;line-height:1.6;vertical-align:top;border:none;border-right:1px solid #e8edf5}
.legal-info table tbody td:last-child{border-right:none}
.legal-info hr{border:none;border-top:1px solid #e2e8f0;margin:40px 0;position:relative}
.legal-info div{margin-bottom:12px}
@media (max-width: 768px) {
.legal-info{padding:32px 18px 56px;font-size:15px;border-radius:8px}
.legal-info h1{font-size:1.6rem;margin-bottom:24px}
.legal-info h2{font-size:1.25rem;margin-top:36px}
.legal-info h3{font-size:1.05rem}
.legal-info table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.82rem}
.legal-info table thead th{padding:10px 12px;white-space:nowrap}
.legal-info table tbody td{padding:10px 12px;white-space:nowrap}
}
@media (max-width: 480px) {
.legal-info{padding:24px 14px 40px}
.legal-info h1{font-size:1.35rem}
.legal-info h2{font-size:1.1rem;margin-top:28px}
.legal-info p{font-size:.95rem;line-height:1.75}
}
.HrWrapper{max-width:1440px;margin:0 auto;padding:0 24px}
.TtlBlck{overflow:hidden;position:relative;padding:72px 0 56px;background:#f8f9fb}
.TtlBlck .HrWrapper{display:flex;flex-direction:row;align-items:center;gap:48px;position:relative}
.TtlBlck .TxtSd{flex:1 1 52%;z-index:2;position:relative}
.TtlBlck .TxtSd .DtsWrp{display:flex;flex-direction:row;gap:6px;margin-bottom:28px}
.TtlBlck .TxtSd .DtsWrp span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#27A0F1;opacity:.35}
.TtlBlck .TxtSd .DtsWrp span:nth-child(3n+2){background:#A86B10;opacity:.5}
.TtlBlck .TxtSd .DtsWrp span:nth-child(3n+3){background:#FED6D6;opacity:.7}
.TtlBlck .TxtSd h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.15;color:#1a2436;margin:0 0 24px;letter-spacing:-.02em}
.TtlBlck .TxtSd h1 .AccntTxt{color:#27A0F1;position:relative;display:inline-block}
.TtlBlck .TxtSd h1 .AccntTxt::after{content:'';display:block;height:3px;background:linear-gradient(90deg,#27A0F1 0%,#A86B10 100%);border-radius:2px;margin-top:4px}
.TtlBlck .TxtSd .ThssList{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:14px}
.TtlBlck .TxtSd .ThssList li{font-size:1.05rem;color:#3d4f6a;line-height:1.6;padding-left:20px;position:relative}
.TtlBlck .TxtSd .ThssList li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:2px;background:#A86B10;border-radius:2px}
.TtlBlck .TxtSd .HrBtnWrp{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.TtlBlck .TxtSd .HrBtnWrp .BtnPrm{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#27A0F1 0%,#1a7fc0 100%);color:#fff;font-size:.95rem;font-weight:600;border-radius:10px;text-decoration:none;box-shadow:0 4px 12px #27a0f14d;transition:box-shadow 0.2s,transform .2s;z-index:3;position:relative}
.TtlBlck .TxtSd .HrBtnWrp .BtnPrm:hover{box-shadow:0 6px 20px #27a0f173;transform:translateY(-2px)}
.TtlBlck .TxtSd .HrBtnWrp .BtnScnd{display:inline-block;padding:14px 32px;background:transparent;color:#27A0F1;font-size:.95rem;font-weight:600;border-radius:10px;text-decoration:none;border:2px solid #27A0F1;transition:background 0.2s,color .2s;z-index:3;position:relative}
.TtlBlck .TxtSd .HrBtnWrp .BtnScnd:hover{background:#27A0F1;color:#fff}
.TtlBlck .ImgSd{flex:1 1 44%;position:relative;display:flex;align-items:center;justify-content:flex-end;margin-right:-24px}
.TtlBlck .ImgSd .FrmWrp{position:relative;width:100%;max-width:560px;border-radius:16px 0 0 16px;overflow:hidden;box-shadow:-6px 6px 0 0 #FED6D6,-12px 12px 0 0 #a86b1026}
.TtlBlck .ImgSd .FrmWrp img{width:100%;height:420px;object-fit:cover;display:block;filter:contrast(1.04) brightness(0.97)}
.TtlBlck .ImgSd .FrmWrp::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,#00000008 3px,#00000008 4px);pointer-events:none;z-index:1}
.TtlBlck .ImgSd .FrmWrp::before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,#27a0f114 0%,#a86b100f 100%);z-index:2;pointer-events:none}
.TtlBlck .BgShp{position:absolute;top:-60px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#27a0f112 0%,transparent 70%);pointer-events:none}
.DvdrWv{overflow:hidden;line-height:0;background:#f8f9fb}
.DvdrWv svg{display:block;width:100%}
.TchStck{padding:72px 0 64px;background:#fff}
.TchStck .HrWrapper{display:flex;flex-direction:column;gap:0}
.TchStck .SctnHdr{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px}
.TchStck .SctnHdr .HdrTxt{flex:1 1 55%}
.TchStck .SctnHdr .HdrTxt h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#1a2436;margin:0 0 12px;line-height:1.2;position:relative;display:inline-block}
.TchStck .SctnHdr .HdrTxt h2::before{content:'';position:absolute;left:-16px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#27A0F1 0%,#A86B10 100%);border-radius:2px}
.TchStck .SctnHdr .HdrTxt p{font-size:1rem;color:#5a6a82;line-height:1.65;margin:0;max-width:480px}
.TchStck .SctnHdr .SdImg{flex:1 1 38%;max-width:320px}
.TchStck .SctnHdr .SdImg img{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:4px 4px 0 #FED6D6}
.TchStck .StkGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.TchStck .StkGrd .StkCrd{background:#f4f7fb;border-radius:14px;padding:28px 24px;border:1px solid #e8edf5;transition:box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.TchStck .StkGrd .StkCrd:hover{box-shadow:0 6px 24px #27a0f121;transform:translateY(-3px)}
.TchStck .StkGrd .StkCrd::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#27A0F1,#A86B10);border-radius:0 0 14px 14px;opacity:0;transition:opacity .2s}
.TchStck .StkGrd .StkCrd:hover::after{opacity:1}
.TchStck .StkGrd .StkCrd .IcnWrp{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#27A0F1 0%,#1a7fc0 100%);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.TchStck .StkGrd .StkCrd .IcnWrp i{font-size:1.5rem;color:#fff}
.TchStck .StkGrd .StkCrd h4{font-size:1.05rem;font-weight:700;color:#1a2436;margin:0 0 8px}
.TchStck .StkGrd .StkCrd p{font-size:.9rem;color:#5a6a82;line-height:1.6;margin:0}
.TchStck .StkGrd .StkCrd-2 .IcnWrp{background:linear-gradient(135deg,#A86B10 0%,#c47e18 100%)}
.TchStck .StkGrd .StkCrd-3 .IcnWrp{background:linear-gradient(135deg,#27A0F1 0%,#A86B10 100%)}
.TchStck .SttsRw{display:flex;flex-direction:row;gap:0;border:1px solid #e8edf5;border-radius:14px;overflow:hidden}
.TchStck .SttsRw .SttItm{flex:1;padding:28px 24px;text-align:center;border-right:1px solid #e8edf5;background:#fff}
.TchStck .SttsRw .SttItm:last-child{border-right:none}
.TchStck .SttsRw .SttItm .SttNm{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;color:#27A0F1;line-height:1;margin-bottom:6px;display:block}
.TchStck .SttsRw .SttItm .SttLbl{font-size:.85rem;color:#7a8aa0;font-weight:500}
.TchStck .SttsRw .SttItm-2 .SttNm{color:#A86B10}
.TchStck .SttsRw .SttItm-3 .SttNm{color:#1a2436}
.DvdrSlnt{background:#fff;height:56px;position:relative;overflow:hidden}
.DvdrSlnt::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(175deg,#fff 49%,#1a2436 50%)}
.SclRsp{padding:72px 0 80px;background:#1a2436;position:relative;overflow:hidden}
.SclRsp::before{content:'';position:absolute;top:-120px;left:-120px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#27a0f11a 0%,transparent 70%);pointer-events:none}
.SclRsp .HrWrapper{position:relative;z-index:1}
.SclRsp .SclInr{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.SclRsp .SclInr .TxtPrt h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#fff;margin:0 0 8px;line-height:1.2}
.SclRsp .SclInr .TxtPrt h2 .TxtHlght{color:#27A0F1}
.SclRsp .SclInr .TxtPrt .SubLbl{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#A86B10;margin-bottom:14px}
.SclRsp .SclInr .TxtPrt p{font-size:1rem;color:#a8b8cc;line-height:1.7;margin:16px 0 32px}
.SclRsp .SclInr .TxtPrt .CmmtList{display:flex;flex-direction:column;gap:16px}
.SclRsp .SclInr .TxtPrt .CmmtList .CmmtItm{display:flex;flex-direction:row;align-items:flex-start;gap:14px;padding:18px 20px;background:#ffffff0d;border-radius:10px;border-left:3px solid #27A0F1}
.SclRsp .SclInr .TxtPrt .CmmtList .CmmtItm-2{border-left-color:#A86B10}
.SclRsp .SclInr .TxtPrt .CmmtList .CmmtItm-3{border-left-color:#FED6D6}
.SclRsp .SclInr .TxtPrt .CmmtList .CmmtItm i{font-size:1.3rem;color:#27A0F1;flex-shrink:0;margin-top:2px}
.SclRsp .SclInr .TxtPrt .CmmtList .CmmtItm-2 i{color:#A86B10}
.SclRsp .SclInr .TxtPrt .CmmtList .CmmtItm-3 i{color:#FED6D6}
.SclRsp .SclInr .TxtPrt .CmmtList .CmmtItm .CmmtTxt strong{display:block;font-size:.92rem;font-weight:700;color:#fff;margin-bottom:4px}
.SclRsp .SclInr .TxtPrt .CmmtList .CmmtItm .CmmtTxt span{font-size:.85rem;color:#8a9ab0;line-height:1.5}
.SclRsp .SclInr .VslPrt{display:flex;flex-direction:column;gap:24px}
.SclRsp .SclInr .VslPrt .ImgWrp{position:relative;border-radius:14px;overflow:hidden}
.SclRsp .SclInr .VslPrt .ImgWrp img{width:100%;height:260px;object-fit:cover;display:block;filter:brightness(0.88) saturate(0.9)}
.SclRsp .SclInr .VslPrt .ImgWrp::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#27a0f12e 0%,#a86b101f 100%);pointer-events:none}
.SclRsp .SclInr .VslPrt .PlgsList{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.SclRsp .SclInr .VslPrt .PlgsList .PlgItm{background:#ffffff0f;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:6px;border:1px solid #ffffff14;transition:background .2s}
.SclRsp .SclInr .VslPrt .PlgsList .PlgItm:hover{background:#27a0f11f}
.SclRsp .SclInr .VslPrt .PlgsList .PlgItm .PlgPct{font-size:1.4rem;font-weight:800;color:#27A0F1}
.SclRsp .SclInr .VslPrt .PlgsList .PlgItm-2 .PlgPct{color:#FED6D6}
.SclRsp .SclInr .VslPrt .PlgsList .PlgItm .PlgLbl{font-size:.8rem;color:#8a9ab0;line-height:1.4}
.SclRsp .BtmCtaWrp{margin-top:56px;padding-top:40px;border-top:1px solid #ffffff1a;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.SclRsp .BtmCtaWrp p{font-size:1rem;color:#a8b8cc;margin:0;max-width:520px;line-height:1.6}
.SclRsp .BtmCtaWrp .BtnWrp{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;flex-shrink:0}
.SclRsp .BtmCtaWrp .BtnWrp .BtnWht{display:inline-block;padding:13px 28px;background:#fff;color:#1a2436;font-size:.92rem;font-weight:700;border-radius:10px;text-decoration:none;transition:background 0.2s,box-shadow .2s;box-shadow:0 2px 8px #0003}
.SclRsp .BtmCtaWrp .BtnWrp .BtnWht:hover{background:#f0f6ff;box-shadow:0 4px 16px #0000004d}
.SclRsp .BtmCtaWrp .BtnWrp .BtnOtln{display:inline-block;padding:13px 28px;background:transparent;color:#fff;font-size:.92rem;font-weight:600;border-radius:10px;text-decoration:none;border:2px solid #ffffff4d;transition:border-color 0.2s,background .2s}
.SclRsp .BtmCtaWrp .BtnWrp .BtnOtln:hover{border-color:#27A0F1;background:#27a0f11a}
@media (max-width: 1024px) {
.TchStck .StkGrd{grid-template-columns:repeat(2,1fr)}
.SclRsp .SclInr{grid-template-columns:1fr;gap:40px}
.TchStck .SctnHdr{flex-direction:column;align-items:flex-start}
.TchStck .SctnHdr .SdImg{max-width:100%;width:100%}
.TchStck .SctnHdr .SdImg img{height:180px}
}
@media (max-width: 768px) {
.TtlBlck .HrWrapper{flex-direction:column;gap:32px}
.TtlBlck .ImgSd{margin-right:0;width:100%;justify-content:center}
.TtlBlck .ImgSd .FrmWrp{border-radius:16px;max-width:100%}
.TtlBlck .ImgSd .FrmWrp img{height:260px}
.TchStck .StkGrd{grid-template-columns:1fr}
.TchStck .SttsRw{flex-direction:column}
.TchStck .SttsRw .SttItm{border-right:none;border-bottom:1px solid #e8edf5}
.TchStck .SttsRw .SttItm:last-child{border-bottom:none}
.SclRsp .BtmCtaWrp{flex-direction:column;align-items:flex-start}
.SclRsp .SclInr .VslPrt .PlgsList{grid-template-columns:1fr}
.TtlBlck{padding:48px 0 40px}
.TchStck,.SclRsp{padding:52px 0}
}
.cntct-page-wrapper{max-width:1440px;margin:0 auto;overflow-x:hidden}
.ttl-blck-wrapper{position:relative;padding:80px 40px 60px;background:linear-gradient(244deg,#27A0F1 0%,#A86B10 50%,#FED6D6 100%);overflow:hidden;display:flex;flex-direction:row;align-items:center;gap:48px;min-height:340px}
.ttl-blck-wrapper::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;background:#ffffff14;border-radius:50%;pointer-events:none}
.ttl-blck-wrapper::after{content:'';position:absolute;bottom:-80px;left:30%;width:200px;height:200px;background:#fed6d626;transform:rotate(45deg);pointer-events:none}
.GeoShp-1{position:absolute;top:20px;left:60px;width:80px;height:80px;border:2px solid #fff3;border-radius:12px;transform:rotate(20deg);pointer-events:none}
.GeoShp-2{position:absolute;bottom:30px;right:120px;width:50px;height:50px;background:#ffffff1a;border-radius:50%;pointer-events:none}
.GeoShp-3{position:absolute;top:50%;right:40px;width:0;height:0;border-left:35px solid transparent;border-right:35px solid transparent;border-bottom:60px solid #ffffff12;transform:translateY(-50%);pointer-events:none}
.ttl-txt-wrapper{position:relative;z-index:2;flex:1 1 auto;max-width:620px}
.ttl-txt-wrapper .hdr-lbl{display:inline-block;background:#ffffff2e;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:18px;border:1px solid #ffffff4d}
.ttl-txt-wrapper h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:18px;position:relative}
.ttl-txt-wrapper h1 .AccntWrd{position:relative;display:inline-block}
.ttl-txt-wrapper h1 .AccntWrd::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:#ffffff80;border-radius:2px}
.ttl-txt-wrapper .hdr-desc{font-size:1.05rem;color:#ffffffe0;line-height:1.65;max-width:480px}
.ttl-cutout-wrapper{position:relative;z-index:2;flex:0 0 220px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.CutoutShp{width:180px;height:180px;background:#ffffff1f;border-radius:50% 30% 50% 30%;border:2px solid #ffffff40;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:8px 8px 0 #0000001f;gap:8px}
.CutoutShp .icon-globe{font-size:3rem;color:#fff;opacity:.9}
.CutoutShp .CutoutLbl{font-size:.8rem;color:#fffc;text-align:center;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.cntct-main-wrapper{padding:64px 40px;background:#f9fafb;display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.cntct-info-wrapper{flex:0 0 320px;display:flex;flex-direction:column;gap:24px}
.CInfoCard{background:#fff;border-radius:14px;padding:24px 22px;box-shadow:3px 3px 0 #27a0f11f;border:1px solid #e5e7eb;display:flex;flex-direction:row;align-items:flex-start;gap:16px;transition:box-shadow .2s ease}
.CInfoCard:hover{box-shadow:5px 5px 0 #27a0f138}
.CInfoCard .CIcn-wrapper{flex:0 0 44px;width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#27A0F1,#A86B10);display:flex;align-items:center;justify-content:center}
.CInfoCard .CIcn-wrapper i{font-size:1.2rem;color:#fff}
.CInfoCard .CInfoTxt-wrapper{flex:1 1 auto;display:flex;flex-direction:column;gap:4px}
.CInfoCard .CInfoTxt-wrapper .CLbl{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#A86B10}
.CInfoCard .CInfoTxt-wrapper .CVal{font-size:.92rem;color:#1f2937;line-height:1.5;word-break:break-word}
.CInfoCard .CInfoTxt-wrapper .CVal a{color:#1f2937;text-decoration:none;transition:color .2s}
.CInfoCard .CInfoTxt-wrapper .CVal a:hover{color:#27A0F1}
.ChnlsLbl{font-size:.8rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}
.ChnlsRow{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.ChnlBtn{display:inline-flex;flex-direction:row;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background 0.2s,transform .15s;border:1.5px solid transparent}
.ChnlBtn:hover{transform:translateY(-1px)}
.ChnlBtn.viber{background:#f3e8ff;color:#7c3aed;border-color:#d8b4fe}
.ChnlBtn.viber:hover{background:#ede9fe}
.ChnlBtn.signal{background:#e0f2fe;color:#0369a1;border-color:#bae6fd}
.ChnlBtn.signal:hover{background:#bae6fd}
.ChnlBtn.tgram{background:#e0f8ff;color:#0284c7;border-color:#7dd3fc}
.ChnlBtn.tgram:hover{background:#bae6fd}
.cntct-frm-wrapper{flex:1 1 auto;max-width:640px}
.FrmHdr-wrapper{margin-bottom:32px}
.FrmHdr-wrapper h2{font-size:1.65rem;font-weight:800;color:#111827;margin-bottom:8px;position:relative;display:inline-block}
.FrmHdr-wrapper h2::before{content:'';position:absolute;left:0;bottom:-4px;width:40px;height:3px;background:#27A0F1;border-radius:2px}
.FrmHdr-wrapper .FrmDesc{font-size:.93rem;color:#6b7280;line-height:1.6;margin-top:14px}
.StpFrm-wrapper{background:#fff;border-radius:16px;box-shadow:4px 4px 0 #a86b101a;border:1px solid #e5e7eb;overflow:hidden}
.Stp-indicator-wrapper{display:flex;flex-direction:row;background:#f3f4f6;border-bottom:1px solid #e5e7eb}
.StpTab{flex:1 1 0;padding:16px 12px;text-align:center;font-size:.8rem;font-weight:600;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;cursor:default}
.StpTab .SNum{width:28px;height:28px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;transition:background 0.2s,color .2s}
.StpTab.active-stp .SNum{background:#27A0F1;color:#fff}
.StpTab.active-stp{color:#27A0F1}
.StpTab.done-stp .SNum{background:#A86B10;color:#fff}
.StpTab.done-stp{color:#A86B10}
.StpTab + .StpTab::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:40%;background:#e5e7eb}
.StpFrm-body{padding:36px 32px 28px}
.FrmActnFrm{display:flex;flex-direction:column;gap:0}
.StpSection{display:none;flex-direction:column;gap:20px}
.StpSection.stp-visible{display:flex}
.FldRow{display:flex;flex-direction:row;gap:16px}
.FldGrp{display:flex;flex-direction:column;gap:6px;flex:1 1 auto}
.FldGrp label{font-size:.82rem;font-weight:600;color:#374151;letter-spacing:.03em}
.FldGrp .FldInpt{padding:12px 16px;border:1.5px solid #d1d5db;border-radius:10px;font-size:.95rem;color:#111827;background:#f9fafb;transition:border-color 0.2s,box-shadow 0.2s,background .2s;box-shadow:inset 1px 1px 3px #0000000d;outline:none;width:100%}
.FldGrp .FldInpt:focus{border-color:#27A0F1;background:#fff;box-shadow:inset 1px 1px 3px #0000000a 0 0 0 3px #27a0f11f}
.FldHint{font-size:.76rem;color:#9ca3af;margin-top:2px}
.StpNavRow{display:flex;flex-direction:row;justify-content:flex-end;gap:12px;margin-top:8px}
.BtnNxt{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:11px 28px;background:#27A0F1;color:#fff;border-radius:10px;font-size:.92rem;font-weight:700;border:none;cursor:pointer;transition:background 0.2s,transform 0.15s,box-shadow .2s;box-shadow:2px 2px 0 #27a0f14d;position:relative;z-index:10;text-decoration:none;letter-spacing:.02em}
.BtnNxt:hover{background:#1a87d4;transform:translateY(-1px);box-shadow:3px 4px 0 #27a0f159}
.BtnNxt:active{transform:translateY(0);box-shadow:1px 1px 0 #27a0f14d}
.BtnBck{display:inline-flex;flex-direction:row;align-items:center;gap:6px;padding:11px 22px;background:transparent;color:#6b7280;border-radius:10px;font-size:.92rem;font-weight:600;border:1.5px solid #d1d5db;cursor:pointer;transition:border-color 0.2s,color 0.2s,background .2s;position:relative;z-index:10;text-decoration:none}
.BtnBck:hover{border-color:#27A0F1;color:#27A0F1;background:#f0f9ff}
.PrvcRow{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:14px 16px;background:#f9fafb;border-radius:10px;border:1.5px solid #e5e7eb}
.PrvcRow .PrvChk{flex:0 0 18px;width:18px;height:18px;margin-top:2px;accent-color:#27A0F1;cursor:pointer}
.PrvcRow .PrvTxt{font-size:.82rem;color:#4b5563;line-height:1.55}
.PrvcRow .PrvTxt a{color:#27A0F1;text-decoration:underline;transition:color .2s}
.PrvcRow .PrvTxt a:hover{color:#A86B10}
.BtnSbmt{display:inline-flex;flex-direction:row;align-items:center;gap:10px;padding:13px 36px;background:linear-gradient(135deg,#27A0F1,#A86B10);color:#fff;border-radius:10px;font-size:.96rem;font-weight:700;border:none;cursor:pointer;transition:opacity 0.2s,transform 0.15s,box-shadow .2s;box-shadow:3px 3px 0 #a86b1040;position:relative;z-index:10;letter-spacing:.02em;align-self:flex-start}
.BtnSbmt:hover{opacity:.9;transform:translateY(-1px);box-shadow:4px 5px 0 #a86b104d}
.BtnSbmt:active{transform:translateY(0)}
.StpDivdr{width:100%;height:1px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent);margin:8px 0}
.SumryBlck{background:#f0f9ff;border-radius:10px;border:1px solid #bae6fd;padding:16px 20px;display:flex;flex-direction:column;gap:8px}
.SumryBlck .SLbl{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#A86B10;margin-bottom:4px}
.SumryRow{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}
.SumryRow .SRLbl{font-size:.82rem;color:#6b7280;font-weight:500}
.SumryRow .SRVal{font-size:.88rem;color:#111827;font-weight:600;text-align:right;max-width:60%;word-break:break-word}
.SumryNote{font-size:.8rem;color:#6b7280;line-height:1.55;border-top:1px solid #bae6fd;padding-top:10px;margin-top:4px}
.test-layout{display:none}
@media (max-width: 900px) {
.ttl-blck-wrapper{flex-direction:column;padding:56px 24px 48px;gap:32px;align-items:flex-start}
.ttl-cutout-wrapper{align-self:flex-end}
.cntct-main-wrapper{flex-direction:column;padding:48px 24px;gap:40px}
.cntct-info-wrapper{flex:0 0 auto;width:100%}
.cntct-frm-wrapper{max-width:100%;width:100%}
}
@media (max-width: 600px) {
.ttl-blck-wrapper{padding:40px 16px 36px}
.cntct-main-wrapper{padding:36px 16px}
.StpFrm-body{padding:24px 16px 20px}
.FldRow{flex-direction:column;gap:14px}
.CutoutShp{width:130px;height:130px}
.SumryRow{flex-direction:column;align-items:flex-start;gap:2px}
.SumryRow .SRVal{max-width:100%;text-align:left}
}
.ttl-blk-wrapper{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.ttl-blk-wrapper .grad-bg{position:absolute;inset:0;background:linear-gradient(244deg,#27A0F1 0%,#A86B10 50%,#FED6D6 100%);background-size:300% 300%;animation:gradShift 8s ease infinite;z-index:0;opacity:.13}
@keyframes gradShift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.ttl-blk-inner{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;max-width:1440px;margin:0 auto;width:100%;padding:64px 40px;gap:48px}
.ttl-txt-wrapper{flex:1 1 50%;display:flex;flex-direction:column;gap:18px}
.ttl-txt-wrapper .lbl-tag{display:inline-block;background:#27A0F1;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:6px;padding:4px 14px;width:fit-content}
.ttl-txt-wrapper .hdng-sm{font-size:1rem;font-weight:500;color:#A86B10;margin:0;line-height:1.4}
.ttl-txt-wrapper .hdng-main{font-size:2.6rem;font-weight:800;color:#1a1a2e;margin:0;line-height:1.15}
.ttl-txt-wrapper .hdng-main .acnt{color:#27A0F1}
.ttl-txt-wrapper .hdng-sub{font-size:1.25rem;font-weight:400;color:#444;margin:0;line-height:1.5}
.ttl-txt-wrapper .ttl-desc{font-size:.97rem;color:#555;line-height:1.7;max-width:480px;margin:0}
.btn-wrapper{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-top:8px}
.btn-prmry{display:inline-block;background:linear-gradient(135deg,#27A0F1 0%,#A86B10 100%);color:#fff;font-size:.95rem;font-weight:700;border-radius:10px;padding:13px 28px;text-decoration:none;border:none;cursor:pointer;transition:opacity 0.2s,transform .15s;position:relative;z-index:5;box-shadow:0 4px 14px #27a0f12e}
.btn-prmry:hover{opacity:.88;transform:translateY(-2px)}
.btn-outln{display:inline-block;background:transparent;color:#27A0F1;font-size:.95rem;font-weight:700;border-radius:10px;padding:12px 26px;text-decoration:none;border:2px solid #27A0F1;cursor:pointer;transition:background 0.2s,color 0.2s,transform .15s;position:relative;z-index:5}
.btn-outln:hover{background:#27A0F1;color:#fff;transform:translateY(-2px)}
.ttl-img-wrapper{flex:1 1 50%;display:flex;align-items:center;justify-content:center;position:relative}
.ttl-img-wrapper img{width:100%;max-width:560px;height:370px;object-fit:cover;border-radius:16px;filter:saturate(0.7) brightness(0.93);box-shadow:0 6px 32px #27a0f121;display:block}
.ttl-img-wrapper::before{content:'';position:absolute;top:-18px;right:-18px;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#FED6D6 0%,#27A0F1 100%);opacity:.22;z-index:0}
.ttl-img-wrapper img{position:relative;z-index:1}
.divider-wave{width:100%;overflow:hidden;line-height:0}
.divider-wave svg{display:block;width:100%}
.stn-story-wrapper{max-width:1440px;margin:0 auto;padding:72px 40px}
.stn-story-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:36px;margin-top:48px}
.stn-story-hdr{display:flex;flex-direction:column;gap:12px;max-width:680px}
.stn-story-hdr .pill-tag{display:inline-block;background:#FED6D6;color:#A86B10;font-size:.78rem;font-weight:700;border-radius:20px;padding:4px 16px;letter-spacing:.08em;width:fit-content}
.stn-story-hdr .stn-hdng{font-size:2rem;font-weight:800;color:#1a1a2e;margin:0;line-height:1.2;position:relative;padding-bottom:16px}
.stn-story-hdr .stn-hdng::after{content:'';position:absolute;bottom:0;left:0;width:56px;height:4px;border-radius:2px;background:linear-gradient(90deg,#27A0F1,#A86B10)}
.stn-story-hdr .stn-para{font-size:.97rem;color:#555;line-height:1.75;margin:0;max-width:600px}
.stn-stry-crd{background:#fff;border-radius:14px;padding:28px 24px;box-shadow:2px 4px 16px #27a0f117;border:1px solid #e8eef6;display:flex;flex-direction:column;gap:14px;transition:box-shadow 0.2s,transform .18s;position:relative;overflow:hidden}
.stn-stry-crd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#27A0F1,#FED6D6)}
.stn-stry-crd:hover{box-shadow:4px 8px 28px #27a0f12e;transform:translateY(-4px)}
.crd-icn{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#27A0F1 0%,#FED6D6 100%);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff}
.stn-stry-crd .crd-ttl{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0}
.stn-stry-crd .crd-txt{font-size:.91rem;color:#666;line-height:1.65;margin:0}
.stn-stry-crd .crd-img{width:100%;height:160px;object-fit:cover;border-radius:8px;margin-top:4px}
.divider-dots{width:100%;text-align:center;padding:12px 0;letter-spacing:8px;color:#27A0F1;font-size:1.2rem;opacity:.4}
.stn-vals-wrapper{background:linear-gradient(244deg,#1a1a2e 0%,#163050 55%,#1e3a5f 100%);padding:72px 0}
.stn-vals-inner{max-width:1440px;margin:0 auto;padding:0 40px}
.stn-vals-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:48px}
.stn-vals-top .vls-hdng{font-size:2rem;font-weight:800;color:#fff;margin:0;max-width:420px;line-height:1.2}
.stn-vals-top .vls-hdng .acnt2{color:#27A0F1}
.stn-vals-top .vls-desc{font-size:.95rem;color:#a0b4cc;line-height:1.7;max-width:420px;margin:0}
.stn-vals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.vals-item{display:flex;flex-direction:row;gap:20px;align-items:flex-start;background:#ffffff0d;border-radius:14px;padding:26px 22px;border:1px solid #27a0f126;transition:border-color 0.2s,background .2s}
.vals-item:hover{border-color:#27A0F1;background:#27a0f114}
.vals-icn-box{width:48px;height:48px;min-width:48px;border-radius:12px;background:linear-gradient(135deg,#27A0F1 0%,#A86B10 100%);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#fff;box-shadow:0 3px 10px #27a0f140}
.vals-txt-box{display:flex;flex-direction:column;gap:7px}
.vals-txt-box .v-ttl{font-size:1rem;font-weight:700;color:#fff;margin:0}
.vals-txt-box .v-desc{font-size:.88rem;color:#8aa4be;line-height:1.6;margin:0}
.stn-vis-row{display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:center;max-width:1440px;margin:0 auto;padding:72px 40px}
.vis-img-col{display:flex;flex-direction:column;gap:16px}
.vis-img-col .img-main{width:100%;height:260px;object-fit:cover;border-radius:14px;box-shadow:4px 6px 22px #a86b101f}
.vis-img-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.vis-img-col .img-sm{width:100%;height:160px;object-fit:cover;border-radius:10px;box-shadow:2px 4px 10px #27a0f11a}
.vis-txt-col{display:flex;flex-direction:column;gap:22px}
.vis-txt-col .vs-lbl{display:inline-block;background:#FED6D6;color:#A86B10;font-size:.76rem;font-weight:700;border-radius:20px;padding:4px 14px;letter-spacing:.08em;width:fit-content}
.vis-txt-col .vs-hdng{font-size:1.7rem;font-weight:800;color:#1a1a2e;margin:0;line-height:1.25}
.vis-txt-col .vs-para{font-size:.95rem;color:#555;line-height:1.75;margin:0}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:8px}
.stat-bx{background:#f4f8fd;border-radius:10px;padding:18px 14px;text-align:center;border-bottom:3px solid #27A0F1}
.stat-bx .st-num{font-size:1.6rem;font-weight:800;color:#27A0F1;display:block;line-height:1}
.stat-bx .st-lbl{font-size:.78rem;color:#777;margin-top:4px;display:block;line-height:1.3}
.divider-line-grad{width:100%;height:2px;background:linear-gradient(90deg,transparent,#27A0F1,#A86B10,transparent);border:none;margin:0}
@media (max-width: 1024px) {
.stn-story-grid{grid-template-columns:1fr 1fr}
.stn-vals-top{flex-direction:column;align-items:flex-start}
.stn-vis-row{grid-template-columns:1fr}
.vis-img-col{order:2}
.vis-txt-col{order:1}
}
@media (max-width: 768px) {
.ttl-blk-inner{flex-direction:column;padding:40px 20px}
.ttl-txt-wrapper .hdng-main{font-size:1.8rem}
.ttl-img-wrapper img{height:220px}
.stn-story-grid{grid-template-columns:1fr}
.stn-story-wrapper{padding:48px 20px}
.stn-vals-inner{padding:0 20px}
.stn-vals-grid{grid-template-columns:1fr}
.stn-vis-row{padding:48px 20px}
.vis-img-row{grid-template-columns:1fr}
.stats-row{grid-template-columns:1fr 1fr}
.stn-vals-wrapper{padding:48px 0}
}
@media (max-width: 480px) {
.btn-wrapper{flex-direction:column}
.ttl-txt-wrapper .hdng-main{font-size:1.45rem}
.stats-row{grid-template-columns:1fr}
}
.PrgHdr-wrapper{background:linear-gradient(244deg,#27A0F1 0%,#A86B10 50%,#FED6D6 100%);padding:72px 24px 56px;position:relative;overflow:hidden}
.PrgHdr-wrapper::before{content:'';position:absolute;top:-40px;right:-40px;width:320px;height:320px;border-radius:50%;background:#ffffff12;pointer-events:none}
.PrgHdr-wrapper::after{content:'';position:absolute;bottom:-60px;left:10%;width:200px;height:200px;border-radius:50%;background:#ffffff0d;pointer-events:none}
.PrgHdr-cntr{max-width:1440px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.PrgHdr-txt-wrapper{flex:1 1 50%;display:flex;flex-direction:column;gap:20px}
.PrgHdr-tag{display:inline-flex;align-items:center;gap:8px;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:40px;padding:6px 16px;font-size:.78rem;color:#fff;letter-spacing:.08em;text-transform:uppercase;width:fit-content}
.PrgHdr-h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#fff;line-height:1.15;margin:0}
.PrgHdr-h1 .PrgHdr-accent{display:inline-block;background:#ffffff38;border-radius:8px;padding:0 10px}
.PrgHdr-sub{font-size:1.05rem;color:#ffffffe0;line-height:1.65;max-width:460px;margin:0}
.PrgHdr-btns-wrapper{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.PrgHdr-btn-primary{background:#fff;color:#A86B10;font-weight:700;font-size:.95rem;border:none;border-radius:10px;padding:13px 28px;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #00000021;transition:box-shadow 0.2s,transform .15s;position:relative;z-index:2}
.PrgHdr-btn-primary:hover{box-shadow:0 6px 20px #0000002e;transform:translateY(-2px)}
.PrgHdr-btn-outline{background:transparent;color:#fff;font-weight:600;font-size:.95rem;border:2px solid #ffffffb3;border-radius:10px;padding:11px 26px;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,border-color .2s;position:relative;z-index:2}
.PrgHdr-btn-outline:hover{background:#ffffff1f;border-color:#fff}
.PrgHdr-img-wrapper{flex:1 1 44%;display:flex;justify-content:center;align-items:center;position:relative}
.PrgHdr-img-wrapper::before{content:'';position:absolute;inset:16px;border-radius:18px;background:#ffffff1f;transform:rotate(3deg);z-index:0}
.PrgHdr-img-wrapper img{width:100%;max-width:480px;height:340px;object-fit:cover;border-radius:14px;box-shadow:6px 8px 32px #00000047 -2px -2px 0 #ffffff26;position:relative;z-index:1;display:block}
.PrgHdr-dots{display:flex;flex-direction:row;gap:6px;margin-top:4px}
.PrgHdr-dots span{width:8px;height:8px;border-radius:50%;background:#ffffff73;display:inline-block}
.PrgHdr-dots span:nth-child(2){background:#ffffffb3}
.PrgHdr-dots span:nth-child(3){background:#ffffff4d}
.CrsBlk-wrapper{background:#f7f9fc;padding:72px 24px 80px}
.CrsBlk-cntr{max-width:1440px;margin:auto}
.CrsBlk-top{display:flex;flex-direction:row;align-items:flex-start;gap:48px;margin-bottom:56px}
.CrsBlk-top-txt{flex:1 1 55%;display:flex;flex-direction:column;gap:16px}
.CrsBlk-eyebrow{display:flex;flex-direction:row;align-items:center;gap:10px}
.CrsBlk-eyebrow-line{width:36px;height:3px;background:linear-gradient(90deg,#27A0F1,#A86B10);border-radius:2px;display:inline-block}
.CrsBlk-eyebrow-lbl{font-size:.78rem;font-weight:700;color:#27A0F1;letter-spacing:.1em;text-transform:uppercase}
.CrsBlk-h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#1a1a2e;line-height:1.2;margin:0;position:relative}
.CrsBlk-h2::after{content:'';display:block;width:56px;height:4px;background:#A86B10;border-radius:2px;margin-top:12px}
.CrsBlk-desc{font-size:1rem;color:#4a4a5a;line-height:1.7;max-width:520px;margin:0}
.CrsBlk-top-img{flex:1 1 38%;display:flex;align-items:center;justify-content:flex-end}
.CrsBlk-top-img img{width:100%;max-width:380px;height:260px;object-fit:cover;border-radius:14px;box-shadow:4px 6px 24px #27a0f126 0 2px 8px #0000001a;display:block}
.CrsBlk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.CrsCard-wrapper{background:#fff;border-radius:14px;box-shadow:0 2px 8px #00000012;padding:28px 24px 24px;display:flex;flex-direction:column;gap:14px;border:1px solid #eef1f6;transition:box-shadow 0.2s,transform .18s;position:relative;overflow:hidden}
.CrsCard-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#27A0F1,#A86B10)}
.CrsCard-wrapper:hover{box-shadow:0 8px 28px #27a0f124;transform:translateY(-4px)}
.CrsCard-icn{width:44px;height:44px;border-radius:10px;background:#f0f8ff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#27A0F1;box-shadow:inset 0 2px 4px #27a0f11a}
.CrsCard-wrapper:nth-child(2) .CrsCard-icn{background:#fff8f0;color:#A86B10;box-shadow:inset 0 2px 4px #a86b101a}
.CrsCard-wrapper:nth-child(3) .CrsCard-icn{background:#fff0f0;color:#c0393b;box-shadow:inset 0 2px 4px #c0393b1a}
.CrsCard-h4{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0}
.CrsCard-txt{font-size:.92rem;color:#5a5a72;line-height:1.6;margin:0}
.CrsCard-meta{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;margin-top:auto}
.CrsCard-badge{font-size:.75rem;font-weight:600;border-radius:20px;padding:4px 12px;display:inline-block}
.CrsCard-badge-blue{background:#e8f4fd;color:#27A0F1}
.CrsCard-badge-warm{background:#fdf3e8;color:#A86B10}
.CrsCard-badge-soft{background:#fde8e8;color:#c0393b}
.CrsBlk-tabs-wrapper{background:#fff;border-radius:16px;border:1px solid #eef1f6;overflow:hidden;box-shadow:0 2px 12px #0000000f}
.CrsBlk-tabs-wrapper input[type="radio"]{display:none}
.CrsBlk-tab-labels{display:flex;flex-direction:row;border-bottom:2px solid #eef1f6}
.CrsBlk-tab-labels label{flex:1;padding:18px 16px;text-align:center;font-size:.9rem;font-weight:600;color:#7a7a8a;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.18s,border-color .18s;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}
.CrsBlk-tab-labels label:hover{color:#27A0F1}
.CrsBlk-tab-content{display:none;padding:32px 28px}
#tab1:checked ~ .CrsBlk-tab-labels label[for="tab1"],#tab2:checked ~ .CrsBlk-tab-labels label[for="tab2"],#tab3:checked ~ .CrsBlk-tab-labels label[for="tab3"]{color:#27A0F1;border-bottom-color:#27A0F1}
#tab1:checked ~ .CrsBlk-tab-content-1,#tab2:checked ~ .CrsBlk-tab-content-2,#tab3:checked ~ .CrsBlk-tab-content-3{display:block}
.CrsBlk-tab-inner{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.CrsBlk-tab-h3{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0 0 12px}
.CrsBlk-tab-p{font-size:.95rem;color:#4a4a5a;line-height:1.7;margin:0 0 20px}
.CrsBlk-tab-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.CrsBlk-tab-list li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:.92rem;color:#3a3a4a;line-height:1.5}
.CrsBlk-tab-list li::before{content:'';width:8px;height:8px;min-width:8px;border-radius:50%;background:#27A0F1;margin-top:6px;display:inline-block}
.CrsBlk-stats-col{display:flex;flex-direction:column;gap:16px}
.CrsBlk-stat-bar{display:flex;flex-direction:column;gap:6px}
.CrsBlk-stat-label{display:flex;flex-direction:row;justify-content:space-between;font-size:.82rem;font-weight:600;color:#4a4a5a}
.CrsBlk-bar-track{background:#eef1f6;border-radius:6px;height:8px;overflow:hidden;box-shadow:inset 0 2px 3px #0000000f}
.CrsBlk-bar-fill{height:100%;border-radius:6px;background:linear-gradient(90deg,#27A0F1,#A86B10)}
.CrsBlk-cta-strip{margin-top:48px;background:linear-gradient(244deg,#27A0F1 0%,#A86B10 50%,#FED6D6 100%);border-radius:16px;padding:40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.CrsBlk-cta-txt{display:flex;flex-direction:column;gap:8px}
.CrsBlk-cta-h3{font-size:1.4rem;font-weight:800;color:#fff;margin:0}
.CrsBlk-cta-sub{font-size:.95rem;color:#ffffffd9;margin:0}
.CrsBlk-cta-btn{background:#fff;color:#A86B10;font-weight:700;font-size:.95rem;border:none;border-radius:10px;padding:14px 32px;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #00000026;transition:transform 0.15s,box-shadow .2s;position:relative;z-index:2;white-space:nowrap}
.CrsBlk-cta-btn:hover{transform:translateY(-2px);box-shadow:0 7px 20px #0003}
.svg-divider{display:block;width:100%;overflow:hidden;line-height:0;background:#f7f9fc}
.svg-divider svg{display:block;width:100%}
@media (max-width: 900px) {
.PrgHdr-cntr{flex-direction:column}
.PrgHdr-img-wrapper{width:100%}
.PrgHdr-img-wrapper img{max-width:100%;height:240px}
.CrsBlk-top{flex-direction:column}
.CrsBlk-top-img img{max-width:100%;height:200px}
.CrsBlk-grid{grid-template-columns:1fr 1fr}
.CrsBlk-tab-inner{grid-template-columns:1fr}
.CrsBlk-cta-strip{flex-direction:column;text-align:center;padding:32px 24px}
}
@media (max-width: 600px) {
.PrgHdr-wrapper{padding:48px 16px 40px}
.CrsBlk-wrapper{padding:48px 16px 56px}
.CrsBlk-grid{grid-template-columns:1fr}
.CrsBlk-tab-labels{flex-direction:column}
.CrsBlk-tab-labels label{border-bottom:1px solid #eef1f6;border-right:none}
#tab1:checked ~ .CrsBlk-tab-labels label[for="tab1"],#tab2:checked ~ .CrsBlk-tab-labels label[for="tab2"],#tab3:checked ~ .CrsBlk-tab-labels label[for="tab3"]{border-bottom-color:#27A0F1}
.CrsBlk-cta-strip{padding:28px 16px}
.PrgHdr-btns-wrapper{flex-direction:column}
}
.sccs-pg-wrpr{max-width:1440px;margin:0 auto;padding:0;overflow-x:hidden}
.hdr-blck-wrpr{position:relative;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 100px;overflow:hidden;background:linear-gradient(244deg,#27A0F1 0%,#A86B10 50%,#FED6D6 100%)}
.hdr-blck-wrpr::before{content:'';position:absolute;inset:0;background:#ffffffe0;z-index:0}
.geo-bg-el-1{position:absolute;top:-60px;left:-60px;width:320px;height:320px;border-radius:50%;background:linear-gradient(135deg,#27a0f12e 0%,#a86b101a 100%);z-index:0;animation:floatEl 8s ease-in-out infinite}
.geo-bg-el-2{position:absolute;bottom:-80px;right:-40px;width:420px;height:420px;border-radius:50%;background:linear-gradient(225deg,#fed6d68c 0%,#27a0f11f 100%);z-index:0;animation:floatEl 11s ease-in-out infinite reverse}
.geo-bg-el-3{position:absolute;top:40%;left:55%;width:180px;height:180px;border-radius:14px;transform:rotate(28deg);background:linear-gradient(180deg,#a86b1017 0%,#fed6d640 100%);z-index:0;animation:floatEl 13s ease-in-out infinite}
@keyframes floatEl {
0%,100%{transform:translateY(0) rotate(28deg)}
50%{transform:translateY(-22px) rotate(28deg)}
}
.geo-bg-el-1,.geo-bg-el-2{animation-name:floatSimple}
@keyframes floatSimple {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-18px)}
}
.hdr-cntr-wrpr{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:680px}
.sccs-icn-anchor{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#27A0F1 0%,#A86B10 100%);display:flex;align-items:center;justify-content:center;margin-bottom:28px;box-shadow:0 4px 18px #27a0f147}
.sccs-icn-anchor svg{width:44px;height:44px}
.hdr-cntr-wrpr h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#1a2540;line-height:1.15;margin-bottom:20px;letter-spacing:-.5px}
.hdr-cntr-wrpr h1 .acnt-txt{color:#27A0F1;position:relative;display:inline-block}
.hdr-cntr-wrpr h1 .acnt-txt::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;border-radius:2px;background:linear-gradient(90deg,#27A0F1,#A86B10)}
.hdr-sub-txt{font-size:1.1rem;color:#4a5568;line-height:1.7;max-width:540px;margin:0 auto 36px}
.hdr-actn-wrpr{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center}
.btn-prm{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:10px;background:linear-gradient(135deg,#27A0F1 0%,#1a7ec4 100%);color:#fff;font-size:.98rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;box-shadow:0 3px 12px #27a0f14d;transition:box-shadow 0.2s,transform .2s;position:relative;z-index:5}
.btn-prm:hover{box-shadow:0 6px 22px #27a0f170;transform:translateY(-2px);color:#fff;text-decoration:none}
.btn-sec{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:10px;background:#fff;color:#A86B10;font-size:.98rem;font-weight:600;text-decoration:none;border:2px solid #A86B10;cursor:pointer;box-shadow:0 2px 8px #a86b101a;transition:background 0.2s,color 0.2s,transform .2s;position:relative;z-index:5}
.btn-sec:hover{background:#A86B10;color:#fff;transform:translateY(-2px);text-decoration:none}
.nxt-stps-wrpr{background:#f7f9fc;padding:80px 24px 88px;position:relative}
.nxt-stps-wrpr::before{content:'';display:block;width:100%;height:4px;background:linear-gradient(90deg,#27A0F1 0%,#A86B10 55%,#FED6D6 100%);position:absolute;top:0;left:0}
.nxt-stps-inner{max-width:1100px;margin:0 auto}
.nxt-stps-hd-wrpr{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:52px;max-width:520px}
.lbl-badge{display:inline-flex;align-items:center;gap:6px;background:#27a0f11a;color:#27A0F1;font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;border-radius:20px;padding:5px 14px;margin-bottom:16px;border:1px solid #27a0f138}
.nxt-stps-hd-wrpr h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;color:#1a2540;line-height:1.25;margin-bottom:14px;position:relative;padding-left:18px}
.nxt-stps-hd-wrpr h2::before{content:'';position:absolute;left:0;top:6px;width:5px;height:calc(100% - 10px);border-radius:3px;background:linear-gradient(180deg,#27A0F1,#A86B10)}
.nxt-stps-hd-wrpr p{font-size:1rem;color:#5a6478;line-height:1.65;padding-left:18px}
.stps-grid-wrpr{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.stp-crd{background:#fff;border-radius:14px;padding:34px 28px 30px;box-shadow:0 2px 8px #1a254012;border:1px solid #e8edf5;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;transition:box-shadow 0.22s,transform .22s}
.stp-crd:hover{box-shadow:0 6px 24px #27a0f124;transform:translateY(-4px)}
.stp-crd::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;border-radius:0 0 14px 14px}
.stp-crd-1::after{background:linear-gradient(90deg,#27A0F1,#1a7ec4)}
.stp-crd-2::after{background:linear-gradient(90deg,#A86B10,#d4860f)}
.stp-crd-3::after{background:linear-gradient(90deg,#FED6D6,#e9a0a0)}
.stp-num{font-size:2.6rem;font-weight:900;line-height:1;opacity:.08;position:absolute;top:16px;right:20px;color:#1a2540;pointer-events:none}
.stp-icn-wrpr{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.stp-icn-wrpr-1{background:#27a0f11f}
.stp-icn-wrpr-2{background:#a86b101f}
.stp-icn-wrpr-3{background:#fed6d699}
.stp-icn-wrpr i{font-size:1.5rem}
.stp-icn-wrpr-1 i{color:#27A0F1}
.stp-icn-wrpr-2 i{color:#A86B10}
.stp-icn-wrpr-3 i{color:#c0706e}
.stp-crd h4{font-size:1.05rem;font-weight:700;color:#1a2540;margin:0;line-height:1.3}
.stp-crd p{font-size:.93rem;color:#5a6478;line-height:1.6;margin:0}
.stp-crd a{display:inline-flex;align-items:center;gap:6px;color:#27A0F1;font-size:.92rem;font-weight:600;text-decoration:none;margin-top:4px;transition:gap 0.2s,color .2s}
.stp-crd a:hover{color:#A86B10;gap:10px}
.divdr-svg-wrpr{width:100%;overflow:hidden;line-height:0;background:#fff}
.divdr-svg-wrpr svg{display:block;width:100%}
@media (max-width: 900px) {
.stps-grid-wrpr{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 600px) {
.hdr-blck-wrpr{min-height:420px;padding:60px 16px 80px}
.hdr-actn-wrpr{flex-direction:column;align-items:center}
.btn-prm,.btn-sec{width:100%;justify-content:center}
.stps-grid-wrpr{grid-template-columns:1fr}
.nxt-stps-wrpr{padding:56px 16px 64px}
.nxt-stps-hd-wrpr{max-width:100%}
}