@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-serif@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-serif@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-serif@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-serif@latest/700-italic.css";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'PT Serif',serif;background:#FFF;color:#1a1a1a;line-height:1.7;font-size:17px}
.hd-wrp{background:linear-gradient(135deg,#F7F7F7 0%,#FFF 50%,#fef5f6 100%);border-bottom:1px solid #d95f6e1f;padding:18px 0}
.hd-cntnt{max-width:1366px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:90px}
.lg-ctnr{flex-shrink:0}
.lg-ctnr img{width:110px;height:110px;display:block;background:#fff9;padding:8px;border-radius:8px;box-shadow:0 2px 8px #d95f6e14}
.cmpny-nm{flex-grow:1;text-align:center;font-size:32px;font-weight:700;color:#D95F6E;letter-spacing:-.5px}
.nv-wrp{flex-shrink:0}
.mn-nv{display:flex;gap:28px;list-style:none;align-items:center}
.mn-nv a{color:#2c2c2c;text-decoration:none;font-size:16px;font-weight:400;transition:color .25s ease;position:relative;padding:6px 0}
.mn-nv a:hover{color:#D95F6E}
.ft-wrp{background:linear-gradient(180deg,#F7F7F7 0%,#FFF 100%);border-top:1px solid #3464ed1a;padding:50px 0 32px;margin-top:80px}
.ft-cntnt{max-width:1366px;margin:0 auto;padding:0 32px}
.ft-tp{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:60px;margin-bottom:45px}
.ft-inf h3{font-size:22px;color:#D95F6E;margin-bottom:18px;font-weight:700}
.ft-inf p{font-size:15px;color:#4a4a4a;line-height:1.8;margin-bottom:12px}
.ft-inf a{color:#3464ED;text-decoration:none;transition:color .25s ease}
.ft-inf a:hover{color:#D95F6E}
.ft-lnks h4{font-size:17px;color:#2c2c2c;margin-bottom:16px;font-weight:700}
.ft-lnks ul{list-style:none}
.ft-lnks li{margin-bottom:10px}
.ft-lnks a{color:#4a4a4a;text-decoration:none;font-size:15px;transition:color .25s ease}
.ft-lnks a:hover{color:#3464ED}
.ft-btm{padding-top:28px;border-top:1px solid #3464ed14;text-align:center}
.ft-btm p{font-size:14px;color:#666}
.ck-ppup{position:fixed;top:0;left:0;width:100%;background:linear-gradient(135deg,#FFF 0%,#fef5f6 100%);box-shadow:0 8px 24px #3464ed26;border-bottom:2px solid #D95F6E;padding:24px 32px;z-index:9999;transform:translateX(-100%);transition:transform .5s cubic-bezier(0.68,-0.55,0.265,1.55);display:none}
.ck-ppup.shw{display:block;transform:translateX(0)}
.ck-ppup.hdn{transform:translateX(-100%)}
.ck-cntnt{max-width:1366px;margin:0 auto}
.ck-hd{font-size:20px;font-weight:700;color:#2c2c2c;margin-bottom:14px}
.ck-txt{font-size:15px;color:#4a4a4a;margin-bottom:22px;line-height:1.6}
.ck-ctgrs{display:flex;gap:40px;margin-bottom:24px;flex-wrap:wrap}
.ck-ctgr{display:flex;align-items:center;gap:12px}
.ck-ctgr label{font-size:15px;color:#2c2c2c;cursor:pointer;display:flex;align-items:center;gap:10px}
.tggl-swch{position:relative;width:52px;height:28px;background:#ccc;border-radius:28px;cursor:pointer;transition:background .3s ease}
.tggl-swch::after{content:'';position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:left .3s ease}
.ck-ctgr input:checked + .tggl-swch{background:#3464ED}
.ck-ctgr input:checked + .tggl-swch::after{left:27px}
.ck-ctgr input{display:none}
.ck-btns{display:flex;gap:16px;flex-wrap:wrap}
.ck-btn{padding:12px 32px;border:none;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:'PT Serif',serif}
.ck-btn.ccpt{background:#3464ED;color:#fff}
.ck-btn.ccpt:hover{background:#2850d1;transform:scale(1.05)}
.ck-btn.dcln{background:#D95F6E;color:#fff}
.ck-btn.dcln:hover{background:#c54959;transform:scale(1.05)}
.ck-tb{position:fixed;right:-60px;top:50%;transform:translateY(-50%) rotate(-90deg);background:#3464ED;color:#fff;padding:12px 24px;border-radius:6px 6px 0 0;cursor:pointer;font-size:14px;font-weight:700;box-shadow:-2px 4px 12px #3464ed33;transition:right .3s ease;z-index:9998;display:none}
.ck-tb:hover{right:-55px}
@media (max-width: 1024px) {
.hd-cntnt{flex-direction:column;gap:24px;padding:24px 20px}
.cmpny-nm{font-size:26px}
.mn-nv{flex-wrap:wrap;justify-content:center;gap:20px}
.ft-tp{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.lg-ctnr img{width:85px;height:85px}
.cmpny-nm{font-size:22px}
.mn-nv{flex-direction:column;gap:14px}
.mn-nv a{font-size:15px}
.ck-ppup{padding:20px 16px}
.ck-ctgrs{flex-direction:column;gap:20px}
.ck-btns{flex-direction:column}
.ck-btn{width:100%}
}
.info-policy{max-width:1366px;margin:0 auto;padding:60px 24px;background:#fff}
.info-policy h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.info-policy h2{font-size:32px;line-height:1.3;color:#2a2a2a;margin:48px 0 20px;font-weight:600}
.info-policy h3{font-size:24px;line-height:1.4;color:#3a3a3a;margin:36px 0 16px;font-weight:600}
.info-policy h4{font-size:20px;line-height:1.4;color:#4a4a4a;margin:28px 0 14px;font-weight:600}
.info-policy h5{font-size:18px;line-height:1.5;color:#5a5a5a;margin:24px 0 12px;font-weight:600}
.info-policy h6{font-size:16px;line-height:1.5;color:#6a6a6a;margin:20px 0 10px;font-weight:600}
.info-policy p{font-size:16px;line-height:1.75;color:#3a3a3a;margin:0 0 20px}
.info-policy ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.info-policy ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.info-policy li{font-size:16px;line-height:1.75;color:#3a3a3a;margin:0 0 12px;padding-left:8px}
.info-policy ul ul,.info-policy ol ol,.info-policy ul ol,.info-policy ol ul{margin:12px 0 0}
.info-policy ul ul{list-style-type:circle}
.info-policy ul ul ul{list-style-type:square}
.info-policy em,.info-policy i{font-style:italic;color:#2a2a2a}
.info-policy strong,.info-policy b{font-weight:600;color:#2a2a2a}
.info-policy a{color:#3464ED;text-decoration:none;border-bottom:1px solid #3464ed4d;transition:all .28s ease}
.info-policy a:hover{color:#D95F6E;border-bottom-color:#d95f6e80}
.info-policy table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}
.info-policy thead{background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%)}
.info-policy thead tr{border:none}
.info-policy thead th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;border:none}
.info-policy tbody{background:#fff}
.info-policy tbody tr{border-bottom:1px solid #e8e8e8;transition:background .24s ease}
.info-policy tbody tr:last-child{border-bottom:none}
.info-policy tbody tr:hover{background:#f9f9f9}
.info-policy td{padding:14px 20px;font-size:15px;line-height:1.6;color:#3a3a3a;border:none}
.info-policy th{padding:14px 20px;font-size:15px;font-weight:600;color:#2a2a2a;text-align:left;background:#F7F7F7;border:none}
.info-policy hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#e0e0e0 20%,#e0e0e0 80%,transparent 100%);margin:48px 0}
.info-policy blockquote{margin:0 0 24px;padding:20px 24px 20px 28px;border-left:4px solid #D95F6E;background:#f9f9f9;border-radius:0 6px 6px 0}
.info-policy blockquote p{margin:0;font-size:16px;line-height:1.7;color:#4a4a4a}
.info-policy code{padding:3px 8px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:4px;font-family:'Courier New',monospace;font-size:14px;color:#3464ED}
.info-policy pre{margin:0 0 24px;padding:20px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:6px;overflow-x:auto}
.info-policy pre code{padding:0;background:transparent;border:none;font-size:14px;line-height:1.6;color:#2a2a2a}
@media (max-width: 768px) {
.info-policy{padding:40px 20px}
.info-policy h1{font-size:32px}
.info-policy h2{font-size:26px;margin:36px 0 16px}
.info-policy h3{font-size:22px;margin:28px 0 14px}
.info-policy h4{font-size:18px;margin:24px 0 12px}
.info-policy table{font-size:14px}
.info-policy thead th,.info-policy td{padding:12px 14px;font-size:14px}
.info-policy ul,.info-policy ol{padding-left:22px}
}
@media (max-width: 480px) {
.info-policy{padding:32px 16px}
.info-policy h1{font-size:28px}
.info-policy h2{font-size:24px}
.info-policy table{display:block;overflow-x:auto;white-space:nowrap}
}
.dtl-hro{background:linear-gradient(135deg,#F7F7F7 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.dtl-hro::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d95f6e14 0%,transparent 70%);border-radius:50%;z-index:0}
.dtl-hro-cntnr{max-width:1366px;margin:0 auto;position:relative;z-index:1}
.dtl-meta-rw{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;align-items:center}
.dtl-tg{display:inline-block;background:linear-gradient(120deg,#D95F6E 0%,#c44d5f 100%);color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.3px}
.dtl-usrfmt{display:inline-flex;align-items:center;gap:6px;background:#fff;padding:6px 14px;border-radius:18px;font-size:13px;color:#555;border:1px solid #e0e0e0}
.dtl-usrfmt::before{content:'';width:6px;height:6px;background:#3464ED;border-radius:50%}
.dtl-ttl-h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.dtl-prc-wrp{display:flex;align-items:baseline;gap:12px;margin-top:20px}
.dtl-prc-mn{font-size:42px;font-weight:700;color:#D95F6E;line-height:1}
.dtl-prc-nt{font-size:14px;color:#666;font-style:italic}
.dtl-img-sctn{background:#fff;padding:60px 20px}
.dtl-img-cntnr{max-width:1366px;margin:0 auto}
.dtl-img-wrp{position:relative;width:100%;height:480px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.dtl-img-wrp img{width:100%;height:100%;object-fit:cover;display:block}
.dtl-prgrm-sctn{background:linear-gradient(160deg,#F7F7F7 0%,#fff 100%);padding:80px 20px;position:relative}
.dtl-prgrm-sctn::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent 0%,#D95F6E 50%,transparent 100%)}
.dtl-prgrm-cntnr{max-width:1366px;margin:0 auto}
.dtl-sctn-hdng{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 40px;position:relative;padding-bottom:16px}
.dtl-sctn-hdng::before{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#3464ED 0%,#D95F6E 100%);border-radius:2px}
.dtl-prgrm-cntnt{background:#fff;padding:48px;border-radius:12px;box-shadow:0 4px 16px #0000000f}
.dtl-prgrm-cntnt h2{font-size:28px;color:#1a1a1a;margin:32px 0 16px;font-weight:600}
.dtl-prgrm-cntnt h2:first-child{margin-top:0}
.dtl-prgrm-cntnt p{font-size:16px;line-height:1.7;color:#444;margin:0 0 20px}
.dtl-prgrm-cntnt ul{margin:0 0 24px;padding-left:24px}
.dtl-prgrm-cntnt ul li{font-size:16px;line-height:1.8;color:#444;margin-bottom:12px;position:relative}
.dtl-prgrm-cntnt ul li::marker{color:#D95F6E}
.dtl-prgrm-cntnt small{display:block;font-size:14px;color:#777;margin-top:8px;font-style:italic}
.dtl-prgrm-cntnt figure{margin:32px 0;padding:24px;background:#F7F7F7;border-left:4px solid #3464ED;border-radius:8px}
.dtl-prgrm-cntnt figcaption{font-size:15px;color:#555;font-weight:500;margin-top:12px}
.dtl-prgrm-cntnt details{margin:24px 0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}
.dtl-prgrm-cntnt summary{padding:16px 20px;background:#fafafa;cursor:pointer;font-weight:600;color:#333;transition:background .3s ease}
.dtl-prgrm-cntnt summary:hover{background:#f0f0f0}
.dtl-prgrm-cntnt details[open] summary{background:#3464ED;color:#fff}
.dtl-prgrm-cntnt details p{padding:20px}
.dtl-dsc-sctn{background:#fff;padding:80px 20px}
.dtl-dsc-cntnr{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:60px}
.dtl-dsc-mn{min-width:0}
.dtl-dsc-mn h2{font-size:32px;color:#1a1a1a;margin:40px 0 20px;font-weight:600;position:relative;padding-left:20px}
.dtl-dsc-mn h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#D95F6E 0%,#3464ED 100%);border-radius:3px}
.dtl-dsc-mn h2:first-child{margin-top:0}
.dtl-dsc-mn h3{font-size:24px;color:#2a2a2a;margin:28px 0 16px;font-weight:600}
.dtl-dsc-mn p{font-size:16px;line-height:1.75;color:#444;margin:0 0 20px}
.dtl-dsc-mn mark{background:linear-gradient(120deg,#d95f6e26 0%,#3464ed26 100%);color:#1a1a1a;padding:2px 6px;border-radius:3px;font-weight:500}
.dtl-dsc-mn small{display:block;font-size:14px;color:#777;margin-top:8px;line-height:1.6}
.dtl-dsc-mn ul,.dtl-dsc-mn ol{margin:0 0 24px;padding-left:28px}
.dtl-dsc-mn ul li,.dtl-dsc-mn ol li{font-size:16px;line-height:1.8;color:#444;margin-bottom:10px}
.dtl-dsc-mn ul li::marker{color:#D95F6E}
.dtl-dsc-mn ol li::marker{color:#3464ED;font-weight:600}
.dtl-dsc-mn details{margin:24px 0;border:2px solid #e8e8e8;border-radius:10px;overflow:hidden;transition:border-color .3s ease}
.dtl-dsc-mn details:hover{border-color:#D95F6E}
.dtl-dsc-mn summary{padding:18px 24px;background:#fafafa;cursor:pointer;font-weight:600;color:#333;transition:all .3s ease;display:flex;align-items:center;gap:12px}
.dtl-dsc-mn summary::before{content:'+';font-size:24px;color:#D95F6E;font-weight:700;transition:transform .3s ease}
.dtl-dsc-mn details[open] summary::before{content:'−';transform:rotate(180deg)}
.dtl-dsc-mn summary:hover{background:#f0f0f0}
.dtl-dsc-mn details[open] summary{background:linear-gradient(120deg,#D95F6E 0%,#c44d5f 100%);color:#fff}
.dtl-dsc-mn details[open] summary::before{color:#fff}
.dtl-dsc-mn details > :not(summary){padding:24px}
.dtl-sdbar{position:sticky;top:20px;height:fit-content}
.dtl-info-crd{background:linear-gradient(135deg,#F7F7F7 0%,#fff 100%);padding:32px 28px;border-radius:16px;border:1px solid #e8e8e8;box-shadow:0 6px 20px #0000000d}
.dtl-info-rw{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e0e0e0}
.dtl-info-rw:last-child{border-bottom:none;padding-bottom:0}
.dtl-info-rw:first-child{padding-top:0}
.dtl-info-lbl{font-size:14px;color:#666;font-weight:500}
.dtl-info-vl{font-size:15px;color:#1a1a1a;font-weight:600}
.dtl-cta-wrp{margin-top:28px;padding-top:28px;border-top:2px solid #e8e8e8}
.dtl-cta-btn{display:block;width:100%;padding:16px 24px;background:linear-gradient(120deg,#D95F6E 0%,#c44d5f 100%);color:#fff;text-align:center;text-decoration:none;border-radius:10px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #d95f6e4d}
.dtl-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #d95f6e66;background:linear-gradient(120deg,#c44d5f 0%,#b3455a 100%)}
@media (max-width: 1024px) {
.dtl-dsc-cntnr{grid-template-columns:1fr;gap:40px}
.dtl-sdbar{position:static}
.dtl-info-crd{max-width:600px;margin:0 auto}
}
@media (max-width: 768px) {
.dtl-hro{padding:60px 20px 40px}
.dtl-ttl-h1{font-size:32px}
.dtl-prc-mn{font-size:32px}
.dtl-img-wrp{height:300px}
.dtl-prgrm-sctn,.dtl-dsc-sctn{padding:60px 20px}
.dtl-sctn-hdng{font-size:28px}
.dtl-prgrm-cntnt{padding:32px 24px}
.dtl-prgrm-cntnt h2{font-size:24px}
.dtl-dsc-mn h2{font-size:26px}
.dtl-dsc-mn h3{font-size:20px}
}
@media (max-width: 480px) {
.dtl-hro{padding:40px 16px 30px}
.dtl-ttl-h1{font-size:26px}
.dtl-prc-wrp{flex-direction:column;align-items:flex-start;gap:8px}
.dtl-prc-mn{font-size:28px}
.dtl-img-wrp{height:240px;border-radius:12px}
.dtl-prgrm-sctn,.dtl-dsc-sctn,.dtl-img-sctn{padding:40px 16px}
.dtl-prgrm-cntnt{padding:24px 20px}
.dtl-info-crd{padding:24px 20px}
}
.ttl_sec{background:linear-gradient(147deg,#F7F7F7 0%,#3464ED 45%,#D95F6E 100%);padding:80px 20px;position:relative;overflow:hidden}
.ttl_sec::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,#3464ed08 1px,transparent 1px),linear-gradient(#3464ed08 1px,transparent 1px);background-size:40px 40px;pointer-events:none}
.ttl_wrp{max-width:1366px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center}
.ttl_cntnt h1{font-size:3.2em;color:#fff;margin:0 0 24px;line-height:1.2;font-weight:700}
.ttl_cntnt .sbtxt{font-size:1.25em;color:#fffffff2;line-height:1.7;margin:0 0 32px}
.ttl_cntnt .desc{font-size:1.05em;color:#ffffffe0;line-height:1.65;max-width:620px}
.ttl_img{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 14px 28px #0003}
.ttl_img img{width:100%;height:380px;object-fit:cover;display:block}
.prgrs_sec{padding:90px 20px;background:#F7F7F7}
.prgrs_wrp{max-width:1366px;margin:0 auto}
.prgrs_wrp h2{font-size:2.4em;color:#2a2a2a;margin:0 0 16px;position:relative;display:inline-block}
.prgrs_wrp h2::after{content:'';position:absolute;bottom:-8px;left:0;width:70%;height:4px;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%);border-radius:2px}
.prgrs_wrp .intro{font-size:1.15em;color:#4a4a4a;line-height:1.7;margin:0 0 50px;max-width:880px}
.trck_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:56px}
.trck_card{background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;border:2px solid transparent}
.trck_card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 24px #0000001f;border-color:#3464ED}
.trck_card h3{font-size:1.4em;color:#D95F6E;margin:0 0 18px}
.trck_card .metric{font-size:2.8em;font-weight:700;color:#3464ED;margin:0 0 12px;line-height:1}
.trck_card .lbl{font-size:.95em;color:#6a6a6a;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}
.trck_card .dtl{font-size:1em;color:#4a4a4a;line-height:1.6}
.prog_vis{background:#fff;border-radius:18px;padding:44px 36px;box-shadow:0 6px 16px #00000014}
.prog_vis h4{font-size:1.3em;color:#2a2a2a;margin:0 0 32px}
.stg_itm{margin-bottom:36px;position:relative}
.stg_itm:last-child{margin-bottom:0}
.stg_hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.stg_name{font-size:1.1em;font-weight:600;color:#2a2a2a}
.stg_pct{font-size:1.05em;font-weight:700;color:#3464ED}
.prog_bar{height:12px;background:#e8e8e8;border-radius:8px;overflow:hidden;position:relative}
.prog_fill{height:100%;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%);border-radius:8px;transition:width .6s ease}
.stg_itm:nth-child(1) .prog_fill{width:100%}
.stg_itm:nth-child(2) .prog_fill{width:82%}
.stg_itm:nth-child(3) .prog_fill{width:65%}
.stg_itm:nth-child(4) .prog_fill{width:43%}
.stg_itm:nth-child(5) .prog_fill{width:18%}
.sprt_sec{padding:85px 20px;background:#fff;position:relative}
.sprt_sec::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:100%;background:linear-gradient(180deg,transparent 0%,#D95F6E 20%,#3464ED 80%,transparent 100%);opacity:.15}
.sprt_wrp{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.sprt_wrp h2{font-size:2.4em;color:#2a2a2a;margin:0 0 52px;text-align:center}
.sprt_wrp h2::before{content:'';display:block;width:60px;height:5px;background:#D95F6E;margin:0 auto 20px;border-radius:3px}
.sprt_grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 50px}
.sprt_blk{display:flex;gap:24px;background:linear-gradient(135deg,#F7F7F7 0%,#fff 100%);padding:32px;border-radius:18px;border-left:5px solid #3464ED;transition:all .3s ease}
.sprt_blk:hover{transform:scale(1.04);box-shadow:0 8px 20px #0000001a}
.sprt_blk:nth-child(2n){border-left-color:#D95F6E}
.sprt_icn{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg,#3464ED 0%,#D95F6E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}
.sprt_blk:nth-child(2n) .sprt_icn{background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%)}
.sprt_txt h3{font-size:1.35em;color:#2a2a2a;margin:0 0 14px}
.sprt_txt p{font-size:1.05em;color:#4a4a4a;line-height:1.65;margin:0}
.outcm_sec{padding:90px 20px;background:linear-gradient(180deg,#F7F7F7 0%,#fff 100%)}
.outcm_wrp{max-width:1366px;margin:0 auto}
.outcm_wrp h2{font-size:2.4em;color:#2a2a2a;margin:0 0 60px;text-align:center;position:relative}
.outcm_wrp h2::after{content:'';position:absolute;bottom:-18px;left:50%;transform:translateX(-50%);width:140px;height:4px;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%);border-radius:2px}
input[type="radio"].tb_ctrl{position:absolute;opacity:0;pointer-events:none}
.tb_nav{display:flex;justify-content:center;gap:16px;margin-bottom:48px;flex-wrap:wrap}
.tb_lbl{padding:14px 32px;background:#e8e8e8;border-radius:10px;cursor:pointer;font-size:1.1em;font-weight:600;color:#4a4a4a;transition:all .3s ease;border:2px solid transparent}
.tb_lbl:hover{background:#d8d8d8;transform:translateY(-2px)}
#tb1:checked ~ .tb_nav label[for="tb1"],#tb2:checked ~ .tb_nav label[for="tb2"],#tb3:checked ~ .tb_nav label[for="tb3"]{background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%);color:#fff;border-color:#3464ED}
.tb_pnl{display:none;animation:fd_in .4s ease}
@keyframes fd_in {
from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:translateY(0)}
}
#tb1:checked ~ .tb_pnl[data-tb="1"],#tb2:checked ~ .tb_pnl[data-tb="2"],#tb3:checked ~ .tb_pnl[data-tb="3"]{display:block}
.outcm_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.outcm_card{background:#fff;padding:36px 32px;border-radius:16px;box-shadow:0 5px 14px #00000012;position:relative;overflow:hidden;transition:all .3s ease}
.outcm_card::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#D95F6E 0%,#3464ED 100%)}
.outcm_card:hover{transform:translateX(8px) scale(1.03);box-shadow:0 10px 24px #0000001f}
.outcm_card h4{font-size:1.35em;color:#D95F6E;margin:0 0 18px}
.outcm_card .stat{font-size:2.2em;font-weight:700;color:#3464ED;margin:0 0 12px}
.outcm_card .info{font-size:1.05em;color:#4a4a4a;line-height:1.65}
.crr_sec{padding:85px 20px;background:#fff}
.crr_wrp{max-width:1366px;margin:0 auto}
.crr_wrp > h2{font-size:2.4em;color:#2a2a2a;margin:0 0 20px}
.crr_wrp > .intro{font-size:1.15em;color:#4a4a4a;line-height:1.7;margin:0 0 56px;max-width:900px}
.crr_timeline{position:relative;padding-left:80px}
.crr_timeline::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#D95F6E 0%,#3464ED 100%);border-radius:2px}
.crr_step{position:relative;margin-bottom:48px;display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:start}
.crr_step::before{content:'';position:absolute;left:-52px;top:8px;width:20px;height:20px;background:#3464ED;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #3464ED}
.crr_step:nth-child(2n)::before{background:#D95F6E;box-shadow:0 0 0 4px #D95F6E}
.crr_img{border-radius:14px;overflow:hidden;box-shadow:0 6px 16px #0000001a}
.crr_img img{width:100%;height:220px;object-fit:cover;display:block}
.crr_data h3{font-size:1.5em;color:#2a2a2a;margin:0 0 10px}
.crr_data .role{font-size:1.1em;color:#D95F6E;font-weight:600;margin:0 0 8px}
.crr_data .cmpny{font-size:1em;color:#6a6a6a;margin:0 0 18px}
.crr_data .story{font-size:1.05em;color:#4a4a4a;line-height:1.65;margin:0 0 16px}
.crr_data .ach{display:flex;gap:24px;flex-wrap:wrap}
.ach_item{background:#F7F7F7;padding:10px 18px;border-radius:8px;font-size:.95em;color:#3464ED;font-weight:600}
@media (max-width: 1024px) {
.ttl_wrp{grid-template-columns:1fr;gap:40px}
.ttl_cntnt h1{font-size:2.6em}
.trck_grid{grid-template-columns:repeat(2,1fr)}
.sprt_grid{grid-template-columns:1fr}
.outcm_grid{grid-template-columns:1fr}
.crr_step{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.ttl_sec{padding:60px 16px}
.ttl_cntnt h1{font-size:2em}
.ttl_cntnt .sbtxt{font-size:1.1em}
.ttl_img img{height:280px}
.prgrs_sec,.sprt_sec,.outcm_sec,.crr_sec{padding:60px 16px}
.prgrs_wrp h2,.sprt_wrp h2,.outcm_wrp h2,.crr_wrp > h2{font-size:2em}
.trck_grid{grid-template-columns:1fr;gap:20px}
.tb_nav{flex-direction:column}
.tb_lbl{text-align:center}
.crr_timeline{padding-left:40px}
.crr_timeline::before{left:10px}
.crr_step::before{left:-30px}
}
.abt-hro{position:relative;background:linear-gradient(147deg,#3464ED 0%,#D95F6E 100%);padding:0;margin:0 auto;max-width:1366px;overflow:hidden}
.abt-hro .hro-grd{display:grid;grid-template-columns:1fr 1.4fr;min-height:520px;gap:0}
.abt-hro .hro-cntnt{padding:80px 60px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.abt-hro .hro-cntnt h1{font-size:52px;line-height:1.15;color:#F7F7F7;margin:0;font-weight:700;text-shadow:0 4px 12px #00000026}
.abt-hro .hro-img-wrp{position:relative;overflow:hidden}
.abt-hro .hro-img-wrp::before{content:'';position:absolute;top:0;left:-60px;width:120px;height:100%;background:linear-gradient(90deg,#3464ED 0%,transparent 100%);z-index:1}
.abt-hro .hro-img-wrp img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;box-shadow:-8px 0 24px #0003}
.stry-sctn{max-width:1366px;margin:0 auto;padding:100px 40px;background:#F7F7F7}
.stry-sctn .stry-lyt{display:flex;flex-direction:row;gap:80px;align-items:flex-start}
.stry-sctn .stry-sdbr{flex:0 0 360px;position:sticky;top:40px}
.stry-sctn .stry-sdbr h2{font-size:38px;line-height:1.2;color:#D95F6E;margin:0 0 28px;font-weight:700}
.stry-sctn .stry-sdbr::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#3464ED 0%,#D95F6E 100%);margin-top:24px;border-radius:2px}
.stry-sctn .stry-mncntnt{flex:1}
.stry-sctn .stry-mncntnt p{font-size:17px;line-height:1.75;color:#2a2a2a;margin:0 0 32px}
.stry-sctn .stry-mncntnt p:last-child{margin-bottom:0}
.stry-sctn .stry-img-gllry{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:56px}
.stry-sctn .stry-img-gllry .gllry-itm{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 16px #00000014;transition:all .35s ease}
.stry-sctn .stry-img-gllry .gllry-itm:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px #00000024}
.stry-sctn .stry-img-gllry .gllry-itm img{width:100%;height:280px;object-fit:cover;display:block}
.tm-sctn{max-width:1366px;margin:0 auto;padding:90px 40px 100px;background:#fff}
.tm-sctn .tm-hdr{text-align:center;margin-bottom:70px}
.tm-sctn .tm-hdr h2{font-size:42px;line-height:1.2;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.tm-sctn .tm-hdr p{font-size:18px;line-height:1.6;color:#5a5a5a;max-width:720px;margin:0 auto}
.tm-sctn .tm-crds{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:48px}
.tm-sctn .tm-crd{background:linear-gradient(135deg,#F7F7F7 0%,#fff 100%);border-radius:16px;padding:0;box-shadow:0 6px 20px #0000000f;overflow:hidden;transition:all .4s ease;border:2px solid transparent}
.tm-sctn .tm-crd:hover{transform:scale(1.04);box-shadow:0 12px 32px #3464ed26;border-color:#3464ED}
.tm-sctn .tm-crd .crd-img-wrp{width:100%;height:320px;overflow:hidden;position:relative}
.tm-sctn .tm-crd .crd-img-wrp img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.tm-sctn .tm-crd .crd-cntnt{padding:32px 28px}
.tm-sctn .tm-crd .crd-cntnt h3{font-size:24px;line-height:1.3;color:#2a2a2a;margin:0 0 8px;font-weight:700}
.tm-sctn .tm-crd .crd-cntnt .crd-rle{font-size:15px;line-height:1.4;color:#D95F6E;margin:0 0 20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.tm-sctn .tm-crd .crd-cntnt p{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.vls-sctn{max-width:1366px;margin:0 auto;padding:90px 40px;background:linear-gradient(175deg,#F7F7F7 0%,#fff 100%)}
.vls-sctn .vls-hdr{text-align:center;margin-bottom:64px}
.vls-sctn .vls-hdr h2{font-size:40px;line-height:1.25;color:#2a2a2a;margin:0 0 18px;font-weight:700}
.vls-sctn .vls-hdr::after{content:'';display:block;width:120px;height:3px;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%);margin:24px auto 0;border-radius:2px}
.vls-sctn .vls-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.vls-sctn .vl-bx{background:#fff;border-radius:12px;padding:40px 32px;box-shadow:0 4px 18px #00000012;transition:all .35s ease;border-left:4px solid transparent}
.vls-sctn .vl-bx:nth-child(1){border-left-color:#D95F6E}
.vls-sctn .vl-bx:nth-child(2){border-left-color:#3464ED}
.vls-sctn .vl-bx:nth-child(3){border-left-color:#D95F6E}
.vls-sctn .vl-bx:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 10px 28px #0000001f}
.vls-sctn .vl-bx .vl-icn{width:56px;height:56px;margin-bottom:24px}
.vls-sctn .vl-bx .vl-icn svg{width:100%;height:100%}
.vls-sctn .vl-bx h3{font-size:22px;line-height:1.3;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.vls-sctn .vl-bx p{font-size:16px;line-height:1.65;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.abt-hro .hro-grd{grid-template-columns:1fr}
.abt-hro .hro-cntnt{padding:60px 40px}
.abt-hro .hro-cntnt h1{font-size:42px}
.abt-hro .hro-img-wrp{min-height:380px}
.stry-sctn .stry-lyt{flex-direction:column;gap:48px}
.stry-sctn .stry-sdbr{flex:1;position:static}
.vls-sctn .vls-grd{grid-template-columns:repeat(2,1fr);gap:32px}
.tm-sctn .tm-crds{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.abt-hro .hro-cntnt{padding:50px 28px}
.abt-hro .hro-cntnt h1{font-size:36px}
.stry-sctn{padding:70px 28px}
.stry-sctn .stry-lyt{gap:36px}
.stry-sctn .stry-sdbr h2{font-size:32px}
.stry-sctn .stry-img-gllry{grid-template-columns:1fr;gap:16px}
.tm-sctn{padding:70px 28px 80px}
.tm-sctn .tm-hdr h2{font-size:34px}
.tm-sctn .tm-crds{gap:36px}
.vls-sctn{padding:70px 28px}
.vls-sctn .vls-hdr h2{font-size:34px}
.vls-sctn .vls-grd{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 480px) {
.abt-hro .hro-cntnt h1{font-size:30px}
.stry-sctn .stry-sdbr h2{font-size:28px}
.stry-sctn .stry-mncntnt p{font-size:16px}
.tm-sctn .tm-hdr h2{font-size:28px}
.tm-sctn .tm-hdr p{font-size:16px}
.vls-sctn .vls-hdr h2{font-size:28px}
}
.cntct-hdr{position:relative;overflow:hidden;background:linear-gradient(135deg,#F7F7F7 0%,#D95F6E 100%);padding:0;margin-bottom:5rem}
.cntct-hdr .img-bleed{position:absolute;top:0;right:-10%;width:55%;height:100%;overflow:hidden}
.cntct-hdr .img-bleed img{width:100%;height:100%;object-fit:cover;filter:contrast(1.15) brightness(0.95);opacity:.85}
.cntct-hdr .txt-safe{max-width:1366px;margin:0 auto;padding:6rem 3rem;position:relative;z-index:2}
.cntct-hdr .hdr-deco{position:absolute;bottom:-1.5rem;left:2rem;width:120px;height:4px;background:linear-gradient(90deg,#3464ED 0%,#D95F6E 100%);border-radius:2px}
.cntct-hdr .hdr-deco::after{content:'';position:absolute;top:-8px;left:0;width:60px;height:4px;background:#D95F6E;border-radius:2px}
.cntct-hdr .main-ttl{font-size:3.2rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;max-width:600px;line-height:1.2}
.cntct-hdr .sub-txt{font-size:1.15rem;color:#2a2a2a;margin:0;max-width:520px;line-height:1.7}
.frm-wrap{max-width:1366px;margin:0 auto;padding:0 3rem 6rem;display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}
.info-sd{position:sticky;top:2rem}
.info-sd .sd-hdr{font-size:1.85rem;font-weight:600;color:#1a1a1a;margin:0 0 2rem;position:relative;padding-left:1.5rem}
.info-sd .sd-hdr::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#D95F6E 0%,#3464ED 100%);border-radius:3px}
.info-sd .cntct-blck{margin-bottom:2.5rem}
.info-sd .cntct-blck .blck-lbl{font-size:.9rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}
.info-sd .cntct-blck .blck-val{font-size:1.1rem;color:#1a1a1a;margin:0;line-height:1.6}
.info-sd .cntct-blck .blck-val a{color:#3464ED;text-decoration:none;transition:color .25s ease}
.info-sd .cntct-blck .blck-val a:hover{color:#D95F6E}
.info-sd .note-txt{background:linear-gradient(135deg,#F7F7F7 0%,#fff 100%);padding:1.8rem;border-radius:8px;border-left:4px solid #D95F6E;margin-top:3rem}
.info-sd .note-txt p{font-size:.95rem;color:#444;margin:0;line-height:1.7}
.frm-ctnr{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 16px #00000014}
.frm-ctnr .frm-ttl{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}
.frm-ctnr .frm-desc{font-size:1rem;color:#555;margin:0 0 2.5rem;line-height:1.6}
.frm-ctnr form{display:flex;flex-direction:column;gap:1.8rem}
.fld-grp{display:flex;flex-direction:column;gap:.5rem}
.fld-grp label{font-size:.95rem;font-weight:600;color:#333;display:flex;align-items:center;gap:.3rem}
.fld-grp label .rqrd{color:#D95F6E;font-size:1.1rem}
.fld-grp input[type="text"],.fld-grp input[type="email"]{width:100%;padding:.9rem 1.2rem;font-size:1rem;color:#1a1a1a;border:2px solid #e0e0e0;border-radius:6px;transition:all .25s ease;background:#fff}
.fld-grp input[type="text"]:focus,.fld-grp input[type="email"]:focus{outline:none;border-color:#3464ED;box-shadow:0 0 0 3px #3464ed1a}
.prrty-slct{position:relative}
.prrty-slct input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.prrty-slct .slct-wrp{display:flex;gap:1rem;flex-wrap:wrap}
.prrty-slct label{flex:1;min-width:140px;padding:1rem 1.5rem;border:2px solid #e0e0e0;border-radius:6px;text-align:center;cursor:pointer;transition:all .25s ease;background:#fff;font-weight:500}
.prrty-slct label:hover{border-color:#D95F6E;background:#d95f6e0d;transform:scale(1.03)}
.prrty-slct input[type="radio"]:checked + label{border-color:#3464ED;background:linear-gradient(135deg,#3464ed1a 0%,#d95f6e1a 100%);font-weight:600;box-shadow:0 4px 12px #3464ed26}
.prvc-chck{display:flex;align-items:flex-start;gap:.8rem;margin-top:.5rem}
.prvc-chck input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;cursor:pointer;flex-shrink:0;accent-color:#3464ED}
.prvc-chck label{font-size:.9rem;color:#555;line-height:1.6;cursor:pointer}
.prvc-chck label a{color:#3464ED;text-decoration:none;font-weight:600;transition:color .25s ease}
.prvc-chck label a:hover{color:#D95F6E}
.sbmt-btn{padding:1.1rem 3rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3464ED 0%,#D95F6E 100%);border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3464ed4d;align-self:flex-start;z-index:10}
.sbmt-btn:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 6px 20px #3464ed66}
.sbmt-btn:active{transform:translateY(0) scale(1.02)}
.rspns-info{max-width:1366px;margin:0 auto 5rem;padding:0 3rem}
.rspns-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.rspns-crd{background:#fff;padding:2.5rem 2rem;border-radius:10px;box-shadow:0 3px 12px #0000000f;position:relative;overflow:hidden;transition:all .3s ease}
.rspns-crd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%)}
.rspns-crd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.rspns-crd .crd-icn{width:60px;height:60px;margin-bottom:1.5rem}
.rspns-crd .crd-icn svg{width:100%;height:100%}
.rspns-crd .crd-ttl{font-size:1.4rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}
.rspns-crd .crd-txt{font-size:.95rem;color:#555;margin:0;line-height:1.7}
@media (max-width: 1024px) {
.cntct-hdr .img-bleed{width:50%;right:-5%}
.frm-wrap{grid-template-columns:1fr;gap:3rem}
.info-sd{position:static}
.rspns-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.cntct-hdr .img-bleed{display:none}
.cntct-hdr .txt-safe{padding:4rem 2rem}
.cntct-hdr .main-ttl{font-size:2.2rem}
.frm-wrap{padding:0 2rem 4rem}
.frm-ctnr{padding:2rem 1.5rem}
.prrty-slct .slct-wrp{flex-direction:column}
.prrty-slct label{min-width:100%}
.rspns-grid{grid-template-columns:1fr}
.rspns-info{padding:0 2rem}
}
@media (max-width: 480px) {
.cntct-hdr .main-ttl{font-size:1.8rem}
.cntct-hdr .sub-txt{font-size:1rem}
.frm-ctnr .frm-ttl{font-size:1.6rem}
.sbmt-btn{width:100%;align-self:stretch}
}
.lrnpg_hro{background:linear-gradient(135deg,#F7F7F7 0%,#3464ED 100%);padding:80px 20px 60px;text-align:center;border-radius:0 0 20px 20px}
.lrnpg_hro .cntr{max-width:1366px;margin:0 auto}
.lrnpg_hro h1{font-size:52px;color:#fff;margin:0 0 18px;font-weight:700}
.lrnpg_hro .sbtl{font-size:19px;color:#ffffffeb;max-width:720px;margin:0 auto;line-height:1.6}
.prgrm_grd{max-width:1366px;margin:60px auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px}
.prgm_crd{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform 0.3s,box-shadow .3s;display:flex;flex-direction:column}
.prgm_crd:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 24px #00000024}
.prgm_crd .img_wrp{width:100%;height:220px;overflow:hidden;position:relative;background:linear-gradient(145deg,#D95F6E 0%,#3464ED 100%)}
.prgm_crd .img_wrp img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.prgm_crd:hover .img_wrp img{transform:scale(1.08)}
.prgm_crd .tag_bx{position:absolute;top:12px;left:12px;background:#fffffff2;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;color:#3464ED}
.prgm_crd .usr_tp{position:absolute;top:12px;right:12px;background:#d95f6eeb;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;color:#fff}
.prgm_crd .cntnt{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.prgm_crd .cntnt h3{font-size:22px;margin:0 0 12px;color:#1a1a1a;line-height:1.3}
.prgm_crd .cntnt .dscrp{font-size:15px;line-height:1.6;color:#555;margin:0 0 18px;flex-grow:1}
.prgm_crd .mt_inf{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:#777;margin-bottom:18px;padding-top:12px;border-top:1px solid #e8e8e8}
.prgm_crd .mt_inf .itm{display:flex;align-items:center;gap:6px}
.prgm_crd .mt_inf .itm i{color:#3464ED;font-size:16px}
.prgm_crd .btm_rw{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.prgm_crd .prc_bx{display:flex;flex-direction:column}
.prgm_crd .prc_bx .prc{font-size:26px;font-weight:700;color:#D95F6E;line-height:1}
.prgm_crd .prc_bx .nt{font-size:12px;color:#888;margin-top:4px}
.prgm_crd .lnk_btn{background:linear-gradient(135deg,#3464ED 0%,#D95F6E 100%);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;transition:transform 0.3s,box-shadow .3s;display:inline-block}
.prgm_crd .lnk_btn:hover{transform:scale(1.05);box-shadow:0 6px 16px #3464ed4d}
.why_sctn{background:linear-gradient(180deg,#F7F7F7 0%,#fff 100%);padding:80px 20px;margin:60px 0}
.why_sctn .cntr{max-width:1366px;margin:0 auto}
.why_sctn h2{font-size:42px;text-align:center;margin:0 0 52px;color:#1a1a1a}
.why_sctn h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%);margin:16px auto 0;border-radius:2px}
.bnft_grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.bnft_itm{background:#fff;padding:32px 24px;border-radius:12px;box-shadow:0 3px 10px #0000000f;transition:transform .3s}
.bnft_itm:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}
.bnft_itm .icn{width:56px;height:56px;background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.bnft_itm .icn i{font-size:28px;color:#fff}
.bnft_itm h3{font-size:20px;margin:0 0 12px;color:#1a1a1a}
.bnft_itm p{font-size:15px;line-height:1.6;color:#555;margin:0}
.strt_sctn{max-width:1366px;margin:80px auto;padding:0 20px}
.strt_sctn .hdng_wrp{text-align:center;margin-bottom:48px}
.strt_sctn h2{font-size:40px;color:#1a1a1a;margin:0 0 16px}
.strt_sctn .sub_hd{font-size:18px;color:#666;max-width:680px;margin:0 auto;line-height:1.6}
.stp_cntnr{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;position:relative}
.stp_bx{position:relative;padding:28px;background:#fff;border-radius:14px;border:2px solid #F7F7F7;transition:border-color .3s}
.stp_bx:hover{border-color:#D95F6E}
.stp_bx .nmbr{width:52px;height:52px;background:linear-gradient(135deg,#3464ED 0%,#D95F6E 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:20px}
.stp_bx h3{font-size:22px;margin:0 0 12px;color:#1a1a1a}
.stp_bx p{font-size:15px;line-height:1.6;color:#555;margin:0}
@media (max-width: 768px) {
.lrnpg_hro h1{font-size:36px}
.lrnpg_hro .sbtl{font-size:16px}
.prgrm_grd{grid-template-columns:1fr;gap:24px}
.why_sctn h2{font-size:32px}
.strt_sctn h2{font-size:30px}
}
.intl_hro{position:relative;overflow:hidden;padding:110px 20px 90px;background:linear-gradient(331deg,#D95F6E 0%,#3464ED 50%,#F7F7F7 100%)}
.intl_hro::before{content:'';position:absolute;top:0;left:-20%;width:140%;height:100%;background:repeating-linear-gradient(45deg,#ffffff0d 0px,#ffffff0d 20px,transparent 20px,transparent 40px);z-index:1}
.intl_hro_ctnr{max-width:1366px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intl_hro_txt h1{font-size:3.2rem;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.intl_hro_txt p{font-size:1.15rem;line-height:1.75;color:#fffffff2;margin:0 0 32px}
.intl_hro_img{position:relative}
.intl_hro_img img{width:100%;height:520px;object-fit:cover;border-radius:18px;filter:sepia(0.15) contrast(1.1) brightness(0.95);box-shadow:0 12px 40px #00000040}
.intl_hro_btn{display:inline-block;padding:14px 38px;background:#fff;color:#3464ED;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .35s ease;box-shadow:0 4px 16px #00000026}
.intl_hro_btn:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000038;background:#F7F7F7}
.prgm_ovrvw{padding:90px 20px;background:#fff}
.prgm_ovrvw_wrp{max-width:1366px;margin:0 auto;display:flex;gap:70px;align-items:flex-start}
.prgm_ovrvw_img{flex:0 0 480px}
.prgm_ovrvw_img img{width:100%;height:580px;object-fit:cover;border-radius:20px;box-shadow:0 8px 28px #0000001f}
.prgm_ovrvw_cntnt{flex:1;padding-top:20px}
.prgm_ovrvw_cntnt h2{font-size:2.6rem;color:#3464ED;margin:0 0 28px;position:relative;padding-bottom:16px}
.prgm_ovrvw_cntnt h2::after{content:'';position:absolute;bottom:0;left:0;width:85px;height:4px;background:linear-gradient(90deg,#D95F6E,#3464ED);border-radius:2px}
.prgm_ovrvw_cntnt p{font-size:1.05rem;line-height:1.8;color:#333;margin:0 0 24px}
.prgm_hlghts{list-style:none;padding:0;margin:32px 0 0}
.prgm_hlghts li{padding:18px 0 18px 48px;position:relative;font-size:1.05rem;line-height:1.65;color:#2a2a2a;border-bottom:1px solid #e8e8e8}
.prgm_hlghts li:last-child{border-bottom:none}
.prgm_hlghts li::before{content:'✓';position:absolute;left:0;top:18px;width:32px;height:32px;background:linear-gradient(135deg,#D95F6E,#3464ED);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;font-size:.9rem}
.sprts_sct{padding:85px 20px;background:linear-gradient(180deg,#F7F7F7 0%,#fff 100%)}
.sprts_sct_wrp{max-width:1366px;margin:0 auto}
.sprts_sct h2{font-size:2.5rem;color:#2a2a2a;text-align:center;margin:0 0 60px;position:relative;display:inline-block;width:100%}
.sprts_sct h2::before{content:'';position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:60px;height:5px;background:#D95F6E;border-radius:3px}
.sprts_grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.sprt_crd{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 6px 20px #00000014;transition:all .35s ease;border:2px solid transparent}
.sprt_crd:hover{transform:translateY(-8px);box-shadow:0 14px 35px #00000026;border-color:#D95F6E}
.sprt_crd_icn{width:64px;height:64px;margin:0 0 24px;background:linear-gradient(135deg,#3464ED,#D95F6E);border-radius:12px;display:flex;align-items:center;justify-content:center}
.sprt_crd_icn svg{width:34px;height:34px;fill:#fff}
.sprt_crd h3{font-size:1.4rem;color:#2a2a2a;margin:0 0 16px}
.sprt_crd p{font-size:1rem;line-height:1.7;color:#555;margin:0}
.tmln_sct{padding:90px 20px;background:#fff;position:relative}
.tmln_sct::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#D95F6E 50%,transparent)}
.tmln_wrp{max-width:1366px;margin:0 auto}
.tmln_wrp h2{font-size:2.5rem;color:#3464ED;margin:0 0 70px;text-align:center}
.tmln_trck{position:relative;padding:0 0 0 60px}
.tmln_trck::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#D95F6E,#3464ED)}
.tmln_itm{position:relative;margin:0 0 50px;display:grid;grid-template-columns:380px 1fr;gap:50px;align-items:start}
.tmln_itm::before{content:'';position:absolute;left:-48px;top:8px;width:18px;height:18px;background:#D95F6E;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #D95F6E;z-index:2}
.tmln_itm:nth-child(even)::before{background:#3464ED;box-shadow:0 0 0 3px #3464ED}
.tmln_img img{width:100%;height:260px;object-fit:cover;border-radius:14px;box-shadow:0 6px 22px #0000001c}
.tmln_cntnt h3{font-size:1.6rem;color:#2a2a2a;margin:0 0 14px;display:flex;align-items:center;gap:12px}
.tmln_cntnt h3 span{display:inline-block;padding:6px 16px;background:#D95F6E;color:#fff;font-size:.85rem;border-radius:20px;font-weight:600}
.tmln_cntnt p{font-size:1.05rem;line-height:1.75;color:#444;margin:0}
.tstmnl_sct{padding:90px 20px;background:linear-gradient(331deg,#d95f6e14 0%,#3464ed14 50%,#f7f7f7f2 100%)}
.tstmnl_wrp{max-width:1366px;margin:0 auto}
.tstmnl_wrp h2{font-size:2.5rem;color:#2a2a2a;margin:0 0 60px;text-align:center}
.tstmnl_grd{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.tstmnl_crd{background:#fff;border-radius:18px;padding:45px;box-shadow:0 8px 26px #0000001a;display:flex;gap:32px}
.tstmnl_prfl img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid #D95F6E;flex-shrink:0}
.tstmnl_txt{flex:1}
.tstmnl_txt p{font-size:1.05rem;line-height:1.75;color:#444;margin:0 0 20px;font-style:italic}
.tstmnl_meta{display:flex;flex-direction:column;gap:4px}
.tstmnl_nm{font-size:1.15rem;font-weight:700;color:#3464ED}
.tstmnl_cntry{font-size:.95rem;color:#777}
@media (max-width: 1024px) {
.intl_hro_ctnr{grid-template-columns:1fr;gap:40px}
.intl_hro_txt h1{font-size:2.6rem}
.prgm_ovrvw_wrp{flex-direction:column;gap:45px}
.prgm_ovrvw_img{flex:1;width:100%}
.sprts_grd{grid-template-columns:1fr 1fr}
.tmln_itm{grid-template-columns:1fr;gap:25px}
.tstmnl_grd{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.intl_hro{padding:70px 20px 60px}
.intl_hro_txt h1{font-size:2.2rem}
.intl_hro_img img{height:380px}
.prgm_ovrvw{padding:60px 20px}
.prgm_ovrvw_cntnt h2{font-size:2rem}
.sprts_grd{grid-template-columns:1fr}
.tmln_sct{padding:60px 20px}
.tmln_trck{padding-left:40px}
.tstmnl_crd{flex-direction:column;padding:35px}
.tstmnl_prfl img{width:90px;height:90px}
}
.infgrphcs_mn{width:100%;max-width:1366px;margin:0 auto}
.title_blck{position:relative;height:420px;overflow:hidden;margin-bottom:80px}
.title_blck::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(331deg,#D95F6E 0%,#3464ED 50%,#F7F7F7 100%);filter:blur(80px);opacity:.4;z-index:1}
.title_blck .txt_zn{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:120px 40px 0;text-align:center}
.title_blck .txt_zn h1{font-size:3.2rem;color:#1a1a1a;margin-bottom:18px;font-weight:700}
.title_blck .txt_zn .dcrv_ln{width:180px;height:4px;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%);margin:0 auto 24px;border-radius:2px}
.title_blck .txt_zn p{font-size:1.15rem;color:#2d2d2d;line-height:1.7;max-width:720px;margin:0 auto}
.vsl_dtls_grp{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:1200px;margin:0 auto 100px;padding:0 40px}
.vsl_dtls_grp .dt_crd{background:#fff;border:2px solid #e8e8e8;border-radius:16px;padding:36px 28px;transition:all .3s ease}
.vsl_dtls_grp .dt_crd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000014;border-color:#D95F6E}
.vsl_dtls_grp .dt_crd .icn_wrp{width:72px;height:72px;background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.vsl_dtls_grp .dt_crd .icn_wrp i{font-size:2rem;color:#fff}
.vsl_dtls_grp .dt_crd h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:16px;font-weight:600}
.vsl_dtls_grp .dt_crd p{font-size:1rem;color:#4a4a4a;line-height:1.65}
.prgrss_trckr_sct{background:linear-gradient(160deg,#F7F7F7 0%,#fff 100%);padding:90px 40px;margin-bottom:100px}
.prgrss_trckr_sct .sct_hdr{text-align:center;margin-bottom:64px}
.prgrss_trckr_sct .sct_hdr h2{font-size:2.6rem;color:#1a1a1a;margin-bottom:14px;font-weight:700}
.prgrss_trckr_sct .sct_hdr .dcr_shp{width:140px;height:3px;background:#3464ED;margin:0 auto 20px}
.prgrss_trckr_sct .sct_hdr p{font-size:1.1rem;color:#3d3d3d;max-width:680px;margin:0 auto;line-height:1.7}
.prgrss_stp_cntnr{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.prgrss_stp{display:flex;align-items:flex-start;gap:32px;position:relative;padding-bottom:48px}
.prgrss_stp:last-child{padding-bottom:0}
.prgrss_stp::after{content:'';position:absolute;left:31px;top:64px;width:3px;height:calc(100% - 64px);background:linear-gradient(180deg,#D95F6E 0%,#3464ED 100%)}
.prgrss_stp:last-child::after{display:none}
.prgrss_stp .nmbr_icn{min-width:64px;height:64px;background:#3464ED;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #3464ed4d}
.prgrss_stp .stp_cntnt{flex:1;background:#fff;border-radius:12px;padding:28px 32px;border-left:4px solid #D95F6E}
.prgrss_stp .stp_cntnt h4{font-size:1.4rem;color:#1a1a1a;margin-bottom:12px;font-weight:600}
.prgrss_stp .stp_cntnt p{font-size:1rem;color:#4a4a4a;line-height:1.65;margin-bottom:16px}
.prgrss_stp .stp_cntnt .prgrss_br_wrp{margin-top:18px}
.prgrss_stp .stp_cntnt .prgrss_lbl{font-size:.9rem;color:#3464ED;margin-bottom:8px;font-weight:600}
.prgrss_stp .stp_cntnt .prgrss_br{width:100%;height:12px;background:#e8e8e8;border-radius:6px;overflow:hidden}
.prgrss_stp .stp_cntnt .prgrss_fll{height:100%;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%);border-radius:6px;transition:width .6s ease}
.cmprsnv_tbls_wrp{max-width:1200px;margin:0 auto 100px;padding:0 40px}
.cmprsnv_tbls_wrp h2{font-size:2.4rem;color:#1a1a1a;text-align:center;margin-bottom:48px;font-weight:700}
.cmprsnv_tbls_wrp h2::before{content:'';display:block;width:80px;height:4px;background:#D95F6E;margin:0 auto 18px}
.cmprsn_grd{display:grid;grid-template-columns:repeat(2,1fr);gap:56px}
.cmprsn_clmn h3{font-size:1.6rem;color:#1a1a1a;margin-bottom:28px;padding-bottom:14px;border-bottom:3px solid #3464ED;font-weight:600}
.cmprsn_clmn .ftr_lst{list-style:none;padding:0;margin:0}
.cmprsn_clmn .ftr_lst li{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;padding:18px;background:#F7F7F7;border-radius:8px;transition:all .25s ease}
.cmprsn_clmn .ftr_lst li:hover{background:#fff;box-shadow:0 4px 14px #0000000f;transform:scale(1.02)}
.cmprsn_clmn .ftr_lst li .chck_icn{width:24px;height:24px;background:#3464ED;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin-top:2px}
.cmprsn_clmn .ftr_lst li .txt{font-size:1rem;color:#2d2d2d;line-height:1.6}
.cmprsn_clmn .ftr_lst li .txt strong{color:#D95F6E;font-weight:600}
.intractv_tbs_sct{background:#fff;padding:90px 40px;margin-bottom:100px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}
.intractv_tbs_sct .sct_ttl{text-align:center;margin-bottom:56px}
.intractv_tbs_sct .sct_ttl h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:16px;font-weight:700}
.intractv_tbs_sct .sct_ttl p{font-size:1.1rem;color:#3d3d3d;max-width:700px;margin:0 auto;line-height:1.7}
.tb_wrppr{max-width:1100px;margin:0 auto}
.tb_wrppr input[type="radio"]{display:none}
.tb_nvgtn{display:flex;gap:12px;margin-bottom:40px;border-bottom:3px solid #e8e8e8;padding-bottom:0}
.tb_wrppr label{flex:1;padding:16px 24px;font-size:1.1rem;color:#4a4a4a;background:#F7F7F7;border:2px solid transparent;border-bottom:none;border-radius:8px 8px 0 0;cursor:pointer;text-align:center;transition:all .3s ease;font-weight:600}
.tb_wrppr label:hover{background:#fff;color:#3464ED}
.tb_wrppr input[type="radio"]:checked + label{background:#fff;color:#D95F6E;border-color:#D95F6E;border-bottom-color:#fff;position:relative;bottom:-3px}
.tb_pnl{display:none;background:#fff;border:2px solid #e8e8e8;border-radius:0 0 12px 12px;padding:40px}
.tb_wrppr input[type="radio"]:checked ~ .tb_cntnt_wrp .tb_pnl:nth-of-type(1),.tb_wrppr input[type="radio"]:nth-of-type(2):checked ~ .tb_cntnt_wrp .tb_pnl:nth-of-type(2),.tb_wrppr input[type="radio"]:nth-of-type(3):checked ~ .tb_cntnt_wrp .tb_pnl:nth-of-type(3){display:block}
.tb_pnl h4{font-size:1.7rem;color:#1a1a1a;margin-bottom:20px;font-weight:700}
.tb_pnl .cntnt_blck{margin-bottom:28px}
.tb_pnl .cntnt_blck h5{font-size:1.3rem;color:#3464ED;margin-bottom:12px;font-weight:600}
.tb_pnl .cntnt_blck p{font-size:1rem;color:#4a4a4a;line-height:1.7;margin-bottom:14px}
.tb_pnl .cntnt_blck ul{list-style:none;padding-left:0}
.tb_pnl .cntnt_blck ul li{padding-left:28px;margin-bottom:10px;position:relative;font-size:1rem;color:#2d2d2d;line-height:1.6}
.tb_pnl .cntnt_blck ul li::before{content:'→';position:absolute;left:0;color:#D95F6E;font-weight:700}
.tb_pnl .stt_bx{background:linear-gradient(135deg,#F7F7F7 0%,#fff 100%);padding:24px;border-radius:12px;border-left:4px solid #3464ED;margin-top:24px}
.tb_pnl .stt_bx .stt_nmbr{font-size:2.2rem;color:#D95F6E;font-weight:700;margin-bottom:8px}
.tb_pnl .stt_bx .stt_lbl{font-size:1rem;color:#3d3d3d;font-weight:600}
.fnl_ctn_sct{max-width:900px;margin:0 auto 80px;padding:60px 40px;background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%);border-radius:24px;text-align:center;color:#fff;box-shadow:0 16px 48px #d95f6e40}
.fnl_ctn_sct h2{font-size:2.3rem;margin-bottom:20px;font-weight:700;color:#fff}
.fnl_ctn_sct p{font-size:1.15rem;line-height:1.7;margin-bottom:32px;color:#fff;opacity:.95}
.fnl_ctn_sct .cta_btn{display:inline-block;padding:16px 48px;background:#fff;color:#D95F6E;font-size:1.1rem;font-weight:700;border-radius:8px;text-decoration:none;transition:all .3s ease;border:3px solid #fff}
.fnl_ctn_sct .cta_btn:hover{background:transparent;color:#fff;transform:scale(1.05)}
@media (max-width: 1024px) {
.vsl_dtls_grp{grid-template-columns:repeat(2,1fr);gap:36px}
.cmprsn_grd{grid-template-columns:1fr;gap:44px}
.title_blck .txt_zn h1{font-size:2.6rem}
}
@media (max-width: 768px) {
.title_blck{height:360px}
.title_blck .txt_zn{padding:80px 30px 0}
.title_blck .txt_zn h1{font-size:2.2rem}
.vsl_dtls_grp{grid-template-columns:1fr;padding:0 30px;gap:28px}
.prgrss_trckr_sct{padding:60px 30px}
.prgrss_trckr_sct .sct_hdr h2{font-size:2rem}
.prgrss_stp{flex-direction:column;gap:20px}
.prgrss_stp::after{left:31px;top:74px}
.cmprsnv_tbls_wrp{padding:0 30px}
.cmprsnv_tbls_wrp h2{font-size:1.9rem}
.tb_nvgtn{flex-direction:column;gap:8px}
.tb_wrppr label{font-size:1rem}
.tb_pnl{padding:28px 24px}
.fnl_ctn_sct{padding:48px 30px;margin-bottom:60px}
.fnl_ctn_sct h2{font-size:1.9rem}
}
@media (max-width: 480px) {
.title_blck .txt_zn h1{font-size:1.8rem}
.title_blck .txt_zn p{font-size:1rem}
.vsl_dtls_grp .dt_crd{padding:28px 22px}
.prgrss_trckr_sct .sct_hdr h2{font-size:1.7rem}
.cmprsnv_tbls_wrp h2{font-size:1.6rem}
.fnl_ctn_sct h2{font-size:1.6rem}
.fnl_ctn_sct .cta_btn{padding:14px 36px;font-size:1rem}
}
.sccs-pg{background:linear-gradient(135deg,#F7F7F7 0%,#fff 100%);padding:0;margin:0}
.sccs-hro{max-width:1366px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}
.sccs-hro::before{content:'';position:absolute;top:40px;left:40px;width:80px;height:80px;border-top:2px solid #D95F6E;border-left:2px solid #D95F6E;opacity:.3}
.sccs-hro::after{content:'';position:absolute;bottom:40px;right:40px;width:80px;height:80px;border-bottom:2px solid #3464ED;border-right:2px solid #3464ED;opacity:.3}
.sccs-vis{position:relative;display:flex;align-items:center;justify-content:center}
.sccs-vis-shp{width:100%;max-width:450px;aspect-ratio:1;background:linear-gradient(135deg,#D95F6E 0%,#3464ED 50%,#F7F7F7 100%);border-radius:50%;position:relative;box-shadow:0 12px 32px #d95f6e33}
.sccs-vis-shp::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;height:85%;background:#fff;border-radius:50%}
.sccs-vis-icn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}
.sccs-vis-icn svg{width:120px;height:120px}
.sccs-txt h1{font-size:3.2rem;line-height:1.2;margin:0 0 24px;color:#1a1a1a}
.sccs-txt h1 .hlt{color:#D95F6E;position:relative;display:inline-block}
.sccs-txt h1 .hlt::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 100%);border-radius:2px}
.sccs-txt p{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.sccs-ck-icn{display:inline-block;width:24px;height:24px;background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%);border-radius:50%;margin-right:8px;vertical-align:middle;position:relative}
.sccs-ck-icn::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}
.sccs-cta-wrp{display:flex;gap:16px;flex-wrap:wrap}
.sccs-btn-prim{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #d95f6e4d;border:none}
.sccs-btn-prim:hover{transform:scale(1.05);box-shadow:0 6px 20px #d95f6e66}
.sccs-btn-sec{display:inline-block;padding:16px 36px;background:transparent;color:#3464ED;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;border:2px solid #3464ED;transition:all .3s ease}
.sccs-btn-sec:hover{background:#3464ED;color:#fff;transform:scale(1.05)}
.sccs-nxt{background:#fff;padding:100px 20px;position:relative;overflow:hidden}
.sccs-nxt::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D95F6E 0%,#3464ED 50%,#F7F7F7 100%)}
.sccs-nxt-cntr{max-width:1366px;margin:0 auto}
.sccs-nxt h2{text-align:center;font-size:2.5rem;margin:0 0 24px;color:#1a1a1a}
.sccs-nxt-sub{text-align:center;font-size:1.2rem;color:#4a4a4a;margin:0 0 60px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}
.sccs-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.sccs-crd{background:#F7F7F7;padding:40px 32px;border-radius:16px;transition:all .3s ease;border:2px solid transparent;position:relative}
.sccs-crd:hover{transform:translateY(-8px);box-shadow:0 12px 24px #3464ed26;border-color:#3464ED}
.sccs-crd-icn{width:64px;height:64px;background:linear-gradient(135deg,#D95F6E 0%,#3464ED 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.sccs-crd-icn svg{width:32px;height:32px}
.sccs-crd h3{font-size:1.5rem;margin:0 0 16px;color:#1a1a1a}
.sccs-crd p{font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.sccs-crd-lnk{color:#3464ED;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}
.sccs-crd-lnk:hover{gap:12px}
.sccs-crd-lnk::after{content:'→';font-size:1.2rem}
.sccs-fnl-cta{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#d95f6e0d 0%,#3464ed0d 100%);border-radius:20px;border:2px solid #3464ed1a}
.sccs-fnl-cta h3{font-size:2rem;margin:0 0 16px;color:#1a1a1a}
.sccs-fnl-cta p{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 32px;max-width:600px;margin-left:auto;margin-right:auto}
@media (max-width: 1024px) {
.sccs-hro{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.sccs-vis{order:-1}
.sccs-txt h1{font-size:2.5rem}
.sccs-grd{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media (max-width: 768px) {
.sccs-txt h1{font-size:2rem}
.sccs-txt p{font-size:1.05rem}
.sccs-cta-wrp{flex-direction:column}
.sccs-btn-prim,.sccs-btn-sec{width:100%;text-align:center}
.sccs-grd{grid-template-columns:1fr}
.sccs-nxt h2{font-size:2rem}
.sccs-nxt-sub{font-size:1.1rem}
.sccs-fnl-cta h3{font-size:1.7rem}
.sccs-hro::before,.sccs-hro::after{width:60px;height:60px}
}
@media (max-width: 480px) {
.sccs-hro{padding:40px 16px}
.sccs-nxt{padding:60px 16px}
.sccs-vis-shp{max-width:300px}
.sccs-vis-icn svg{width:80px;height:80px}
.sccs-crd{padding:32px 24px}
.sccs-fnl-cta{padding:40px 24px}
}