html{box-sizing:border-box}
*,:before,:after{box-sizing:inherit}
body{margin:0;padding:0;font-family:'Manrope',sans-serif;background:linear-gradient(165deg,#f8faf9 0%,#e8f0ed 100%);color:#1a1a1a;line-height:1.6}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
header{background:linear-gradient(135deg,#136832 0%,#1a7d3f 100%);box-shadow:0 3px 12px #13683233}
.hdr-tp{padding:28px 0;border-bottom:1px solid #ffffff26}
.hdr-btm{padding:0;background:#00000014}
.hdr-wrap{max-width:1440px;margin:0 auto;padding:0 24px}
.logo-area{display:flex;align-items:center;gap:18px}
.site-logo{width:92px;height:92px;background:#ffffff1f;padding:8px;border-radius:16px;box-shadow:0 4px 10px #00000026}
.brand-txt{display:flex;flex-direction:column;gap:4px}
.brand-name{font-size:32px;font-weight:700;color:#fff;letter-spacing:-.5px}
.brand-tag{font-size:15px;font-weight:300;color:#ffffffd9}
.mn-nvgtn{display:flex;gap:6px;padding:0}
.nv-lnk{padding:18px 26px;color:#ffffffeb;font-weight:400;font-size:16px;transition:background 450ms,color 450ms;border-radius:0}
.nv-lnk:hover{background:#ffffff24;color:#fff}
main{min-height:400px}
footer{margin-top:120px;padding:60px 24px;background:none;position:relative}
.ftr-inner{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end}
.ftr-left{flex:0 0 auto}
.ftr-logo{width:110px;height:110px;opacity:.7;transform:rotate(-8deg)}
.ftr-right{text-align:right}
.ftr-links{display:flex;gap:32px;margin-bottom:16px;justify-content:flex-end}
.ftr-links a{color:#136832;font-size:14px;font-weight:400;transition:color 500ms}
.ftr-links a:hover{color:#993F0C}
.cpyrght{font-size:13px;color:#666;margin:0;font-weight:300}
.permission-layer{position:fixed;bottom:0;left:0;right:0;background:#000000a6;padding:0;z-index:9999;display:none;backdrop-filter:blur(4px)}
.permission-layer.visible{display:block}
.permission-box{max-width:920px;margin:0 auto;background:#fff;padding:38px 44px;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #0003}
.permission-box h3{font-size:24px;color:#136832;margin-bottom:14px;font-weight:600}
.permission-box p{font-size:15px;color:#444;margin-bottom:26px;line-height:1.7}
.permission-groups{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}
.perm-option{display:flex;align-items:flex-start;gap:14px;padding:16px;background:#f5f9f7;border-radius:10px;cursor:pointer;transition:background 420ms}
.perm-option:hover{background:#e8f0ed}
.perm-check{margin-top:4px;width:20px;height:20px;cursor:pointer}
.perm-check:disabled{cursor:not-allowed}
.perm-label{font-weight:600;font-size:16px;color:#1a1a1a;display:block;margin-bottom:4px}
.perm-desc{font-size:13px;color:#666;display:block}
.perm-option > div{flex:1}
.permission-actions{display:flex;gap:16px;justify-content:flex-end}
.btn-decline,.btn-accept{padding:14px 32px;border:none;border-radius:8px;cursor:pointer;transition:all 480ms;font:600 15px 'Manrope',sans-serif}
.btn-decline{background:#e0e0e0;color:#444}
.btn-decline:hover{background:#d0d0d0}
.btn-accept{background:linear-gradient(135deg,#136832 0%,#1a7d3f 100%);color:#fff;box-shadow:0 4px 10px #13683240}
.btn-accept:hover{box-shadow:0 6px 16px #13683259;transform:translateY(-2px)}
@media (max-width: 768px) {
.hdr-tp{padding:20px 0}
.logo-area{flex-direction:column;align-items:center;text-align:center;gap:12px}
.site-logo{width:75px;height:75px}
.brand-name{font-size:26px}
.brand-tag{font-size:13px}
.mn-nvgtn{flex-direction:column;gap:0}
.nv-lnk{padding:14px 20px;text-align:center;border-bottom:1px solid #ffffff1a}
.ftr-inner{flex-direction:column;align-items:center;gap:32px}
.ftr-right{text-align:center}
.ftr-links{flex-direction:column;gap:12px;align-items:center}
.ftr-logo{width:85px;height:85px}
.permission-box{padding:28px 24px}
.permission-box h3{font-size:20px}
.permission-actions{flex-direction:column}
.btn-decline,.btn-accept{width:100%}
}
::-webkit-scrollbar{width:9px}
::-webkit-scrollbar-track{background:#13683214}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#136832,#993F0C);border-radius:8px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#1a7d3f,#b34a0e)}
.abt-wrpr{max-width:1440px;margin:0 auto}
.hro-sctn{background:linear-gradient(135deg,#136832 0%,#993F0C 100%);padding:80px 20px;text-align:center;border-radius:0 0 20px 20px}
.hro-sctn .ttl-mn{font-size:48px;color:#fff;margin:0 0 16px;font-weight:700}
.hro-sctn .sbtl{font-size:20px;color:#ffffffeb;max-width:720px;margin:0 auto;line-height:1.6}
.stry-outer{padding:90px 20px;background:#f8f9fa}
.stry-cntnr{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.stry-img-wrp{position:relative}
.stry-img-wrp img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #13683226}
.stry-cntnt h2{font-size:36px;color:#136832;margin:0 0 24px;position:relative;padding-left:20px}
.stry-cntnt h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#993F0C,#3E59C8);border-radius:3px}
.stry-cntnt .prgrph{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 18px}
.stry-cntnt .hghlght{color:#993F0C;font-weight:600}
.tm-sctn-2{padding:85px 20px;background:#fff}
.tm-hdr{text-align:center;max-width:800px;margin:0 auto 60px}
.tm-hdr h3{font-size:38px;color:#136832;margin:0 0 16px}
.tm-hdr .dsc{font-size:18px;color:#555;line-height:1.6}
.tm-grd{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.tm-crd{display:flex;gap:24px;align-items:start;background:linear-gradient(145deg,#f4f6f8 0%,#e8ecef 100%);padding:28px;border-radius:12px;border-left:5px solid #3E59C8;transition:all 450ms}
.tm-crd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #3e59c833;border-left-color:#993F0C}
.tm-crd .prtrt{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 12px #0000001a;flex-shrink:0}
.tm-inf{flex:1}
.tm-inf h4{font-size:22px;color:#136832;margin:0 0 6px}
.tm-inf .rl{font-size:15px;color:#993F0C;margin:0 0 12px;font-weight:600}
.tm-inf .bio{font-size:16px;line-height:1.6;color:#444;margin:0}
.vls-wrp{padding:75px 20px;background:radial-gradient(circle at top right,#136832 0%,#0d4721 100%);position:relative;overflow:hidden}
.vls-wrp::after{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#993f0c26 0%,transparent 70%);border-radius:50%}
.vls-cntr{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.vls-cntr h5{font-size:34px;color:#fff;margin:0 0 48px;text-align:center}
.vls-lst{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.vl-itm{background:#ffffff14;padding:32px 26px;border-radius:14px;border:2px solid #ffffff1f;transition:all 500ms;backdrop-filter:blur(8px)}
.vl-itm:hover{background:#ffffff24;border-color:#993f0c99;transform:scale(1.05)}
.vl-itm h6{font-size:20px;color:#fff;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.vl-itm h6::before{content:'';width:28px;height:28px;background:linear-gradient(135deg,#993F0C,#3E59C8);border-radius:6px;flex-shrink:0}
.vl-itm .txt{font-size:16px;line-height:1.65;color:#ffffffe0;margin:0}
.achv-sct{padding:90px 20px;background:#fff}
.achv-inr{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:center}
.achv-vsl{flex:1}
.achv-vsl img{width:100%;height:440px;object-fit:cover;border-radius:18px;box-shadow:0 6px 20px #0000001f}
.achv-txt{flex:1}
.achv-txt h5{font-size:36px;color:#136832;margin:0 0 28px;line-height:1.3}
.achv-txt .stat-wrp{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}
.stat-bx{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:22px;border-radius:10px;border-left:4px solid #3E59C8}
.stat-bx .nmbr{font-size:32px;font-weight:700;color:#993F0C;margin:0 0 6px;display:block}
.stat-bx .lbl{font-size:15px;color:#555;margin:0}
.achv-txt .prgrph-2{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0}
.cta-ftr{background:linear-gradient(90deg,#3E59C8 0%,#136832 100%);padding:70px 20px;text-align:center}
.cta-ftr .msg{font-size:32px;color:#fff;margin:0 0 24px;font-weight:600}
.cta-ftr .btn-act{display:inline-block;background:#993F0C;color:#fff;padding:16px 44px;border-radius:8px;font-size:18px;font-weight:600;text-decoration:none;transition:all 480ms;box-shadow:0 6px 18px #993f0c4d;border:none;cursor:pointer;position:relative;z-index:10}
.cta-ftr .btn-act:hover{background:#7a3209;transform:translateY(-4px);box-shadow:0 10px 28px #993f0c66}
@media (max-width: 1024px) {
.stry-cntnr{grid-template-columns:1fr;gap:40px}
.stry-img-wrp img{height:380px}
.tm-grd{grid-template-columns:1fr;gap:30px}
.vls-lst{grid-template-columns:1fr;gap:24px}
.achv-inr{flex-direction:column;gap:40px}
.achv-vsl img{height:360px}
}
@media (max-width: 768px) {
.hro-sctn{padding:60px 20px}
.hro-sctn .ttl-mn{font-size:36px}
.hro-sctn .sbtl{font-size:18px}
.stry-outer{padding:60px 20px}
.stry-cntnt h2{font-size:28px}
.stry-img-wrp img{height:300px}
.tm-sctn-2{padding:60px 20px}
.tm-hdr h3{font-size:30px}
.tm-crd{flex-direction:column;align-items:center;text-align:center}
.vls-wrp{padding:60px 20px}
.vls-cntr h5{font-size:28px}
.achv-sct{padding:60px 20px}
.achv-txt h5{font-size:28px}
.achv-txt .stat-wrp{grid-template-columns:1fr}
.achv-vsl img{height:280px}
.cta-ftr{padding:50px 20px}
.cta-ftr .msg{font-size:26px}
}
.abt-wrpr::-webkit-scrollbar{width:10px}
.abt-wrpr::-webkit-scrollbar-track{background:#13683214;border-radius:5px}
.abt-wrpr::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#136832,#993F0C);border-radius:5px}
.abt-wrpr::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0d4721,#7a3209)}
.pg-wrppr{max-width:1440px;margin:0 auto}
.hero-fullscreen{position:relative;width:100%;height:100vh;overflow:hidden;background:linear-gradient(135deg,#136832,#993F0C)}
.hero-fullscreen img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%) contrast(1.05);position:absolute;top:0;left:0;z-index:1}
.hero-fullscreen::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#136832d9,#13683233);z-index:2}
.hero-cntnt{position:absolute;bottom:12%;left:0;right:0;z-index:3;color:#fff;padding:0 24px}
.hero-cntnt h1{font-size:52px;font-weight:700;line-height:1.15;margin:0 0 18px;max-width:820px}
.hero-cntnt p{font-size:19px;line-height:1.6;margin:0 0 32px;max-width:640px;opacity:.95}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap}
.btn-primary{background:#3E59C8;color:#fff;padding:16px 36px;border:none;border-radius:6px;font-size:17px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all 420ms;box-shadow:0 4px 12px #3e59c859;z-index:10;position:relative}
.btn-primary:hover{background:#2f47a3;transform:translateY(-2px);box-shadow:0 6px 18px #3e59c873}
.btn-secondary{background:none;color:#fff;padding:16px 36px;border:2px solid #fffc;border-radius:6px;font-size:17px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all 420ms;z-index:10;position:relative}
.btn-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}
.intractv-mchncz{background:#f8f9fb;padding:92px 24px}
.intractv-mchncz .pg-wrppr{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.intractv-mchncz .txt-area h2{font-size:38px;font-weight:700;color:#136832;margin:0 0 24px;line-height:1.25;position:relative}
.intractv-mchncz .txt-area h2::before{content:'';position:absolute;left:-12px;top:8px;width:4px;height:32px;background:linear-gradient(to bottom,#993F0C,#3E59C8);border-radius:2px}
.intractv-mchncz .txt-area p{font-size:17px;line-height:1.7;color:#2d3748;margin:0 0 16px}
.mchncz-features{display:grid;gap:18px}
.feature-itm{background:#fff;padding:24px;border-radius:8px;border-left:4px solid #3E59C8;box-shadow:0 2px 8px #0000000f;transition:all 480ms}
.feature-itm:hover{transform:translateX(8px);box-shadow:0 4px 16px #3e59c826}
.feature-itm h5{font-size:18px;font-weight:700;color:#136832;margin:0 0 10px}
.feature-itm p{font-size:15px;line-height:1.6;color:#4a5568;margin:0}
.intractv-mchncz .img-container{position:relative}
.intractv-mchncz .img-container img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #13683233;object-fit:cover}
.lrng-sqnc{background:linear-gradient(135deg,#136832 0%,#0e4d24 100%);padding:88px 24px;color:#fff;position:relative;overflow:hidden}
.lrng-sqnc::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#3e59c826,transparent);border-radius:50%}
.lrng-sqnc .pg-wrppr{position:relative;z-index:2}
.lrng-sqnc h2{font-size:42px;font-weight:700;text-align:center;margin:0 0 56px;line-height:1.3}
.path-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}
.path-stages::before{content:'';position:absolute;top:40px;left:12%;right:12%;height:3px;background:linear-gradient(to right,#3E59C8,#993F0C,#3E59C8);z-index:1}
.stage-card{background:#ffffff14;padding:32px 24px;border-radius:16px;text-align:center;position:relative;z-index:2;border:1px solid #ffffff26;transition:all 520ms}
.stage-card:hover{background:#ffffff24;transform:translateY(-8px);box-shadow:0 12px 32px #0003}
.stage-nmbr{width:64px;height:64px;background:linear-gradient(135deg,#3E59C8,#993F0C);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 20px;box-shadow:0 4px 16px #3e59c866}
.stage-card h6{font-size:19px;font-weight:700;margin:0 0 14px;color:#fff}
.stage-card p{font-size:15px;line-height:1.6;color:#ffffffd9;margin:0}
.abt-pltfrm{background:#fff;padding:96px 24px}
.abt-pltfrm .pg-wrppr{display:flex;gap:72px;align-items:flex-start}
.abt-pltfrm .img-side{flex:0 0 45%}
.abt-pltfrm .img-side img{width:100%;height:auto;border-radius:20px;box-shadow:0 12px 48px #993f0c33;object-fit:cover}
.abt-pltfrm .txt-side{flex:1}
.abt-pltfrm h2{font-size:40px;font-weight:700;color:#136832;margin:0 0 28px;line-height:1.25}
.abt-pltfrm h2::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(to right,#993F0C,#3E59C8);margin-top:16px;border-radius:3px}
.abt-pltfrm p{font-size:17px;line-height:1.75;color:#2d3748;margin:0 0 24px}
.unq-pnts{display:grid;gap:20px;margin-top:36px}
.unq-itm{display:flex;gap:18px;padding:20px;background:#f7fafc;border-radius:10px;border:1px solid #e2e8f0;transition:all 460ms}
.unq-itm:hover{background:#edf2f7;border-color:#3E59C8;box-shadow:0 4px 12px #3e59c81a}
.unq-icon{flex:0 0 48px;height:48px;background:linear-gradient(135deg,#136832,#993F0C);border-radius:8px;display:flex;align-items:center;justify-content:center}
.unq-icon svg{width:26px;height:26px;fill:#fff}
.unq-txt h6{font-size:18px;font-weight:700;color:#136832;margin:0 0 8px}
.unq-txt p{font-size:15px;line-height:1.6;color:#4a5568;margin:0}
.intrctn-frmtz{background:linear-gradient(to bottom,#f8f9fb 0%,#edf2f7 100%);padding:88px 24px}
.intrctn-frmtz h2{font-size:40px;font-weight:700;color:#136832;text-align:center;margin:0 0 52px;line-height:1.3}
.frmtz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;margin:0 auto}
.frmt-card{background:#fff;padding:36px 28px;border-radius:18px;box-shadow:0 4px 16px #00000014;border-top:5px solid #3E59C8;transition:all 500ms;position:relative;overflow:hidden}
.frmt-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#3e59c80d,transparent);transition:left 600ms}
.frmt-card:hover::before{left:100%}
.frmt-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #3e59c82e}
.frmt-card:nth-child(2){border-top-color:#993F0C}
.frmt-card:nth-child(3){border-top-color:#136832}
.frmt-card:nth-child(4){border-top-color:#993F0C}
.frmt-card:nth-child(5){border-top-color:#136832}
.frmt-card:nth-child(6){border-top-color:#3E59C8}
.frmt-card h5{font-size:21px;font-weight:700;color:#136832;margin:0 0 16px;position:relative;z-index:2}
.frmt-card p{font-size:16px;line-height:1.65;color:#4a5568;margin:0;position:relative;z-index:2}
.xprtse-srcz{background:#fff;padding:92px 24px}
.xprtse-srcz .pg-wrppr{display:grid;grid-template-columns:55% 45%;gap:56px;align-items:center}
.xprtse-srcz .txt-column h2{font-size:38px;font-weight:700;color:#136832;margin:0 0 24px;line-height:1.25}
.xprtse-srcz .txt-column p{font-size:17px;line-height:1.7;color:#2d3748;margin:0 0 18px}
.src-stats{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}
.stat-bx{background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:28px 24px;border-radius:12px;border-left:5px solid #3E59C8;transition:all 460ms}
.stat-bx:hover{background:linear-gradient(135deg,#edf2f7 0%,#e2e8f0 100%);transform:scale(1.04);box-shadow:0 6px 20px #3e59c826}
.stat-bx:nth-child(2){border-left-color:#993F0C}
.stat-bx:nth-child(3){border-left-color:#136832}
.stat-bx:nth-child(4){border-left-color:#993F0C}
.stat-nmbr{font-size:42px;font-weight:700;color:#136832;margin:0 0 8px;line-height:1}
.stat-lbl{font-size:15px;color:#4a5568;margin:0;line-height:1.4}
.xprtse-srcz .profile-column{display:flex;flex-direction:column;gap:24px}
.profile-crd{background:#f7fafc;padding:24px;border-radius:14px;display:flex;gap:20px;align-items:center;border:2px solid #e2e8f0;transition:all 480ms}
.profile-crd:hover{background:#fff;border-color:#3E59C8;box-shadow:0 6px 20px #3e59c81f}
.profile-crd img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 3px 12px #00000026}
.profile-info h6{font-size:18px;font-weight:700;color:#136832;margin:0 0 6px}
.profile-info p{font-size:14px;color:#4a5568;margin:0;line-height:1.5}
.prsnlztn-jrny{background:radial-gradient(ellipse at top,#993F0C 0%,#6b2c08 100%);padding:96px 24px;color:#fff;position:relative;overflow:hidden}
.prsnlztn-jrny::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#3e59c833,transparent);border-radius:50%}
.prsnlztn-jrny .pg-wrppr{position:relative;z-index:2}
.prsnlztn-jrny h2{font-size:44px;font-weight:700;text-align:center;margin:0 0 20px;line-height:1.25}
.prsnlztn-jrny .subttl{font-size:19px;text-align:center;margin:0 auto 56px;max-width:720px;opacity:.92;line-height:1.6}
.jrny-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;max-width:1100px;margin:0 auto}
.timeline-itm{text-align:center;position:relative}
.timeline-icn{width:90px;height:90px;background:linear-gradient(135deg,#3E59C8,#136832);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 6px 24px #0000004d;border:4px solid #fff3}
.timeline-icn svg{width:42px;height:42px;fill:#fff}
.timeline-itm h6{font-size:21px;font-weight:700;margin:0 0 14px;color:#fff}
.timeline-itm p{font-size:16px;line-height:1.65;color:#ffffffe0;margin:0}
.jrny-cta{text-align:center;margin-top:56px}
.jrny-cta .btn-primary{background:#fff;color:#993F0C;box-shadow:0 6px 24px #00000040}
.jrny-cta .btn-primary:hover{background:#f7fafc;color:#6b2c08}
@media (max-width: 1024px) {
.hero-cntnt h1{font-size:42px}
.intractv-mchncz .pg-wrppr,.abt-pltfrm .pg-wrppr,.xprtse-srcz .pg-wrppr{grid-template-columns:1fr;gap:48px}
.path-stages{grid-template-columns:repeat(2,1fr)}
.path-stages::before{display:none}
.frmtz-grid{grid-template-columns:repeat(2,1fr)}
.jrny-timeline{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.hero-fullscreen{height:80vh}
.hero-cntnt{bottom:8%}
.hero-cntnt h1{font-size:34px}
.hero-cntnt p{font-size:17px}
.hero-btns{flex-direction:column}
.btn-primary,.btn-secondary{width:100%;text-align:center}
.intractv-mchncz,.lrng-sqnc,.abt-pltfrm,.intrctn-frmtz,.xprtse-srcz,.prsnlztn-jrny{padding:64px 20px}
.intractv-mchncz .txt-area h2,.abt-pltfrm h2,.intrctn-frmtz h2,.xprtse-srcz .txt-column h2{font-size:32px}
.lrng-sqnc h2,.prsnlztn-jrny h2{font-size:34px}
.path-stages{grid-template-columns:1fr}
.frmtz-grid{grid-template-columns:1fr}
.src-stats{grid-template-columns:1fr}
.profile-crd{flex-direction:column;text-align:center}
}
.cnct-wrap{width:100%;max-width:1440px;margin:0 auto}
.top-bnr{background:linear-gradient(135deg,#136832,#3E59C8);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.top-bnr::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#993f0c4d,transparent);border-radius:50%}
.top-bnr h1{font-size:48px;color:#fff;margin:0 0 16px;position:relative;z-index:2}
.top-bnr .sbtxt{font-size:20px;color:#f0f0f0;max-width:680px;margin:0 auto;line-height:1.6;position:relative;z-index:2}
.cntct-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:80px 20px;max-width:1200px;margin:0 auto}
.info-blk h3{font-size:32px;color:#136832;margin:0 0 24px;position:relative;padding-left:20px}
.info-blk h3::before{content:'';position:absolute;left:0;top:8px;width:6px;height:28px;background:linear-gradient(180deg,#993F0C,#3E59C8);border-radius:8px}
.info-blk p{font-size:17px;color:#2a2a2a;line-height:1.7;margin:0 0 32px}
.dtl-item{margin-bottom:28px;padding-left:48px;position:relative}
.dtl-item::before{content:'';position:absolute;left:0;top:2px;width:36px;height:36px;background:linear-gradient(135deg,#136832,#3E59C8);border-radius:6px}
.dtl-item h5{font-size:15px;color:#666;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.dtl-item .val{font-size:18px;color:#136832;font-weight:600;display:block}
.dtl-item a{color:#136832;text-decoration:none;transition:color 420ms}
.dtl-item a:hover{color:#993F0C}
.frm-blk{background:#f8f9fa;padding:48px;border-radius:20px;box-shadow:0 4px 24px #13683214}
.frm-blk h4{font-size:26px;color:#2a2a2a;margin:0 0 28px}
.fld-grp{margin-bottom:24px}
.fld-grp label{display:block;font-size:15px;color:#444;margin-bottom:8px;font-weight:500}
.fld-grp input[type="text"],.fld-grp input[type="tel"],.fld-grp select{width:100%;padding:16px 18px;font-size:16px;border:2px solid #e0e0e0;border-radius:10px;background:#fff;transition:all 380ms;box-sizing:border-box}
.fld-grp input[type="text"]:focus,.fld-grp input[type="tel"]:focus,.fld-grp select:focus{outline:none;border-color:#136832;box-shadow:0 0 0 3px #1368321a}
.fld-grp select{cursor:pointer;appearance:none;padding-right:48px;background:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23136832' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 18px center}
.tm-rw{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.prv-chk{margin:28px 0;display:flex;align-items:flex-start}
.prv-chk input[type="checkbox"]{margin:4px 12px 0 0;width:20px;height:20px;cursor:pointer;accent-color:#136832;flex-shrink:0}
.prv-chk label{font-size:14px;color:#555;line-height:1.6;cursor:pointer}
.prv-chk a{color:#3E59C8;text-decoration:underline;transition:color 360ms}
.prv-chk a:hover{color:#993F0C}
.sbmt-btn{width:100%;padding:18px 32px;font-size:18px;font-weight:600;color:#fff;background:linear-gradient(135deg,#136832,#3E59C8);border:none;border-radius:12px;cursor:pointer;transition:all 460ms;box-shadow:0 6px 20px #13683240;position:relative;z-index:5}
.sbmt-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #13683259}
.sbmt-btn:active{transform:translateY(-1px)}
.hrs-sctn{background:linear-gradient(90deg,#f8f9fa,#fff);padding:80px 20px}
.hrs-inr{max-width:1200px;margin:0 auto;text-align:center}
.hrs-inr h3{font-size:36px;color:#2a2a2a;margin:0 0 48px;position:relative;display:inline-block}
.hrs-inr h3::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#993F0C,#3E59C8);border-radius:4px}
.hrs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin:0 auto}
.hr-card{background:#fff;padding:32px 24px;border-radius:16px;border:2px solid #e8e8e8;transition:all 440ms}
.hr-card:hover{border-color:#136832;box-shadow:0 8px 24px #1368321f;transform:translateY(-4px)}
.hr-card h6{font-size:18px;color:#136832;margin:0 0 12px;font-weight:600}
.hr-card .tm{font-size:16px;color:#555;line-height:1.5}
.mp-wrap{background:#136832;padding:100px 20px;position:relative;overflow:hidden}
.mp-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15;z-index:1;background:url(./location_photos/headerbg12_2025_12.jpg) (cover) center}
.mp-cntnt{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.mp-cntnt h3{font-size:38px;color:#fff;margin:0 0 20px}
.mp-cntnt .adrs-txt{font-size:22px;color:#f0f0f0;line-height:1.6;margin:0 0 16px}
.mp-cntnt .nts{font-size:16px;color:#d0d0d0;font-style:italic}
.qck-rch{background:#fff;padding:80px 20px}
.qck-inr{max-width:1000px;margin:0 auto}
.qck-inr h4{font-size:32px;color:#2a2a2a;margin:0 0 40px;text-align:center}
.rch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.rch-opt{background:linear-gradient(135deg,#f8f9fa,#fff);padding:36px;border-radius:18px;border-left:6px solid #3E59C8;transition:all 420ms}
.rch-opt:hover{border-left-color:#993F0C;box-shadow:0 6px 20px #3e59c826}
.rch-opt h5{font-size:22px;color:#136832;margin:0 0 16px;display:flex;align-items:center}
.rch-opt h5::before{content:'';width:10px;height:10px;background:#993F0C;border-radius:50%;margin-right:12px}
.rch-opt p{font-size:16px;color:#555;line-height:1.6;margin:0 0 20px}
.rch-opt .lnk-btn{display:inline-block;padding:12px 24px;font-size:16px;color:#fff;background:linear-gradient(90deg,#136832,#3E59C8);text-decoration:none;border-radius:8px;transition:all 380ms;position:relative;z-index:5}
.rch-opt .lnk-btn:hover{transform:translateX(4px);box-shadow:0 4px 16px #1368324d}
@media (max-width: 1024px) {
.cntct-grid{grid-template-columns:1fr;gap:48px}
.hrs-grid{grid-template-columns:1fr}
.rch-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.top-bnr{padding:60px 20px}
.top-bnr h1{font-size:36px}
.top-bnr .sbtxt{font-size:18px}
.frm-blk{padding:32px 24px}
.tm-rw{grid-template-columns:1fr}
.mp-wrap{padding:60px 20px}
.mp-cntnt h3{font-size:30px}
.mp-cntnt .adrs-txt{font-size:19px}
}
@media (max-width: 480px) {
.top-bnr h1{font-size:28px}
.info-blk h3{font-size:26px}
.frm-blk h4{font-size:22px}
.hrs-inr h3{font-size:28px}
}
.prgrm-hro{background:linear-gradient(135deg,#136832 0%,#3E59C8 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.prgrm-hro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#993f0c33 0%,transparent 70%);border-radius:50%}
.hro-cntnr{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.hro-cntnt{max-width:720px}
.hro-cntnt h1{color:#fff;font-size:48px;margin:0 0 24px;line-height:1.2;font-weight:700}
.hro-cntnt .subttl{color:#fffffff2;font-size:20px;line-height:1.6;margin:0 0 32px}
.hro-cntnt .dscrptn{color:#ffffffe0;font-size:16px;line-height:1.7;margin:0 0 16px}
.accss-nfo{display:flex;gap:40px;margin-top:36px;flex-wrap:wrap}
.nfo-tm{display:flex;align-items:center;gap:12px}
.nfo-tm svg{width:24px;height:24px;fill:#fff}
.nfo-tm span{color:#fff;font-size:16px;font-weight:500}
.crs-vrvw{padding:80px 20px;background:#f8f9fa}
.vrvw-wrppr{max-width:1440px;margin:0 auto}
.vrvw-hdr{text-align:center;margin-bottom:60px}
.vrvw-hdr h2{font-size:38px;color:#136832;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.vrvw-hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#993F0C,#3E59C8);border-radius:2px}
.vrvw-hdr .intro-txt{font-size:17px;color:#4a5568;line-height:1.6;max-width:680px;margin:24px auto 0}
.crs-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.crs-crd{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 8px #00000014;transition:transform 420ms,box-shadow 420ms}
.crs-crd:hover{transform:translateY(-6px);box-shadow:0 12px 24px #13683226}
.crd-img{width:100%;height:220px;object-fit:cover}
.crd-bdy{padding:28px 24px}
.crd-bdy h3{font-size:22px;color:#136832;margin:0 0 12px;font-weight:600}
.crd-bdy .dscr{font-size:15px;color:#5a6c7d;line-height:1.6;margin:0 0 20px}
.crd-mtrc{display:flex;gap:20px;padding-top:20px;border-top:1px solid #e2e8f0}
.mtrc-itm{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280}
.mtrc-itm svg{width:18px;height:18px;fill:#993F0C}
.lrnng-pth{padding:90px 20px;background:#fff}
.pth-cntr{max-width:1440px;margin:0 auto}
.pth-lyt{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.pth-vsl{position:relative}
.pth-vsl img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 20px #0000001f}
.pth-vsl::before{content:'';position:absolute;top:-20px;right:-20px;width:160px;height:160px;background:linear-gradient(135deg,#3E59C8 0%,#136832 100%);border-radius:50%;opacity:.15;z-index:-1}
.pth-cntnt h2{font-size:36px;color:#136832;margin:0 0 24px;font-weight:700}
.pth-cntnt .pth-intro{font-size:17px;color:#4a5568;line-height:1.7;margin:0 0 32px}
.pth-stps{display:flex;flex-direction:column;gap:24px}
.stp-itm{display:flex;gap:20px;padding:24px;background:#f8f9fa;border-radius:10px;border-left:4px solid #993F0C;transition:background 440ms}
.stp-itm:hover{background:#edf2f7}
.stp-nmbr{flex-shrink:0;width:44px;height:44px;background:linear-gradient(135deg,#136832,#3E59C8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}
.stp-dtl h4{font-size:19px;color:#136832;margin:0 0 8px;font-weight:600}
.stp-dtl p{font-size:15px;color:#5a6c7d;line-height:1.6;margin:0}
.tchng-pprch{padding:80px 20px;background:linear-gradient(180deg,#f0f4f8 0%,#fff 100%)}
.pprch-wrp{max-width:1440px;margin:0 auto}
.pprch-hdr{text-align:center;margin-bottom:56px}
.pprch-hdr h2{font-size:36px;color:#136832;margin:0 0 20px;font-weight:700}
.pprch-hdr .hdr-txt{font-size:17px;color:#4a5568;line-height:1.6;max-width:700px;margin:0 auto}
.pprch-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.pprch-crd{background:#fff;padding:36px 32px;border-radius:14px;box-shadow:0 3px 12px #0000000f;border-top:5px solid #3E59C8;transition:box-shadow 480ms,transform 480ms}
.pprch-crd:nth-child(2){border-top-color:#993F0C}
.pprch-crd:nth-child(3){border-top-color:#136832}
.pprch-crd:nth-child(4){border-top-color:#3E59C8}
.pprch-crd:hover{box-shadow:0 10px 28px #0000001f;transform:translateY(-4px)}
.pprch-crd h3{font-size:24px;color:#136832;margin:0 0 16px;font-weight:600;display:flex;align-items:center;gap:12px}
.pprch-crd h3::before{content:'';width:8px;height:8px;background:#993F0C;border-radius:50%}
.pprch-crd p{font-size:15px;color:#5a6c7d;line-height:1.7;margin:0}
.nrll-sctn{padding:90px 20px;background:#fff}
.nrll-cntnr{max-width:1440px;margin:0 auto}
.nrll-grd{display:grid;grid-template-columns:2fr 1fr;gap:56px;align-items:start}
.nrll-mn h2{font-size:38px;color:#136832;margin:0 0 28px;font-weight:700}
.nrll-mn .mn-txt{font-size:17px;color:#4a5568;line-height:1.7;margin:0 0 20px}
.prcs-lst{display:flex;flex-direction:column;gap:20px;margin-top:32px}
.prcs-itm{padding-left:32px;position:relative;font-size:16px;color:#4a5568;line-height:1.6}
.prcs-itm::before{content:'';position:absolute;left:0;top:6px;width:16px;height:16px;background:linear-gradient(135deg,#993F0C,#3E59C8);border-radius:3px;transform:rotate(45deg)}
.nrll-sd{background:linear-gradient(135deg,#136832 0%,#3E59C8 100%);padding:40px 32px;border-radius:14px;color:#fff;position:sticky;top:20px}
.nrll-sd h5{font-size:22px;margin:0 0 20px;font-weight:600}
.nrll-sd .sd-txt{font-size:15px;line-height:1.7;margin:0 0 28px;opacity:.95}
.nrll-sd .cta-btn{display:inline-block;background:#fff;color:#136832;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:transform 420ms,box-shadow 420ms;box-shadow:0 4px 12px #00000026}
.nrll-sd .cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000040}
.nrll-sd .prfl-inf{margin-top:32px;padding-top:28px;border-top:1px solid #ffffff40;display:flex;align-items:center;gap:16px}
.prfl-inf img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #ffffff4d}
.prfl-dtl h6{font-size:16px;margin:0 0 4px;font-weight:600}
.prfl-dtl .prfl-rl{font-size:14px;opacity:.85;margin:0}
@media (max-width: 1024px) {
.crs-grd{grid-template-columns:repeat(2,1fr);gap:28px}
.pth-lyt{grid-template-columns:1fr;gap:48px}
.pprch-grd{grid-template-columns:1fr;gap:28px}
.nrll-grd{grid-template-columns:1fr;gap:44px}
.nrll-sd{position:static}
}
@media (max-width: 768px) {
.prgrm-hro{padding:60px 20px 48px}
.hro-cntnt h1{font-size:36px;margin-bottom:20px}
.hro-cntnt .subttl{font-size:18px;margin-bottom:24px}
.accss-nfo{flex-direction:column;gap:20px}
.crs-grd{grid-template-columns:1fr;gap:24px}
.crs-vrvw{padding:60px 20px}
.vrvw-hdr h2{font-size:32px}
.lrnng-pth{padding:60px 20px}
.pth-cntnt h2{font-size:32px}
.pth-vsl::before{width:100px;height:100px;top:-10px;right:-10px}
.tchng-pprch{padding:60px 20px}
.pprch-hdr h2{font-size:32px}
.nrll-sctn{padding:60px 20px}
.nrll-mn h2{font-size:32px}
}
.tm-hdr{max-width:1440px;margin:0 auto;padding:60px 20px 40px;text-align:center}
.tm-hdr h1{font-size:2.8rem;color:#136832;margin:0 0 16px;font-weight:700}
.tm-hdr .sbtxt{font-size:1.1rem;color:#444;max-width:720px;margin:0 auto;line-height:1.6}
.tm-grid{max-width:1440px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.tm-crd{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #e1e8ed;border-radius:8px;padding:0;overflow:hidden;position:relative;transition:all 420ms ease}
.tm-crd:hover{transform:translateY(-6px);box-shadow:0 8px 24px #13683226;border-color:#136832}
.tm-crd .img-wrp{width:100%;height:280px;overflow:hidden;position:relative}
.tm-crd .img-wrp img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 520ms ease}
.tm-crd:hover .img-wrp img{transform:scale(1.08)}
.tm-crd .cntnt{padding:28px 24px}
.tm-crd h3{font-size:1.5rem;color:#136832;margin:0 0 8px;font-weight:600}
.tm-crd .rle{font-size:.95rem;color:#993F0C;margin:0 0 16px;font-weight:500}
.tm-crd .desc{font-size:1rem;color:#555;line-height:1.6;margin:0 0 20px}
.tm-crd .skills-wrp{display:flex;flex-wrap:wrap;gap:8px}
.tm-crd .skl-tag{background:#e8f5e9;color:#136832;padding:6px 14px;border-radius:16px;font-size:.85rem;font-weight:500}
.vlz-section{max-width:1440px;margin:60px auto;padding:0 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:50px 40px}
.vlz-section h2{font-size:2.2rem;color:#136832;margin:0 0 40px;text-align:center;position:relative}
.vlz-section h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#993F0C,#3E59C8);margin:16px auto 0;border-radius:2px}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:40px}
.stat-item{text-align:center;padding:24px;background:#fff;border-radius:6px;border:1px solid #e1e8ed;position:relative;overflow:hidden}
.stat-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#136832,#3E59C8)}
.stat-item .nmbr{font-size:2.5rem;color:#136832;font-weight:700;margin:0 0 8px}
.stat-item .lbl{font-size:1rem;color:#666;margin:0}
.apprch-list{display:flex;flex-direction:column;gap:20px}
.apprch-item{display:flex;align-items:flex-start;gap:20px;padding:20px;background:#fff;border-left:4px solid #3E59C8;border-radius:4px}
.apprch-item .icn{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#136832,#3E59C8);border-radius:50%}
.apprch-item .icn svg{width:24px;height:24px;fill:#fff}
.apprch-item .txt h4{font-size:1.2rem;color:#136832;margin:0 0 8px}
.apprch-item .txt p{font-size:.98rem;color:#555;margin:0;line-height:1.5}
.journ-section{max-width:1440px;margin:60px auto;padding:0 20px}
.journ-section h2{font-size:2.2rem;color:#993F0C;margin:0 0 50px;text-align:center}
.timeline{position:relative;padding:20px 0}
.timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#136832,#993F0C,#3E59C8);transform:translateX(-50%)}
.timeline-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;position:relative}
.timeline-row:nth-child(even){flex-direction:row-reverse}
.timeline-content{width:45%;background:#fff;padding:24px 28px;border-radius:8px;box-shadow:0 4px 16px #00000014;border:2px solid #e1e8ed;position:relative;transition:all 450ms ease}
.timeline-content:hover{border-color:#3E59C8;box-shadow:0 6px 24px #3e59c833}
.timeline-content h5{font-size:1.4rem;color:#136832;margin:0 0 12px}
.timeline-content .yr{font-size:.9rem;color:#993F0C;font-weight:600;margin:0 0 12px}
.timeline-content p{font-size:.98rem;color:#555;margin:0;line-height:1.6}
.timeline-marker{width:20px;height:20px;background:#fff;border:4px solid #3E59C8;border-radius:50%;position:absolute;left:50%;transform:translateX(-50%);z-index:2}
.cta-section{max-width:1440px;margin:80px auto 60px;padding:0 20px}
.cta-box{background:linear-gradient(135deg,#136832 0%,#3E59C8 100%);border-radius:16px;padding:60px 40px;text-align:center;position:relative;overflow:hidden}
.cta-box::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);pointer-events:none}
.cta-box h2{font-size:2.4rem;color:#fff;margin:0 0 20px;font-weight:700}
.cta-box .subtxt{font-size:1.15rem;color:#fffffff2;margin:0 0 32px;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.6}
.cta-box .btn-grp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cta-box .btn{padding:16px 36px;font-size:1.05rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all 380ms ease;text-decoration:none;display:inline-block}
.cta-box .btn-primary{background:#fff;color:#136832}
.cta-box .btn-primary:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 6px 20px #0003}
.cta-box .btn-secondary{background:none;color:#fff;border:2px solid #fff}
.cta-box .btn-secondary:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 768px) {
.tm-hdr h1{font-size:2rem}
.tm-grid{grid-template-columns:1fr;gap:24px}
.vlz-section{padding:40px 24px}
.stats-grid{grid-template-columns:1fr}
.timeline::before{left:20px}
.timeline-row,.timeline-row:nth-child(even){flex-direction:column;align-items:flex-start;padding-left:50px}
.timeline-content{width:100%}
.timeline-marker{left:20px}
.cta-box{padding:40px 24px}
.cta-box h2{font-size:1.8rem}
.cta-box .btn-grp{flex-direction:column;align-items:stretch}
}
@media (min-width: 769px) and (max-width: 1024px) {
.tm-grid{grid-template-columns:repeat(2,1fr)}
.stats-grid{grid-template-columns:repeat(2,1fr)}
}
.pg-hdr{background:linear-gradient(135deg,#136832,#3E59C8);padding:80px 24px 60px;text-align:center;margin-bottom:0}
.pg-hdr h1{font-size:42px;color:#fff;margin:0 0 16px;font-weight:700}
.pg-hdr .sbtxt{font-size:18px;color:#ffffffeb;max-width:720px;margin:0 auto;line-height:1.6}
.cntnt-wrp{max-width:1440px;margin:0 auto;padding:0 24px}
.plcy-blk{background:#fff;padding:56px 40px;margin:48px auto;max-width:960px;border-radius:8px;box-shadow:0 4px 12px #13683214}
.plcy-blk h2{font-size:32px;color:#136832;margin:0 0 24px;position:relative;padding-bottom:12px}
.plcy-blk h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#993F0C,#3E59C8);border-radius:2px}
.plcy-blk h3{font-size:24px;color:#993F0C;margin:32px 0 16px}
.plcy-blk h4{font-size:20px;color:#3E59C8;margin:24px 0 12px}
.plcy-blk h5{font-size:18px;color:#136832;margin:20px 0 10px;font-weight:600}
.plcy-blk h6{font-size:16px;color:#666;margin:16px 0 8px;font-weight:600}
.plcy-blk p{font-size:16px;line-height:1.7;color:#333;margin:0 0 20px}
.plcy-blk ul{margin:16px 0 24px 24px;padding:0}
.plcy-blk ul li{font-size:16px;line-height:1.7;color:#333;margin-bottom:12px;position:relative;padding-left:8px}
.plcy-blk ul li::marker{color:#993F0C}
.plcy-blk strong{color:#136832;font-weight:600}
.inf-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin:56px auto;max-width:1200px}
.inf-crd{background:linear-gradient(135deg,#1368320a,#3e59c80a);padding:36px 28px;border-radius:12px;border:2px solid transparent;transition:all 420ms ease;position:relative}
.inf-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#136832,#3E59C8);border-radius:12px 12px 0 0}
.inf-crd:hover{border-color:#136832;transform:translateY(-6px);box-shadow:0 8px 24px #13683226}
.inf-crd h4{font-size:22px;color:#136832;margin:0 0 16px}
.inf-crd p{font-size:15px;line-height:1.6;color:#444;margin:0}
.inf-crd .icn{width:48px;height:48px;margin-bottom:16px}
.cntct-sctn{background:radial-gradient(circle at top right,#3e59c814,transparent 60%),linear-gradient(180deg,#13683208,#993f0c08);padding:64px 40px;margin:56px auto 0;text-align:center;border-radius:16px;max-width:1200px}
.cntct-sctn h3{font-size:28px;color:#136832;margin:0 0 20px}
.cntct-sctn p{font-size:17px;line-height:1.6;color:#333;margin:0 0 32px;max-width:680px;margin-left:auto;margin-right:auto}
.cntct-inf{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-top:24px}
.cntct-itm{display:flex;flex-direction:column;align-items:center;gap:8px}
.cntct-itm h6{font-size:14px;color:#666;margin:0;text-transform:uppercase;letter-spacing:1px}
.cntct-itm a,.cntct-itm span{font-size:18px;color:#136832;text-decoration:none;font-weight:600;transition:color 380ms ease}
.cntct-itm a:hover{color:#3E59C8}
.updt-inf{background:linear-gradient(90deg,#993f0c0f,#1368320f);padding:20px 32px;border-left:5px solid #993F0C;margin:40px 0;border-radius:4px}
.updt-inf p{margin:0;font-size:15px;color:#444;line-height:1.6}
.updt-inf strong{color:#993F0C}
@media (max-width: 768px) {
.pg-hdr{padding:60px 20px 40px}
.pg-hdr h1{font-size:32px}
.pg-hdr .sbtxt{font-size:16px}
.plcy-blk{padding:40px 24px;margin:32px auto}
.plcy-blk h2{font-size:26px}
.plcy-blk h3{font-size:22px}
.inf-grd{grid-template-columns:1fr;gap:24px;margin:40px auto}
.cntct-sctn{padding:48px 24px}
.cntct-inf{flex-direction:column;gap:28px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.inf-grd{grid-template-columns:repeat(2,1fr)}
}
.prv-hdr{max-width:1440px;margin:4rem auto 0;padding:0 1.5rem}
.prv-hdr h1{font-size:2.8rem;background:linear-gradient(135deg,#136832,#993F0C);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1.2}
.prv-hdr .updt-info{color:#666;font-size:.95rem;margin-bottom:2rem}
.prv-hdr .intro-txt{font-size:1.1rem;line-height:1.7;color:#333;max-width:900px}
.sctn-wrp{max-width:1440px;margin:3rem auto;padding:0 1.5rem}
.dt-collctn{background:linear-gradient(180deg,#1368320d,#993f0c0d);border-left:4px solid #136832;padding:2.5rem;border-radius:8px;margin-bottom:3rem}
.dt-collctn h2{color:#136832;font-size:2rem;margin-bottom:1.5rem;position:relative;padding-bottom:.8rem}
.dt-collctn h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#993F0C,#3E59C8);border-radius:2px}
.dt-collctn .info-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}
.dt-collctn .info-crd{background:#fff;padding:1.8rem;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform 420ms,box-shadow 420ms}
.dt-collctn .info-crd:hover{transform:translateY(-4px);box-shadow:0 6px 16px #13683226}
.dt-collctn .info-crd h4{color:#993F0C;font-size:1.25rem;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}
.dt-collctn .info-crd h4::before{content:'';width:8px;height:8px;background:#3E59C8;border-radius:50%;display:inline-block}
.dt-collctn .info-crd ul{list-style:none;padding:0;margin:0}
.dt-collctn .info-crd li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#555;line-height:1.6}
.dt-collctn .info-crd li::before{content:'→';position:absolute;left:0;color:#136832;font-weight:700}
.rghts-outer{background:#fff;border:2px solid #3E59C8;border-radius:16px;padding:3rem;margin-bottom:3rem}
.rghts-outer h3{color:#3E59C8;font-size:1.8rem;margin-bottom:1.8rem;text-align:center}
.rghts-lst{display:flex;flex-direction:column;gap:1.5rem;max-width:850px;margin:0 auto}
.rghts-lst .rght-itm{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#3e59c80d,#1368320d);border-radius:10px;transition:background 480ms}
.rghts-lst .rght-itm:hover{background:linear-gradient(135deg,#3e59c81a,#1368321a)}
.rghts-lst .rght-itm .icn{width:44px;height:44px;background:linear-gradient(135deg,#136832,#3E59C8);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rghts-lst .rght-itm .icn svg{width:24px;height:24px;fill:#fff}
.rghts-lst .rght-itm .cntnt h5{color:#136832;font-size:1.2rem;margin-bottom:.5rem}
.rghts-lst .rght-itm .cntnt p{color:#666;line-height:1.6;margin:0}
.scrt-sec{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;align-items:start}
.scrt-sec .lft-col{background:linear-gradient(225deg,#993f0c14,#13683214);padding:2.5rem;border-radius:20px;border-top:6px solid #993F0C}
.scrt-sec .lft-col h3{color:#993F0C;font-size:1.9rem;margin-bottom:1.5rem}
.scrt-sec .lft-col .msrs-lst{list-style:none;padding:0;margin:0}
.scrt-sec .lft-col .msrs-lst li{padding:1rem 0;border-bottom:1px dashed #993f0c33;color:#444;line-height:1.7}
.scrt-sec .lft-col .msrs-lst li:last-child{border-bottom:none}
.scrt-sec .rght-col{display:flex;flex-direction:column;gap:2rem}
.scrt-sec .rght-col .bx{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000000f;border-left:5px solid #3E59C8}
.scrt-sec .rght-col .bx h4{color:#3E59C8;font-size:1.4rem;margin-bottom:1rem}
.scrt-sec .rght-col .bx p{color:#555;line-height:1.7;margin:0}
.ckie-plcy{background:radial-gradient(circle at top right,#3e59c81a,transparent 60%),radial-gradient(circle at bottom left,#1368321a,transparent 60%);padding:3rem;border-radius:24px;margin-bottom:3rem}
.ckie-plcy h2{color:#136832;font-size:2.1rem;margin-bottom:2rem;text-align:center}
.ckie-plcy .ckie-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}
.ckie-plcy .ckie-typ{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 3px 10px #00000014;transition:transform 500ms;position:relative;overflow:hidden}
.ckie-plcy .ckie-typ::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#136832,#993F0C,#3E59C8)}
.ckie-plcy .ckie-typ:hover{transform:scale(1.05)}
.ckie-plcy .ckie-typ h5{color:#993F0C;font-size:1.3rem;margin-bottom:1rem}
.ckie-plcy .ckie-typ p{color:#666;line-height:1.6;font-size:.95rem;margin:0}
.ckie-plcy .ckie-note{background:#fffc;padding:1.8rem;border-radius:12px;border:1px solid #3e59c84d;max-width:800px;margin:0 auto}
.ckie-plcy .ckie-note h6{color:#3E59C8;font-size:1.15rem;margin-bottom:.8rem}
.ckie-plcy .ckie-note p{color:#555;line-height:1.7;margin:0}
.chngs-log{background:#fff;padding:3rem;border-radius:8px;border:2px dashed #136832;margin-bottom:3rem}
.chngs-log h3{color:#136832;font-size:1.85rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}
.chngs-log h3::before{content:'';width:12px;height:12px;background:#993F0C;border-radius:2px;transform:rotate(45deg)}
.chngs-log .tmln{position:relative;padding-left:3rem}
.chngs-log .tmln::before{content:'';position:absolute;left:10px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#136832,#3E59C8)}
.chngs-log .tmln-itm{position:relative;margin-bottom:2.5rem}
.chngs-log .tmln-itm::before{content:'';position:absolute;left:-2.35rem;top:.3rem;width:16px;height:16px;background:#fff;border:3px solid #993F0C;border-radius:50%;z-index:2}
.chngs-log .tmln-itm .dt{font-weight:700;color:#3E59C8;font-size:1.1rem;margin-bottom:.5rem}
.chngs-log .tmln-itm .dsc{color:#555;line-height:1.7}
.cntct-fnl{background:linear-gradient(135deg,#136832,#993F0C);color:#fff;padding:3.5rem;border-radius:20px;text-align:center}
.cntct-fnl h2{font-size:2rem;margin-bottom:1rem;color:#fff}
.cntct-fnl .msg{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}
.cntct-fnl .info-rw{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:2rem}
.cntct-fnl .info-rw .itm{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.cntct-fnl .info-rw .itm .lbl{font-size:.9rem;opacity:.9}
.cntct-fnl .info-rw .itm .vl{font-size:1.2rem;font-weight:700}
.cntct-fnl .btn-prm{display:inline-block;background:#fff;color:#136832;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform 450ms,box-shadow 450ms;box-shadow:0 4px 12px #0003;z-index:10;position:relative}
.cntct-fnl .btn-prm:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}
@media (max-width: 768px) {
.prv-hdr h1{font-size:2rem}
.dt-collctn{padding:1.5rem}
.dt-collctn .info-grd{grid-template-columns:1fr}
.rghts-outer{padding:1.8rem}
.scrt-sec{grid-template-columns:1fr;gap:2rem}
.ckie-plcy .ckie-grd{grid-template-columns:1fr}
.cntct-fnl .info-rw{gap:1.5rem}
.chngs-log{padding:1.8rem}
.chngs-log .tmln{padding-left:2rem}
}
@media (max-width: 1024px) and (min-width: 769px) {
.ckie-plcy .ckie-grd{grid-template-columns:repeat(2,1fr)}
}
.sccs-wrap{max-width:1440px;margin:0 auto;padding:0 20px}
.bnr-sccs{background:linear-gradient(135deg,#136832 0%,#3E59C8 100%);padding:80px 20px;text-align:center;border-radius:16px;margin:60px auto;box-shadow:0 4px 6px #13683226}
.bnr-sccs .icn-chk{width:90px;height:90px;margin:0 auto 24px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 12px #0000001a}
.bnr-sccs .icn-chk svg{width:48px;height:48px}
.bnr-sccs h1{color:#fff;font-size:42px;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.bnr-sccs .sbtxt{color:#fffffff2;font-size:19px;margin:0;line-height:1.6}
.cnfrm-dtls{background:linear-gradient(to bottom,#f8fdf9,#fff);padding:60px 32px;border-radius:12px;margin:40px auto;border:2px solid #1368321f}
.cnfrm-dtls h3{color:#136832;font-size:28px;margin:0 0 32px;text-align:center;font-weight:600}
.inf-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:36px}
.inf-blk{background:#fff;padding:24px;border-radius:8px;border-left:4px solid #3E59C8;box-shadow:0 2px 4px #0000000f;transition:transform 420ms,box-shadow 420ms}
.inf-blk:hover{transform:translateY(-3px);box-shadow:0 6px 12px #3e59c826}
.inf-blk h5{color:#993F0C;font-size:14px;margin:0 0 8px;text-transform:uppercase;letter-spacing:.8px;font-weight:600}
.inf-blk .vl{color:#1a1a1a;font-size:18px;margin:0;line-height:1.5}
.nxt-stps{background:linear-gradient(180deg,#fff,#f4f9ff);padding:48px 32px;border-radius:12px;margin:40px auto}
.nxt-stps h4{color:#136832;font-size:26px;margin:0 0 28px;text-align:center;font-weight:600}
.stp-lst{max-width:800px;margin:0 auto}
.stp-itm{display:flex;gap:20px;margin-bottom:24px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;transition:all 450ms}
.stp-itm:hover{box-shadow:0 4px 10px #1368321f;transform:translateX(6px)}
.stp-itm .nmbr{flex-shrink:0;width:44px;height:44px;background:linear-gradient(135deg,#993F0C,#3E59C8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}
.stp-itm .cntnt{flex:1}
.stp-itm h6{color:#1a1a1a;font-size:18px;margin:0 0 6px;font-weight:600}
.stp-itm p{color:#4a4a4a;font-size:15px;margin:0;line-height:1.5}
.hlp-sctn{text-align:center;padding:48px 20px;background:#fff;border-radius:12px;margin:40px auto;border:2px dashed #993f0c33}
.hlp-sctn h4{color:#136832;font-size:24px;margin:0 0 16px;font-weight:600}
.hlp-sctn .txt{color:#4a4a4a;font-size:16px;margin:0 0 28px;line-height:1.6}
.cntct-opts{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cntct-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#136832;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all 480ms;box-shadow:0 3px 6px #13683233}
.cntct-btn:hover{background:linear-gradient(135deg,#136832,#3E59C8);transform:translateY(-2px);box-shadow:0 6px 14px #1368324d;color:#fff}
.cntct-btn.scndry{background:#fff;color:#993F0C;border:2px solid #993F0C;box-shadow:0 2px 4px #993f0c26}
.cntct-btn.scndry:hover{background:#993F0C;color:#fff;border-color:#993F0C}
.cntct-btn svg{width:20px;height:20px}
@media (max-width: 768px) {
.bnr-sccs{padding:60px 20px;margin:40px auto}
.bnr-sccs h1{font-size:32px}
.bnr-sccs .sbtxt{font-size:17px}
.cnfrm-dtls,.nxt-stps,.hlp-sctn{padding:40px 20px}
.inf-grd{grid-template-columns:1fr}
.stp-itm{flex-direction:column;gap:12px}
.cntct-opts{flex-direction:column;align-items:stretch}
.cntct-btn{justify-content:center}
}
@media (max-width: 1024px) {
.bnr-sccs h1{font-size:36px}
}