@import "https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap";
*,::before,::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Noto Sans',sans-serif;background:#F8F9FA;color:#1A1A1A;line-height:1.7;direction:rtl}
.cntnr-main{max-width:1000px;margin:0 auto;padding:0 20px}
.hdr-top-strip{background:linear-gradient(135deg,#00F7C0 0%,#C51416 100%);padding:12px 0;box-shadow:0 2px 8px #c5141626}
.hdr-top-strip .cntnr-main .top-info-grid{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}
.hdr-top-strip .cntct-dtls{display:flex;gap:25px;flex-wrap:wrap}
.hdr-top-strip .phn-lnk,.hdr-top-strip .eml-lnk{display:flex;align-items:center;gap:8px;color:#FFF;text-decoration:none;font-size:14px;transition:opacity .3s ease}
.hdr-top-strip .phn-lnk:hover,.hdr-top-strip .eml-lnk:hover{opacity:.85}
.hdr-top-strip .lctn-info{display:flex;align-items:center;gap:8px;color:#FFF;font-size:14px}
.hdr-top-strip .i-icon{font-size:16px}
.hdr-main-row{background:#FFF;box-shadow:0 4px 12px #00f7c01a;padding:20px 0}
.hdr-main-row .hdr-layout{display:flex;justify-content:space-between;align-items:center;gap:30px}
.hdr-main-row .brand-section{display:flex;align-items:center;gap:15px}
.hdr-main-row .lg-wrapper{width:85px;height:85px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00F7C0 0%,#FCE820 100%);border-radius:12px;box-shadow:0 6px 15px #00f7c040;padding:12px}
.hdr-main-row .lg-img{width:100%;height:100%;object-fit:contain}
.hdr-main-row .brand-txt .cmpny-nm{font-size:28px;font-weight:700;color:#1A1A1A;margin-bottom:4px;font-family:'Noto Serif',serif}
.hdr-main-row .brand-txt .brand-tagline{font-size:14px;color:#666}
.hdr-main-row .main-nvgtn .nav-lst{display:flex;gap:5px;list-style:none;flex-wrap:wrap}
.hdr-main-row .main-nvgtn .nav-itm{padding:10px 18px;color:#1A1A1A;text-decoration:none;font-weight:600;font-size:15px;border-radius:10px;transition:background .3s ease,color .3s ease}
.hdr-main-row .main-nvgtn .nav-itm:hover{background:#00f7c01a;color:#00F7C0}
.hdr-btm-banner{background:linear-gradient(90deg,#FCE820 0%,#00F7C0 50%,#C51416 100%);padding:15px 0;box-shadow:0 6px 12px #fce82033}
.hdr-btm-banner .usp-container{display:flex;justify-content:space-around;align-items:center;gap:20px;flex-wrap:wrap}
.hdr-btm-banner .usp-item{display:flex;align-items:center;gap:10px;color:#1A1A1A;font-size:14px;font-weight:600}
.hdr-btm-banner .usp-item .i-icon{font-size:22px;color:#FFF}
.ftr-main-section{background:#2A2A2A;padding:50px 0 30px;box-shadow:0 -8px 20px #00f7c026 0 -4px 10px #c514161a}
.ftr-main-section .ftr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px}
.ftr-main-section .ftr-brand{display:flex;align-items:center;gap:12px;margin-bottom:15px}
.ftr-main-section .ftr-lg{width:50px;height:50px;background:#00f7c026;padding:8px;border-radius:10px}
.ftr-main-section .ftr-brand-nm{font-size:24px;font-weight:700;color:#FFF;font-family:'Noto Serif',serif}
.ftr-main-section .ftr-description{color:#B8B8B8;font-size:14px;line-height:1.6;margin-bottom:20px}
.ftr-main-section .ftr-contact-info .ftr-addr{color:#B8B8B8;font-size:14px;line-height:1.6;display:flex;gap:8px}
.ftr-main-section .ftr-addr .i-icon{font-size:18px;color:#00F7C0;flex-shrink:0;margin-top:2px}
.ftr-main-section .ftr-title{font-size:18px;font-weight:700;color:#FFF;margin-bottom:20px;font-family:'Noto Serif',serif}
.ftr-main-section .ftr-menu{list-style:none}
.ftr-main-section .ftr-menu li{margin-bottom:12px}
.ftr-main-section .ftr-link{color:#B8B8B8;text-decoration:none;font-size:14px;transition:color .3s ease;display:inline-block}
.ftr-main-section .ftr-link:hover{color:#00F7C0}
.ftr-main-section .ftr-contact-list{list-style:none}
.ftr-main-section .ftr-contact-list li{margin-bottom:15px;display:flex;align-items:center;gap:10px}
.ftr-main-section .ftr-contact-list .i-icon{font-size:18px;color:#00F7C0}
.ftr-main-section .ftr-contact-link{color:#B8B8B8;text-decoration:none;font-size:14px;transition:color .3s ease}
.ftr-main-section .ftr-contact-link:hover{color:#00F7C0}
.ftr-btm{background:#1A1A1A;padding:20px 0;box-shadow:0 -2px 8px #c5141633}
.ftr-btm .cpyrght-container{text-align:center}
.ftr-btm .cpyrght-txt{color:#888;font-size:14px}
.cookie-popup{position:fixed;bottom:25px;right:25px;z-index:10000;max-width:450px;animation:slideInRight .5s ease-out}
.cookie-popup.hidden{animation:slideOutRight .4s ease-in;pointer-events:none}
@keyframes slideInRight {
from{transform:translateX(150%);opacity:0}
to{transform:translateX(0);opacity:1}
}
@keyframes slideOutRight {
from{transform:translateX(0);opacity:1}
to{transform:translateX(150%);opacity:0}
}
.cookie-popup .cookie-card{background:#FFF;border-radius:16px;padding:25px;box-shadow:0 10px 30px #00f7c033 0 5px 15px #c5141626}
.cookie-popup .cookie-hdr{margin-bottom:20px}
.cookie-popup .cookie-ttl{font-size:20px;font-weight:700;color:#1A1A1A;margin-bottom:8px;font-family:'Noto Serif',serif}
.cookie-popup .cookie-desc{font-size:14px;color:#666;line-height:1.5}
.cookie-popup .cookie-categories{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}
.cookie-popup .cookie-cat-card{background:#F8F9FA;border-radius:12px;padding:15px;border:2px solid transparent;transition:border-color .3s ease}
.cookie-popup .cookie-cat-card:has(.cat-chkbx:checked){border-color:#00F7C0}
.cookie-popup .cat-hdr{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.cookie-popup .cat-chkbx{width:18px;height:18px;cursor:pointer;accent-color:#00F7C0}
.cookie-popup .cat-chkbx:disabled{cursor:not-allowed;opacity:.6}
.cookie-popup .cat-lbl{font-size:14px;font-weight:700;color:#1A1A1A;cursor:pointer}
.cookie-popup .cat-desc{font-size:12px;color:#666;line-height:1.4}
.cookie-popup .cookie-actions{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}
.cookie-popup .btn-accept-all,.cookie-popup .btn-save-prefs,.cookie-popup .btn-decline{flex:1;padding:12px 20px;border:none;border-radius:50px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-width:120px}
.cookie-popup .btn-accept-all{background:linear-gradient(135deg,#00F7C0 0%,#FCE820 100%);color:#1A1A1A;box-shadow:0 4px 10px #00f7c04d}
.cookie-popup .btn-accept-all:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00f7c066}
.cookie-popup .btn-save-prefs{background:#1A1A1A;color:#FFF;box-shadow:0 4px 10px #1a1a1a33}
.cookie-popup .btn-save-prefs:hover{transform:translateY(-2px);box-shadow:0 6px 15px #1a1a1a4d}
.cookie-popup .btn-decline{background:linear-gradient(135deg,#C51416 0%,#FCE820 100%);color:#FFF;box-shadow:0 4px 10px #c514164d}
.cookie-popup .btn-decline:hover{transform:translateY(-2px);box-shadow:0 6px 15px #c5141666}
.cookie-popup .cookie-policy-link{text-align:center}
.cookie-popup .policy-lnk{color:#00F7C0;font-size:13px;text-decoration:none;transition:color .3s ease}
.cookie-popup .policy-lnk:hover{color:#C51416}
.cookie-mini-banner{position:fixed;bottom:20px;right:20px;z-index:9999;display:none}
.cookie-mini-banner.show{display:block}
.cookie-mini-banner .mini-expand-btn{background:linear-gradient(135deg,#00F7C0 0%,#C51416 100%);color:#FFF;border:none;padding:12px 20px;border-radius:50px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #00f7c04d;display:flex;align-items:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease}
.cookie-mini-banner .mini-expand-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00f7c066}
.cookie-mini-banner .mini-expand-btn .i-icon{font-size:18px}
@media (max-width: 768px) {
.hdr-top-strip .top-info-grid{flex-direction:column;align-items:flex-start}
.hdr-main-row .hdr-layout{flex-direction:column;align-items:center;text-align:center}
.hdr-main-row .brand-section{flex-direction:column}
.hdr-main-row .main-nvgtn .nav-lst{justify-content:center}
.hdr-btm-banner .usp-container{flex-direction:column}
.ftr-main-section .ftr-grid{grid-template-columns:1fr;gap:30px}
.cookie-popup{right:15px;left:15px;bottom:15px;max-width:none}
.cookie-popup .cookie-categories{grid-template-columns:1fr}
.cookie-popup .cookie-actions{flex-direction:column}
.cookie-popup .btn-accept-all,.cookie-popup .btn-save-prefs,.cookie-popup .btn-decline{width:100%}
}
@media (max-width: 480px) {
.hdr-main-row .lg-wrapper{width:70px;height:70px}
.hdr-main-row .brand-txt .cmpny-nm{font-size:22px}
.hdr-main-row .main-nvgtn .nav-itm{font-size:14px;padding:8px 14px}
.hdr-btm-banner .usp-item{font-size:13px}
}
.ez-legal-section{max-width:1000px;margin:0 auto;padding:60px 20px;background:#fff;direction:rtl}
.ez-legal-section p{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 20px;text-align:right}
.ez-legal-section p + p{margin-top:16px}
.ez-legal-section ul{list-style:none;padding:0;margin:0 0 24px}
.ez-legal-section ul li{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 12px;padding:0 0 0 30px;position:relative;text-align:right}
.ez-legal-section ul li::before{content:"•";position:absolute;right:0;color:#00F7C0;font-weight:700;font-size:20px}
.ez-legal-section ol{list-style:none;counter-reset:policy-counter;padding:0;margin:0 0 24px}
.ez-legal-section ol li{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 12px;padding:0 0 0 35px;position:relative;counter-increment:policy-counter;text-align:right}
.ez-legal-section ol li::before{content:counter(policy-counter) ".";position:absolute;right:0;color:#00F7C0;font-weight:700;font-size:16px}
.ez-legal-section em,.ez-legal-section i{font-style:italic;color:#34495e}
.ez-legal-section a{color:#00F7C0;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease,color .3s ease;font-weight:500}
.ez-legal-section a:hover{color:#00d4a3;border-bottom-color:#00d4a3}
.ez-legal-section a:active{color:#C51416}
.ez-legal-section table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#fafafa;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00f7c014}
.ez-legal-section thead{background:linear-gradient(135deg,#00F7C0 0%,#00d4a3 100%)}
.ez-legal-section thead tr{border:none}
.ez-legal-section thead th{padding:16px 20px;text-align:right;font-size:15px;font-weight:600;color:#1a1a1a;border:none}
.ez-legal-section tbody{background:#fff}
.ez-legal-section tbody tr{border-bottom:1px solid #e8e8e8;transition:background-color .2s ease}
.ez-legal-section tbody tr:last-child{border-bottom:none}
.ez-legal-section tbody tr:hover{background:#f8fffe}
.ez-legal-section tbody td{padding:14px 20px;text-align:right;font-size:15px;line-height:1.6;color:#2c3e50;border:none}
.ez-legal-section th{font-weight:600}
.ez-legal-section td{font-weight:400}
.ez-legal-section hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#00F7C0 50%,transparent 100%);margin:40px 0;opacity:.3}
@media (max-width: 768px) {
.ez-legal-section{padding:40px 16px}
.ez-legal-section p{font-size:15px;line-height:1.7}
.ez-legal-section ul li,.ez-legal-section ol li{font-size:15px;padding:0 0 0 25px}
.ez-legal-section table{font-size:14px;border-radius:8px}
.ez-legal-section thead th{padding:12px 14px;font-size:14px}
.ez-legal-section tbody td{padding:10px 14px;font-size:14px}
.ez-legal-section hr{margin:32px 0}
}
@media (max-width: 480px) {
.ez-legal-section{padding:30px 12px}
.ez-legal-section p{font-size:14px;margin:0 0 16px}
.ez-legal-section ul li,.ez-legal-section ol li{font-size:14px;padding:0 0 0 20px}
.ez-legal-section table{display:block;overflow-x:auto}
.ez-legal-section thead th,.ez-legal-section tbody td{padding:10px 12px;font-size:13px}
}
.main-hdrs{padding:0;margin:0 auto;max-width:1000px;position:relative;overflow:hidden}
.hdrs-wrpr-ctnr{display:flex;flex-direction:row;align-items:center;gap:32px;padding:80px 24px;position:relative}
.hdrs-txt-prt{flex:1;z-index:2}
.hdrs-txt-prt .top-lbl{font-size:14px;letter-spacing:2px;color:#C51416;font-weight:600;margin-bottom:16px;text-transform:uppercase}
.hdrs-txt-prt h1{font-size:52px;line-height:1.2;margin:0 0 24px;font-weight:700;color:#1a1a1a}
.hdrs-txt-prt h1 .clrd-wrd{background:linear-gradient(135deg,#00F7C0 0%,#C51416 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}
.hdrs-txt-prt .sub-dsc{font-size:18px;line-height:1.7;color:#4a4a4a;margin-bottom:32px}
.hdrs-img-prt{flex:1;position:relative}
.hdrs-img-prt img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #00f7c033}
.hdrs-img-prt::before{content:'';position:absolute;top:-20px;right:-20px;width:180px;height:180px;background:radial-gradient(circle,#fce82066 0%,transparent 70%);border-radius:50%;filter:blur(40px);z-index:1}
.hdrs-img-prt::after{content:'';position:absolute;bottom:-30px;left:-30px;width:200px;height:200px;background:radial-gradient(circle,#c514164d 0%,transparent 70%);border-radius:50%;filter:blur(50px);z-index:0}
.btn-prm{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#00F7C0 0%,#C51416 100%);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 6px 20px #00f7c04d}
.btn-prm:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00f7c080}
.cntnt-updtng-wrp{max-width:1000px;margin:0 auto;padding:80px 24px}
.cntnt-updtng-wrp .sctn-hdr{text-align:center;margin-bottom:60px}
.cntnt-updtng-wrp .sctn-hdr h2{font-size:38px;font-weight:700;color:#1a1a1a;margin-bottom:16px}
.cntnt-updtng-wrp .sctn-hdr h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#00F7C0 0%,#C51416 100%);margin:20px auto 0;border-radius:2px}
.updt-grd-cntnr{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.updt-crd-itm{background:#fff;border-radius:12px;padding:32px 24px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;border:2px solid transparent}
.updt-crd-itm:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00f7c033;border-color:#00F7C0}
.updt-crd-itm .crd-icn{width:64px;height:64px;margin-bottom:20px;background:linear-gradient(135deg,#00F7C0 0%,#C51416 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}
.updt-crd-itm .crd-icn svg{width:32px;height:32px;fill:#fff}
.updt-crd-itm h3{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.updt-crd-itm p{font-size:15px;line-height:1.7;color:#5a5a5a;margin:0}
.flxbl-pths-sctn{background:linear-gradient(135deg,#00f7c00d 0%,#c514160d 100%);padding:90px 0}
.flxbl-pths-wrp{max-width:1000px;margin:0 auto;padding:0 24px}
.pths-cntnt-grd{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.pths-txt-sd{padding-right:24px}
.pths-txt-sd h2{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:24px;position:relative}
.pths-txt-sd h2::before{content:'';position:absolute;left:-12px;top:0;width:6px;height:100%;background:linear-gradient(180deg,#00F7C0 0%,#C51416 100%);border-radius:3px}
.pths-txt-sd .txt-blck{margin-bottom:24px}
.pths-txt-sd .txt-blck p{font-size:16px;line-height:1.8;color:#3a3a3a;margin:0 0 16px}
.pth-ftr-lst{list-style:none;padding:0;margin:28px 0 0}
.pth-ftr-lst li{padding:12px 0 12px 32px;position:relative;font-size:15px;color:#2a2a2a}
.pth-ftr-lst li::before{content:'';position:absolute;left:0;top:16px;width:18px;height:18px;background:#00F7C0;border-radius:50%}
.pths-img-sd img{width:100%;height:460px;object-fit:cover;border-radius:16px;box-shadow:0 16px 48px #0000001f}
.prcing-optn-sctn{max-width:1000px;margin:0 auto;padding:80px 24px}
.prcing-hdr-wrp{text-align:center;margin-bottom:56px}
.prcing-hdr-wrp h2{font-size:40px;font-weight:700;color:#1a1a1a;margin-bottom:16px}
.prcing-hdr-wrp .hdr-sbtxt{font-size:17px;line-height:1.6;color:#5a5a5a;max-width:620px;margin:0 auto}
.prc-crds-cntnr{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.prc-crd-bx{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 8px 24px #0000001a;position:relative;border:3px solid transparent;transition:all .3s ease}
.prc-crd-bx.ftr-crd{border-color:#00F7C0;background:linear-gradient(135deg,#00f7c008 0%,#c5141608 100%)}
.prc-crd-bx:hover{transform:scale(1.02);box-shadow:0 16px 40px #00f7c033}
.prc-crd-bx .crd-tp-lbl{font-size:13px;font-weight:600;color:#C51416;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.prc-crd-bx h3{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:20px}
.prc-crd-bx .prc-dsc{font-size:15px;line-height:1.7;color:#4a4a4a;margin-bottom:24px}
.prc-crd-bx .incld-lst{list-style:none;padding:0;margin:0 0 28px}
.prc-crd-bx .incld-lst li{padding:10px 0 10px 28px;position:relative;font-size:14px;color:#2a2a2a}
.prc-crd-bx .incld-lst li::before{content:'✓';position:absolute;left:0;top:10px;color:#00F7C0;font-weight:700;font-size:16px}
.prc-crd-bx .prc-amnt{font-size:16px;color:#3a3a3a;margin-bottom:20px;font-weight:500}
.prc-crd-bx .btn-scndry{display:inline-block;padding:14px 36px;background:transparent;color:#C51416;text-decoration:none;border:2px solid #C51416;border-radius:10px;font-weight:600;font-size:15px;transition:all .3s ease}
.prc-crd-bx .btn-scndry:hover{background:#C51416;color:#fff}
.intrctv-tls-sctn{background:#fafafa;padding:90px 0}
.intrctv-wrp{max-width:1000px;margin:0 auto;padding:0 24px}
.intrctv-hdr{margin-bottom:48px}
.intrctv-hdr h2{font-size:38px;font-weight:700;color:#1a1a1a;margin-bottom:20px}
.intrctv-hdr .hdr-txt{font-size:16px;line-height:1.8;color:#4a4a4a;max-width:700px}
.tls-dsply-wrp{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:start}
.tls-img-sd img{width:100%;height:520px;object-fit:cover;border-radius:14px;box-shadow:0 12px 36px #0000001a}
.tls-dtl-sd{background:#fff;border-radius:14px;padding:36px;box-shadow:0 6px 20px #00000014}
.tl-itm-blck{margin-bottom:32px;padding-bottom:32px;border-bottom:2px dashed #e0e0e0}
.tl-itm-blck:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.tl-itm-blck h3{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:12px;display:flex;align-items:center;gap:12px}
.tl-itm-blck h3::before{content:'';width:8px;height:8px;background:#00F7C0;border-radius:50%;flex-shrink:0}
.tl-itm-blck p{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0}
.tstmnl-sctn{max-width:1000px;margin:0 auto;padding:80px 24px}
.tstmnl-grd-wrp{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.tstmnl-crd{background:#fff;border-radius:14px;padding:32px;box-shadow:0 6px 20px #00000014;position:relative;border-left:4px solid #00F7C0}
.tstmnl-crd .qt-mrk{position:absolute;top:24px;right:24px;font-size:72px;color:#00f7c026;line-height:1;font-family:Georgia,serif}
.tstmnl-crd .tstmnl-txt{font-size:15px;line-height:1.8;color:#3a3a3a;margin-bottom:24px;position:relative;z-index:2}
.tstmnl-crd .prfl-wrp{display:flex;align-items:center;gap:16px}
.tstmnl-crd .prfl-wrp img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #00F7C0}
.tstmnl-crd .prfl-wrp .nm-rl{flex:1}
.tstmnl-crd .prfl-wrp .nm{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:4px}
.tstmnl-crd .prfl-wrp .rl{font-size:13px;color:#6a6a6a}
@media (max-width: 768px) {
.hdrs-wrpr-ctnr{flex-direction:column;padding:60px 20px}
.hdrs-txt-prt h1{font-size:36px}
.hdrs-img-prt img{height:320px}
.updt-grd-cntnr{grid-template-columns:1fr}
.pths-cntnt-grd{grid-template-columns:1fr;gap:32px}
.pths-txt-sd{padding-right:0}
.pths-img-sd img{height:340px}
.prc-crds-cntnr{grid-template-columns:1fr}
.tls-dsply-wrp{grid-template-columns:1fr}
.tls-img-sd img{height:360px}
.tstmnl-grd-wrp{grid-template-columns:1fr}
.cntnt-updtng-wrp .sctn-hdr h2,.prcing-hdr-wrp h2,.intrctv-hdr h2{font-size:30px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.updt-grd-cntnr{grid-template-columns:repeat(2,1fr)}
.hdrs-txt-prt h1{font-size:42px}
}
.cntct-pg{max-width:1000px;margin:0 auto;padding:0 20px}
.intro-blk{padding:80px 0 60px;position:relative}
.intro-blk::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:linear-gradient(135deg,#00f7c026 0%,#fce8201a 100%);border-radius:50%;z-index:-1}
.intro-hdr{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:24px;position:relative;display:inline-block}
.intro-hdr::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#00F7C0 0%,#C51416 100%);border-radius:2px}
.intro-txt{font-size:18px;line-height:1.7;color:#4a4a4a;max-width:680px}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;padding:60px 0;background:linear-gradient(180deg,#fce8200d 0%,#00f7c00d 100%);border-radius:12px;padding-left:40px;padding-right:40px;margin-bottom:60px}
.info-card{background:#fff;padding:32px 28px;border-radius:10px;box-shadow:0 4px 12px #c5141614;border-left:4px solid #00F7C0;transition:all .3s ease}
.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00f7c026}
.info-card .icon-wrp{width:56px;height:56px;background:linear-gradient(135deg,#00F7C0 0%,#FCE820 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.info-card .icon-wrp svg{width:28px;height:28px;fill:#1a1a1a}
.info-card h3{font-size:20px;font-weight:600;color:#2a2a2a;margin-bottom:12px}
.info-card p{font-size:16px;line-height:1.6;color:#5a5a5a;word-wrap:break-word}
.info-card a{color:#C51416;text-decoration:none;transition:color .2s}
.info-card a:hover{color:#00F7C0}
.frm-section{padding:80px 0;background:linear-gradient(135deg,#c5141608 0%,#00f7c008 100%);border-radius:16px;margin-bottom:60px}
.frm-container{max-width:720px;margin:0 auto;padding:0 40px}
.frm-ttl{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:16px;text-align:center}
.frm-desc{font-size:17px;line-height:1.6;color:#4a4a4a;text-align:center;margin-bottom:48px}
.cntct-frm{background:#fff;padding:48px 40px;border-radius:12px;box-shadow:0 6px 24px #00000014}
.frm-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.frm-grp{display:flex;flex-direction:column}
.frm-grp label{font-size:15px;font-weight:600;color:#2a2a2a;margin-bottom:8px}
.frm-grp input[type="text"],.frm-grp input[type="tel"],.frm-grp select,.frm-grp textarea{padding:14px 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;background:#fafafa;transition:all .3s ease;width:100%}
.frm-grp input:focus,.frm-grp select:focus,.frm-grp textarea:focus{outline:none;border-color:#00F7C0;background:#fff;box-shadow:0 0 0 3px #00f7c01a}
.frm-grp.full-wdth{grid-column:1 / -1}
.frm-grp select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%232a2a2a' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.time-pref-wrp{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.time-opt{position:relative}
.time-opt input[type="radio"]{position:absolute;opacity:0}
.time-opt label{display:block;padding:12px 16px;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;color:#4a4a4a}
.time-opt input[type="radio"]:checked + label{background:linear-gradient(135deg,#00F7C0 0%,#FCE820 100%);border-color:#00F7C0;color:#1a1a1a;font-weight:600}
.time-opt label:hover{border-color:#00F7C0}
.priv-chkbx{display:flex;align-items:flex-start;margin-top:32px;margin-bottom:32px}
.priv-chkbx input[type="checkbox"]{width:20px;height:20px;margin-left:0;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:#00F7C0}
.priv-chkbx label{margin-right:12px;font-size:14px;line-height:1.5;color:#4a4a4a;cursor:pointer}
.priv-chkbx a{color:#C51416;text-decoration:none}
.priv-chkbx a:hover{text-decoration:underline}
.sbmt-btn{width:100%;padding:16px 32px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#C51416 0%,#00F7C0 100%);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #c5141640;position:relative;z-index:10}
.sbmt-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c5141659}
.sbmt-btn:active{transform:translateY(0)}
.hrs-section{padding:60px 0;max-width:800px;margin:0 auto}
.hrs-ttl{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:32px;text-align:center;position:relative}
.hrs-ttl::before{content:'';position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#FCE820 0%,#C51416 100%);border-radius:2px}
.hrs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.hrs-card{background:#fff;padding:24px 20px;border-radius:10px;border:2px solid #f0f0f0;text-align:center;transition:all .3s ease}
.hrs-card:hover{border-color:#00F7C0;box-shadow:0 6px 16px #00f7c026}
.hrs-card .dy-nm{font-size:18px;font-weight:600;color:#2a2a2a;margin-bottom:8px}
.hrs-card .tm-rng{font-size:16px;color:#5a5a5a;font-weight:500}
.hrs-card.clsd .tm-rng{color:#C51416;font-weight:600}
@media (max-width: 768px) {
.intro-blk{padding:60px 0 40px}
.intro-hdr{font-size:36px}
.intro-txt{font-size:16px}
.info-grid{grid-template-columns:1fr;padding-left:24px;padding-right:24px;gap:24px}
.frm-section{padding:60px 0}
.frm-container{padding:0 24px}
.frm-ttl{font-size:28px}
.cntct-frm{padding:32px 24px}
.frm-row{grid-template-columns:1fr;gap:20px}
.time-pref-wrp{grid-template-columns:1fr}
.hrs-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.intro-blk::before{width:200px;height:200px}
.intro-hdr{font-size:28px}
.frm-ttl{font-size:24px}
.cntct-frm{padding:24px 20px}
.hrs-ttl{font-size:26px}
}
.ttl-wrpr{position:relative;max-width:1000px;margin:0 auto 85px;padding:90px 20px 70px;overflow:hidden}
.ttl-wrpr::before{content:'';position:absolute;top:0;left:-10%;width:120%;height:100%;background:linear-gradient(135deg,#00f7c014 0%,#c514160d 50%,#fce82014 100%);transform:skewY(-2deg);z-index:-1}
.ttl-wrpr .grd-lyot{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:center}
.ttl-wrpr .img-cntnr{position:relative}
.ttl-wrpr .img-cntnr img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:8px 8px 24px #00f7c033 -4px -4px 16px #c5141626;transform:rotate(-1.5deg)}
.ttl-wrpr .cntnt-sde h1{font-size:3.1rem;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.ttl-wrpr .cntnt-sde .sbtl-line{font-size:1.15rem;color:#4a4a4a;line-height:1.7;margin:0}
.strct-vals{max-width:1000px;margin:0 auto 90px;padding:0 20px}
.strct-vals .hdr-area{text-align:center;margin-bottom:55px}
.strct-vals .hdr-area h2{font-size:2.4rem;font-weight:700;color:#2a2a2a;margin:0 0 14px;position:relative;display:inline-block}
.strct-vals .hdr-area h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:70px;height:4px;background:linear-gradient(90deg,#00F7C0,#C51416);border-radius:2px}
.strct-vals .crd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.strct-vals .val-crd{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:35px 28px;border-radius:14px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.strct-vals .val-crd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00F7C0,#FCE820);opacity:0;transition:opacity .3s ease}
.strct-vals .val-crd:hover{border-color:#00F7C0;box-shadow:0 12px 30px #00f7c033;transform:translateY(-4px)}
.strct-vals .val-crd:hover::before{opacity:1}
.strct-vals .val-crd h3{font-size:1.35rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.strct-vals .val-crd p{font-size:.98rem;color:#5a5a5a;line-height:1.65;margin:0}
.jrny-tmln{background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);padding:75px 20px;margin-bottom:90px}
.jrny-tmln .cntnr-wrp{max-width:1000px;margin:0 auto}
.jrny-tmln h2{font-size:2.5rem;font-weight:700;color:#2a2a2a;margin:0 0 55px;text-align:center}
.jrny-tmln .tm-lst{display:grid;grid-template-columns:repeat(2,1fr);gap:45px;position:relative}
.jrny-tmln .tm-lst::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#00F7C0,#C51416,#FCE820);transform:translateX(-50%)}
.jrny-tmln .tm-itm{position:relative;padding:30px;background:#fff;border-radius:12px;box-shadow:6px 6px 20px #00000014}
.jrny-tmln .tm-itm:nth-child(odd){text-align:right}
.jrny-tmln .tm-itm:nth-child(even){text-align:left}
.jrny-tmln .tm-itm .yr-bdge{display:inline-block;padding:6px 18px;background:linear-gradient(135deg,#00F7C0,#FCE820);color:#1a1a1a;font-weight:700;font-size:.95rem;border-radius:20px;margin-bottom:15px}
.jrny-tmln .tm-itm h4{font-size:1.3rem;color:#2a2a2a;margin:0 0 10px;font-weight:600}
.jrny-tmln .tm-itm p{font-size:.98rem;color:#5a5a5a;line-height:1.6;margin:0}
.apprch-mthd{max-width:1000px;margin:0 auto 90px;padding:0 20px}
.apprch-mthd .split-lyot{display:flex;gap:50px;align-items:stretch}
.apprch-mthd .img-sde{flex:1;position:relative}
.apprch-mthd .img-sde .img-stck{position:relative}
.apprch-mthd .img-sde .img-stck img:first-child{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:10px 10px 25px #c5141633}
.apprch-mthd .img-sde .img-stck img:last-child{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;object-fit:cover;border-radius:12px;border:5px solid #fff;box-shadow:6px 6px 18px #00000026}
.apprch-mthd .txt-sde{flex:1.2;display:flex;flex-direction:column;justify-content:center}
.apprch-mthd .txt-sde h2{font-size:2.3rem;font-weight:700;color:#2a2a2a;margin:0 0 25px;position:relative;padding-right:15px}
.apprch-mthd .txt-sde h2::before{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#00F7C0,#C51416);border-radius:3px}
.apprch-mthd .txt-sde .prgrph-blck{margin-bottom:20px}
.apprch-mthd .txt-sde p{font-size:1.02rem;color:#4a4a4a;line-height:1.75;margin:0 0 16px}
.apprch-mthd .txt-sde .hghlght-trm{color:#C51416;font-weight:600;position:relative}
.apprch-mthd .txt-sde .hghlght-trm::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#C51416,transparent)}
.tm-shwcse{background:linear-gradient(135deg,#fce82014 0%,#00f7c00f 100%);padding:75px 20px;margin-bottom:0}
.tm-shwcse .cntnr-wrp{max-width:1000px;margin:0 auto}
.tm-shwcse h2{font-size:2.4rem;font-weight:700;color:#2a2a2a;text-align:center;margin:0 0 50px}
.tm-shwcse .prf-card{display:flex;gap:45px;background:#fff;padding:40px;border-radius:14px;box-shadow:8px 8px 24px #0000001a;align-items:center}
.tm-shwcse .prf-card .img-area{flex-shrink:0}
.tm-shwcse .prf-card .img-area img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid #00F7C0;box-shadow:0 8px 20px #00f7c04d}
.tm-shwcse .prf-card .info-area h3{font-size:1.6rem;color:#1a1a1a;margin:0 0 8px;font-weight:700}
.tm-shwcse .prf-card .info-area .role-txt{font-size:1.05rem;color:#C51416;font-weight:600;margin-bottom:18px;display:block}
.tm-shwcse .prf-card .info-area p{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0 0 14px}
.tm-shwcse .prf-card .info-area .spclt-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.tm-shwcse .prf-card .info-area .spclt-list span{padding:7px 16px;background:linear-gradient(135deg,#00f7c026,#fce82026);color:#2a2a2a;font-size:.88rem;border-radius:20px;font-weight:500}
@media (max-width: 768px) {
.ttl-wrpr{padding:60px 20px 50px;margin-bottom:60px}
.ttl-wrpr .grd-lyot{grid-template-columns:1fr;gap:35px}
.ttl-wrpr .img-cntnr img{height:300px}
.ttl-wrpr .cntnt-sde h1{font-size:2.2rem}
.strct-vals .crd-grid{grid-template-columns:1fr;gap:25px}
.jrny-tmln{padding:50px 20px;margin-bottom:60px}
.jrny-tmln h2{font-size:2rem;margin-bottom:40px}
.jrny-tmln .tm-lst{grid-template-columns:1fr;gap:30px}
.jrny-tmln .tm-lst::before{display:none}
.jrny-tmln .tm-itm:nth-child(odd),.jrny-tmln .tm-itm:nth-child(even){text-align:right}
.apprch-mthd{margin-bottom:60px}
.apprch-mthd .split-lyot{flex-direction:column;gap:35px}
.apprch-mthd .img-sde .img-stck img:first-child{height:280px}
.apprch-mthd .img-sde .img-stck img:last-child{width:150px;height:150px;bottom:-20px;right:-20px}
.apprch-mthd .txt-sde h2{font-size:1.9rem}
.tm-shwcse{padding:50px 20px}
.tm-shwcse h2{font-size:2rem;margin-bottom:35px}
.tm-shwcse .prf-card{flex-direction:column;gap:25px;padding:30px;text-align:center}
.tm-shwcse .prf-card .img-area img{width:150px;height:150px}
.tm-shwcse .prf-card .info-area .spclt-list{justify-content:center}
}
.prgrm-hro{position:relative;width:100%;max-width:1000px;margin:0 auto 80px;overflow:hidden;border-radius:12px}
.prgrm-hro .img-wrp{position:relative;width:100%;height:480px}
.prgrm-hro .img-wrp img{width:100%;height:100%;object-fit:cover;display:block}
.prgrm-hro .img-wrp::before,.prgrm-hro .img-wrp::after{content:'';position:absolute;left:0;right:0;height:180px;pointer-events:none}
.prgrm-hro .img-wrp::before{top:0;background:linear-gradient(180deg,#000000b3 0%,transparent 100%)}
.prgrm-hro .img-wrp::after{bottom:0;background:linear-gradient(0deg,#000000b3 0%,transparent 100%)}
.prgrm-hro .txt-ovr{position:absolute;bottom:40px;left:40px;right:40px;z-index:2}
.prgrm-hro .txt-ovr h1{font-size:42px;color:#fff;margin:0 0 12px;line-height:1.2}
.prgrm-hro .txt-ovr h1 .accnt{color:#00F7C0;position:relative;display:inline-block}
.prgrm-hro .txt-ovr h1 .accnt::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#00F7C0 0%,#FCE820 100%);border-radius:2px}
.prgrm-hro .dvdr{width:80px;height:3px;background:linear-gradient(90deg,#C51416 0%,#FCE820 100%);margin:20px 0;border-radius:2px}
.prgrm-hro .txt-ovr p{font-size:18px;color:#f0f0f0;margin:0;line-height:1.6}
@media (max-width: 768px) {
.prgrm-hro .img-wrp{height:360px}
.prgrm-hro .txt-ovr{bottom:24px;left:24px;right:24px}
.prgrm-hro .txt-ovr h1{font-size:32px}
.prgrm-hro .txt-ovr p{font-size:16px}
}
.crs-dtl-container{max-width:1000px;margin:0 auto 80px;padding:0 24px}
.crs-dtl-container .grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.crs-dtl-container .txt-zone h2{font-size:36px;color:#1a1a1a;margin:0 0 24px;line-height:1.3}
.crs-dtl-container .txt-zone h2::before{content:'';display:inline-block;width:6px;height:36px;background:linear-gradient(180deg,#00F7C0 0%,#C51416 100%);margin-left:-16px;margin-right:10px;vertical-align:middle;border-radius:3px}
.crs-dtl-container .txt-zone p{font-size:16px;color:#333;line-height:1.7;margin:0 0 16px}
.crs-dtl-container .img-zone img{width:100%;height:auto;border-radius:12px;box-shadow:8px 8px 24px #c5141626}
@media (max-width: 768px) {
.crs-dtl-container .grid-layout{grid-template-columns:1fr;gap:32px}
.crs-dtl-container .txt-zone h2{font-size:28px}
}
.mdl-cntnt{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);padding:60px 24px;margin-bottom:80px}
.mdl-cntnt .wrp-center{max-width:1000px;margin:0 auto}
.mdl-cntnt h2{font-size:34px;color:#1a1a1a;text-align:center;margin:0 0 48px;position:relative;display:inline-block;width:100%}
.mdl-cntnt h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#00F7C0 0%,#FCE820 100%);border-radius:2px}
.mdl-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}
.mdl-tabs input[type="radio"]{display:none}
.mdl-tabs label{padding:14px 28px;background:#fff;color:#333;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;font-size:16px;transition:all .3s ease;box-shadow:4px 4px 12px #00000014}
.mdl-tabs label:hover{border-color:#00F7C0;transform:translateY(-2px);box-shadow:6px 6px 16px #00f7c033}
.mdl-tabs input[type="radio"]:checked + label{background:linear-gradient(101deg,#00F7C0 0%,#C51416 50%,#FCE820 100%);color:#fff;border-color:transparent;box-shadow:8px 8px 20px #00f7c04d}
.tab-cnt{display:none;background:#fff;padding:40px;border-radius:12px;box-shadow:6px 6px 20px #0000001a}
#tab1:checked ~ .tab-panels .panel1,#tab2:checked ~ .tab-panels .panel2,#tab3:checked ~ .tab-panels .panel3{display:block}
.tab-cnt h3{font-size:24px;color:#1a1a1a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}
.tab-cnt ul{list-style:none;padding:0;margin:0}
.tab-cnt ul li{padding:12px 0 12px 32px;position:relative;color:#333;font-size:16px;line-height:1.6}
.tab-cnt ul li::before{content:'';position:absolute;left:0;top:18px;width:16px;height:16px;background:linear-gradient(135deg,#00F7C0 0%,#FCE820 100%);border-radius:50%}
@media (max-width: 768px) {
.mdl-cntnt{padding:40px 16px}
.mdl-cntnt h2{font-size:28px}
.tab-cnt{padding:24px}
}
.tstmnl-section{max-width:1000px;margin:0 auto 80px;padding:0 24px}
.tstmnl-section h2{font-size:34px;color:#1a1a1a;margin:0 0 48px;text-align:center}
.tstmnl-section h2 .highlight{color:#C51416;position:relative}
.tstmnl-section h2 .highlight::before{content:'';position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#FCE820;border-radius:50%}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card-tstmnl{background:#fff;padding:32px;border-radius:12px;box-shadow:8px 8px 24px #00000014;border:1px solid #f0f0f0;transition:all .3s ease;position:relative}
.card-tstmnl:hover{transform:translateY(-6px);box-shadow:12px 12px 32px #00f7c033}
.card-tstmnl::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00F7C0 0%,#C51416 50%,#FCE820 100%);border-radius:12px 12px 0 0}
.card-tstmnl .prfl-img{width:80px;height:80px;border-radius:50%;margin:0 auto 20px;overflow:hidden;border:3px solid #00F7C0}
.card-tstmnl .prfl-img img{width:100%;height:100%;object-fit:cover}
.card-tstmnl h4{font-size:20px;color:#1a1a1a;margin:0 0 8px;text-align:center}
.card-tstmnl .role{font-size:14px;color:#666;text-align:center;margin:0 0 20px}
.card-tstmnl p{font-size:15px;color:#333;line-height:1.6;margin:0;text-align:center}
@media (max-width: 968px) {
.cards-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 600px) {
.cards-grid{grid-template-columns:1fr}
.tstmnl-section h2{font-size:28px}
}
.sccs-wrp{max-width:1000px;margin:0 auto;padding:60px 20px}
.cnfrm-blck{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:16px;padding:80px 40px;text-align:center;position:relative;overflow:hidden;box-shadow:0 12px 24px #c5141614;margin-bottom:60px}
.cnfrm-blck::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#00f7c00d 0%,transparent 70%);animation:pls 4s ease-in-out infinite}
@keyframes pls {
0%,100%{transform:scale(1) rotate(0deg)}
50%{transform:scale(1.1) rotate(180deg)}
}
.cnfrm-blck::after{content:'';position:absolute;bottom:-30px;right:-30px;width:150px;height:150px;background:linear-gradient(45deg,#00F7C0 0%,#FCE820 100%);border-radius:50%;opacity:.1}
.icn-chck{width:120px;height:120px;margin:0 auto 30px;position:relative;z-index:2}
.icn-chck svg{width:100%;height:100%;filter:drop-shadow(0 8px 16px #00f7c04d)}
.cnfrm-blck .hdng-main{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;position:relative;z-index:2;line-height:1.2}
.cnfrm-blck .txt-expl{font-size:18px;color:#4a5568;line-height:1.7;max-width:600px;margin:0 auto;position:relative;z-index:2}
.nxt-stps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:20px}
.stp-crd{background:#fff;border-radius:12px;padding:40px 30px;position:relative;box-shadow:0 6px 18px #0000000f;transition:all .3s ease;border:2px solid transparent}
.stp-crd:hover{transform:translateY(-8px);box-shadow:0 12px 28px #c514161f;border-color:#00F7C0}
.stp-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00F7C0 0%,#C51416 50%,#FCE820 100%);border-radius:12px 12px 0 0}
.stp-num{width:50px;height:50px;background:linear-gradient(135deg,#00F7C0 0%,#FCE820 100%);color:#1a1a1a;font-size:24px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 12px #00f7c04d}
.stp-crd .ttl-stp{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 15px;line-height:1.3}
.stp-crd .dsc-stp{font-size:15px;color:#718096;line-height:1.6;margin:0}
.actn-zn{text-align:center;margin-top:50px;padding-top:40px;border-top:2px dashed #e2e8f0}
.btn-hm{display:inline-block;background:linear-gradient(135deg,#C51416 0%,#00F7C0 100%);color:#fff;font-size:18px;font-weight:600;padding:18px 50px;border-radius:10px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 20px #c5141640;position:relative;overflow:hidden;z-index:1}
.btn-hm::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#00F7C0 0%,#FCE820 100%);transition:left .4s ease;z-index:-1}
.btn-hm:hover::before{left:0}
.btn-hm:hover{transform:translateY(-3px);box-shadow:0 12px 28px #c5141659}
@media (max-width: 768px) {
.sccs-wrp{padding:40px 15px}
.cnfrm-blck{padding:60px 25px;margin-bottom:40px}
.cnfrm-blck .hdng-main{font-size:32px}
.cnfrm-blck .txt-expl{font-size:16px}
.icn-chck{width:90px;height:90px}
.nxt-stps{grid-template-columns:1fr;gap:20px}
.stp-crd{padding:30px 20px}
.btn-hm{font-size:16px;padding:16px 40px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.nxt-stps{grid-template-columns:repeat(2,1fr)}
.stp-crd:last-child{grid-column:1 / -1;max-width:500px;margin:0 auto}
}