*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Rubik',sans-serif;background:#FAFCFF;color:#1A1A1A;line-height:1.6}
.headwrap{background:linear-gradient(135deg,#FFF 0%,#F0F4FF 100%);border-bottom:2px solid #354bb61a;box-shadow:0 4px 12px #0000000a}
.toprow{max-width:1200px;margin:0 auto;padding:20px 30px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.logoarea{flex-shrink:0}
.logolink{display:block}
.logoimg{height:85px;width:85px;display:block;background:#ffffffe6;padding:8px;border-radius:28px;box-shadow:0 3px 10px #8cdd1826}
.companyname{flex-grow:1;text-align:center}
.nametext{font-family:'Roboto Slab',serif;font-size:38px;font-weight:700;color:#354BB6;letter-spacing:1px}
.mainnav{flex-shrink:0}
.navlist{list-style:none;display:flex;gap:8px;align-items:center}
.navitem{display:inline-block}
.navlink{display:block;padding:12px 18px;color:#354BB6;text-decoration:none;font-size:15px;font-weight:500;border-radius:22px;transition:all 180ms ease;background:#d0dffd4d}
.navlink:hover{background:#8cdd1833;color:#2A3A8F}
.footerwrap{background:linear-gradient(180deg,#F5F9FF 0%,#FFF 100%);border-top:2px solid #354bb614;padding:45px 30px 35px;margin-top:80px}
.footcontent{max-width:1200px;margin:0 auto 30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:25px}
.copyright .copytxt{font-size:14px;color:#5A5A5A}
.footernav .footlist{list-style:none;display:flex;gap:25px}
.footernav .footlink{color:#354BB6;text-decoration:none;font-size:14px;transition:color 160ms ease}
.footernav .footlink:hover{color:#8CDD18}
.contactinfo{max-width:1200px;margin:0 auto;padding-top:25px;border-top:1px solid #354bb61a}
.contactinfo p{margin-bottom:8px;font-size:14px;color:#4A4A4A}
.contactinfo a{color:#354BB6;text-decoration:none;transition:color 160ms ease}
.contactinfo a:hover{color:#8CDD18}
.messengers{margin-top:12px;display:flex;gap:15px}
.msglink{display:inline-block;padding:8px 16px;background:#8cdd1826;color:#354BB6;text-decoration:none;border-radius:18px;font-size:13px;font-weight:500;transition:all 170ms ease}
.msglink:hover{background:#8cdd184d}
.cookiebar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#FFF 0%,#F0F8FF 100%);border-top:3px solid #8CDD18;box-shadow:0 -6px 25px #0000001f;padding:25px 30px;display:none;justify-content:center;z-index:9999;transform:scale(0.8);opacity:0;transition:all 220ms ease}
.cookiebar.show{transform:scale(1);opacity:1}
.cookiecontent{max-width:900px;width:100%}
.cookiecontent.hidden{display:none}
.cookietxt{font-size:15px;color:#2A2A2A;margin-bottom:18px;text-align:center}
.cookiebtns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.cookiebtn{padding:11px 24px;font-size:14px;font-weight:500;border-radius:24px;cursor:pointer;transition:all 180ms ease;font-family:'Rubik',sans-serif}
.cookiebtn.outlined{background:transparent;border:2px solid #354BB6;color:#354BB6}
.cookiebtn.outlined:hover{background:#8cdd1826;border-color:#8CDD18;color:#2A3A8F}
.cookieopts{margin:20px 0;display:flex;flex-direction:column;gap:12px}
.optlabel{display:flex;align-items:center;gap:10px;font-size:14px;color:#3A3A3A;cursor:pointer}
.optcheck{cursor:pointer}
@media (max-width: 768px) {
.toprow{flex-direction:column;gap:20px;padding:18px 20px}
.companyname{order:-1}
.nametext{font-size:28px}
.logoimg{height:70px;width:70px}
.navlist{flex-wrap:wrap;justify-content:center}
.navlink{padding:10px 14px;font-size:14px}
.footcontent{flex-direction:column;text-align:center}
.footlist{flex-direction:column;gap:12px}
.cookiebar{padding:20px 18px}
.cookiebtns{flex-direction:column}
.cookiebtn{width:100%}
}
@media (max-width: 480px) {
.nametext{font-size:24px}
.logoimg{height:60px;width:60px}
.navlink{padding:9px 12px;font-size:13px}
.messengers{flex-direction:column;gap:10px}
.msglink{text-align:center}
}
.teamhero{background:linear-gradient(135deg,#D0DFFD 0%,#8cdd1826 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.teamhero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#354bb61f 0%,transparent 70%);border-radius:50%}
.herocontainer{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px;position:relative;z-index:2}
.herodesc{font-size:16px;line-height:1.6;color:#354BB6;max-width:680px}
.herotitle{font-size:48px;line-height:1.15;color:#1a1a1a;font-weight:700;margin:0}
.heroimage{margin-top:32px;border-radius:28px;overflow:hidden;box-shadow:0 6px 24px #354bb62e}
.heroimage img{width:100%;height:auto;display:block;filter:saturate(0.85)}
.teamvalues{padding:90px 20px;background:#fff}
.valuescontain{max-width:1200px;margin:0 auto}
.valuegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.valuecard{background:linear-gradient(180deg,#f8f9ff 0%,#fff 100%);padding:36px 28px;border-radius:24px;border:2px solid #D0DFFD;position:relative;transition:all 220ms ease}
.valuecard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#8CDD18 0%,#354BB6 100%);border-radius:24px 0 0 24px;transition:height 220ms ease}
.valuecard:hover{transform:translateY(-4px);box-shadow:0 8px 28px #354bb626}
.valuecard:hover::before{height:100%}
.valuehead{font-size:22px;color:#1a1a1a;font-weight:600;margin:0 0 14px}
.valuetext{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0}
.sectionlabel{font-size:14px;color:#8CDD18;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 12px}
.sectionheading{font-size:38px;color:#1a1a1a;font-weight:700;line-height:1.25;margin:0}
.membersection{padding:90px 20px;background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%)}
.membercontain{max-width:1200px;margin:0 auto}
.memberlayout{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;margin-top:56px;align-items:center}
.memberphoto{position:relative}
.memberphoto::before{content:'';position:absolute;top:-16px;left:-16px;right:16px;bottom:16px;background:linear-gradient(135deg,#8cdd1840 0%,#354bb640 100%);border-radius:32px;z-index:1}
.memberphoto img{width:100%;height:auto;display:block;border-radius:32px;position:relative;z-index:2;box-shadow:0 8px 32px #0000001f}
.memberinfo{display:flex;flex-direction:column;gap:24px}
.memberrole{font-size:15px;color:#354BB6;font-weight:600;margin:0}
.membername{font-size:32px;color:#1a1a1a;font-weight:700;margin:0}
.memberbio{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0}
.memberspecial{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:8px}
.specialitem{background:#fff;padding:20px;border-radius:20px;border-left:4px solid #8CDD18;box-shadow:0 3px 12px #0000000f}
.speciallabel{font-size:13px;color:#888;margin:0 0 6px;font-weight:500}
.specialvalue{font-size:17px;color:#1a1a1a;font-weight:600;margin:0}
.approachsection{padding:90px 20px;background:#fff}
.approachcontain{max-width:1200px;margin:0 auto}
.approachgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-top:56px}
.approachblock{display:flex;gap:24px}
.approachnum{font-size:52px;color:#D0DFFD;font-weight:700;line-height:1;flex-shrink:0}
.approachcontent{display:flex;flex-direction:column;gap:12px}
.approachtitle{font-size:24px;color:#1a1a1a;font-weight:600;margin:0;position:relative;padding-left:16px}
.approachtitle::before{content:'';position:absolute;left:0;top:6px;width:4px;height:20px;background:#8CDD18;border-radius:4px}
.approachtext{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0}
.ctasection{padding:80px 20px;background:linear-gradient(135deg,#354BB6 0%,#2a3d92 100%);position:relative;overflow:hidden}
.ctasection::before{content:'';position:absolute;top:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#8cdd1826 0%,transparent 70%);border-radius:50%}
.ctasection::after{content:'';position:absolute;bottom:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#d0dffd1f 0%,transparent 70%);border-radius:50%}
.ctacontain{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctatitle{font-size:42px;color:#fff;font-weight:700;margin:0 0 16px;line-height:1.2}
.ctadesc{font-size:18px;line-height:1.6;color:#D0DFFD;margin:0 0 36px;max-width:720px;margin-left:auto;margin-right:auto}
.ctabuttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnprimary{background:#8CDD18;color:#1a1a1a;padding:16px 40px;border-radius:28px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all 200ms ease;box-shadow:0 4px 16px #8cdd184d;border:none;cursor:pointer}
.btnprimary:hover{background:#7bc515;transform:translateY(-2px);box-shadow:0 6px 20px #8cdd1866}
.btnsecondary{background:transparent;color:#fff;padding:16px 40px;border-radius:28px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all 200ms ease;border:2px solid #D0DFFD;cursor:pointer}
.btnsecondary:hover{background:#d0dffd26;border-color:#fff;transform:translateY(-2px)}
@media (max-width: 968px) {
.valuegrid{grid-template-columns:1fr;gap:24px}
.memberlayout{grid-template-columns:1fr;gap:40px}
.approachgrid{grid-template-columns:1fr;gap:36px}
.herotitle{font-size:36px}
.sectionheading{font-size:32px}
.ctatitle{font-size:34px}
.memberspecial{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.teamhero{padding:60px 20px 40px}
.herotitle{font-size:30px}
.teamvalues,.membersection,.approachsection{padding:60px 20px}
.ctasection{padding:60px 20px}
.sectionheading{font-size:28px}
.ctatitle{font-size:28px}
.ctadesc{font-size:16px}
.ctabuttons{flex-direction:column;align-items:stretch}
.btnprimary,.btnsecondary{width:100%;text-align:center}
}
.titlesection{position:relative;background:linear-gradient(135deg,#D0DFFD 0%,#fff 100%);padding:80px 20px;overflow:hidden}
.titlesection::before{content:'';position:absolute;width:600px;height:600px;background:#8cdd1826;border-radius:50%;top:-200px;right:-150px;z-index:1}
.titlesection::after{content:'';position:absolute;width:400px;height:400px;background:#354bb61f;border-radius:50%;bottom:-100px;left:-100px;z-index:1}
.titlewrap{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.titlecontent h1{font-size:48px;line-height:1.2;color:#354BB6;margin:0 0 24px;font-weight:700}
.titlecontent .lead{font-size:20px;line-height:1.6;color:#2c3e50;margin:0 0 32px}
.titlecontent .cta-primary{display:inline-block;background:#8CDD18;color:#fff;padding:16px 40px;border-radius:30px;text-decoration:none;font-weight:600;font-size:17px;transition:all .2s;box-shadow:0 4px 12px #8cdd184d}
.titlecontent .cta-primary:hover{background:#7bc215;transform:translateY(-2px);box-shadow:0 6px 18px #8cdd1866}
.titleimg{position:relative}
.titleimg img{width:100%;height:450px;object-fit:cover;border-radius:32px;box-shadow:0 8px 24px #00000026}
.supportblock{background:#fff;padding:90px 20px}
.supportwrap{max-width:1200px;margin:0 auto}
.supportwrap h2{font-size:38px;color:#354BB6;margin:0 0 48px;text-align:center;font-weight:700}
.supportgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.supportcard{background:linear-gradient(135deg,#f8f9ff 0%,#fff 100%);padding:36px;border-radius:28px;border:2px solid #D0DFFD;transition:all .2s;position:relative}
.supportcard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8CDD18 0%,#354BB6 100%);border-radius:28px 28px 0 0;opacity:0;transition:opacity .2s}
.supportcard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #354bb626;border-color:#8CDD18}
.supportcard:hover::before{opacity:1}
.supportcard h3{font-size:22px;color:#354BB6;margin:0 0 16px;font-weight:600}
.supportcard p{font-size:16px;line-height:1.7;color:#5a6c7d;margin:0 0 20px}
.supportcard .feature-list{list-style:none;padding:0;margin:0}
.supportcard .feature-list li{font-size:15px;color:#2c3e50;padding:8px 0 8px 28px;position:relative}
.supportcard .feature-list li::before{content:'';position:absolute;left:0;color:#8CDD18;font-weight:700;font-size:18px}
.supportimg{margin:60px 0 0;display:grid;grid-template-columns:2fr 1fr;gap:24px}
.supportimg img{width:100%;height:320px;object-fit:cover;border-radius:24px;box-shadow:0 4px 16px #0000001a}
.progresssection{background:linear-gradient(180deg,#354BB6 0%,#2a3d8f 100%);padding:90px 20px;position:relative;overflow:hidden}
.progresssection::before{content:'';position:absolute;width:500px;height:500px;background:#8cdd181a;border-radius:50%;top:-100px;left:10%;z-index:1}
.progresswrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.progresswrap h2{font-size:38px;color:#fff;margin:0 0 20px;text-align:center;font-weight:700}
.progresswrap .subtitle{font-size:18px;color:#D0DFFD;text-align:center;margin:0 0 60px;line-height:1.6}
.metricsgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin:0 0 60px}
.metricbox{background:#ffffff1f;padding:40px;border-radius:28px;border:1px solid #ffffff26;backdrop-filter:blur(10px)}
.metricbox h4{font-size:19px;color:#8CDD18;margin:0 0 24px;font-weight:600}
.progress-item{margin:0 0 28px}
.progress-item:last-child{margin:0}
.progress-label{display:flex;justify-content:space-between;align-items:center;margin:0 0 10px}
.progress-label span{font-size:15px;color:#fff}
.progress-label .value{font-weight:700;color:#8CDD18}
.progress-bar{width:100%;height:8px;background:#ffffff26;border-radius:10px;overflow:hidden;position:relative}
.progress-fill{height:100%;background:linear-gradient(90deg,#8CDD18 0%,#a8e84d 100%);border-radius:10px;transition:width 1.5s ease-out}
.testimonial-block{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:60px 0 0}
.testimonialpanel{background:#fffffff2;padding:36px;border-radius:28px;box-shadow:0 4px 20px #0000001a;display:flex;gap:24px}
.testimonialpanel img{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #8CDD18}
.testimonial-text{flex:1}
.testimonial-text p{font-size:15px;line-height:1.7;color:#2c3e50;margin:0 0 16px;font-style:italic}
.testimonial-text .author{font-size:16px;color:#354BB6;font-weight:600;margin:0 0 4px;font-style:normal}
.testimonial-text .role{font-size:14px;color:#7a8a99;margin:0;font-style:normal}
@media (max-width: 992px) {
.titlewrap{grid-template-columns:1fr;gap:40px}
.titlecontent h1{font-size:38px}
.supportgrid{grid-template-columns:1fr}
.supportimg{grid-template-columns:1fr}
.metricsgrid{grid-template-columns:1fr}
.testimonial-block{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.titlesection{padding:60px 20px}
.titlecontent h1{font-size:32px}
.titlecontent .lead{font-size:17px}
.titleimg img{height:320px}
.supportblock{padding:60px 20px}
.supportwrap h2{font-size:30px}
.supportcard{padding:28px}
.progresssection{padding:60px 20px}
.progresswrap h2{font-size:30px}
.metricbox{padding:28px}
.testimonialpanel{flex-direction:column;align-items:center;text-align:center}
}
.topbanner{position:relative;overflow:hidden;background:linear-gradient(135deg,#354BB6 0%,#8CDD18 100%);padding:80px 20px;margin-bottom:60px}
.topbanner-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.topbanner-textzone h1{font-size:48px;color:#fff;margin:0 0 20px;line-height:1.2;font-weight:700}
.topbanner-textzone p{font-size:20px;color:#fffffff2;margin:0 0 15px;max-width:680px;line-height:1.6}
.topbanner-shape{position:absolute;width:400px;height:400px;background:#8cdd1833;border-radius:50%;top:-150px;right:-100px;z-index:1}
.topbanner-shape2{position:absolute;width:300px;height:300px;background:#d0dffd26;border-radius:30% 70% 70% 30%;bottom:-80px;left:-50px;z-index:1}
.contactwrap{max-width:1200px;margin:0 auto 80px;padding:0 20px;display:flex;gap:60px;flex-direction:row}
.infoside{flex:1}
.infoside h2{font-size:32px;color:#354BB6;margin:0 0 25px;font-weight:600}
.infoside p{font-size:16px;color:#333;line-height:1.7;margin:0 0 30px}
.contactdetail{background:#fff;border:2px solid #D0DFFD;border-radius:25px;padding:30px;margin-bottom:25px;transition:transform 180ms,box-shadow 180ms}
.contactdetail:hover{transform:translateY(-4px);box-shadow:0 6px 20px #354bb626}
.contactdetail h3{font-size:20px;color:#354BB6;margin:0 0 12px;font-weight:600}
.contactdetail a{font-size:16px;color:#333;text-decoration:none;display:block;margin:8px 0;transition:color 150ms}
.contactdetail a:hover{color:#8CDD18}
.formside{flex:1;background:#fff;border-radius:30px;padding:45px;box-shadow:0 4px 15px #00000014}
.formside h2{font-size:28px;color:#354BB6;margin:0 0 30px;font-weight:600}
.formfield{margin-bottom:25px}
.formfield label{display:block;font-size:15px;color:#333;margin-bottom:8px;font-weight:500}
.formfield input[type="text"],.formfield input[type="email"],.formfield input[type="tel"],.formfield textarea{width:100%;padding:14px 18px;border:2px solid #D0DFFD;border-radius:20px;font-size:15px;color:#333;transition:border-color 180ms,box-shadow 180ms;box-sizing:border-box}
.formfield input[type="text"]:focus,.formfield input[type="email"]:focus,.formfield input[type="tel"]:focus,.formfield textarea:focus{outline:none;border-color:#8CDD18;box-shadow:0 0 0 3px #8cdd181a}
.formfield textarea{min-height:120px;resize:vertical}
.radio-selector{display:none}
.radio-selector:checked + .optionset .option-item[data-shows]{display:block}
.optionset{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}
.option-item{flex:1;min-width:140px}
.option-item input[type="radio"]{display:none}
.option-item label{display:block;padding:12px 20px;background:#f5f5f5;border:2px solid #D0DFFD;border-radius:20px;text-align:center;cursor:pointer;transition:all 180ms;font-size:15px;color:#333}
.option-item input[type="radio"]:checked + label{background:#8CDD18;border-color:#8CDD18;color:#fff;font-weight:600}
.option-item label:hover{border-color:#8CDD18}
.conditional-area{display:none;margin-top:20px}
#org-check:checked ~ .conditional-area.org-extra,#ind-check:checked ~ .conditional-area.ind-extra{display:block}
.privacy-line{margin:25px 0;font-size:14px;color:#555}
.privacy-line input[type="checkbox"]{margin-right:8px;width:18px;height:18px;vertical-align:middle;cursor:pointer}
.privacy-line a{color:#354BB6;text-decoration:underline;transition:color 150ms}
.privacy-line a:hover{color:#8CDD18}
.submit-button{background:linear-gradient(135deg,#354BB6 0%,#8CDD18 100%);color:#fff;border:none;padding:16px 50px;border-radius:25px;font-size:17px;font-weight:600;cursor:pointer;transition:transform 180ms,box-shadow 180ms;width:100%}
.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8cdd1866}
.submit-button:active{transform:translateY(0)}
.additional-reach{max-width:1200px;margin:0 auto 80px;padding:50px 20px;background:linear-gradient(to right,#d0dffd4d,#8cdd181a);border-radius:35px;text-align:center}
.additional-reach h2{font-size:34px;color:#354BB6;margin:0 0 20px;font-weight:700}
.additional-reach p{font-size:17px;color:#333;line-height:1.7;max-width:700px;margin:0 auto 35px}
.messenger-options{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}
.messenger-item{background:#fff;border:2px solid #D0DFFD;border-radius:25px;padding:25px 35px;text-decoration:none;transition:all 200ms;display:inline-block}
.messenger-item:hover{transform:scale(1.05);border-color:#8CDD18;box-shadow:0 6px 18px #8cdd1840}
.messenger-item span{font-size:18px;color:#354BB6;font-weight:600;display:block}
.hoursinfozone{max-width:1200px;margin:0 auto 80px;padding:0 20px;background:#fff;border:3px solid #D0DFFD;border-radius:30px;padding:50px}
.hoursinfozone h2{font-size:30px;color:#354BB6;margin:0 0 25px;font-weight:600;text-align:center}
.hoursinfozone p{font-size:16px;color:#333;line-height:1.8;margin:0 0 15px;text-align:center}
.hours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:30px}
.hour-card{background:linear-gradient(135deg,#354bb60d,#8cdd180d);padding:25px;border-radius:20px;border:2px solid #D0DFFD}
.hour-card h4{font-size:18px;color:#354BB6;margin:0 0 10px;font-weight:600}
.hour-card p{font-size:15px;color:#555;margin:0;text-align:left}
.mapalt-section{max-width:1200px;margin:0 auto 60px;padding:0 20px;text-align:center}
.mapalt-section h2{font-size:32px;color:#354BB6;margin:0 0 20px;font-weight:600}
.mapalt-section p{font-size:16px;color:#333;line-height:1.7;max-width:650px;margin:0 auto 30px}
.address-display{background:#fff;border:3px solid #8CDD18;border-radius:28px;padding:35px;display:inline-block;box-shadow:0 5px 18px #8cdd1833}
.address-display p{font-size:18px;color:#354BB6;font-weight:600;margin:0;line-height:1.6}
@media (max-width: 768px) {
.topbanner{padding:60px 20px}
.topbanner-textzone h1{font-size:36px}
.topbanner-textzone p{font-size:17px}
.contactwrap{flex-direction:column;gap:40px}
.formside{padding:30px 25px}
.optionset{flex-direction:column}
.hoursinfozone{padding:30px 25px}
.hours-grid{grid-template-columns:1fr}
.messenger-options{flex-direction:column;align-items:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.contactwrap{gap:40px}
.topbanner-textzone h1{font-size:42px}
}
.programhero{background:linear-gradient(135deg,#D0DFFD 0%,#8cdd1826 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.programhero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#354bb614;border-radius:50%;z-index:1}
.programhero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#8cdd181f;border-radius:50%;z-index:1}
.herowrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.herotxtblock h1{font-size:48px;line-height:1.2;color:#354BB6;margin:0 0 30px;font-weight:700}
.herotxtblock .introtxt{font-size:19px;line-height:1.65;color:#2d2d2d;margin:0 0 25px}
.herotxtblock .introtxt:last-of-type{margin-bottom:0}
.heroimg-container{position:relative}
.heroimg-container img{width:100%;height:450px;object-fit:cover;border-radius:28px;box-shadow:0 6px 24px #354bb62e}
.heroimg-container::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:3px solid #8cdd1866;border-radius:28px;z-index:-1}
.program-structure{padding:90px 20px 100px;background:#fff;position:relative}
.program-structure::before{content:'';position:absolute;top:0;left:10%;width:2px;height:100%;background:linear-gradient(to bottom,transparent,#8cdd184d,transparent)}
.structurewrap{max-width:1200px;margin:0 auto}
.structurewrap .section-header{text-align:center;margin-bottom:70px}
.structurewrap .section-header h2{font-size:42px;color:#354BB6;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.structurewrap .section-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#8CDD18;border-radius:25px}
.structurewrap .section-header .desc{font-size:18px;color:#4a4a4a;line-height:1.6;max-width:720px;margin:0 auto}
.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.mod-card{background:#fafbff;border-radius:24px;padding:40px 32px;border:2px solid #D0DFFD;position:relative;transition:all 220ms ease}
.mod-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #354bb624;border-color:#8CDD18}
.mod-card .mod-number{position:absolute;top:-18px;left:28px;background:linear-gradient(135deg,#354BB6,#8CDD18);color:#fff;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #354bb64d}
.mod-card h3{font-size:24px;color:#2d2d2d;margin:0 0 18px;font-weight:600}
.mod-card .mod-desc{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0 0 22px}
.mod-card .topics-list{list-style:none;margin:0;padding:0}
.mod-card .topics-list li{font-size:15px;color:#4a4a4a;padding:8px 0 8px 28px;position:relative;line-height:1.5}
.mod-card .topics-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#8CDD18;border-radius:50%}
.approach-section{padding:95px 20px;background:linear-gradient(to bottom,#fff 0%,#f8f9ff 100%)}
.approach-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}
.approach-visual{position:relative}
.approach-visual img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:0 8px 32px #354bb629}
.approach-visual::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:#8cdd1833;border-radius:50%;z-index:-1}
.approach-content h2{font-size:40px;color:#354BB6;margin:0 0 28px;font-weight:700}
.approach-content .lead-txt{font-size:18px;color:#3a3a3a;line-height:1.65;margin:0 0 35px}
.features-stack{display:flex;flex-direction:column;gap:24px}
.feature-row{display:flex;gap:18px;align-items:flex-start}
.feature-row .icon-box{flex-shrink:0;width:52px;height:52px;background:linear-gradient(135deg,#8cdd1826,#354bb626);border-radius:14px;display:flex;align-items:center;justify-content:center}
.feature-row .icon-box svg{width:26px;height:26px;fill:#354BB6}
.feature-row .feature-txt h4{font-size:20px;color:#2d2d2d;margin:0 0 8px;font-weight:600}
.feature-row .feature-txt p{font-size:16px;color:#5a5a5a;line-height:1.6;margin:0}
.instructors-block{padding:90px 20px;background:#fff;position:relative;overflow:hidden}
.instructors-block::before{content:'';position:absolute;top:50%;right:-5%;width:350px;height:350px;background:#d0dffd66;border-radius:50%;transform:translateY(-50%)}
.instructors-wrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.instructors-wrap h2{font-size:40px;color:#354BB6;text-align:center;margin:0 0 60px;font-weight:700}
.instructors-list{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.instructor-card{display:flex;gap:32px;background:#fafbff;padding:35px;border-radius:28px;border:2px solid #D0DFFD;transition:all 200ms ease}
.instructor-card:hover{border-color:#8CDD18;box-shadow:0 6px 24px #354bb61f}
.instructor-card .photo-block{flex-shrink:0}
.instructor-card .photo-block img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #8CDD18}
.instructor-card .info-block h3{font-size:26px;color:#2d2d2d;margin:0 0 8px;font-weight:600}
.instructor-card .info-block .role{font-size:16px;color:#8CDD18;margin:0 0 18px;font-weight:500}
.instructor-card .info-block .bio{font-size:15px;color:#5a5a5a;line-height:1.6;margin:0 0 16px}
.instructor-card .info-block .expertise{display:flex;flex-wrap:wrap;gap:8px}
.instructor-card .info-block .expertise .tag{font-size:13px;color:#354BB6;background:#354bb61a;padding:6px 14px;border-radius:16px}
.enrollment-cta{padding:85px 20px;background:linear-gradient(135deg,#354BB6 0%,#8CDD18 100%);position:relative;overflow:hidden}
.enrollment-cta::before{content:'';position:absolute;top:-40%;left:-10%;width:500px;height:500px;background:#ffffff14;border-radius:50%}
.enrollment-cta::after{content:'';position:absolute;bottom:-30%;right:-8%;width:400px;height:400px;background:#ffffff0f;border-radius:50%}
.ctawrap{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctawrap h2{font-size:44px;color:#fff;margin:0 0 22px;font-weight:700}
.ctawrap .cta-desc{font-size:19px;color:#fffffff2;line-height:1.65;margin:0 0 40px}
.ctawrap .cta-btn{display:inline-block;background:#fff;color:#354BB6;font-size:18px;font-weight:600;padding:18px 50px;border-radius:28px;text-decoration:none;transition:all 200ms ease;box-shadow:0 6px 20px #00000026;position:relative;z-index:3}
.ctawrap .cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040;background:#8CDD18;color:#fff}
@media (max-width: 1024px) {
.herowrap{grid-template-columns:1fr;gap:50px}
.herotxtblock h1{font-size:40px}
.modules-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.approach-inner{grid-template-columns:1fr;gap:50px}
.instructors-list{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.programhero{padding:60px 20px 70px}
.herotxtblock h1{font-size:34px;margin-bottom:22px}
.herotxtblock .introtxt{font-size:17px}
.heroimg-container img{height:320px}
.program-structure{padding:70px 20px}
.structurewrap .section-header h2{font-size:34px}
.structurewrap .section-header .desc{font-size:16px}
.modules-grid{grid-template-columns:1fr;gap:25px}
.mod-card{padding:35px 26px}
.approach-section{padding:70px 20px}
.approach-visual img{height:350px}
.approach-content h2{font-size:32px}
.approach-content .lead-txt{font-size:16px}
.instructors-block{padding:70px 20px}
.instructors-wrap h2{font-size:32px;margin-bottom:45px}
.instructor-card{flex-direction:column;align-items:center;text-align:center;padding:30px}
.instructor-card .photo-block img{width:120px;height:120px}
.instructor-card .info-block .expertise{justify-content:center}
.enrollment-cta{padding:70px 20px}
.ctawrap h2{font-size:36px}
.ctawrap .cta-desc{font-size:17px}
.ctawrap .cta-btn{font-size:16px;padding:16px 40px}
}
@media (max-width: 480px) {
.herotxtblock h1{font-size:28px}
.heroimg-container img{height:260px}
.structurewrap .section-header h2{font-size:28px}
.mod-card h3{font-size:21px}
.approach-content h2{font-size:28px}
.approach-visual img{height:280px}
.feature-row .icon-box{width:46px;height:46px}
.instructors-wrap h2{font-size:28px}
.ctawrap h2{font-size:30px}
}
.heropartners{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#D0DFFD 0%,#8cdd1826 100%);overflow:hidden;padding:60px 20px}
.heropartners::before{content:'';position:absolute;top:-50%;left:-20%;width:600px;height:600px;border:3px solid #354bb633;border-radius:50%;z-index:1}
.heropartners::after{content:'';position:absolute;bottom:-30%;right:-15%;width:500px;height:500px;border:2px solid #8cdd1840;border-radius:50%;z-index:1}
.herotitle-wrap{position:relative;z-index:2;text-align:center;max-width:680px}
.herotitle-wrap h1{font-size:48px;color:#354BB6;margin:0 0 24px;font-weight:700;line-height:1.2}
.herotitle-wrap .subtitle-hero{font-size:19px;color:#333;line-height:1.6;margin:0}
.heroimg-container{position:absolute;top:15%;right:8%;width:220px;height:220px;border-radius:50%;overflow:hidden;border:4px solid #8cdd1899;z-index:3;box-shadow:0 6px 18px #00000026}
.heroimg-container img{width:100%;height:100%;object-fit:cover;filter:sepia(0.15) contrast(1.05)}
.curvedline-bg{position:absolute;top:20%;left:10%;width:300px;height:200px;z-index:1}
.curvedline-bg svg{width:100%;height:100%}
.networkvalue-section{padding:80px 20px;background:#fff}
.networkvalue-container{max-width:1200px;margin:0 auto}
.networkvalue-container h2{font-size:38px;color:#354BB6;margin:0 0 48px;text-align:center;font-weight:700}
.valuegrid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.valuebox{background:linear-gradient(180deg,#d0dffd66 0%,#8cdd1814 100%);padding:36px 28px;border-radius:28px;border:2px solid #354bb626;transition:all 180ms ease}
.valuebox:hover{transform:translateY(-6px);box-shadow:0 8px 24px #354bb633;border-color:#8cdd1880}
.valuebox h3{font-size:22px;color:#354BB6;margin:0 0 16px;font-weight:600}
.valuebox p{font-size:16px;color:#444;line-height:1.7;margin:0}
.partnerprofile-section{padding:80px 20px;background:linear-gradient(90deg,#8cdd180d 0%,#d0dffd4d 100%)}
.partnerprofile-inner{max-width:1200px;margin:0 auto}
.partnerprofile-inner h2{font-size:36px;color:#354BB6;margin:0 0 52px;font-weight:700}
.partnerprofile-inner h2::before{content:'';display:inline-block;width:50px;height:4px;background:linear-gradient(90deg,#8CDD18 0%,#354BB6 100%);margin-right:16px;vertical-align:middle}
.profilecards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.profilecard{background:#fff;border-radius:32px;padding:42px;box-shadow:0 4px 16px #00000014;display:flex;gap:28px;align-items:flex-start;transition:all 200ms ease}
.profilecard:hover{box-shadow:0 6px 28px #354bb62e}
.profilephoto-wrap{flex-shrink:0;width:140px;height:140px;border-radius:50%;overflow:hidden;border:3px solid #8CDD18}
.profilephoto-wrap img{width:100%;height:100%;object-fit:cover}
.profiletext-wrap{flex:1}
.profiletext-wrap h3{font-size:24px;color:#354BB6;margin:0 0 8px;font-weight:600}
.profiletext-wrap .role-label{font-size:15px;color:#8CDD18;font-weight:600;margin:0 0 18px}
.profiletext-wrap p{font-size:16px;color:#555;line-height:1.65;margin:0}
.collaboration-section{padding:80px 20px;background:#fff}
.collaboration-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.collabtext-area h2{font-size:36px;color:#354BB6;margin:0 0 28px;font-weight:700}
.collabtext-area h2::after{content:'';display:block;width:80px;height:5px;background:#8CDD18;margin-top:14px;border-radius:20px}
.collabtext-area p{font-size:17px;color:#444;line-height:1.7;margin:0 0 22px}
.collabtext-area p:last-child{margin-bottom:0}
.collabimg-area{position:relative}
.collabimg-area img{width:100%;height:auto;border-radius:30px;box-shadow:0 5px 20px #0000001f}
.collabimg-area::before{content:'';position:absolute;top:-15px;left:-15px;width:100%;height:100%;background:linear-gradient(135deg,#8cdd1833 0%,#354bb633 100%);border-radius:30px;z-index:-1}
.joinprocess-section{padding:80px 20px 90px;background:linear-gradient(180deg,#d0dffd40 0%,#fff 100%)}
.joinprocess-content{max-width:1200px;margin:0 auto}
.joinprocess-content h2{font-size:38px;color:#354BB6;margin:0 0 56px;text-align:center;font-weight:700}
.steps-container{display:flex;justify-content:space-between;position:relative;gap:20px}
.steps-container::before{content:'';position:absolute;top:50px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#8CDD18 0%,#354BB6 100%);z-index:1}
.stepitem{flex:1;text-align:center;position:relative;z-index:2}
.stepnumber{width:100px;height:100px;margin:0 auto 24px;background:linear-gradient(135deg,#8CDD18 0%,#354BB6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:700;color:#fff;box-shadow:0 4px 14px #354bb64d}
.stepitem h3{font-size:20px;color:#354BB6;margin:0 0 14px;font-weight:600}
.stepitem p{font-size:15px;color:#555;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.heroimg-container{width:180px;height:180px;top:10%;right:5%}
.herotitle-wrap h1{font-size:40px}
.collaboration-wrapper{grid-template-columns:1fr;gap:40px}
.profilecards-container{grid-template-columns:1fr;gap:32px}
.steps-container::before{display:none}
.steps-container{flex-direction:column;align-items:center}
.stepitem{max-width:400px}
}
@media (max-width: 768px) {
.heropartners{min-height:460px;padding:40px 20px}
.heroimg-container{position:static;margin:0 auto 30px;width:160px;height:160px}
.heropartners::before,.heropartners::after{display:none}
.herotitle-wrap h1{font-size:32px}
.herotitle-wrap .subtitle-hero{font-size:17px}
.networkvalue-section,.partnerprofile-section,.collaboration-section,.joinprocess-section{padding:60px 20px}
.networkvalue-container h2,.partnerprofile-inner h2,.collabtext-area h2,.joinprocess-content h2{font-size:28px;margin-bottom:36px}
.valuegrid-layout{grid-template-columns:1fr;gap:24px}
.profilecard{flex-direction:column;padding:32px;text-align:center}
.profilephoto-wrap{margin:0 auto}
.stepnumber{width:80px;height:80px;font-size:32px}
}
@media (max-width: 480px) {
.herotitle-wrap h1{font-size:26px}
.networkvalue-container h2,.partnerprofile-inner h2,.collabtext-area h2,.joinprocess-content h2{font-size:24px}
.valuebox{padding:28px 22px}
.profilecard{padding:24px}
}
.cookiepolicypage{max-width:1200px;margin:0 auto;padding:60px 20px}
.cookiepolicypage .titleblock{position:relative;background:linear-gradient(135deg,#D0DFFD 0%,#fff 100%);border-radius:32px;padding:80px 60px;margin-bottom:80px;box-shadow:0 6px 0 #354bb626 0 12px 24px #00000014;overflow:hidden}
.cookiepolicypage .titleblock::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#8cdd181f;border-radius:50%;z-index:1}
.cookiepolicypage .titleblock::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;background:#354bb614;border-radius:50%;z-index:1}
.cookiepolicypage .titlecontent{position:relative;z-index:2;max-width:900px}
.cookiepolicypage .titlecontent h1{font-size:52px;font-weight:700;color:#354BB6;margin:0 0 24px;line-height:1.2}
.cookiepolicypage .titlecontent .subtitle{font-size:18px;color:#555;line-height:1.6;margin:0}
.cookiepolicypage .contentarea{display:grid;grid-template-columns:280px 1fr;gap:60px;max-width:1200px;margin:0 auto}
.cookiepolicypage .sidenavwrap{position:sticky;top:40px;height:fit-content}
.cookiepolicypage .navlist{list-style:none;margin:0;padding:0}
.cookiepolicypage .navlist li{margin-bottom:8px}
.cookiepolicypage .navlist a{display:block;padding:12px 20px;background:#f8f9fa;color:#555;text-decoration:none;border-radius:12px;font-size:15px;transition:all 180ms;border-left:4px solid transparent}
.cookiepolicypage .navlist a:hover{background:#D0DFFD;color:#354BB6;border-left-color:#8CDD18;transform:translateX(4px)}
.cookiepolicypage .maincontent{background:#fff;padding:60px;border-radius:28px;box-shadow:0 4px 0 #354bb614 0 8px 20px #0000000f}
.cookiepolicypage .maincontent h2{font-size:36px;font-weight:700;color:#354BB6;margin:0 0 16px;position:relative;padding-left:24px}
.cookiepolicypage .maincontent h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:40px;background:linear-gradient(180deg,#8CDD18 0%,#354BB6 100%);border-radius:4px}
.cookiepolicypage .maincontent h3{font-size:26px;font-weight:600;color:#354BB6;margin:48px 0 20px;scroll-margin-top:40px}
.cookiepolicypage .maincontent h4{font-size:20px;font-weight:600;color:#555;margin:32px 0 16px}
.cookiepolicypage .textblock{font-size:16px;line-height:1.8;color:#444;margin-bottom:24px}
.cookiepolicypage .textblock strong{color:#354BB6;font-weight:600}
.cookiepolicypage .textblock a{color:#8CDD18;text-decoration:none;border-bottom:2px solid #8cdd184d;transition:border-color 150ms}
.cookiepolicypage .textblock a:hover{border-bottom-color:#8CDD18}
.cookiepolicypage .infobox{background:linear-gradient(135deg,#d0dffd66 0%,#8cdd1826 100%);border-left:5px solid #8CDD18;padding:28px 32px;border-radius:16px;margin:32px 0}
.cookiepolicypage .infobox p{font-size:16px;line-height:1.7;color:#444;margin:0}
.cookiepolicypage .listbox{background:#f8f9fa;padding:32px;border-radius:20px;margin:28px 0}
.cookiepolicypage .listbox ul{list-style:none;margin:0;padding:0}
.cookiepolicypage .listbox li{position:relative;padding-left:36px;margin-bottom:16px;font-size:16px;line-height:1.7;color:#444}
.cookiepolicypage .listbox li::before{content:'';position:absolute;left:0;top:8px;width:20px;height:20px;background:#8CDD18;border-radius:50%;box-shadow:0 3px 0 #354bb633}
.cookiepolicypage .listbox li::after{content:'';position:absolute;left:6px;top:12px;width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}
.cookiepolicypage .datatablebox{overflow-x:auto;margin:32px 0;border-radius:20px;box-shadow:0 4px 0 #354bb614 0 6px 16px #0000000f}
.cookiepolicypage .tablecontent{width:100%;border-collapse:separate;border-spacing:0;font-size:15px}
.cookiepolicypage .tablecontent thead{background:linear-gradient(135deg,#354BB6 0%,#5169d4 100%)}
.cookiepolicypage .tablecontent th{padding:20px 24px;text-align:left;color:#fff;font-weight:600;border:none}
.cookiepolicypage .tablecontent th:first-child{border-top-left-radius:20px}
.cookiepolicypage .tablecontent th:last-child{border-top-right-radius:20px}
.cookiepolicypage .tablecontent td{padding:20px 24px;border-bottom:1px solid #e8e8e8;color:#444;line-height:1.6}
.cookiepolicypage .tablecontent tbody tr{background:#fff;transition:background 150ms}
.cookiepolicypage .tablecontent tbody tr:hover{background:#d0dffd4d}
.cookiepolicypage .tablecontent tbody tr:last-child td:first-child{border-bottom-left-radius:20px}
.cookiepolicypage .tablecontent tbody tr:last-child td:last-child{border-bottom-right-radius:20px}
.cookiepolicypage .updatedate{display:inline-block;background:#8cdd1826;color:#354BB6;padding:8px 20px;border-radius:24px;font-size:14px;font-weight:600;margin-bottom:32px}
.cookiepolicypage .contactsection{background:linear-gradient(135deg,#354BB6 0%,#5169d4 100%);padding:48px;border-radius:24px;margin-top:60px;text-align:center;box-shadow:0 6px 0 #354bb640 0 12px 28px #354bb633}
.cookiepolicypage .contactsection h3{font-size:28px;font-weight:700;color:#fff;margin:0 0 16px}
.cookiepolicypage .contactsection p{font-size:16px;color:#ffffffe6;margin:0 0 28px;line-height:1.6}
.cookiepolicypage .contactbtn{display:inline-block;background:#8CDD18;color:#354BB6;padding:16px 40px;border-radius:28px;text-decoration:none;font-size:16px;font-weight:600;transition:all 180ms;box-shadow:0 4px 0 #00000026}
.cookiepolicypage .contactbtn:hover{background:#a0e838;transform:translateY(-2px);box-shadow:0 6px 0 #00000026 0 8px 20px #8cdd184d}
@media (max-width: 1024px) {
.cookiepolicypage .contentarea{grid-template-columns:1fr;gap:40px}
.cookiepolicypage .sidenavwrap{position:static;background:#f8f9fa;padding:24px;border-radius:20px}
.cookiepolicypage .navlist{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
}
@media (max-width: 768px) {
.cookiepolicypage{padding:40px 16px}
.cookiepolicypage .titleblock{padding:50px 32px;margin-bottom:50px}
.cookiepolicypage .titlecontent h1{font-size:36px}
.cookiepolicypage .titlecontent .subtitle{font-size:16px}
.cookiepolicypage .maincontent{padding:32px 24px}
.cookiepolicypage .maincontent h2{font-size:28px}
.cookiepolicypage .maincontent h3{font-size:22px}
.cookiepolicypage .navlist{grid-template-columns:1fr}
.cookiepolicypage .contactsection{padding:32px 24px}
}
.privacypol-wrapper{max-width:1200px;margin:0 auto;padding:60px 20px}
.privacypol-hero{background:linear-gradient(135deg,#D0DFFD 0%,#8cdd1826 100%);padding:80px 40px;border-radius:32px;margin-bottom:70px;position:relative;overflow:hidden}
.privacypol-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#354bb614;border-radius:50%;z-index:1}
.privacypol-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#8cdd181f;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.privacypol-hero-inner{position:relative;z-index:2;max-width:800px}
.privacypol-hero-inner h1{font-size:48px;color:#354BB6;margin:0 0 20px;font-weight:700;line-height:1.2}
.privacypol-lastupdate{font-size:16px;color:#666;margin:0 0 25px;font-style:italic}
.privacypol-intro{font-size:18px;color:#444;line-height:1.7;margin:0}
.privacypol-content{background:#fff;padding:50px 45px;border-radius:28px;box-shadow:0 4px 20px #0000000f}
.privacypol-section{margin-bottom:55px;padding-bottom:45px;border-bottom:2px solid #f0f0f0}
.privacypol-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.privacypol-section h2{font-size:32px;color:#354BB6;margin:0 0 25px;font-weight:600;position:relative;padding-left:20px}
.privacypol-section h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:linear-gradient(180deg,#8CDD18 0%,#354BB6 100%);border-radius:3px}
.privacypol-section h3{font-size:22px;color:#333;margin:30px 0 18px;font-weight:600}
.privacypol-text{font-size:17px;color:#555;line-height:1.8;margin:0 0 20px}
.privacypol-list{margin:20px 0;padding:0;list-style:none}
.privacypol-list li{font-size:17px;color:#555;line-height:1.8;margin-bottom:14px;padding-left:32px;position:relative}
.privacypol-list li::before{content:'';position:absolute;left:0;top:10px;width:10px;height:10px;background:#8CDD18;border-radius:50%}
.privacypol-sublist{margin:12px 0 0;padding:0;list-style:none}
.privacypol-sublist li{font-size:16px;color:#666;margin-bottom:10px;padding-left:28px}
.privacypol-sublist li::before{width:8px;height:8px;background:#D0DFFD;top:9px}
.privacypol-highlight{background:#8cdd181a;padding:25px 30px;border-radius:20px;border-left:5px solid #8CDD18;margin:25px 0}
.privacypol-highlight .privacypol-text{margin:0;font-weight:500}
.privacypol-table-wrap{overflow-x:auto;margin:25px 0}
.privacypol-table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000d}
.privacypol-table th{background:linear-gradient(135deg,#354BB6 0%,#5468d4 100%);color:#fff;padding:18px 20px;text-align:left;font-size:16px;font-weight:600}
.privacypol-table td{padding:16px 20px;border-bottom:1px solid #f0f0f0;color:#555;font-size:16px;line-height:1.6}
.privacypol-table tr:last-child td{border-bottom:none}
.privacypol-contact{background:linear-gradient(135deg,#354bb614 0%,#d0dffd4d 100%);padding:35px 40px;border-radius:24px;margin-top:50px}
.privacypol-contact h3{font-size:26px;color:#354BB6;margin:0 0 20px}
.privacypol-contact .privacypol-text{margin-bottom:18px}
.privacypol-contactlink{display:inline-block;color:#354BB6;font-size:18px;font-weight:600;text-decoration:none;padding:12px 28px;background:#fff;border-radius:20px;transition:all 200ms;box-shadow:0 2px 8px #354bb626}
.privacypol-contactlink:hover{background:#8CDD18;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #8cdd184d}
@media (max-width: 768px) {
.privacypol-wrapper{padding:40px 15px}
.privacypol-hero{padding:50px 25px;margin-bottom:40px}
.privacypol-hero-inner h1{font-size:34px}
.privacypol-intro{font-size:16px}
.privacypol-content{padding:30px 20px}
.privacypol-section{margin-bottom:40px;padding-bottom:30px}
.privacypol-section h2{font-size:26px}
.privacypol-section h3{font-size:20px}
.privacypol-table th,.privacypol-table td{padding:12px 14px;font-size:15px}
.privacypol-contact{padding:25px 20px}
}
.successwrap{max-width:1200px;margin:0 auto;padding:0 20px}
.heroblock{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;margin:60px 0 80px;overflow:hidden;border-radius:32px;background:linear-gradient(135deg,#D0DFFD 0%,#f8f9ff 50%,#fff 100%)}
.heroblock::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8cdd1826 0%,transparent 70%);border-radius:50%;z-index:1}
.heroblock::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#354bb61f 0%,transparent 70%);border-radius:50%;z-index:1}
.herocontent{position:relative;z-index:2;text-align:center;padding:80px 40px;max-width:780px}
.successicon{width:120px;height:120px;margin:0 auto 40px;background:linear-gradient(135deg,#8CDD18 0%,#6bb012 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #8cdd184d}
.successicon svg{width:64px;height:64px;fill:#fff}
.herocontent h1{font-size:48px;line-height:1.2;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.herocontent h1 .accent{color:#354BB6;position:relative}
.herocontent h1 .accent::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#8CDD18 0%,#354BB6 100%);border-radius:2px}
.herocontent p{font-size:20px;line-height:1.6;color:#4a4a4a;margin:0}
.detailsarea{background:#fff;border-radius:28px;padding:0;margin:0 0 80px;box-shadow:0 4px 16px #00000014;overflow:hidden}
.inforow{display:grid;grid-template-columns:1fr 1fr;gap:0}
.infocol{padding:60px 50px}
.infocol:first-child{background:linear-gradient(135deg,#f8f9ff 0%,#D0DFFD 100%);border-right:3px solid #8CDD18}
.infocol:last-child{background:#fff}
.infocol h2{font-size:28px;margin:0 0 24px;color:#1a1a1a;font-weight:700;position:relative;padding-left:20px}
.infocol h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:32px;background:#354BB6;border-radius:3px}
.confirmbox{background:#8cdd181a;border:2px solid #8CDD18;border-radius:20px;padding:24px;margin:0 0 32px}
.confirmbox p{margin:0;font-size:16px;line-height:1.6;color:#2a2a2a}
.confirmbox strong{color:#354BB6;font-weight:600}
.detaillist{list-style:none;padding:0;margin:0}
.detaillist li{padding:16px 0;border-bottom:1px solid #e8e8e8;font-size:16px;line-height:1.5;color:#4a4a4a;display:flex;align-items:flex-start}
.detaillist li:last-child{border-bottom:none}
.detaillist li::before{content:'';width:8px;height:8px;background:#8CDD18;border-radius:50%;margin-right:16px;margin-top:6px;flex-shrink:0}
.nextarea{background:#fff}
.nextarea h3{font-size:22px;margin:0 0 20px;color:#1a1a1a;font-weight:600}
.steplist{list-style:none;padding:0;margin:0 0 32px}
.steplist li{padding:18px 0 18px 48px;position:relative;font-size:16px;line-height:1.6;color:#4a4a4a}
.steplist li::before{content:'';position:absolute;left:0;top:18px;width:32px;height:32px;background:linear-gradient(135deg,#354BB6 0%,#8CDD18 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}
.steplist li:nth-child(1)::before{content:'1';display:flex;align-items:center;justify-content:center}
.steplist li:nth-child(2)::before{content:'2';display:flex;align-items:center;justify-content:center}
.steplist li:nth-child(3)::before{content:'3';display:flex;align-items:center;justify-content:center}
.btngroup{display:flex;gap:20px;flex-wrap:wrap}
.mainbtn{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#354BB6 0%,#8CDD18 100%);color:#fff;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;transition:all 180ms ease;box-shadow:0 6px 18px #354bb64d;position:relative;z-index:5}
.mainbtn:hover{transform:translateY(-3px);box-shadow:0 10px 26px #354bb666}
.secondbtn{display:inline-block;padding:16px 36px;background:#fff;color:#354BB6;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;border:2px solid #354BB6;transition:all 180ms ease;position:relative;z-index:5}
.secondbtn:hover{background:#354BB6;color:#fff}
@media (max-width: 768px) {
.heroblock{min-height:360px;margin:40px 0 60px;border-radius:24px}
.herocontent{padding:60px 24px}
.successicon{width:90px;height:90px;margin-bottom:28px}
.successicon svg{width:48px;height:48px}
.herocontent h1{font-size:32px;margin-bottom:18px}
.herocontent p{font-size:17px}
.detailsarea{margin-bottom:60px;border-radius:20px}
.inforow{grid-template-columns:1fr}
.infocol{padding:40px 28px}
.infocol:first-child{border-right:none;border-bottom:3px solid #8CDD18}
.infocol h2{font-size:24px}
.confirmbox{padding:20px;border-radius:16px}
.btngroup{flex-direction:column;gap:16px}
.mainbtn,.secondbtn{display:block;text-align:center}
}
@media (max-width: 480px) {
.herocontent h1{font-size:26px}
.herocontent p{font-size:16px}
.infocol{padding:32px 20px}
.infocol h2{font-size:22px}
}