@import "https://cdn.jsdelivr.net/npm/@fontsource/spectral@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/spectral@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Spectral',serif;background:#FDFEF4;color:#1a1a1a;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}
.hdr{background:linear-gradient(135deg,#07837F 0%,#065f5c 100%);padding:0;box-shadow:0 4px 12px #07837f26}
.hdr-top-row{background:#0000001a;padding:12px 0;border-bottom:1px solid #ffffff1a}
.hdr-top-inner{max-width:1366px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}
.hdr-cntct-info{display:flex;gap:32px;align-items:center}
.hdr-cntct-item{display:flex;align-items:center;gap:8px;color:#FDFEF4;font-size:14px;text-decoration:none}
.hdr-cntct-item i{opacity:.8}
.hdr-cntct-item:hover{color:#F45194}
.hdr-main-row{padding:24px 0}
.hdr-main-inner{max-width:1366px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:60px}
.hdr-brand-zone{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:180px}
.hdr-logo-wrp{width:110px;height:110px;background:#FDFEF4;border-radius:24px;padding:16px;box-shadow:0 6px 20px #00000026;display:flex;align-items:center;justify-content:center}
.hdr-logo-wrp img{width:100%;height:100%;object-fit:contain}
.hdr-company-name{font-size:22px;font-weight:700;color:#FDFEF4;text-align:center;letter-spacing:.5px}
.hdr-nav-zone{flex:1;display:flex;justify-content:flex-end}
.main-nvgtn{display:flex;gap:8px;list-style:none;flex-wrap:wrap;justify-content:flex-end}
.main-nvgtn li{position:relative}
.main-nvgtn a{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 20px;color:#FDFEF4;text-decoration:none;font-size:15px;border-radius:16px;transition:all .2s ease;background:#ffffff0d}
.main-nvgtn a i{font-size:20px;opacity:.9}
.main-nvgtn a:hover{background:#f4519433;color:#F45194}
main{flex:1}
.ftr{background:#1a1a1a;padding:48px 0 24px;margin-top:80px}
.ftr-inner{max-width:1366px;margin:0 auto;padding:0 24px}
.ftr-content-wrp{display:flex;justify-content:space-between;gap:60px;margin-bottom:40px}
.ftr-left-zone{flex:0 0 280px}
.ftr-nav-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.ftr-nav-list a{color:#b8b8b8;text-decoration:none;font-size:15px;display:inline-block;border-bottom:1px solid transparent;transition:all .2s ease}
.ftr-nav-list a:hover{color:#F45194;border-bottom-color:#F45194}
.ftr-right-zone{flex:1;display:flex;flex-direction:column;gap:16px}
.ftr-cntct-heading{color:#FDFEF4;font-size:18px;font-weight:700;margin-bottom:8px}
.ftr-cntct-details{display:flex;flex-direction:column;gap:12px}
.ftr-cntct-row{display:flex;align-items:flex-start;gap:12px;color:#b8b8b8;font-size:15px}
.ftr-cntct-row i{color:#07837F;margin-top:4px}
.ftr-cntct-row a{color:#b8b8b8;text-decoration:none;transition:color .2s ease}
.ftr-cntct-row a:hover{color:#F45194}
.ftr-copyright{padding-top:24px;border-top:1px solid #ffffff1a;text-align:center;color:#666;font-size:14px}
.cookie-popup{position:fixed;right:20px;top:50%;transform:translateY(-50%);width:340px;background:#fff;border-radius:24px;padding:28px;box-shadow:0 12px 40px #00000040;display:none;z-index:9999}
.cookie-popup[data-state="visible"]{display:block}
.cookie-heading{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.cookie-txt{font-size:14px;color:#4a4a4a;line-height:1.5;margin-bottom:16px}
.cookie-settings-wrp{margin-bottom:20px}
.cookie-settings-heading{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.cookie-toggle-group{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e0e0e0}
.cookie-toggle-label{font-size:14px;color:#4a4a4a}
.cookie-toggle-switch{position:relative;width:48px;height:24px;background:#ccc;border-radius:12px;cursor:pointer;transition:background .2s ease}
.cookie-toggle-switch[data-enabled="true"]{background:#07837F}
.cookie-toggle-switch::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:left .2s ease}
.cookie-toggle-switch[data-enabled="true"]::after{left:27px}
.cookie-policy-expnd{margin-bottom:16px}
.cookie-policy-btn{background:none;border:none;color:#07837F;text-decoration:underline;font-size:13px;cursor:pointer;padding:0}
.cookie-policy-content{display:none;margin-top:8px;font-size:12px;color:#666;line-height:1.4}
.cookie-policy-content[data-expanded="true"]{display:block}
.cookie-actions{display:flex;gap:12px;justify-content:space-between}
.cookie-btn{flex:1;padding:10px 16px;border:none;border-radius:12px;font-size:14px;cursor:pointer;text-decoration:underline;background:none;color:#4a4a4a;transition:color .2s ease}
.cookie-btn:hover{color:#F45194}
.cookie-btn-accept{background:#07837F;color:#fff;text-decoration:none}
.cookie-btn-accept:hover{background:#065f5c;color:#fff}
.cookie-settings-link{position:fixed;bottom:20px;right:20px;background:#07837F;color:#fff;padding:12px 20px;border-radius:16px;text-decoration:none;font-size:14px;box-shadow:0 4px 12px #07837f4d;display:none;z-index:9998}
.cookie-settings-link[data-visible="true"]{display:block}
.cookie-settings-link:hover{background:#065f5c}
@media (max-width: 968px) {
.hdr-main-inner{flex-direction:column;gap:24px}
.hdr-nav-zone{width:100%;justify-content:center}
.main-nvgtn{justify-content:center}
.hdr-cntct-info{flex-direction:column;gap:12px}
.ftr-content-wrp{flex-direction:column;gap:32px}
.ftr-left-zone{flex:1}
.cookie-popup{right:10px;left:10px;width:auto}
}
@media (max-width: 640px) {
.main-nvgtn a{font-size:13px;padding:10px 12px}
.hdr-logo-wrp{width:90px;height:90px}
.hdr-company-name{font-size:18px}
}
.bzvw-terms-info{max-width:1366px;margin:0 auto;padding:80px 24px;background:#FDFEF4}
.bzvw-terms-info h1{font-size:48px;line-height:1.2;color:#07837F;margin:0 0 16px;font-weight:700}
.bzvw-terms-info h2{font-size:36px;line-height:1.3;color:#07837F;margin:64px 0 24px;font-weight:700}
.bzvw-terms-info h3{font-size:28px;line-height:1.4;color:#F45194;margin:48px 0 20px;font-weight:600}
.bzvw-terms-info h4{font-size:22px;line-height:1.4;color:#333;margin:32px 0 16px;font-weight:600}
.bzvw-terms-info h5{font-size:18px;line-height:1.5;color:#333;margin:24px 0 12px;font-weight:600}
.bzvw-terms-info h6{font-size:16px;line-height:1.5;color:#555;margin:20px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.bzvw-terms-info p{font-size:17px;line-height:1.8;color:#333;margin:0 0 20px}
.bzvw-terms-info ul{margin:0 0 24px;padding:0 0 0 32px;list-style-type:disc}
.bzvw-terms-info ol{margin:0 0 24px;padding:0 0 0 32px;list-style-type:decimal}
.bzvw-terms-info li{font-size:17px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.bzvw-terms-info li ul,.bzvw-terms-info li ol{margin:12px 0 0}
.bzvw-terms-info strong,.bzvw-terms-info b{font-weight:700;color:#07837F}
.bzvw-terms-info a{color:#F45194;text-decoration:none;border-bottom:1px solid #f451944d;transition:all .3s ease}
.bzvw-terms-info a:hover{color:#07837F;border-bottom-color:#07837F}
.bzvw-terms-info table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.bzvw-terms-info thead{background:#07837F}
.bzvw-terms-info thead tr{border:none}
.bzvw-terms-info thead th{font-size:16px;font-weight:700;color:#FDFEF4;padding:20px 24px;text-align:left;border:none}
.bzvw-terms-info tbody tr{border-bottom:1px solid #e5e5e5;transition:background .2s ease}
.bzvw-terms-info tbody tr:last-child{border-bottom:none}
.bzvw-terms-info tbody tr:hover{background:#f451940d}
.bzvw-terms-info td{font-size:16px;line-height:1.6;color:#333;padding:18px 24px;border:none}
.bzvw-terms-info th{font-size:16px;font-weight:600;color:#07837F;padding:18px 24px;text-align:left;background:#07837f0d;border:none}
.bzvw-terms-info div{margin:0}
@media (max-width: 1024px) {
.bzvw-terms-info{padding:64px 20px}
.bzvw-terms-info h1{font-size:40px}
.bzvw-terms-info h2{font-size:32px;margin:48px 0 20px}
.bzvw-terms-info h3{font-size:24px}
}
@media (max-width: 768px) {
.bzvw-terms-info{padding:48px 16px}
.bzvw-terms-info h1{font-size:32px}
.bzvw-terms-info h2{font-size:26px;margin:40px 0 16px}
.bzvw-terms-info h3{font-size:22px;margin:32px 0 16px}
.bzvw-terms-info h4{font-size:20px}
.bzvw-terms-info p,.bzvw-terms-info li{font-size:16px}
.bzvw-terms-info ul,.bzvw-terms-info ol{padding-left:24px}
.bzvw-terms-info table{font-size:14px;margin:24px 0}
.bzvw-terms-info thead th,.bzvw-terms-info td,.bzvw-terms-info th{padding:12px 16px;font-size:14px}
}
@media (max-width: 480px) {
.bzvw-terms-info{padding:32px 16px}
.bzvw-terms-info h1{font-size:28px}
.bzvw-terms-info h2{font-size:24px}
.bzvw-terms-info h3{font-size:20px}
.bzvw-terms-info table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.bzvw-terms-info thead th,.bzvw-terms-info td,.bzvw-terms-info th{padding:10px 12px;font-size:13px}
}
.hro_wrp{position:relative;padding:0;margin:0 auto 90px;max-width:1366px;overflow:hidden}
.hro_inner{position:relative;display:flex;align-items:center;min-height:520px;background:linear-gradient(135deg,#FDFEF4 0%,#f8f9ed 100%)}
.hro_bg_deco{position:absolute;width:280px;height:280px;border-radius:50%;background:#f4519414;top:-60px;right:8%;z-index:1}
.hro_bg_deco::after{content:'';position:absolute;width:180px;height:180px;border-radius:50%;background:#07837f0f;bottom:-40px;left:-90px}
.hro_img_zone{position:relative;width:48%;height:520px;z-index:2}
.hro_img_clip{position:absolute;top:0;left:0;width:100%;height:100%;clip-path:polygon(0 0,85% 0,100% 100%,0 100%);overflow:hidden}
.hro_img_clip::before{content:'';position:absolute;top:0;left:0;right:0;height:140px;background:linear-gradient(180deg,#07837fb3 0%,transparent 100%);z-index:2}
.hro_img_clip::after{content:'';position:absolute;bottom:0;left:0;right:0;height:140px;background:linear-gradient(0deg,#f4519499 0%,transparent 100%);z-index:2}
.hro_img_clip img{width:100%;height:100%;object-fit:cover;display:block}
.hro_txt_zone{position:relative;width:52%;padding:60px 80px 60px 100px;z-index:3}
.hro_txt_zone h1{font-size:46px;line-height:1.2;color:#2a2a2a;margin:0 0 24px;font-weight:700}
.hro_txt_zone p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 36px}
.hro_btn{display:inline-block;padding:16px 42px;background:#F45194;color:#FDFEF4;text-decoration:none;border-radius:24px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #f4519440}
.hro_btn:hover{background:#e03d7f;transform:translateY(-2px);box-shadow:0 10px 28px #f4519459}
.xprt_section{max-width:1366px;margin:0 auto 100px;padding:0 40px}
.xprt_hdr{text-align:center;margin-bottom:70px}
.xprt_hdr h2{font-size:38px;color:#2a2a2a;margin:0 0 18px;font-weight:700}
.xprt_hdr h2::before{content:'';display:inline-block;width:50px;height:4px;background:linear-gradient(90deg,#F45194 0%,#07837F 100%);margin-right:16px;vertical-align:middle;border-radius:2px}
.xprt_hdr p{font-size:17px;line-height:1.6;color:#5a5a5a;max-width:720px;margin:0 auto}
.xprt_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.xprt_card{background:#FDFEF4;border-radius:28px;padding:50px 36px;text-align:center;box-shadow:0 8px 24px #0000000f;transition:all .4s ease;position:relative;overflow:hidden}
.xprt_card::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#F45194 0%,#07837F 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.xprt_card:hover::before{transform:scaleX(1)}
.xprt_card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}
.xprt_card_icon{width:90px;height:90px;margin:0 auto 28px;background:linear-gradient(135deg,#f4519426 0%,#07837f26 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.xprt_card_icon svg{width:44px;height:44px;fill:#07837F}
.xprt_card h3{font-size:24px;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.xprt_card p{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.xprt_card_prof{margin-top:24px;padding-top:24px;border-top:2px solid #07837f26}
.xprt_card_prof_img{width:70px;height:70px;border-radius:50%;margin:0 auto 14px;overflow:hidden;border:3px solid #F45194}
.xprt_card_prof_img img{width:100%;height:100%;object-fit:cover}
.xprt_card_prof_name{font-size:18px;font-weight:700;color:#2a2a2a;margin:0 0 6px}
.xprt_card_prof_role{font-size:14px;color:#07837F;font-weight:600}
.grnty_section{max-width:1366px;margin:0 auto;padding:0;background:linear-gradient(135deg,#07837F 0%,#065e5b 100%);border-radius:32px;overflow:hidden;position:relative}
.grnty_section::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:#fdfef40f;top:-150px;left:-100px;z-index:1}
.grnty_section::after{content:'';position:absolute;width:320px;height:320px;border-radius:50%;background:#f4519414;bottom:-120px;right:-80px;z-index:1}
.grnty_inner{position:relative;z-index:2;padding:80px 60px}
.grnty_hdr{text-align:center;margin-bottom:60px}
.grnty_hdr h2{font-size:40px;color:#FDFEF4;margin:0 0 20px;font-weight:700}
.grnty_hdr p{font-size:18px;line-height:1.6;color:#fdfef4e6;max-width:680px;margin:0 auto}
.grnty_list{display:flex;flex-direction:column;gap:32px;max-width:980px;margin:0 auto}
.grnty_item{display:flex;align-items:flex-start;gap:28px;background:#fdfef414;padding:32px 36px;border-radius:24px;border:2px solid #fdfef41f;transition:all .3s ease}
.grnty_item:hover{background:#fdfef41f;border-color:#f4519466;transform:translateX(8px)}
.grnty_item_num{flex-shrink:0;width:60px;height:60px;background:#F45194;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:#FDFEF4;box-shadow:0 6px 18px #f4519466}
.grnty_item_content h3{font-size:22px;color:#FDFEF4;margin:0 0 12px;font-weight:700}
.grnty_item_content p{font-size:16px;line-height:1.7;color:#fdfef4d9;margin:0}
@media (max-width: 1024px) {
.hro_img_zone{width:45%}
.hro_txt_zone{width:55%;padding:50px 50px 50px 70px}
.hro_txt_zone h1{font-size:38px}
.xprt_grid{grid-template-columns:repeat(2,1fr);gap:32px}
.grnty_inner{padding:60px 40px}
}
@media (max-width: 768px) {
.hro_wrp{margin-bottom:60px}
.hro_inner{flex-direction:column;min-height:auto}
.hro_img_zone{width:100%;height:360px}
.hro_img_clip{clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}
.hro_txt_zone{width:100%;padding:40px 30px}
.hro_txt_zone h1{font-size:32px}
.hro_txt_zone p{font-size:16px}
.hro_bg_deco{width:200px;height:200px;top:-40px}
.xprt_section{padding:0 24px;margin-bottom:70px}
.xprt_hdr h2{font-size:30px}
.xprt_grid{grid-template-columns:1fr;gap:28px}
.grnty_section{border-radius:0;margin-bottom:0}
.grnty_inner{padding:50px 24px}
.grnty_hdr h2{font-size:32px}
.grnty_item{flex-direction:column;align-items:center;text-align:center;gap:20px}
}
@media (max-width: 480px) {
.hro_txt_zone h1{font-size:28px}
.hro_btn{padding:14px 32px;font-size:16px}
.xprt_hdr h2{font-size:26px}
.xprt_card{padding:36px 24px}
.grnty_hdr h2{font-size:28px}
.grnty_item_num{width:50px;height:50px;font-size:22px}
}
.pg-wrp{width:100%;margin:0;padding:0}
.hro-blck{position:relative;width:100%;max-width:1366px;margin:0 auto;padding:0;overflow:hidden;border-radius:32px;height:480px;margin-bottom:80px}
.hro-blck .img-lyr{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.hro-blck .img-lyr img{width:100%;height:100%;object-fit:cover;filter:brightness(0.4) contrast(1.1);mix-blend-mode:multiply}
.hro-blck::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#07837fb3 0%,#f45194a6 100%);z-index:2;mix-blend-mode:screen}
.hro-blck .cntnt-ovr{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center}
.hro-blck .cntnt-ovr h1{font-size:58px;font-weight:800;color:#FDFEF4;margin:0 0 24px;line-height:1.2;text-shadow:0 4px 12px #0000004d}
.hro-blck .cntnt-ovr .dscrp{font-size:20px;color:#FDFEF4;max-width:680px;line-height:1.6;margin:0;text-shadow:0 2px 8px #00000040}
.cntct-sctn{width:100%;max-width:1366px;margin:0 auto;padding:0 20px 100px}
.cntct-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.inf-pnl{background:linear-gradient(145deg,#FDFEF4 0%,#f8f9f0 100%);padding:48px;border-radius:24px;box-shadow:0 8px 24px #00000014}
.inf-pnl h2{font-size:32px;font-weight:700;color:#07837F;margin:0 0 32px;line-height:1.3}
.inf-pnl h2::before{content:'';display:inline-block;width:6px;height:36px;background:linear-gradient(180deg,#F45194 0%,#07837F 100%);margin-right:14px;vertical-align:middle;border-radius:3px}
.dtl-itm{margin-bottom:32px;display:flex;flex-direction:row;align-items:start;gap:16px}
.dtl-itm:last-child{margin-bottom:0}
.dtl-icn{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F45194 0%,#07837F 100%);border-radius:16px;box-shadow:0 4px 12px #f4519440}
.dtl-icn i{font-size:24px;color:#FDFEF4}
.dtl-txt{flex:1;padding-top:4px}
.dtl-txt .lbl{font-size:14px;font-weight:600;color:#666;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.dtl-txt .vl{font-size:18px;font-weight:500;color:#222;margin:0;line-height:1.5}
.dtl-txt a{color:#07837F;text-decoration:none;transition:all .3s ease}
.dtl-txt a:hover{color:#F45194}
.frm-cntnr{background:#FDFEF4;padding:48px;border-radius:24px;box-shadow:0 12px 32px #0000001a;border:2px solid #07837f1a}
.frm-cntnr h2{font-size:28px;font-weight:700;color:#222;margin:0 0 12px;line-height:1.3}
.frm-cntnr .sbttl{font-size:16px;color:#666;margin:0 0 36px;line-height:1.6}
.frm-typ{display:flex;flex-direction:column;gap:24px}
.rw-flds{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.fld-wrp{display:flex;flex-direction:column;gap:8px}
.fld-wrp.full{grid-column:1 / -1}
.fld-wrp label{font-size:14px;font-weight:600;color:#333;display:block}
.fld-wrp input[type="text"],.fld-wrp input[type="email"],.fld-wrp input[type="tel"],.fld-wrp textarea{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;color:#222;background:#fff;transition:all .3s ease;box-sizing:border-box}
.fld-wrp input[type="text"]:focus,.fld-wrp input[type="email"]:focus,.fld-wrp input[type="tel"]:focus,.fld-wrp textarea:focus{outline:none;border-color:#07837F;box-shadow:0 0 0 4px #07837f1a}
.fld-wrp textarea{min-height:140px;resize:vertical}
.slct-wrp{position:relative}
.slct-wrp select{width:100%;padding:14px 18px;padding-right:44px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;color:#222;background:#fff;cursor:pointer;appearance:none;transition:all .3s ease;box-sizing:border-box}
.slct-wrp select:focus{outline:none;border-color:#07837F;box-shadow:0 0 0 4px #07837f1a}
.slct-wrp::after{content:'';position:absolute;right:18px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #666;pointer-events:none}
.chckbx-wrp{display:flex;align-items:start;gap:12px;margin-top:8px}
.chckbx-wrp input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#07837F}
.chckbx-wrp label{font-size:14px;color:#555;line-height:1.5;cursor:pointer}
.chckbx-wrp label a{color:#F45194;text-decoration:underline;transition:color .3s ease}
.chckbx-wrp label a:hover{color:#07837F}
.sbmt-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#F45194 0%,#d93d7d 100%);color:#FDFEF4;font-size:18px;font-weight:700;border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #f451944d;text-transform:uppercase;letter-spacing:.5px}
.sbmt-btn:hover{background:linear-gradient(135deg,#d93d7d 0%,#F45194 100%);transform:translateY(-2px);box-shadow:0 10px 28px #f4519466}
.sbmt-btn:active{transform:translateY(0);box-shadow:0 4px 16px #f451944d}
@media (max-width: 968px) {
.hro-blck{height:400px;margin-bottom:60px;border-radius:24px}
.hro-blck .cntnt-ovr h1{font-size:42px;margin-bottom:20px}
.hro-blck .cntnt-ovr .dscrp{font-size:18px}
.cntct-grid{grid-template-columns:1fr;gap:40px}
.inf-pnl{padding:36px}
.frm-cntnr{padding:36px}
.rw-flds{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.hro-blck{height:340px;margin-bottom:48px;border-radius:20px}
.hro-blck .cntnt-ovr{padding:30px 20px}
.hro-blck .cntnt-ovr h1{font-size:32px;margin-bottom:16px}
.hro-blck .cntnt-ovr .dscrp{font-size:16px}
.cntct-sctn{padding:0 16px 60px}
.inf-pnl{padding:28px}
.inf-pnl h2{font-size:26px;margin-bottom:24px}
.frm-cntnr{padding:28px}
.frm-cntnr h2{font-size:24px}
.dtl-itm{margin-bottom:24px}
.dtl-icn{width:40px;height:40px}
.dtl-icn i{font-size:20px}
.dtl-txt .vl{font-size:16px}
}
.pg-hdr{position:relative;padding:0;margin:0 auto 80px;max-width:1366px;overflow:hidden;border-radius:28px}
.pg-hdr .img-wrp{position:relative;width:100%;height:520px;overflow:hidden}
.pg-hdr .img-wrp img{width:100%;height:100%;object-fit:cover;filter:contrast(1.1) brightness(0.95)}
.pg-hdr .img-wrp::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000008 2px,#00000008 4px);pointer-events:none}
.pg-hdr .cntnt-bx{position:absolute;bottom:40px;left:40px;right:40px;background:#fdfef4f2;padding:48px 56px;border-radius:24px;box-shadow:0 12px 32px #00000026}
.pg-hdr .cntnt-bx h1{font-size:46px;line-height:1.2;color:#07837F;margin:0 0 16px;font-weight:700}
.pg-hdr .cntnt-bx .sbtxt{font-size:19px;line-height:1.6;color:#2a2a2a;margin:0}
.pg-hdr .dcr-shp{position:absolute;width:120px;height:120px;top:-30px;right:60px;opacity:.15}
.pg-hdr .dcr-shp svg{width:100%;height:100%}
.prgrm-dtls{max-width:1366px;margin:0 auto 90px;padding:0 20px}
.prgrm-dtls .grd-wrp{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
.prgrm-dtls .crd-itm{background:linear-gradient(135deg,#FDFEF4 0%,#fdfef4b3 100%);padding:40px 32px;border-radius:20px;border:2px solid #F45194;position:relative;overflow:hidden;transition:all .3s ease}
.prgrm-dtls .crd-itm:hover{transform:translateY(-6px);box-shadow:0 16px 40px #f4519433}
.prgrm-dtls .crd-itm::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle,#07837f1a 0%,transparent 70%)}
.prgrm-dtls .crd-itm h3{font-size:24px;color:#07837F;margin:0 0 20px;font-weight:600}
.prgrm-dtls .crd-itm .txt-blck{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0 0 24px}
.prgrm-dtls .crd-itm .lstng{list-style:none;padding:0;margin:0}
.prgrm-dtls .crd-itm .lstng li{padding-left:28px;position:relative;margin-bottom:12px;font-size:15px;color:#4a4a4a;line-height:1.5}
.prgrm-dtls .crd-itm .lstng li::before{content:'';position:absolute;left:0;top:6px;width:16px;height:16px;background:#F45194;border-radius:50%}
.trck-sctn{max-width:1366px;margin:0 auto 95px;padding:0 20px}
.trck-sctn .cntnr-fx{background:linear-gradient(180deg,#07837f14 0%,#fdfef4e6 100%);padding:64px 48px;border-radius:32px}
.trck-sctn h2{font-size:38px;color:#07837F;margin:0 0 48px;text-align:center;font-weight:700}
.trck-sctn .stps-grd{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.trck-sctn .stps-grd::before{content:'';position:absolute;top:32px;left:12%;right:12%;height:3px;background:linear-gradient(90deg,#F45194 0%,#07837F 100%);z-index:1}
.trck-sctn .stp-bx{text-align:center;position:relative;z-index:2}
.trck-sctn .stp-bx .nmbr-crcl{width:64px;height:64px;background:#F45194;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:26px;font-weight:700;color:#FDFEF4;box-shadow:0 6px 20px #f451944d}
.trck-sctn .stp-bx h4{font-size:19px;color:#07837F;margin:0 0 12px;font-weight:600}
.trck-sctn .stp-bx .dscr{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0}
.tstmnls-wrp{max-width:1366px;margin:0 auto 90px;padding:0 20px}
.tstmnls-wrp .fx-cntnr{display:flex;gap:40px;align-items:stretch}
.tstmnls-wrp .tstm-crd{flex:1;background:#FDFEF4;padding:48px 40px;border-radius:24px;box-shadow:0 8px 24px #00000014;position:relative;border-left:6px solid #F45194}
.tstmnls-wrp .tstm-crd .prfl-tp{display:flex;align-items:center;gap:20px;margin-bottom:28px}
.tstmnls-wrp .tstm-crd .prfl-tp .img-rndd{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #07837F}
.tstmnls-wrp .tstm-crd .prfl-tp .inf-blck h5{font-size:20px;color:#07837F;margin:0 0 4px;font-weight:600}
.tstmnls-wrp .tstm-crd .prfl-tp .inf-blck .rle{font-size:14px;color:#6a6a6a;margin:0}
.tstmnls-wrp .tstm-crd .qt-txt{font-size:16px;line-height:1.8;color:#3a3a3a;margin:0;font-style:italic}
.tstmnls-wrp .tstm-crd::before{content:'"';position:absolute;top:20px;right:30px;font-size:120px;color:#f451941a;font-family:serif;line-height:1}
.cta-fnal{max-width:1366px;margin:0 auto 100px;padding:0 20px}
.cta-fnal .wrap-cntnt{background:linear-gradient(135deg,#F45194 0%,#07837F 100%);padding:80px 60px;border-radius:32px;text-align:center;position:relative;overflow:hidden}
.cta-fnal .wrap-cntnt::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#fdfef426 0%,transparent 70%);border-radius:50%}
.cta-fnal .wrap-cntnt h2{font-size:42px;color:#FDFEF4;margin:0 0 24px;font-weight:700;position:relative;z-index:2}
.cta-fnal .wrap-cntnt .txt-dsc{font-size:18px;line-height:1.7;color:#FDFEF4;margin:0 auto 40px;max-width:720px;position:relative;z-index:2}
.cta-fnal .wrap-cntnt .btn-primary{display:inline-block;background:#FDFEF4;color:#07837F;padding:18px 48px;font-size:18px;font-weight:600;border-radius:16px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #0003;position:relative;z-index:2}
.cta-fnal .wrap-cntnt .btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000004d;background:#f5f5e8}
@media (max-width: 1024px) {
.pg-hdr .cntnt-bx h1{font-size:38px}
.prgrm-dtls .grd-wrp{grid-template-columns:1fr 1fr}
.trck-sctn .stps-grd{grid-template-columns:1fr 1fr}
.trck-sctn .stps-grd::before{display:none}
.tstmnls-wrp .fx-cntnr{flex-direction:column}
}
@media (max-width: 768px) {
.pg-hdr{margin-bottom:60px;border-radius:20px}
.pg-hdr .img-wrp{height:400px}
.pg-hdr .cntnt-bx{position:static;margin-top:-40px;padding:36px 28px;border-radius:20px}
.pg-hdr .cntnt-bx h1{font-size:32px}
.pg-hdr .cntnt-bx .sbtxt{font-size:17px}
.pg-hdr .dcr-shp{width:80px;height:80px;right:20px}
.prgrm-dtls{margin-bottom:70px}
.prgrm-dtls .grd-wrp{grid-template-columns:1fr;gap:24px}
.trck-sctn{margin-bottom:70px}
.trck-sctn .cntnr-fx{padding:48px 28px;border-radius:24px}
.trck-sctn h2{font-size:32px;margin-bottom:36px}
.trck-sctn .stps-grd{grid-template-columns:1fr;gap:32px}
.tstmnls-wrp{margin-bottom:70px}
.tstmnls-wrp .tstm-crd{padding:36px 28px}
.cta-fnal{margin-bottom:80px}
.cta-fnal .wrap-cntnt{padding:60px 32px;border-radius:24px}
.cta-fnal .wrap-cntnt h2{font-size:34px}
.cta-fnal .wrap-cntnt .txt-dsc{font-size:16px;margin-bottom:32px}
.cta-fnal .wrap-cntnt .btn-primary{padding:16px 40px;font-size:17px}
}
.abt_outer{width:100%;background:linear-gradient(135deg,#FDFEF4 0%,#07837f14 100%);position:relative;overflow:hidden}
.abt_outer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#f4519408 0%,transparent 50%),radial-gradient(circle at 80% 70%,#07837f08 0%,transparent 50%);pointer-events:none}
.hdr_wrp{max-width:1366px;margin:0 auto;padding:80px 24px 100px;display:grid;grid-template-columns:280px 1fr 280px;gap:48px;align-items:center;position:relative}
.img_lft,.img_rght{width:100%;height:420px;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 8px 24px #0000001f}
.img_lft::after,.img_rght::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,#0000004d 100%);pointer-events:none}
.img_lft img,.img_rght img{width:100%;height:100%;object-fit:cover;display:block}
.hdr_cntr{text-align:center;padding:0 20px}
.hdr_cntr h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.hdr_cntr .sbtl{font-size:18px;line-height:1.7;color:#444;margin:0}
.fctn_blck{background:#fff;border-top:1px solid #07837f26}
.fctn_innr{max-width:1366px;margin:0 auto;padding:100px 24px;display:flex;gap:60px;align-items:flex-start}
.fctn_txt{flex:1}
.fctn_txt h2{font-size:38px;line-height:1.3;color:#1a1a1a;margin:0 0 28px;font-weight:700;position:relative;padding-bottom:16px}
.fctn_txt h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#F45194 0%,#07837F 100%);border-radius:2px}
.fctn_txt p{font-size:17px;line-height:1.8;color:#444;margin:0 0 20px}
.fctn_img{flex:0 0 480px;height:400px;border-radius:28px;overflow:hidden;box-shadow:0 12px 32px #00000024}
.fctn_img img{width:100%;height:100%;object-fit:cover;display:block}
.mthd_sctn{background:linear-gradient(160deg,#f451940f 0%,#FDFEF4 100%);position:relative}
.mthd_wrpr{max-width:1366px;margin:0 auto;padding:90px 24px}
.mthd_wrpr h2{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 56px;text-align:center;font-weight:700}
.mthd_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.mthd_crd{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.mthd_crd::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F45194 0%,#07837F 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.mthd_crd:hover::before{transform:scaleX(1)}
.mthd_crd:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}
.mthd_crd h3{font-size:22px;line-height:1.4;color:#07837F;margin:0 0 16px;font-weight:700}
.mthd_crd p{font-size:16px;line-height:1.7;color:#555;margin:0}
.tm_area{background:#fff}
.tm_cntnt{max-width:1366px;margin:0 auto;padding:100px 24px}
.tm_hdr{text-align:center;margin-bottom:64px}
.tm_hdr h2{font-size:40px;line-height:1.3;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.tm_hdr p{font-size:18px;line-height:1.6;color:#555;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.tm_grd{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.tm_mbr{display:flex;gap:28px;align-items:flex-start;background:linear-gradient(135deg,#FDFEF4 0%,#07837f0a 100%);padding:36px;border-radius:24px;box-shadow:0 6px 20px #00000012}
.tm_pht{flex:0 0 140px;height:140px;border-radius:50%;overflow:hidden;box-shadow:0 8px 20px #f4519433}
.tm_pht img{width:100%;height:100%;object-fit:cover;display:block}
.tm_inf{flex:1}
.tm_inf h3{font-size:24px;line-height:1.3;color:#1a1a1a;margin:0 0 8px;font-weight:700}
.tm_inf .rle{font-size:16px;line-height:1.4;color:#F45194;margin:0 0 16px;font-weight:600}
.tm_inf p{font-size:16px;line-height:1.7;color:#555;margin:0}
.vlus_blck{background:linear-gradient(145deg,#07837f14 0%,#FDFEF4 100%);position:relative}
.vlus_innr{max-width:1366px;margin:0 auto;padding:90px 24px}
.vlus_innr h2{font-size:44px;line-height:1.2;color:#1a1a1a;margin:0 0 60px;text-align:center;font-weight:700}
.vlus_fxgrd{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}
.vl_itm{flex:0 1 calc(25% - 18px);min-width:260px;background:#fff;border-radius:24px;padding:48px 28px;text-align:center;box-shadow:0 8px 24px #0000001a;transition:all .35s ease;position:relative}
.vl_itm::before{content:'';position:absolute;inset:0;border-radius:24px;border:3px solid transparent;background:linear-gradient(135deg,#F45194,#07837F) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s ease}
.vl_itm:hover::before{opacity:1}
.vl_itm:hover{transform:scale(1.05)}
.vl_icn{width:64px;height:64px;margin:0 auto 24px;background:linear-gradient(135deg,#f4519426 0%,#07837f26 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.vl_icn i{font-size:32px;color:#07837F}
.vl_itm h3{font-size:20px;line-height:1.4;color:#1a1a1a;margin:0 0 12px;font-weight:700}
.vl_itm p{font-size:15px;line-height:1.6;color:#666;margin:0}
@media (max-width: 1024px) {
.hdr_wrp{grid-template-columns:1fr;gap:32px;padding:60px 24px 80px}
.img_lft,.img_rght{height:320px;max-width:460px;margin:0 auto}
.fctn_innr{flex-direction:column;gap:40px;padding:80px 24px}
.fctn_img{flex:0 0 auto;width:100%;height:360px}
.mthd_grd{grid-template-columns:1fr;gap:24px}
.tm_grd{grid-template-columns:1fr;gap:32px}
.vlus_fxgrd{gap:20px}
.vl_itm{flex:0 1 calc(50% - 10px)}
}
@media (max-width: 640px) {
.hdr_cntr h1{font-size:36px}
.hdr_cntr .sbtl{font-size:16px}
.fctn_txt h2{font-size:32px}
.fctn_txt p{font-size:16px}
.mthd_wrpr h2{font-size:34px;margin-bottom:40px}
.tm_hdr h2{font-size:32px}
.tm_mbr{flex-direction:column;text-align:center;padding:28px}
.tm_pht{margin:0 auto}
.vlus_innr h2{font-size:36px;margin-bottom:40px}
.vl_itm{flex:0 1 100%}
}
.rvw_hero{background:linear-gradient(135deg,#f4519414 0%,#07837f14 100%);padding:80px 20px;position:relative;overflow:hidden}
.rvw_hero::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#f4519426;border-radius:50%;z-index:1}
.rvw_hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;background:#07837f1f;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.rvw_hero .wrp{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.rvw_hero .txt_blck h1{font-size:52px;line-height:1.2;color:#1a1a1a;margin:0 0 40px;font-weight:700}
.rvw_hero .txt_blck .btn_prm{display:inline-block;background:linear-gradient(135deg,#F45194 0%,#d43775 100%);color:#FDFEF4;padding:18px 48px;border-radius:24px;text-decoration:none;font-size:18px;font-weight:600;box-shadow:0 8px 24px #f451944d;transition:all .3s ease;z-index:10;position:relative}
.rvw_hero .txt_blck .btn_prm:hover{transform:translateY(-2px);box-shadow:0 12px 32px #f4519466}
.rvw_hero .img_blck{position:relative}
.rvw_hero .img_blck img{width:100%;height:440px;object-fit:cover;border-radius:28px;box-shadow:0 16px 48px #00000026}
.rvw_hero .img_blck::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:3px solid #07837f4d;border-radius:28px;z-index:-1}
.tstmnls_grd{padding:100px 20px;background:#FDFEF4}
.tstmnls_grd .cntnr{max-width:1366px;margin:0 auto}
.tstmnls_grd .hdr{text-align:center;margin-bottom:70px}
.tstmnls_grd .hdr h2{font-size:42px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.tstmnls_grd .hdr h2::before{content:'';display:inline-block;width:50px;height:4px;background:linear-gradient(90deg,#F45194,#07837F);margin-right:16px;vertical-align:middle}
.tstmnls_grd .hdr p{font-size:18px;color:#4a4a4a;line-height:1.6;max-width:720px;margin:0 auto}
.tstmnls_grd .grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.tstmnls_grd .crd{background:#fff;padding:36px;border-radius:20px;box-shadow:0 6px 20px #00000014;transition:all .3s ease}
.tstmnls_grd .crd:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}
.tstmnls_grd .crd .rt{display:flex;gap:4px;margin-bottom:20px}
.tstmnls_grd .crd .rt .str{width:20px;height:20px;background:#F45194;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.tstmnls_grd .crd .txt{font-size:16px;line-height:1.7;color:#2a2a2a;margin-bottom:24px}
.tstmnls_grd .crd .athr{display:flex;align-items:center;gap:16px;padding-top:24px;border-top:2px solid #07837f26}
.tstmnls_grd .crd .athr .pht{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#F45194,#07837F);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}
.tstmnls_grd .crd .athr .nf h4{margin:0 0 4px;font-size:17px;color:#1a1a1a;font-weight:600}
.tstmnls_grd .crd .athr .nf p{margin:0;font-size:14px;color:#666}
.stats_row{background:linear-gradient(135deg,#07837F 0%,#065d5a 100%);padding:90px 20px;position:relative}
.stats_row::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l5 15h15l-12 10 5 15-13-10-13 10 5-15-12-10h15z' fill='%23FDFEF4' fill-opacity='0.05'/%3E%3C/svg%3E");opacity:.4}
.stats_row .wrp_inner{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.stats_row .ttl{text-align:center;margin-bottom:60px}
.stats_row .ttl h2{font-size:44px;color:#FDFEF4;margin:0;font-weight:700}
.stats_row .bxs{display:flex;justify-content:space-around;gap:40px}
.stats_row .bx{text-align:center;flex:1}
.stats_row .bx .nmbr{font-size:64px;font-weight:700;color:#F45194;margin-bottom:12px;text-shadow:0 4px 12px #0003}
.stats_row .bx .lbl{font-size:20px;color:#FDFEF4;font-weight:500}
.faq_sec{padding:100px 20px;background:#fff}
.faq_sec .cnt{max-width:920px;margin:0 auto}
.faq_sec .hd h2{font-size:40px;color:#1a1a1a;margin:0 0 50px;text-align:center;font-weight:700}
.faq_sec .hd h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#F45194,#07837F);margin:20px auto 0}
.faq_sec .itm{margin-bottom:20px;border:2px solid #07837f33;border-radius:18px;overflow:hidden}
.faq_sec .itm input[type="checkbox"]{display:none}
.faq_sec .itm .q_lbl{display:block;padding:28px 32px;background:#FDFEF4;cursor:pointer;font-size:19px;font-weight:600;color:#1a1a1a;transition:all .3s ease;position:relative}
.faq_sec .itm .q_lbl::after{content:'+';position:absolute;right:32px;top:50%;transform:translateY(-50%);font-size:32px;color:#F45194;transition:transform .3s ease}
.faq_sec .itm input[type="checkbox"]:checked ~ .q_lbl{background:#f451941a}
.faq_sec .itm input[type="checkbox"]:checked ~ .q_lbl::after{transform:translateY(-50%) rotate(45deg)}
.faq_sec .itm .answr{max-height:0;overflow:hidden;transition:max-height .4s ease;background:#fff}
.faq_sec .itm input[type="checkbox"]:checked ~ .answr{max-height:500px}
.faq_sec .itm .answr .txt{padding:0 32px 32px;font-size:16px;line-height:1.8;color:#3a3a3a}
@media (max-width: 1024px) {
.rvw_hero .wrp{grid-template-columns:1fr;gap:40px}
.rvw_hero .txt_blck h1{font-size:42px}
.tstmnls_grd .grd{grid-template-columns:repeat(2,1fr)}
.stats_row .bxs{flex-direction:column;gap:50px}
}
@media (max-width: 768px) {
.rvw_hero{padding:60px 20px}
.rvw_hero .txt_blck h1{font-size:36px}
.rvw_hero .img_blck img{height:320px}
.tstmnls_grd{padding:70px 20px}
.tstmnls_grd .hdr h2{font-size:34px}
.tstmnls_grd .grd{grid-template-columns:1fr;gap:24px}
.stats_row{padding:70px 20px}
.stats_row .ttl h2{font-size:34px}
.stats_row .bx .nmbr{font-size:48px}
.faq_sec{padding:70px 20px}
.faq_sec .hd h2{font-size:32px}
.faq_sec .itm .q_lbl{padding:22px 24px;font-size:17px}
.faq_sec .itm .answr .txt{padding:0 24px 24px}
}
.sucss_wrp{max-width:1366px;margin:0 auto;padding:80px 20px}
.cnfrm_blck{display:flex;align-items:center;gap:60px;background:linear-gradient(135deg,#07837f14 0%,#f4519414 100%);padding:80px 60px;border-radius:28px;box-shadow:0 8px 24px #0000000f}
.cnfrm_blck .txt_sd{flex:1}
.cnfrm_blck .txt_sd h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;position:relative}
.cnfrm_blck .txt_sd h1::before{content:'';position:absolute;left:-20px;top:0;width:6px;height:100%;background:linear-gradient(180deg,#F45194 0%,#07837F 100%);border-radius:3px}
.cnfrm_blck .txt_sd .dscr{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.cnfrm_blck .txt_sd .dscr .hghlght{color:#07837F;font-weight:600}
.cnfrm_blck .txt_sd .inf_lst{display:flex;flex-direction:column;gap:16px;margin:0 0 40px}
.cnfrm_blck .txt_sd .inf_lst .itm{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fdfef499;border-radius:12px;border-left:4px solid #F45194}
.cnfrm_blck .txt_sd .inf_lst .itm i{color:#07837F;font-size:20px;flex-shrink:0;margin-top:2px}
.cnfrm_blck .txt_sd .inf_lst .itm .cntn{flex:1}
.cnfrm_blck .txt_sd .inf_lst .itm .cntn .lbl{font-size:14px;font-weight:600;color:#2a2a2a;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}
.cnfrm_blck .txt_sd .inf_lst .itm .cntn .vl{font-size:16px;color:#4a4a4a;margin:0}
.cnfrm_blck .txt_sd .actn_grp{display:flex;gap:16px;flex-wrap:wrap}
.cnfrm_blck .txt_sd .actn_grp .btn_prmry{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#F45194 0%,#d63d7d 100%);color:#FDFEF4;font-size:16px;font-weight:600;text-decoration:none;border-radius:16px;box-shadow:0 4px 16px #f451944d;transition:all .3s ease}
.cnfrm_blck .txt_sd .actn_grp .btn_prmry:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f4519466}
.cnfrm_blck .txt_sd .actn_grp .btn_scndry{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:transparent;color:#07837F;font-size:16px;font-weight:600;text-decoration:none;border:2px solid #07837F;border-radius:16px;transition:all .3s ease}
.cnfrm_blck .txt_sd .actn_grp .btn_scndry:hover{background:#07837F;color:#FDFEF4;transform:translateY(-2px)}
.cnfrm_blck .img_sd{flex-shrink:0;width:320px}
.cnfrm_blck .img_sd .crd_wrp{position:relative;background:#FDFEF4;border-radius:24px;padding:40px 32px;box-shadow:0 12px 32px #0000001f inset 0 2px 8px #fff9}
.cnfrm_blck .img_sd .crd_wrp::before{content:'';position:absolute;top:-8px;right:-8px;width:80px;height:80px;background:linear-gradient(135deg,#F45194 0%,#07837F 100%);border-radius:50%;opacity:.15}
.cnfrm_blck .img_sd .crd_wrp .icn_wrp{width:100px;height:100px;margin:0 auto 24px;background:linear-gradient(135deg,#f451941a 0%,#07837f1a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.cnfrm_blck .img_sd .crd_wrp .icn_wrp::after{content:'';position:absolute;width:120px;height:120px;border:3px solid #f451944d;border-radius:50%;animation:pls 2s ease-in-out infinite}
@keyframes pls {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.1);opacity:.3}
}
.cnfrm_blck .img_sd .crd_wrp .icn_wrp i{font-size:48px;color:#F45194}
.cnfrm_blck .img_sd .crd_wrp .stt_txt{text-align:center;font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.cnfrm_blck .img_sd .crd_wrp .stt_dsc{text-align:center;font-size:14px;line-height:1.6;color:#6a6a6a;margin:0}
.cnfrm_blck .img_sd .crd_wrp .prgrss_wrp{margin-top:32px;padding-top:24px;border-top:2px dashed #07837f33}
.cnfrm_blck .img_sd .crd_wrp .prgrss_wrp .prgrss_lbl{font-size:13px;color:#4a4a4a;margin:0 0 12px;display:flex;justify-content:space-between}
.cnfrm_blck .img_sd .crd_wrp .prgrss_wrp .prgrss_lbl .prcnt{font-weight:600;color:#07837F}
.cnfrm_blck .img_sd .crd_wrp .prgrss_wrp .prgrss_br{height:12px;background:#07837f26;border-radius:6px;overflow:hidden;position:relative}
.cnfrm_blck .img_sd .crd_wrp .prgrss_wrp .prgrss_br .fll{position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(90deg,#07837F 0%,#F45194 100%);border-radius:6px;animation:fll_anm 2s ease-out forwards}
@keyframes fll_anm {
from{width:0}
to{width:100%}
}
@media (max-width: 1024px) {
.cnfrm_blck{flex-direction:column;padding:60px 40px;gap:40px}
.cnfrm_blck .img_sd{width:100%;max-width:400px}
.cnfrm_blck .txt_sd h1{font-size:40px}
}
@media (max-width: 768px) {
.sucss_wrp{padding:60px 20px}
.cnfrm_blck{padding:40px 24px}
.cnfrm_blck .txt_sd h1{font-size:32px}
.cnfrm_blck .txt_sd h1::before{left:-12px;width:4px}
.cnfrm_blck .txt_sd .dscr{font-size:16px}
.cnfrm_blck .txt_sd .actn_grp{flex-direction:column}
.cnfrm_blck .txt_sd .actn_grp .btn_prmry,.cnfrm_blck .txt_sd .actn_grp .btn_scndry{width:100%;justify-content:center}
}