*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Noto Serif',serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);min-height:100vh;display:flex;flex-direction:column}
.contentlimit{max-width:1536px;margin:0 auto;padding:0 20px;width:100%}
.siteheader{background:linear-gradient(80deg,#694B9E 0%,#fcd60d26 50%,#12fbb41a 100%);box-shadow:0 8px 24px #694b9e1f;position:relative}
.hdwrapper{width:100%}
.toprow{padding:24px 0;border-bottom:2px solid #fcd60d4d}
.toprow .contentlimit{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.logozone{flex-shrink:0}
.logowrap{display:inline-flex;align-items:center;justify-content:center;background:#fff;padding:12px;border-radius:28px;box-shadow:0 4px 16px #694b9e33 inset 0 2px 8px #12fbb41a;transition:transform .3s ease,box-shadow .3s ease}
.logowrap:hover{transform:translateY(-2px);box-shadow:0 6px 20px #694b9e4d}
.logoimg{height:90px;width:90px;object-fit:contain;display:block}
.mainnv{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1;justify-content:flex-end}
.nvlnk{padding:12px 24px;color:#2a2a2a;text-decoration:none;font-weight:700;font-size:15px;border-radius:24px;background:#ffffffb3;box-shadow:0 2px 8px #694b9e14;transition:background .3s ease,color .3s ease;white-space:nowrap}
.nvlnk:hover{background:#fcd60d4d;color:#694B9E}
.bottomrow{padding:16px 0;background:#ffffff80}
.companytitle{text-align:center;font-size:18px;font-weight:400;color:#694B9E;letter-spacing:.5px}
main{flex:1}
.sitefooter{background:linear-gradient(135deg,#694B9E 0%,#12fbb426 100%);padding:40px 0;margin-top:80px;border-top:4px solid #FCD60D;box-shadow:0 -8px 24px #694b9e1a}
.ftwrapper{width:100%}
.footercontent{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;background:#ffffffe6;border-radius:32px;box-shadow:0 4px 16px #694b9e26;border:3px solid #fcd60d66}
.copyright{font-size:14px;color:#2a2a2a;font-weight:400;text-align:center}
.footernv{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}
.ftlnk{padding:8px 20px;color:#694B9E;text-decoration:none;font-weight:700;font-size:14px;border-radius:20px;background:#fcd60d33;border:2px solid #694B9E;transition:background .3s ease,color .3s ease}
.ftlnk:hover{background:#694B9E;color:#fff}
.cookiepopup{position:fixed;bottom:30px;right:30px;z-index:10000;display:none;animation:elastic_bounce .6s ease-out}
.cookiepopup[data-visible="true"]{display:block}
@keyframes elastic_bounce {
0%{transform:scale(0) translateY(50px);opacity:0}
50%{transform:scale(1.1) translateY(-10px)}
70%{transform:scale(0.9) translateY(5px)}
100%{transform:scale(1) translateY(0);opacity:1}
}
.cookiebox{background:linear-gradient(135deg,#fff 0%,#fcd60d1a 100%);padding:28px 32px;border-radius:28px 36px 28px 36px;box-shadow:0 12px 32px #694b9e40;max-width:420px;border:3px solid #12fbb44d}
.cookieheading{font-size:20px;font-weight:700;color:#694B9E;margin-bottom:12px}
.cookietext{font-size:14px;color:#2a2a2a;margin-bottom:20px;line-height:1.5}
.cookiebuttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.cookiebtn{padding:12px 20px;border:none;border-radius:24px;font-family:'Noto Serif',serif;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;flex:1;min-width:110px}
.cookiebtn:hover{transform:translateY(-2px)}
.acceptbtn{background:linear-gradient(135deg,#694B9E 0%,#12FBB4 100%);color:#fff;box-shadow:0 4px 12px #694b9e4d}
.acceptbtn:hover{box-shadow:0 6px 16px #694b9e66}
.rejectbtn{background:#e5e5e5;color:#2a2a2a;box-shadow:0 4px 12px #0000001a}
.rejectbtn:hover{box-shadow:0 6px 16px #00000026}
.customizebtn{background:linear-gradient(135deg,#FCD60D 0%,#12FBB4 100%);color:#2a2a2a;box-shadow:0 4px 12px #fcd60d4d}
.customizebtn:hover{box-shadow:0 6px 16px #fcd60d66}
.savebtn{background:#694B9E;color:#fff;box-shadow:0 4px 12px #694b9e4d;width:100%;margin-top:12px}
.savebtn:hover{box-shadow:0 6px 16px #694b9e66}
.cookiedetails{display:none;padding-top:16px;border-top:2px solid #694b9e33}
.cookiedetails[data-visible="true"]{display:block}
.cookieoption{margin-bottom:12px}
.cookielabel{display:flex;align-items:center;gap:10px;font-size:14px;color:#2a2a2a;cursor:pointer}
.cookiecheckbox{width:18px;height:18px;cursor:pointer;accent-color:#694B9E}
.cookiemanager{position:fixed;bottom:30px;left:30px;z-index:9999;display:none}
.cookiemanager[data-visible="true"]{display:block}
.cookieicon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#694B9E 0%,#FCD60D 100%);border:none;font-size:24px;cursor:pointer;box-shadow:0 6px 20px #694b9e4d;transition:transform .3s ease,box-shadow .3s ease}
.cookieicon:hover{transform:scale(1.1);box-shadow:0 8px 24px #694b9e66}
@media (max-width: 768px) {
.toprow .contentlimit{flex-direction:column;align-items:center;gap:20px}
.mainnv{justify-content:center;width:100%}
.nvlnk{font-size:14px;padding:10px 16px}
.logoimg{height:70px;width:70px}
.companytitle{font-size:16px}
.footercontent{padding:16px}
.footernv{gap:12px}
.cookiepopup{right:15px;bottom:15px;left:15px}
.cookiebox{max-width:100%}
.cookiebuttons{flex-direction:column}
.cookiebtn{width:100%}
}
@media (max-width: 480px) {
.contentlimit{padding:0 15px}
.toprow{padding:16px 0}
.bottomrow{padding:12px 0}
.nvlnk{font-size:13px;padding:8px 12px}
.companytitle{font-size:14px}
.cookieheading{font-size:18px}
.cookietext{font-size:13px}
}
.teachwrapper{width:100%;max-width:1536px;margin:0 auto;padding:0}
.titlesection{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.titlesection .bgimage{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(8px) grayscale(40%);transform:scale(1.1)}
.titlesection::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#694b9ed9 0%,#fcd60dbf 50%,#12fbb4b3 100%)}
.titlecontent{position:relative;z-index:2;text-align:center;max-width:920px;padding:60px 40px;background:#ffffffeb;backdrop-filter:blur(12px);border-radius:32px;box-shadow:0 16px 48px #00000026;margin:0 20px}
.titlecontent h1{font-size:3.2rem;font-weight:700;color:#694B9E;margin:0 0 24px;line-height:1.2}
.titlecontent .divider{width:120px;height:4px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);margin:0 auto 28px;border-radius:8px}
.titlecontent .description{font-size:1.2rem;line-height:1.8;color:#2a2a2a;margin:0}
.methodsgrid{padding:0 20px 100px;max-width:1536px;margin:0 auto}
.gridcontainer{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}
.gridcontainer::before{content:'';position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:180px;height:6px;background:linear-gradient(90deg,#12FBB4 0%,#694B9E 100%);border-radius:12px}
.methodcard{background:#fff;border-radius:28px;padding:44px 36px;box-shadow:0 8px 24px #694b9e1f;transition:all .4s cubic-bezier(0.34,1.56,0.64,1);position:relative;overflow:hidden}
.methodcard::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 100%);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}
.methodcard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #694b9e33}
.methodcard:hover::before{transform:scaleX(1)}
.methodcard .iconwrap{width:72px;height:72px;background:linear-gradient(135deg,#694B9E 0%,#FCD60D 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;position:relative}
.methodcard .iconwrap::after{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#12FBB4 0%,#694B9E 100%);border-radius:20px;opacity:0;transition:opacity .4s ease}
.methodcard:hover .iconwrap::after{opacity:1}
.methodcard .iconwrap svg{width:36px;height:36px;fill:#fff;position:relative;z-index:2}
.methodcard h3{font-size:1.6rem;font-weight:700;color:#694B9E;margin:0 0 16px;line-height:1.3}
.methodcard .txt{font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.methodcard .features{list-style:none;padding:0;margin:0}
.methodcard .features li{position:relative;padding-left:32px;margin-bottom:14px;font-size:.98rem;color:#2a2a2a;line-height:1.6}
.methodcard .features li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:linear-gradient(135deg,#12FBB4 0%,#694B9E 100%);border-radius:50%;box-shadow:0 2px 6px #12fbb44d}
.methodcard:nth-child(2) .iconwrap{background:linear-gradient(135deg,#FCD60D 0%,#12FBB4 100%)}
.methodcard:nth-child(3) .iconwrap{background:linear-gradient(135deg,#12FBB4 0%,#694B9E 100%)}
.methodcard:nth-child(4) .iconwrap{background:linear-gradient(135deg,#694B9E 0%,#12FBB4 100%)}
.methodcard:nth-child(5) .iconwrap{background:linear-gradient(135deg,#FCD60D 0%,#694B9E 100%)}
.methodcard:nth-child(6) .iconwrap{background:linear-gradient(135deg,#12FBB4 0%,#FCD60D 100%)}
@media (max-width: 1200px) {
.gridcontainer{grid-template-columns:repeat(2,1fr);gap:28px}
.titlecontent h1{font-size:2.6rem}
}
@media (max-width: 768px) {
.titlesection{min-height:380px;margin-bottom:60px}
.titlecontent{padding:48px 28px;margin:0 16px}
.titlecontent h1{font-size:2rem;margin-bottom:20px}
.titlecontent .description{font-size:1.05rem}
.gridcontainer{grid-template-columns:1fr;gap:24px}
.methodsgrid{padding:0 16px 80px}
.methodcard{padding:36px 28px}
.methodcard h3{font-size:1.4rem}
}
@media (max-width: 480px) {
.titlecontent h1{font-size:1.7rem}
.titlecontent .description{font-size:1rem}
.methodcard .iconwrap{width:64px;height:64px}
.methodcard .iconwrap svg{width:32px;height:32px}
}
.hrowrapper{width:100%;background:linear-gradient(125deg,#f8f6fc 0%,#fff9e6 50%,#f0fefb 100%);position:relative;overflow:hidden}
.hroct{max-width:1536px;margin:0 auto;padding:80px 24px;display:flex;align-items:center;gap:60px}
.hrotx{flex:1;min-width:0}
.hrotx .maintg{font-size:3rem;line-height:1.15;color:#2a2a2a;margin:0 0 24px;font-weight:700;position:relative}
.hrotx .maintg::before{content:'';position:absolute;left:-16px;top:12px;width:6px;height:60%;background:linear-gradient(180deg,#694B9E 0%,#FCD60D 100%);border-radius:8px}
.hrotx .subdsc{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.hrobt{display:inline-flex;align-items:center;gap:12px;padding:16px 36px;background:linear-gradient(135deg,#694B9E 0%,#8b6bc2 100%);color:#fff;text-decoration:none;border-radius:32px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 8px 24px #694b9e40}
.hrobt:hover{transform:translateY(-3px);box-shadow:0 12px 32px #694b9e59}
.hroimgbx{flex:0 0 480px;position:relative}
.hroimgbx img{width:100%;height:520px;object-fit:cover;border-radius:36px;box-shadow:0 16px 48px #0000001f;filter:saturate(0.85)}
.hroimgbx::after{content:'';position:absolute;right:-30px;bottom:-30px;width:200px;height:200px;background:linear-gradient(45deg,#12FBB4 0%,#12fbb44d 100%);border-radius:50%;z-index:-1;filter:blur(40px)}
.dirctwrapper{width:100%;background:#fff;padding:80px 0}
.dirctct{max-width:1536px;margin:0 auto;padding:0 24px}
.dirctct .scthdr{text-align:center;margin-bottom:56px}
.dirctct .scthdr h2{font-size:2.5rem;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.dirctct .scthdr p{font-size:1.1rem;color:#5a5a5a;max-width:720px;margin:0 auto;line-height:1.7}
.dirctgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.dirctcrd{background:linear-gradient(160deg,#fafafa 0%,#fff 100%);border-radius:28px;padding:36px;transition:all .35s ease;border:2px solid #f0f0f0;position:relative;overflow:hidden}
.dirctcrd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.dirctcrd:hover::before{transform:scaleX(1)}
.dirctcrd:hover{transform:translateY(-8px);box-shadow:0 20px 48px #00000014;border-color:#e0e0e0}
.dirctcrd h3{font-size:1.5rem;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.dirctcrd p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0 0 20px}
.dirctcrd ul{list-style:none;padding:0;margin:0}
.dirctcrd ul li{padding:8px 0;color:#4a4a4a;font-size:.95rem;position:relative;padding-left:24px}
.dirctcrd ul li::before{content:'→';position:absolute;left:0;color:#694B9E;font-weight:700}
.rsrchwrapper{width:100%;background:linear-gradient(110deg,#f9f8fc 0%,#fffef5 100%);padding:80px 0}
.rsrchct{max-width:1536px;margin:0 auto;padding:0 24px;display:flex;gap:60px;align-items:center}
.rsrchimgwrap{flex:0 0 500px}
.rsrchimgwrap img{width:100%;height:440px;object-fit:cover;border-radius:32px;box-shadow:0 16px 40px #0000001a}
.rsrchtxt{flex:1}
.rsrchtxt h2{font-size:2.3rem;color:#2a2a2a;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.rsrchtxt h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:5px;background:linear-gradient(90deg,#FCD60D 0%,#12FBB4 100%);border-radius:8px}
.rsrchtxt p{font-size:1.05rem;line-height:1.75;color:#4a4a4a;margin:0 0 20px}
.rsrchstats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:36px}
.statbx{background:#fff;padding:24px;border-radius:24px;border-left:4px solid #694B9E;box-shadow:0 4px 16px #0000000a}
.statbx .statnum{font-size:2rem;font-weight:700;color:#694B9E;margin:0 0 8px}
.statbx .statlbl{font-size:.95rem;color:#5a5a5a;margin:0}
.hlpwrapper{width:100%;background:#fff;padding:80px 0}
.hlpct{max-width:1536px;margin:0 auto;padding:0 24px}
.hlpct .scthdr{text-align:center;margin-bottom:56px}
.hlpct .scthdr h2{font-size:2.5rem;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.hlpct .scthdr p{font-size:1.1rem;color:#5a5a5a;max-width:680px;margin:0 auto;line-height:1.7}
.hlpgrd{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.hlpcrd{display:flex;gap:24px;padding:32px;background:linear-gradient(135deg,#fafafa 0%,#fff 100%);border-radius:28px;transition:all .3s ease;border:2px solid transparent}
.hlpcrd:hover{border-color:#12FBB4;box-shadow:0 16px 40px #12fbb426;transform:translateX(8px)}
.hlpicn{flex:0 0 72px;height:72px;background:linear-gradient(135deg,#694B9E 0%,#8b6bc2 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}
.hlptxt h3{font-size:1.4rem;color:#2a2a2a;margin:0 0 12px;font-weight:700}
.hlptxt p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0}
.fdbkwrapper{width:100%;background:linear-gradient(100deg,#f8f6fc 0%,#fffdf0 50%,#f0fefb 100%);padding:80px 0}
.fdbkct{max-width:1536px;margin:0 auto;padding:0 24px}
.fdbkct .scthdr{text-align:center;margin-bottom:56px}
.fdbkct .scthdr h2{font-size:2.5rem;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.fdbkct .scthdr p{font-size:1.1rem;color:#5a5a5a;max-width:700px;margin:0 auto;line-height:1.7}
.fdbklayout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.fdbkcards{display:flex;flex-direction:column;gap:24px}
.fdbkitem{background:#fff;padding:28px;border-radius:24px;box-shadow:0 8px 24px #0000000f;transition:all .3s ease;border-left:4px solid transparent}
.fdbkitem:hover{border-left-color:#FCD60D;transform:translateX(8px);box-shadow:0 12px 32px #0000001a}
.fdbkitem .fdbkqt{font-size:1.05rem;line-height:1.7;color:#3a3a3a;margin:0 0 16px;font-style:italic}
.fdbkitem .fdbkauth{font-size:.95rem;color:#694B9E;font-weight:600;margin:0}
.fdbkvisual{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.fdbkvisual img{width:100%;height:260px;object-fit:cover;border-radius:24px;box-shadow:0 8px 24px #00000014}
.fdbkvisual img:first-child{margin-top:40px}
@media (max-width: 1200px) {
.hroct{gap:40px;padding:60px 24px}
.hroimgbx{flex:0 0 400px}
.hroimgbx img{height:450px}
.dirctgrd{grid-template-columns:repeat(2,1fr)}
.rsrchct{gap:40px}
.rsrchimgwrap{flex:0 0 420px}
}
@media (max-width: 968px) {
.hroct{flex-direction:column;text-align:center;gap:48px}
.hroimgbx{flex:0 0 auto;width:100%;max-width:500px}
.hrotx .maintg::before{display:none}
.dirctgrd{grid-template-columns:1fr}
.rsrchct{flex-direction:column-reverse}
.rsrchimgwrap{flex:0 0 auto;width:100%}
.rsrchstats{grid-template-columns:1fr}
.hlpgrd{grid-template-columns:1fr}
.fdbklayout{grid-template-columns:1fr}
.fdbkvisual{grid-template-columns:1fr}
.fdbkvisual img:first-child{margin-top:0}
}
@media (max-width: 640px) {
.hrotx .maintg{font-size:2.2rem}
.hrotx .subdsc{font-size:1rem}
.hroimgbx img{height:380px}
.dirctct .scthdr h2,.hlpct .scthdr h2,.fdbkct .scthdr h2{font-size:2rem}
.rsrchtxt h2{font-size:1.9rem}
.hlpcrd{flex-direction:column;align-items:center;text-align:center}
}
.ctpg{max-width:1536px;margin:0 auto;padding:0}
.hrowrapper{display:flex;align-items:center;gap:0;margin:4rem auto 0;max-width:1536px}
.hrolft{flex:1;padding:3rem 4rem 3rem 3rem}
.hrorgt{flex:1;position:relative;overflow:hidden}
.hrorgt img{width:100%;height:100%;object-fit:cover;display:block}
.hrolft .mttl{font-size:3.2rem;font-weight:700;color:#694B9E;margin:0 0 1rem;line-height:1.2}
.hrolft .scttl{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1.5rem}
.hrolft .dsctxt{font-size:1.05rem;line-height:1.7;color:#555;margin:0 0 2rem}
.btnrw{display:flex;gap:1rem;flex-wrap:wrap}
.btnprim,.btnsec{padding:.9rem 2rem;text-decoration:none;border-radius:28px;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}
.btnprim{background:linear-gradient(135deg,#694B9E 0%,#8B6BB8 100%);color:#fff;position:relative;z-index:2}
.btnprim:hover{transform:translateY(-2px);box-shadow:0 12px 24px #694b9e4d}
.btnsec{background:transparent;color:#694B9E;border:2px solid #694B9E}
.btnsec:hover{background:#694B9E;color:#fff}
.frmblkwrapper{max-width:1536px;margin:5rem auto;padding:0 3rem 6rem}
.frmcntnr{background:linear-gradient(145deg,#f9f9fb 0%,#fff 100%);border-radius:32px;padding:4rem;box-shadow:0 8px 32px #00000014;max-width:860px;margin:0 auto}
.frmcntnr h2{font-size:2.4rem;font-weight:700;color:#694B9E;margin:0 0 1rem;text-align:center}
.frmcntnr .sbhd{font-size:1.1rem;color:#666;text-align:center;margin:0 0 3rem;line-height:1.6}
.frmcntnr form{display:flex;flex-direction:column;gap:2rem}
.fldgrp{display:flex;flex-direction:column;gap:.6rem}
.fldgrp label{font-size:.95rem;font-weight:600;color:#333}
.fldgrp input[type="text"],.fldgrp input[type="email"],.fldgrp input[type="tel"]{padding:1rem 1.3rem;border:2px solid #e0e0e0;border-radius:24px;font-size:1rem;transition:all .3s ease;background:#fff}
.fldgrp input:focus{outline:none;border-color:#694B9E;box-shadow:0 4px 16px #694b9e26}
.rdgrp{display:flex;flex-direction:column;gap:.6rem}
.rdgrp label.manlbl{font-size:.95rem;font-weight:600;color:#333;margin-bottom:.8rem}
.rdopts{display:flex;flex-wrap:wrap;gap:1rem}
.rdopts label{display:flex;align-items:center;gap:.6rem;cursor:pointer;padding:.7rem 1.5rem;border:2px solid #e0e0e0;border-radius:24px;transition:all .3s ease;background:#fff;font-size:.95rem}
.rdopts input[type="radio"]{margin:0;width:18px;height:18px;accent-color:#694B9E;cursor:pointer}
.rdopts label:has(input:checked){border-color:#694B9E;background:linear-gradient(135deg,#694b9e1a 0%,#fcd60d1a 100%)}
.rdopts label:hover{border-color:#694B9E}
.prvcy{display:flex;align-items:flex-start;gap:.8rem;margin-top:1rem}
.prvcy input[type="checkbox"]{margin-top:.3rem;width:20px;height:20px;accent-color:#694B9E;cursor:pointer;flex-shrink:0}
.prvcy label{font-size:.9rem;color:#555;line-height:1.5}
.prvcy label a{color:#694B9E;text-decoration:none;font-weight:600}
.prvcy label a:hover{text-decoration:underline}
.sbmtbtn{padding:1.1rem 3rem;background:linear-gradient(135deg,#694B9E 0%,#8B6BB8 100%);color:#fff;border:none;border-radius:28px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1rem}
.sbmtbtn:hover{transform:translateY(-3px);box-shadow:0 16px 32px #694b9e59}
.cntctinf{background:linear-gradient(125deg,#694b9e0d 0%,#12fbb40d 100%);padding:3rem;border-radius:28px;margin-top:3rem}
.cntctinf h3{font-size:1.8rem;font-weight:700;color:#694B9E;margin:0 0 2rem}
.infitm{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem}
.infitm svg{width:24px;height:24px;flex-shrink:0}
.infitm .inftxt{font-size:1.05rem;color:#333;line-height:1.6}
.infitm .inftxt strong{display:block;font-weight:700;color:#694B9E;margin-bottom:.2rem}
@media (max-width: 1024px) {
.hrowrapper{flex-direction:column;margin-top:2rem}
.hrolft{padding:2.5rem 2rem}
.hrorgt{min-height:420px}
.frmblkwrapper{padding:0 2rem 4rem;margin-top:3rem}
.frmcntnr{padding:3rem 2rem}
}
@media (max-width: 640px) {
.hrolft .mttl{font-size:2.2rem}
.hrolft .scttl{font-size:1.2rem}
.hrolft .dsctxt{font-size:.98rem}
.btnrw{flex-direction:column}
.btnprim,.btnsec{text-align:center}
.hrorgt{min-height:320px}
.frmcntnr{padding:2rem 1.5rem}
.frmcntnr h2{font-size:1.9rem}
.rdopts{flex-direction:column}
.rdopts label{width:100%}
.cntctinf{padding:2rem 1.5rem}
}
.bgwrap{position:relative;width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 0 80px}
.bgwrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(./web_visuals/old_image10.jpg) center/cover no-repeat;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);z-index:1}
.bgwrap::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#694b9ed9 0%,#12fbb459 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%);z-index:2}
.bgwrap .hdcntwrap{position:relative;z-index:3;max-width:940px;margin:0 auto;padding:0 24px;text-align:center}
.bgwrap .hdcntwrap .mntl{font-size:56px;font-weight:700;color:#fff;margin:0 0 28px;line-height:1.2}
.bgwrap .hdcntwrap .extdsc{font-size:20px;line-height:1.7;color:#fff;margin:0;opacity:.95}
.bgwrap .dcrel{position:absolute;width:180px;height:180px;border-radius:50%;background:#fcd60d26;z-index:2}
.bgwrap .dcrel:nth-of-type(1){top:40px;left:60px}
.bgwrap .dcrel:nth-of-type(2){bottom:80px;right:100px;width:220px;height:220px;background:#12fbb41f}
.stryblk{max-width:1536px;margin:0 auto 100px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.stryblk .txtsde{padding:0}
.stryblk .txtsde .sbttl{font-size:16px;font-weight:600;color:#694B9E;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 16px}
.stryblk .txtsde .mnhd{font-size:42px;font-weight:700;color:#2a2a2a;margin:0 0 24px;line-height:1.3}
.stryblk .txtsde .prgrph{font-size:17px;line-height:1.8;color:#4a4a4a;margin:0 0 20px}
.stryblk .txtsde .prgrph:last-child{margin:0}
.stryblk .imgsde{position:relative}
.stryblk .imgsde .imgcnt{width:100%;height:auto;border-radius:32px;box-shadow:0 12px 40px #694b9e33}
.stryblk .imgsde::before{content:'';position:absolute;top:-20px;right:-20px;width:160px;height:160px;background:linear-gradient(135deg,#FCD60D 0%,#12FBB4 100%);border-radius:50%;z-index:-1;opacity:.3}
.vlblk{max-width:1536px;margin:0 auto 110px;padding:80px 24px;background:linear-gradient(110deg,#f8f5fc 0%,#f0fdf9 100%);border-radius:40px}
.vlblk .vlhd{text-align:center;margin:0 0 60px}
.vlblk .vlhd .hdln{font-size:44px;font-weight:700;color:#2a2a2a;margin:0 0 18px;line-height:1.3}
.vlblk .vlhd .sbln{font-size:18px;line-height:1.6;color:#5a5a5a;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.vlblk .vlgrd{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;max-width:1200px;margin:0 auto}
.vlblk .vlgrd .vlcrd{background:#fff;padding:40px 32px;border-radius:28px;box-shadow:0 8px 24px #694b9e14;transition:all .3s ease;position:relative}
.vlblk .vlgrd .vlcrd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);border-radius:28px 28px 0 0;opacity:0;transition:opacity .3s ease}
.vlblk .vlgrd .vlcrd:hover{transform:translateY(-8px);box-shadow:0 16px 48px #694b9e26}
.vlblk .vlgrd .vlcrd:hover::before{opacity:1}
.vlblk .vlgrd .vlcrd .icnwrp{width:64px;height:64px;background:linear-gradient(135deg,#694B9E 0%,#FCD60D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.vlblk .vlgrd .vlcrd .icnwrp svg{width:32px;height:32px;fill:#fff}
.vlblk .vlgrd .vlcrd .crdttl{font-size:22px;font-weight:700;color:#2a2a2a;margin:0 0 14px;line-height:1.4}
.vlblk .vlgrd .vlcrd .crddsc{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.tmblk{max-width:1536px;margin:0 auto;padding:0 24px 100px}
.tmblk .tmhdwrp{text-align:center;margin:0 0 70px}
.tmblk .tmhdwrp .tmhdln{font-size:46px;font-weight:700;color:#2a2a2a;margin:0 0 20px;line-height:1.3;position:relative;display:inline-block}
.tmblk .tmhdwrp .tmhdln::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#694B9E 0%,#12FBB4 100%);border-radius:4px}
.tmblk .tmhdwrp .tmsbln{font-size:18px;line-height:1.7;color:#5a5a5a;margin:24px 0 0;max-width:800px;margin-left:auto;margin-right:auto}
.tmblk .tmlnwrp{position:relative;max-width:1100px;margin:0 auto}
.tmblk .tmlnwrp::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);transform:translateX(-50%)}
.tmblk .tmlnwrp .tmitm{display:flex;margin:0 0 60px;position:relative}
.tmblk .tmlnwrp .tmitm:nth-child(odd){flex-direction:row;justify-content:flex-start}
.tmblk .tmlnwrp .tmitm:nth-child(even){flex-direction:row-reverse;justify-content:flex-start}
.tmblk .tmlnwrp .tmitm .tmcnt{width:calc(50% - 50px);background:#fff;padding:32px 36px;border-radius:24px;box-shadow:0 8px 32px #694b9e1f;position:relative}
.tmblk .tmlnwrp .tmitm:nth-child(odd) .tmcnt{margin-right:auto}
.tmblk .tmlnwrp .tmitm:nth-child(even) .tmcnt{margin-left:auto}
.tmblk .tmlnwrp .tmitm .tmcnt .yr{font-size:32px;font-weight:700;color:#694B9E;margin:0 0 16px;line-height:1}
.tmblk .tmlnwrp .tmitm .tmcnt .ttl{font-size:24px;font-weight:700;color:#2a2a2a;margin:0 0 14px;line-height:1.3}
.tmblk .tmlnwrp .tmitm .tmcnt .dsc{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.tmblk .tmlnwrp .tmitm .tmdot{position:absolute;left:50%;top:32px;transform:translateX(-50%);width:20px;height:20px;background:#FCD60D;border:4px solid #fff;border-radius:50%;box-shadow:0 4px 12px #fcd60d66;z-index:2}
@media (max-width: 1024px) {
.bgwrap .hdcntwrap .mntl{font-size:44px}
.bgwrap .hdcntwrap .extdsc{font-size:18px}
.stryblk{grid-template-columns:1fr;gap:50px;margin-bottom:80px}
.stryblk .txtsde .mnhd{font-size:36px}
.vlblk .vlgrd{grid-template-columns:1fr 1fr;gap:28px}
.vlblk .vlhd .hdln{font-size:36px}
.tmblk .tmlnwrp::before{left:30px}
.tmblk .tmlnwrp .tmitm{flex-direction:row!important;justify-content:flex-start!important;padding-left:70px}
.tmblk .tmlnwrp .tmitm .tmcnt{width:100%;margin:0!important}
.tmblk .tmlnwrp .tmitm .tmdot{left:30px}
}
@media (max-width: 768px) {
.bgwrap{min-height:420px;margin-bottom:60px}
.bgwrap .hdcntwrap .mntl{font-size:36px;margin-bottom:20px}
.bgwrap .hdcntwrap .extdsc{font-size:16px}
.bgwrap .dcrel{display:none}
.stryblk{margin-bottom:60px;gap:40px}
.stryblk .txtsde .mnhd{font-size:30px}
.stryblk .txtsde .prgrph{font-size:16px}
.vlblk{padding:60px 20px;margin-bottom:80px;border-radius:32px}
.vlblk .vlhd{margin-bottom:40px}
.vlblk .vlhd .hdln{font-size:30px}
.vlblk .vlhd .sbln{font-size:16px}
.vlblk .vlgrd{grid-template-columns:1fr;gap:24px}
.vlblk .vlgrd .vlcrd{padding:32px 24px}
.tmblk{padding-bottom:60px}
.tmblk .tmhdwrp{margin-bottom:50px}
.tmblk .tmhdwrp .tmhdln{font-size:32px}
.tmblk .tmhdwrp .tmsbln{font-size:16px}
.tmblk .tmlnwrp .tmitm{margin-bottom:40px;padding-left:60px}
.tmblk .tmlnwrp .tmitm .tmcnt{padding:24px 20px}
.tmblk .tmlnwrp .tmitm .tmcnt .yr{font-size:26px}
.tmblk .tmlnwrp .tmitm .tmcnt .ttl{font-size:20px}
}
.pgwrpr{max-width:1536px;margin:0 auto;width:100%}
.ttlblk{position:relative;padding:120px 24px 80px;overflow:hidden;background:linear-gradient(135deg,#f8f6fb 0%,#fff 100%)}
.ttlblk::before{content:'';position:absolute;top:-50px;right:-50px;width:400px;height:400px;background:linear-gradient(80deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);opacity:.08;border-radius:40% 60% 50% 50%;animation:shpflt 20s ease-in-out infinite}
.ttlblk::after{content:'';position:absolute;bottom:-80px;left:-80px;width:350px;height:350px;background:linear-gradient(160deg,#12FBB4 0%,#694B9E 100%);opacity:.06;border-radius:50% 40% 60% 50%;animation:shpflt 18s ease-in-out infinite reverse}
@keyframes shpflt {
0%,100%{transform:translate(0,0) rotate(0deg)}
33%{transform:translate(20px,-20px) rotate(5deg)}
66%{transform:translate(-15px,15px) rotate(-5deg)}
}
.ttlcntnr{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.ttltxt{padding-right:40px}
.ttltxt h1{font-size:52px;line-height:1.2;color:#2a1f3f;margin:0 0 24px;font-weight:700}
.ttltxt h1::before{content:'';display:block;width:80px;height:6px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 100%);margin-bottom:24px;border-radius:30px}
.ttltxt p{font-size:20px;line-height:1.7;color:#5a4a6f;margin:0}
.ttlimgwrp{position:relative}
.ttlimgshp{position:relative;clip-path:polygon(15% 0%,100% 0%,100% 85%,85% 100%,0% 100%,0% 15%);overflow:hidden;border-radius:32px;box-shadow:0 24px 64px #694b9e26}
.ttlimgshp img{width:100%;height:520px;object-fit:cover;display:block;filter:brightness(0.92) contrast(1.05)}
.ttlimgshp::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 30%,#2a1f3f4d 100%);pointer-events:none}
.dcshp1,.dcshp2{position:absolute;border-radius:50%;z-index:-1}
.dcshp1{top:-40px;left:-40px;width:160px;height:160px;background:linear-gradient(135deg,#FCD60D 0%,#12FBB4 100%);opacity:.12;animation:shpflt 15s ease-in-out infinite}
.dcshp2{bottom:-50px;right:-50px;width:200px;height:200px;background:linear-gradient(225deg,#694B9E 0%,#FCD60D 100%);opacity:.1;animation:shpflt 17s ease-in-out infinite reverse}
.rvwsctnwrp{padding:80px 24px 100px;background:#fff}
.rvwgrd{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:32px}
.rvwcrd{background:linear-gradient(135deg,#fafbfc 0%,#f5f7fa 100%);border-radius:28px;padding:40px;position:relative;border:2px solid #e8ecf1;transition:all .4s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 16px #5a4a6f0f}
.rvwcrd::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);border-radius:28px 28px 0 0;opacity:0;transition:opacity .4s ease}
.rvwcrd:hover{transform:translateY(-8px);box-shadow:0 16px 48px #694b9e26;border-color:#694B9E}
.rvwcrd:hover::before{opacity:1}
.rvwhdr{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e8ecf1}
.rvwavtr{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#694B9E 0%,#FCD60D 100%);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;flex-shrink:0;box-shadow:0 8px 24px #694b9e33}
.rvwmta{flex:1}
.rvwnm{font-size:22px;font-weight:600;color:#2a1f3f;margin:0 0 6px}
.rvwdt{font-size:15px;color:#7a6b8f;margin:0}
.rvwrtng{display:flex;gap:6px;margin-bottom:20px}
.str{width:24px;height:24px;background:linear-gradient(135deg,#FCD60D 0%,#FCD60D 100%);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);transition:transform .3s ease}
.rvwcrd:hover .str{transform:scale(1.15) rotate(12deg)}
.rvwtxt{font-size:17px;line-height:1.8;color:#4a3d5f;margin:0 0 20px}
.rvwcrs{display:inline-block;font-size:14px;font-weight:600;color:#694B9E;background:#694b9e1a;padding:8px 18px;border-radius:20px;margin-top:8px}
.rvwsttswrp{margin-top:80px;padding:64px 48px;background:linear-gradient(135deg,#694B9E 0%,#5a3d85 100%);border-radius:32px;position:relative;overflow:hidden}
.rvwsttswrp::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#fcd60d26;border-radius:50%;filter:blur(60px)}
.rvwsttswrp::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#12fbb41f;border-radius:50%;filter:blur(50px)}
.sttsgrd{position:relative;z-index:2;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:48px;text-align:center}
.sttsitm{padding:24px}
.sttsnmbr{font-size:56px;font-weight:700;color:#fff;margin:0 0 12px;text-shadow:0 4px 16px #0003}
.sttslbl{font-size:18px;color:#f0e8ff;margin:0;font-weight:500}
.fltrwrp{margin-bottom:48px;display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.fltrbtn{padding:12px 28px;border:2px solid #694B9E;background:#fff;color:#694B9E;font-size:16px;font-weight:600;border-radius:24px;cursor:pointer;transition:all .3s ease;position:relative;z-index:5}
.fltrbtn:hover{background:linear-gradient(135deg,#694B9E 0%,#5a3d85 100%);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #694b9e40}
.fltrbtn[data-active="true"]{background:linear-gradient(135deg,#694B9E 0%,#5a3d85 100%);color:#fff;box-shadow:0 8px 24px #694b9e40}
.imgdcr{margin-top:80px;position:relative;border-radius:32px;overflow:hidden;box-shadow:0 24px 64px #694b9e2e}
.imgdcr img{width:100%;height:480px;object-fit:cover;display:block}
.imgdcr::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,#2a1f3f99 100%);pointer-events:none}
.imgvrl{position:absolute;bottom:48px;left:48px;right:48px;z-index:2;color:#fff}
.imgvrl h2{font-size:36px;font-weight:700;margin:0 0 16px;text-shadow:0 4px 16px #0000004d}
.imgvrl p{font-size:19px;line-height:1.6;margin:0;opacity:.95;text-shadow:0 2px 8px #0000004d}
@media (max-width: 1024px) {
.ttlcntnr{grid-template-columns:1fr;gap:48px}
.ttltxt{padding-right:0}
.ttltxt h1{font-size:42px}
.rvwgrd{grid-template-columns:1fr}
.sttsgrd{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.ttlblk{padding:80px 20px 60px}
.ttltxt h1{font-size:36px}
.ttltxt p{font-size:18px}
.ttlimgshp img{height:380px}
.rvwsctnwrp{padding:60px 20px 80px}
.rvwcrd{padding:32px 24px}
.rvwsttswrp{padding:48px 32px;margin-top:60px}
.sttsgrd{grid-template-columns:1fr;gap:32px}
.sttsnmbr{font-size:48px}
.imgdcr{margin-top:60px}
.imgdcr img{height:320px}
.imgvrl{bottom:32px;left:24px;right:24px}
.imgvrl h2{font-size:28px}
.imgvrl p{font-size:17px}
}
.herowrapper{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#694B9E 0%,#8B6BB8 50%,#FCD60D 100%)}
.herowrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fcd60d26 0%,transparent 70%);animation:floatshape 25s infinite ease-in-out}
.herowrapper::after{content:'';position:absolute;bottom:-30%;right:-30%;width:150%;height:150%;background:radial-gradient(circle,#12fbb41f 0%,transparent 60%);animation:floatshape 20s infinite ease-in-out reverse}
@keyframes floatshape {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-30px,40px) rotate(5deg)}
}
.herocontent{position:relative;z-index:2;max-width:960px;margin:0 auto;padding:80px 32px;text-align:center;backdrop-filter:blur(12px);background:#ffffffeb;border-radius:32px;box-shadow:0 20px 60px #694b9e40}
.herocontent .maintitle{font-size:3.2rem;line-height:1.2;color:#694B9E;margin:0 0 32px;font-weight:700;letter-spacing:-.5px}
.herocontent .pointslist{list-style:none;padding:0;margin:0 0 40px;display:flex;flex-direction:column;gap:18px}
.herocontent .pointslist li{font-size:1.15rem;color:#2d2d2d;line-height:1.7;position:relative;padding-left:36px}
.herocontent .pointslist li::before{content:'';position:absolute;left:0;top:8px;width:20px;height:20px;background:linear-gradient(135deg,#12FBB4 0%,#694B9E 100%);border-radius:50%}
.herocontent .primarybt{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#694B9E 0%,#8B6BB8 100%);color:#fff;text-decoration:none;border-radius:28px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px #694b9e4d}
.herocontent .primarybt:hover{transform:translateY(-3px);box-shadow:0 12px 32px #694b9e66;background:linear-gradient(135deg,#8B6BB8 0%,#694B9E 100%)}
.policywrapper{max-width:1280px;margin:0 auto;padding:96px 32px}
.policygrid{display:grid;grid-template-columns:1fr;gap:48px}
.policycard{background:#fff;padding:48px;border-radius:28px;box-shadow:0 12px 40px #694b9e14;position:relative;border:2px solid transparent;transition:all .4s ease}
.policycard::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);border-radius:28px 28px 0 0}
.policycard:hover{border-color:#694b9e33;box-shadow:0 16px 48px #694b9e26;transform:translateY(-4px)}
.policycard .sectionhead{font-size:2rem;color:#694B9E;margin:0 0 24px;font-weight:700;position:relative;padding-bottom:16px}
.policycard .sectionhead::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#12FBB4 0%,#FCD60D 100%);border-radius:4px}
.policycard .textblock{color:#3d3d3d;font-size:1.05rem;line-height:1.8;margin:0 0 28px}
.policycard .textblock:last-child{margin-bottom:0}
.policycard .subheading{font-size:1.4rem;color:#694B9E;margin:32px 0 16px;font-weight:600;position:relative;padding-left:24px}
.policycard .subheading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#FCD60D;border-radius:50%}
.policycard .detaillist{list-style:none;padding:0;margin:24px 0}
.policycard .detaillist li{padding:14px 0 14px 44px;position:relative;color:#3d3d3d;font-size:1.05rem;line-height:1.7;border-bottom:1px solid #694b9e14}
.policycard .detaillist li:last-child{border-bottom:none}
.policycard .detaillist li::before{content:'';position:absolute;left:0;top:22px;width:28px;height:2px;background:linear-gradient(90deg,#694B9E 0%,#12FBB4 100%)}
.policycard .detaillist li strong{color:#694B9E;font-weight:600}
.tablestyle{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #694b9e14}
.tablestyle thead{background:linear-gradient(135deg,#694B9E 0%,#8B6BB8 100%)}
.tablestyle thead th{padding:20px 24px;text-align:left;color:#fff;font-weight:600;font-size:1.05rem}
.tablestyle tbody tr{background:#fff;transition:background .3s ease}
.tablestyle tbody tr:nth-child(even){background:#694b9e08}
.tablestyle tbody tr:hover{background:#12fbb414}
.tablestyle tbody td{padding:18px 24px;color:#3d3d3d;font-size:1rem;line-height:1.6;border-bottom:1px solid #694b9e14}
.tablestyle tbody tr:last-child td{border-bottom:none}
.contactinfo{background:linear-gradient(135deg,#694b9e0d 0%,#12fbb40d 100%);padding:32px;border-radius:24px;margin-top:40px;border-left:6px solid #694B9E}
.contactinfo .infohead{font-size:1.4rem;color:#694B9E;margin:0 0 20px;font-weight:600}
.contactinfo .infotext{color:#3d3d3d;font-size:1.05rem;line-height:1.7;margin:0 0 12px}
.contactinfo .infotext a{color:#694B9E;text-decoration:none;font-weight:600;transition:color .3s ease}
.contactinfo .infotext a:hover{color:#12FBB4}
@media (max-width: 768px) {
.herocontent .maintitle{font-size:2.2rem}
.herocontent{padding:60px 24px;border-radius:24px}
.policywrapper{padding:64px 20px}
.policycard{padding:32px 24px}
.policycard .sectionhead{font-size:1.6rem}
.tablestyle thead th,.tablestyle tbody td{padding:14px 16px;font-size:.95rem}
}
@media (max-width: 480px) {
.herocontent .maintitle{font-size:1.8rem}
.herocontent .pointslist li{font-size:1rem}
.herocontent .primarybt{padding:16px 36px;font-size:1rem}
.policycard .sectionhead{font-size:1.4rem}
.tablestyle{font-size:.9rem}
}
.privwrapper{width:100%;max-width:1536px;margin:0 auto;padding:0 24px}
.tltblk{padding:96px 0 80px;position:relative;overflow:hidden}
.tltblk::before{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,#694b9e1f,#fcd60d14);top:-120px;right:-80px;z-index:0}
.tltblk::after{content:'';position:absolute;width:320px;height:320px;border-radius:50%;background:linear-gradient(235deg,#12fbb41a,#694b9e0f);bottom:-100px;left:-60px;z-index:0}
.tltcnt{position:relative;z-index:1;max-width:920px}
.tltcnt h1{font-size:3.2rem;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.tltcnt .subhd{font-size:1.15rem;color:#4a4a4a;line-height:1.7;max-width:720px}
.lastupd{display:inline-block;padding:8px 20px;background:linear-gradient(90deg,#694b9e14,#fcd60d0d);border-radius:24px;font-size:.9rem;color:#694B9E;margin:32px 0 0;font-weight:500}
.plcyctblk{padding:0 0 120px}
.plcyct{max-width:1024px;margin:0 auto}
.plcysec{background:#fff;border-radius:32px;padding:56px 64px;margin:0 0 48px;box-shadow:0 12px 48px #0000000f;position:relative}
.plcysec::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);border-radius:32px 0 0 32px}
.plcysec h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 28px;line-height:1.3;position:relative;padding-left:24px}
.plcysec h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#694B9E;border-radius:50%}
.plcysec h3{font-size:1.4rem;font-weight:600;color:#2a2a2a;margin:32px 0 20px;line-height:1.4}
.plcysec p{font-size:1.05rem;line-height:1.8;color:#3a3a3a;margin:0 0 20px}
.plcysec ul{list-style:none;padding:0;margin:24px 0}
.plcysec ul li{position:relative;padding-left:32px;margin:0 0 16px;font-size:1.05rem;line-height:1.7;color:#3a3a3a}
.plcysec ul li::before{content:'';position:absolute;left:0;top:10px;width:16px;height:2px;background:linear-gradient(90deg,#694B9E,#12FBB4);border-radius:2px}
.infotbl{background:linear-gradient(120deg,#694b9e0a,#fcd60d08);border-radius:20px;padding:32px;margin:32px 0;border:1px solid #694b9e1f}
.infotbl h4{font-size:1.2rem;font-weight:600;color:#694B9E;margin:0 0 16px}
.infotbl p{margin:0;font-size:1rem}
.cntctinfo{background:linear-gradient(135deg,#12fbb40f,#694b9e0a);border-radius:28px;padding:48px;margin:64px 0 0;text-align:center}
.cntctinfo h3{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.cntctinfo p{font-size:1.1rem;color:#4a4a4a;margin:0 0 32px;line-height:1.7}
.cntctdt{display:flex;flex-direction:row;gap:40px;justify-content:center;flex-wrap:wrap}
.cntctitm{display:flex;flex-direction:column;align-items:center;gap:8px}
.cntctitm span:first-child{font-size:.9rem;color:#6a6a6a;font-weight:500}
.cntctitm span:last-child{font-size:1.15rem;color:#694B9E;font-weight:600}
@media (max-width: 1024px) {
.tltcnt h1{font-size:2.6rem}
.plcysec{padding:48px}
.plcysec h2{font-size:1.75rem}
}
@media (max-width: 768px) {
.privwrapper{padding:0 20px}
.tltblk{padding:64px 0 56px}
.tltcnt h1{font-size:2.2rem}
.tltcnt .subhd{font-size:1.05rem}
.plcyctblk{padding:0 0 80px}
.plcysec{padding:40px 32px;margin:0 0 32px}
.plcysec h2{font-size:1.5rem}
.plcysec h3{font-size:1.25rem}
.cntctinfo{padding:36px 28px}
.cntctdt{flex-direction:column;gap:24px}
}
@media (max-width: 480px) {
.tltcnt h1{font-size:1.85rem}
.plcysec{padding:32px 24px}
.infotbl{padding:24px}
}
.scwrap{width:100%;max-width:1536px;margin:0 auto;padding:0 20px}
.schr{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f4fc 0%,#fff 50%,#f0fdf9 100%);position:relative;overflow:hidden}
.schr::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#694b9e14 0%,transparent 70%);border-radius:50%}
.schr::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#12fbb40f 0%,transparent 70%);border-radius:50%}
.schrcnt{text-align:center;max-width:720px;position:relative;z-index:2;padding:60px 30px}
.scico{width:140px;height:140px;margin:0 auto 40px;background:linear-gradient(135deg,#694B9E 0%,#8b6bc0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 20px 60px #694b9e40}
.scico::before{content:'';position:absolute;inset:-8px;border:2px solid #694B9E;border-radius:50%;opacity:.3}
.scico::after{content:'';position:absolute;inset:-16px;border:1px solid #694B9E;border-radius:50%;opacity:.15}
.scico svg{width:70px;height:70px;fill:#fff}
.schd{font-size:3.2rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.schd::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%);margin:24px auto 0;border-radius:30px}
.sctxt{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 36px}
.scstswrap{background:#fff;border-radius:30px;padding:32px;margin:40px 0;box-shadow:0 12px 40px #0000000f;border:1px solid #694b9e1a}
.scsts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}
.scstitem{padding:20px;background:linear-gradient(135deg,#694b9e0a 0%,#12fbb40a 100%);border-radius:20px;border:1px solid #694b9e14}
.scstlbl{font-size:.9rem;color:#6a6a6a;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.scstval{font-size:1.5rem;font-weight:700;color:#694B9E;margin:0}
.scbtns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.scbtn{padding:18px 40px;border-radius:30px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;position:relative;z-index:1}
.scbtnprim{background:linear-gradient(135deg,#694B9E 0%,#8b6bc0 100%);color:#fff;box-shadow:0 10px 30px #694b9e4d}
.scbtnprim:hover{transform:translateY(-3px);box-shadow:0 14px 40px #694b9e66}
.scbtnsec{background:#fff;color:#694B9E;border:2px solid #694B9E}
.scbtnsec:hover{background:#694B9E;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #694b9e40}
.scinfosec{background:linear-gradient(135deg,#fff 0%,#fefbff 100%);padding:80px 20px;position:relative}
.scinfosec::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1400px;height:2px;background:linear-gradient(90deg,transparent 0%,#694B9E 20%,#FCD60D 50%,#12FBB4 80%,transparent 100%);opacity:.3}
.scinfogrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;max-width:1200px;margin:0 auto}
.scinfocard{background:#fff;padding:36px;border-radius:30px;box-shadow:0 8px 32px #00000014;border:1px solid #694b9e1a;position:relative;overflow:hidden}
.scinfocard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#694B9E 0%,#FCD60D 50%,#12FBB4 100%)}
.scinfohd{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.scinfohd::before{content:'';width:8px;height:8px;background:#12FBB4;border-radius:50%;flex-shrink:0}
.scinfop{font-size:1rem;line-height:1.6;color:#555;margin:0 0 20px}
.scinfolink{display:inline-flex;align-items:center;gap:8px;color:#694B9E;font-weight:600;text-decoration:none;transition:all .3s ease}
.scinfolink:hover{gap:12px;color:#8b6bc0}
.scinfolink::after{content:'→';font-size:1.2rem;transition:transform .3s ease}
.scinfolink:hover::after{transform:translateX(4px)}
.sccontact{display:flex;flex-direction:column;gap:16px;margin:24px 0 0}
.sccontactitem{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#694b9e0a 0%,#fcd60d0a 100%);border-radius:20px;font-size:.95rem;color:#333}
.sccontacticon{width:40px;height:40px;background:linear-gradient(135deg,#694B9E 0%,#8b6bc0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sccontacticon svg{width:20px;height:20px;fill:#fff}
.sccontactval{font-weight:600;color:#1a1a1a}
@media (max-width: 768px) {
.schd{font-size:2.2rem}
.sctxt{font-size:1rem}
.scico{width:110px;height:110px}
.scico svg{width:55px;height:55px}
.scsts{grid-template-columns:1fr}
.scbtns{flex-direction:column}
.scbtn{width:100%;justify-content:center}
.scinfogrid{grid-template-columns:1fr}
.schrcnt{padding:40px 20px}
.scstswrap{padding:24px}
}
@media (max-width: 480px) {
.schd{font-size:1.8rem}
.scico{width:90px;height:90px}
.scico svg{width:45px;height:45px}
.scbtn{padding:16px 32px;font-size:.95rem}
.scinfocard{padding:28px}
}