*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Lora',serif;font-size:18px;line-height:1.5;color:#1a1a1a;background:#fff}
::selection{background:#E0FAE6;color:#1a1a1a}
::-moz-selection{background:#E0FAE6;color:#1a1a1a}
::placeholder{font-style:italic;opacity:.55}
.hd-wrap{background:linear-gradient(135deg,#fff 0%,#fef5f3 100%);border-bottom:3px solid #F9572D;box-shadow:0 4px 12px #46318814}
.hd-inner{max-width:1200px;margin:0 auto;padding:0 20px}
.hd-top{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #4631881a}
.logo-box{display:flex;align-items:center;gap:14px}
.logo-img{width:40px;height:40px;object-fit:contain;background:#fff;padding:6px;border-radius:8px;box-shadow:0 0 0 2px #f9572d33 0 2px 8px #4631881f}
.hd-contact-info{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.hd-contact-item{display:flex;align-items:center;gap:8px;font-size:15px;color:#463188;text-decoration:none}
.hd-contact-item i{font-size:18px;color:#F9572D}
.hd-contact-item:hover{color:#F9572D}
.hd-mid{text-align:center;padding:20px 0}
.brand-title{font-size:32px;font-weight:700;color:#463188;letter-spacing:-.5px;line-height:1.1;background:linear-gradient(135deg,#463188 0%,#F9572D 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hd-bot{padding:0}
.nv-main{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:14px 0}
.nv-link{display:flex;align-items:center;gap:8px;padding:10px 18px;font-size:16px;font-weight:700;color:#463188;text-decoration:none;border-radius:6px;transition:all .2s ease;background:#fff;border:2px solid transparent}
.nv-link i{font-size:20px;color:#F9572D}
.nv-link:hover{background:linear-gradient(135deg,#F9572D 0%,#463188 100%);color:#fff;border-color:#463188}
.nv-link:hover i{color:#fff}
main{min-height:60vh}
.ft-wrap{background:#463188;color:#fff;margin-top:80px;box-shadow:0 -2px 4px #4631881a 0 -4px 8px #46318814 0 -8px 16px #4631880f}
.ft-inner{max-width:1200px;margin:0 auto;padding:48px 20px 32px}
.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:40px}
.ft-col-title{font-size:20px;font-weight:700;margin-bottom:16px;color:#E0FAE6;letter-spacing:-.3px}
.ft-nv{list-style:none}
.ft-nv-item{margin-bottom:10px}
.ft-nv-link{color:#fff;text-decoration:none;font-size:16px;display:inline-block;padding:4px 0;border-bottom:2px solid transparent;transition:all .2s ease}
.ft-nv-link:hover{color:#E0FAE6;border-bottom-color:#F9572D}
.ft-contact-block{display:flex;flex-direction:column;gap:12px}
.ft-contact-link{color:#fff;text-decoration:none;font-size:16px;display:flex;align-items:center;gap:10px;padding:6px 0;transition:color .2s ease}
.ft-contact-link i{font-size:20px;color:#F9572D}
.ft-contact-link:hover{color:#E0FAE6}
.ft-contact-text{font-size:15px;line-height:1.6;color:#ffffffd9}
.ft-bottom{border-top:1px solid #e0fae633;padding-top:24px;text-align:center}
.ft-copyright{font-size:15px;color:#ffffffbf}
.ft-logo-box{display:flex;justify-content:center;margin-bottom:20px}
.ft-logo-img{width:48px;height:48px;object-fit:contain;background:#fff;padding:8px;border-radius:10px;box-shadow:0 0 0 3px #f9572d4d}
.cookie-popup{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(150%);width:90%;max-width:700px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #46318826 0 8px 24px #4631881f 0 0 0 3px #f9572d33;padding:32px;z-index:10000;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);display:none}
.cookie-popup.show-popup{display:block;transform:translateX(-50%) translateY(0)}
.cookie-popup.hide-popup{transform:translateX(-50%) translateY(150%)}
.cookie-hd{font-size:22px;font-weight:700;color:#463188;margin-bottom:16px;line-height:1.2}
.cookie-text{font-size:16px;line-height:1.6;color:#1a1a1a;margin-bottom:24px}
.cookie-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:24px}
.cookie-cat{background:linear-gradient(135deg,#fef5f3 0%,#E0FAE6 100%);padding:14px;border-radius:8px;border-left:4px solid #F9572D}
.cookie-cat-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#463188;margin-bottom:6px}
.cookie-cat-label input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.cookie-cat-desc{font-size:13px;color:#666;line-height:1.4}
.cookie-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:space-between}
.cookie-btn{padding:12px 28px;font-size:16px;font-weight:700;font-family:'Lora',serif;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}
.cookie-accept{background:linear-gradient(135deg,#F9572D 0%,#463188 100%);color:#fff}
.cookie-accept:hover{box-shadow:0 4px 12px #f9572d66;transform:translateY(-2px)}
.cookie-decline{background:#fff;color:#463188;border:2px solid #463188;padding:10px 24px}
.cookie-decline:hover{background:#463188;color:#fff}
.cookie-policy-link{display:inline-flex;align-items:center;gap:6px;color:#463188;text-decoration:none;font-size:14px;border-bottom:1px dashed #463188;transition:color .2s ease}
.cookie-policy-link:hover{color:#F9572D;border-bottom-color:#F9572D}
.cookie-policy-link i{font-size:16px}
@media (max-width: 768px) {
.hd-top{flex-direction:column;gap:12px}
.hd-contact-info{justify-content:center}
.brand-title{font-size:26px}
.nv-main{flex-direction:column;gap:6px}
.nv-link{width:100%;justify-content:center}
.ft-grid{grid-template-columns:1fr;gap:32px}
.cookie-popup{width:95%;padding:24px;bottom:20px}
.cookie-grid{grid-template-columns:1fr}
.cookie-actions{flex-direction:column}
.cookie-btn{width:100%}
}
.doc-body-nj{max-width:1200px;margin:0 auto;padding:80px 24px}
.doc-body-nj p{font-size:18px;line-height:1.5;margin:0 0 24px;color:#1a1a1a}
.doc-body-nj p:last-child{margin-bottom:0}
.doc-body-nj ul,.doc-body-nj ol{font-size:18px;line-height:1.5;margin:0 0 24px;padding-left:32px;color:#1a1a1a}
.doc-body-nj ul:last-child,.doc-body-nj ol:last-child{margin-bottom:0}
.doc-body-nj li{margin-bottom:12px}
.doc-body-nj li:last-child{margin-bottom:0}
.doc-body-nj ul li{list-style-type:disc}
.doc-body-nj ol li{list-style-type:decimal}
.doc-body-nj em,.doc-body-nj i{font-style:italic}
.doc-body-nj table{width:100%;border-collapse:collapse;margin:0 0 32px;font-size:18px;line-height:1.5}
.doc-body-nj table:last-child{margin-bottom:0}
.doc-body-nj thead{background:#f5f5f5}
.doc-body-nj th{text-align:left;padding:16px;font-weight:600;color:#1a1a1a;border:1px solid #e0e0e0}
.doc-body-nj tbody tr{border-bottom:1px solid #e0e0e0}
.doc-body-nj td{padding:16px;color:#1a1a1a;border:1px solid #e0e0e0}
.doc-body-nj hr{border:none;height:1px;background:#e0e0e0;margin:48px 0}
.doc-body-nj div{margin:0 0 24px}
.doc-body-nj div:last-child{margin-bottom:0}
@media (max-width: 768px) {
.doc-body-nj{padding:48px 16px}
.doc-body-nj table{font-size:16px;display:block;overflow-x:auto}
.doc-body-nj th,.doc-body-nj td{padding:12px}
}
.jrnl-pg{background:#fff;min-height:100vh;padding-bottom:4rem}
.jrnl-pg .top-wr{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;position:relative}
.jrnl-pg .top-left{position:relative;height:500px;overflow:hidden;border-radius:16px;box-shadow:0 0 40px #46318826}
.jrnl-pg .top-left img{width:100%;height:100%;object-fit:cover;object-position:center}
.jrnl-pg .top-left::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#4631884d,#f9572d33);pointer-events:none}
.jrnl-pg .top-right{padding:0 0 0 4rem;position:relative}
.jrnl-pg .deco-shp{position:absolute;pointer-events:none;z-index:0}
.jrnl-pg .deco-shp.shp-1{width:80px;height:80px;border:3px solid #E0FAE6;border-radius:50%;top:-20px;left:3rem;opacity:.6}
.jrnl-pg .deco-shp.shp-2{width:60px;height:60px;background:linear-gradient(135deg,#f9572d1a,#4631881a);border-radius:8px;bottom:40px;left:2.5rem;transform:rotate(15deg)}
.jrnl-pg .top-txt{position:relative;z-index:1}
.jrnl-pg .top-txt h1{font-size:3.2rem;line-height:1.1;font-weight:300;letter-spacing:.02em;color:#463188;margin:0 0 1rem}
.jrnl-pg .top-txt h2{font-size:2.4rem;line-height:1.2;font-weight:700;color:#F9572D;margin:0 0 1.5rem}
.jrnl-pg .top-txt p{font-size:18px;line-height:1.5;color:#333;margin:0}
.jrnl-pg .divider-1{width:100%;height:80px;position:relative;overflow:hidden}
.jrnl-pg .divider-1 svg{display:block;width:100%;height:100%}
.jrnl-pg .stories-sec{background:linear-gradient(90deg,#E0FAE6 0%,#fff 100%);padding:4rem 1.5rem;position:relative}
.jrnl-pg .stories-sec::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(135deg,transparent 45%,#f9572d08 45%,#f9572d08 55%,transparent 55%),linear-gradient(45deg,transparent 45%,#46318808 45%,#46318808 55%,transparent 55%);background-size:40px 40px;pointer-events:none;opacity:.4}
.jrnl-pg .stories-cnt{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.jrnl-pg .stories-cnt h3{font-size:2rem;line-height:1.2;font-weight:600;color:#463188;margin:0 0 2.5rem;text-align:center}
.jrnl-pg .story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.jrnl-pg .story-crd{background:#fff;border-radius:12px;padding:2rem;box-shadow:inset 0 2px 8px #0000000f 0 0 20px #46318814;border-left:4px solid #F9572D;transition:transform .3s ease,box-shadow .3s ease}
.jrnl-pg .story-crd:hover{transform:translateY(-4px);box-shadow:inset 0 2px 8px #0000000f 0 0 30px #46318826}
.jrnl-pg .story-crd h4{font-size:1.4rem;line-height:1.3;font-weight:700;color:#F9572D;margin:0 0 1rem}
.jrnl-pg .story-crd p{font-size:18px;line-height:1.5;color:#333;margin:0 0 1rem}
.jrnl-pg .story-crd p:last-child{margin:0}
.jrnl-pg .story-nm{display:inline-block;padding:2px 8px;border:1px solid #463188;border-radius:3px;font-style:italic;color:#463188}
.jrnl-pg .insights-sec{background:#fff;padding:4rem 1.5rem}
.jrnl-pg .insights-cnt{max-width:800px;margin:0 auto}
.jrnl-pg .insights-cnt h3{font-size:2rem;line-height:1.2;font-weight:600;color:#463188;margin:0 0 2rem}
.jrnl-pg .insight-list{list-style:none;padding:0;margin:0}
.jrnl-pg .insight-list li{padding:1.5rem 0;border-bottom:1px solid #46318826;display:flex;align-items:flex-start;gap:1rem}
.jrnl-pg .insight-list li:last-child{border-bottom:none}
.jrnl-pg .insight-num{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#463188,#F9572D);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.jrnl-pg .insight-txt h4{font-size:1.3rem;line-height:1.3;font-weight:600;color:#F9572D;margin:0 0 .5rem}
.jrnl-pg .insight-txt p{font-size:18px;line-height:1.5;color:#333;margin:0}
.jrnl-pg .progress-sec{background:linear-gradient(90deg,#463188 0%,#F9572D 100%);padding:4rem 1.5rem}
.jrnl-pg .progress-cnt{max-width:1200px;margin:0 auto}
.jrnl-pg .progress-cnt h3{font-size:2rem;line-height:1.2;font-weight:600;color:#fff;margin:0 0 2rem;text-align:center}
.jrnl-pg .prog-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.jrnl-pg .prog-item{background:#ffffff1a;border-radius:12px;padding:1.5rem;box-shadow:inset 0 2px 6px #0000001a}
.jrnl-pg .prog-item h5{font-size:1.1rem;line-height:1.3;font-weight:600;color:#fff;margin:0 0 1rem}
.jrnl-pg .prog-bar-wr{display:flex;gap:4px;height:28px;margin-bottom:.5rem}
.jrnl-pg .prog-seg{flex:1;background:#fff3;border-radius:4px;position:relative;overflow:hidden}
.jrnl-pg .prog-seg.filled{background:#E0FAE6;box-shadow:0 0 12px #e0fae699}
.jrnl-pg .prog-val{font-size:.95rem;color:#fffc;text-align:right}
@media (max-width: 768px) {
.jrnl-pg .top-wr{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}
.jrnl-pg .top-left{height:350px}
.jrnl-pg .top-right{padding:0}
.jrnl-pg .deco-shp.shp-1,.jrnl-pg .deco-shp.shp-2{display:none}
.jrnl-pg .top-txt h1{font-size:2.4rem}
.jrnl-pg .top-txt h2{font-size:1.8rem}
.jrnl-pg .story-grid{grid-template-columns:1fr}
.jrnl-pg .prog-bars{grid-template-columns:1fr}
}
.jrnl-pg ::selection{background:#E0FAE6;color:#333}
.lrn-pg{background:#fafafa;overflow-x:clip}
.lrn-pg *{box-sizing:border-box}
.lrn-pg .top-hd{max-width:1200px;margin:0 auto;padding:80px 20px 60px;position:relative;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}
.lrn-pg .top-hd .txt-area{position:relative;z-index:2}
.lrn-pg .top-hd h1{font-size:52px;line-height:1.1;margin:0 0 28px;color:#1a1a1a;font-weight:700;letter-spacing:-.02em;overflow:hidden}
.lrn-pg .top-hd h1 .wd{display:inline-block;opacity:0;animation:wrd-rvl .6s cubic-bezier(0.23,1,0.32,1) forwards}
.lrn-pg .top-hd h1 .wd:nth-child(1){animation-delay:.1s}
.lrn-pg .top-hd h1 .wd:nth-child(2){animation-delay:.25s}
.lrn-pg .top-hd h1 .wd:nth-child(3){animation-delay:.4s}
.lrn-pg .top-hd h1 .wd:nth-child(4){animation-delay:.55s}
.lrn-pg .top-hd h1 .wd:nth-child(5){animation-delay:.7s}
.lrn-pg .top-hd h1 .wd:nth-child(6){animation-delay:.85s}
@keyframes wrd-rvl {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.lrn-pg .top-hd p{font-size:18px;line-height:1.5;color:#3a3a3a;margin:0}
.lrn-pg .top-hd .img-ins{position:relative;width:380px;height:480px;border-radius:16px;overflow:hidden;box-shadow:0 0 40px #f9572d26}
.lrn-pg .top-hd .img-ins img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block;position:relative}
.lrn-pg .top-hd .img-ins::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,transparent,#00000080);pointer-events:none}
.lrn-pg .top-hd .shp-1{position:absolute;width:120px;height:120px;border:3px solid #E0FAE6;border-radius:50%;top:40px;right:-30px;opacity:0;animation:shp-in .8s cubic-bezier(0.34,1.56,0.64,1) 1s forwards}
.lrn-pg .top-hd .shp-2{position:absolute;width:80px;height:80px;background:#4631881a;border-radius:8px;bottom:80px;left:-20px;opacity:0;animation:shp-in .8s cubic-bezier(0.34,1.56,0.64,1) 1.2s forwards;transform:rotate(12deg)}
@keyframes shp-in {
from{opacity:0;transform:scale(0.4) rotate(0deg)}
to{opacity:1;transform:scale(1) rotate(12deg)}
}
.lrn-pg .crds-wrap{max-width:1200px;margin:0 auto;padding:60px 20px;position:relative}
.lrn-pg .crds-wrap h2{font-size:42px;line-height:1.1;color:#1a1a1a;font-weight:700;margin:0 0 48px;text-align:center;letter-spacing:-.01em}
.lrn-pg .crd-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.lrn-pg .big-crd{background:#fff;border-radius:20px;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px #00000014 0 0 30px #46318814;transition:transform .3s ease,box-shadow .3s ease}
.lrn-pg .big-crd:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 1px #00000014 0 0 50px #f9572d26}
.lrn-pg .big-crd::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(to bottom,#463188,#F9572D)}
.lrn-pg .big-crd .crd-in{padding:48px 40px}
.lrn-pg .big-crd h3{font-size:32px;line-height:1.2;color:#1a1a1a;font-weight:700;margin:0 0 20px}
.lrn-pg .big-crd p{font-size:18px;line-height:1.5;color:#4a4a4a;margin:0 0 16px}
.lrn-pg .big-crd p:last-child{margin-bottom:0}
.lrn-pg .big-crd ul{list-style:none;padding:0;margin:24px 0 0}
.lrn-pg .big-crd ul li{font-size:18px;line-height:1.5;color:#4a4a4a;padding:12px 0;border-bottom:1px solid #0000000f}
.lrn-pg .big-crd ul li:last-child{border-bottom:none}
.lrn-pg .big-crd .frm-wd{display:inline;border:2px solid #F9572D;padding:2px 8px;border-radius:4px;font-weight:600}
.lrn-pg .prfl-sec{background:linear-gradient(to right,#4631880a,#e0fae64d);padding:80px 20px;position:relative;margin:40px 0}
.lrn-pg .prfl-sec::before{content:'';position:absolute;top:0;left:0;right:0;height:100%;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="#46318808" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');pointer-events:none}
.lrn-pg .prfl-sec .in-wrap{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.lrn-pg .prfl-sec h2{font-size:38px;line-height:1.2;color:#1a1a1a;font-weight:300;letter-spacing:.05em;margin:0 0 48px;text-align:center;text-transform:uppercase}
.lrn-pg .prfl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.lrn-pg .prfl-crd{background:#fff;border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 6px #00000014 0 4px 16px #0000000f;transition:transform .3s ease}
.lrn-pg .prfl-crd:hover{transform:scale(1.02)}
.lrn-pg .prfl-crd .img-box{width:100%;height:220px;overflow:hidden;position:relative}
.lrn-pg .prfl-crd .img-box img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block;animation:img-zm 8s ease-in-out infinite alternate}
@keyframes img-zm {
from{transform:scale(1)}
to{transform:scale(1.08)}
}
.lrn-pg .prfl-crd .txt-box{padding:20px}
.lrn-pg .prfl-crd h4{font-size:20px;line-height:1.3;color:#1a1a1a;font-weight:700;margin:0 0 8px}
.lrn-pg .prfl-crd p{font-size:16px;line-height:1.5;color:#5a5a5a;margin:0}
.lrn-pg .dvdr{width:100%;height:80px;position:relative;overflow:hidden}
.lrn-pg .dvdr svg{position:absolute;bottom:0;left:0;width:100%;height:80px;display:block}
.lrn-pg .fnl-sec{background:#fff;padding:80px 20px}
.lrn-pg .fnl-sec .in-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.lrn-pg .fnl-sec .col h3{font-size:24px;line-height:1.3;color:#1a1a1a;font-weight:700;margin:0 0 20px}
.lrn-pg .fnl-sec .col p{font-size:18px;line-height:1.5;color:#4a4a4a;margin:0 0 16px}
.lrn-pg .fnl-sec .col p:last-child{margin-bottom:0}
.lrn-pg .fnl-sec .dash-frm{border:3px dashed #E0FAE6;border-radius:12px;padding:28px;background:#e0fae633}
.lrn-pg .fnl-sec .dash-frm h4{font-size:22px;line-height:1.3;color:#463188;font-weight:700;margin:0 0 16px}
.lrn-pg .fnl-sec .dash-frm ul{list-style:none;padding:0;margin:0}
.lrn-pg .fnl-sec .dash-frm ul li{font-size:18px;line-height:1.5;color:#4a4a4a;padding:10px 0;border-bottom:1px solid #4631881a}
.lrn-pg .fnl-sec .dash-frm ul li:last-child{border-bottom:none}
.lrn-pg .fnl-sec .key-hint{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#f9572d14;border-radius:6px;font-size:16px;color:#F9572D;font-weight:600;margin-top:12px;border:1px solid #f9572d33;transition:background .2s ease}
.lrn-pg .fnl-sec .key-hint:focus-within{background:#f9572d26;outline:2px solid #F9572D;outline-offset:2px}
.lrn-pg .fnl-sec .key-hint kbd{display:inline-block;padding:4px 8px;background:#fff;border:1px solid #0003;border-radius:4px;font-family:monospace;font-size:14px;box-shadow:0 2px 4px #0000001a}
.lrn-pg ::selection{background:#E0FAE6;color:#1a1a1a}
.lrn-pg ::-moz-selection{background:#E0FAE6;color:#1a1a1a}
.lrn-pg ::placeholder{font-style:italic;opacity:.55}
@media (max-width: 900px) {
.lrn-pg .top-hd{grid-template-columns:1fr;padding:60px 20px 40px;gap:40px}
.lrn-pg .top-hd .img-ins{width:100%;max-width:400px;margin:0 auto}
.lrn-pg .top-hd h1{font-size:38px}
.lrn-pg .crd-grid{grid-template-columns:1fr}
.lrn-pg .prfl-grid{grid-template-columns:repeat(2,1fr)}
.lrn-pg .fnl-sec .in-wrap{grid-template-columns:1fr}
.lrn-pg .crds-wrap h2{font-size:32px}
.lrn-pg .prfl-sec h2{font-size:28px}
}
@media (max-width: 600px) {
.lrn-pg .top-hd h1{font-size:32px}
.lrn-pg .big-crd .crd-in{padding:32px 24px}
.lrn-pg .big-crd h3{font-size:26px}
.lrn-pg .prfl-grid{grid-template-columns:1fr}
.lrn-pg .prfl-sec{padding:60px 20px}
.lrn-pg .fnl-sec{padding:60px 20px}
}
.edu-courses{background:#fff;color:#1a1a1a;overflow-x:hidden}
.edu-courses ::selection{background:#E0FAE6;color:#1a1a1a}
.edu-courses .tlt-wrapper{max-width:1200px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center;position:relative}
.edu-courses .tlt-img-box{position:relative;animation:slow-rotate 40s linear infinite}
@keyframes slow-rotate {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.edu-courses .tlt-img-box img{width:320px;height:320px;object-fit:cover;object-position:center;border-radius:50%;display:block;transform:rotate(12deg)}
.edu-courses .tlt-txt{position:relative}
.edu-courses .tlt-txt h1{font-size:58px;font-weight:700;line-height:1.1;margin:0 0 24px;letter-spacing:-.02em}
.edu-courses .tlt-num{display:inline-block;background:linear-gradient(to left,#F9572D,#463188);color:#fff;padding:8px 20px;border-radius:20px;font-size:24px;font-weight:600;margin-left:12px}
.edu-courses .tlt-txt p{font-size:18px;line-height:1.5;margin:0;max-width:520px}
.edu-courses .tlt-bg-shape{position:absolute;width:180px;height:180px;background:linear-gradient(135deg,#f9572d1a,#4631881a);top:-40px;right:-40px;border-radius:24px;animation:bg-drift 20s ease-in-out infinite;z-index:-1}
@keyframes bg-drift {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(20px,20px) rotate(180deg)}
}
.edu-courses .prgm-sec{max-width:1200px;margin:0 auto;padding:60px 20px;position:relative}
.edu-courses .prgm-hd{text-align:center;margin-bottom:50px}
.edu-courses .prgm-hd h2{font-size:44px;font-weight:300;line-height:1.1;margin:0 0 16px;letter-spacing:.08em}
.edu-courses .prgm-hd p{font-size:18px;line-height:1.5;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.edu-courses .prgm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.edu-courses .prgm-crd{background:#fff;border-left:4px solid #F9572D;border-radius:12px;padding:32px 28px;box-shadow:inset 0 2px 8px #0000000a;transition:all .3s ease}
.edu-courses .prgm-crd:nth-child(2){border-left-color:#463188}
.edu-courses .prgm-crd:nth-child(3){border-left-color:#E0FAE6}
.edu-courses .prgm-crd:hover{transform:translateY(-4px);box-shadow:0 0 24px #f9572d4d}
.edu-courses .prgm-crd h3{font-size:24px;font-weight:600;line-height:1.1;margin:0 0 16px}
.edu-courses .prgm-crd p{font-size:18px;line-height:1.5;margin:0}
.edu-courses .prgm-crd .crn-highlight{border:1px solid #F9572D;padding:2px 8px;border-radius:4px;font-weight:600}
.edu-courses .mdl-sec{background:#F9572D;padding:80px 20px;position:relative;overflow:hidden}
.edu-courses .mdl-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:start}
.edu-courses .mdl-txt h2{font-size:42px;font-weight:700;line-height:1.1;margin:0 0 28px;color:#fff;letter-spacing:-.01em}
.edu-courses .mdl-txt p{font-size:18px;line-height:1.5;margin:0 0 18px;color:#fff}
.edu-courses .mdl-txt p:last-of-type{margin-bottom:0}
.edu-courses .mdl-img-box{position:relative}
.edu-courses .mdl-img-box img{width:100%;height:380px;object-fit:cover;object-position:center;border-radius:16px;display:block;box-shadow:0 0 32px #fff3}
.edu-courses .mdl-tri-1{position:absolute;width:0;height:0;border-left:80px solid transparent;border-right:80px solid transparent;border-bottom:140px solid #ffffff1a;top:-60px;left:-40px;z-index:0}
.edu-courses .mdl-tri-2{position:absolute;width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-top:100px solid #46318826;bottom:-50px;right:-30px;z-index:0}
.edu-courses .strc-sec{max-width:1200px;margin:0 auto;padding:70px 20px}
.edu-courses .strc-hd{margin-bottom:44px}
.edu-courses .strc-hd h2{font-size:40px;font-weight:600;line-height:1.1;margin:0 0 20px}
.edu-courses .strc-hd p{font-size:18px;line-height:1.5;margin:0;max-width:720px}
.edu-courses .strc-layout{display:grid;grid-template-columns:1fr 2fr;gap:40px}
.edu-courses .strc-col-left img{width:100%;height:460px;object-fit:cover;object-position:center 30%;border-radius:20px;display:block;box-shadow:inset 0 4px 12px #0000000f}
.edu-courses .strc-col-right{display:flex;flex-direction:column;gap:20px}
.edu-courses .strc-item{background:#fff;border-left:3px solid #463188;padding:24px;border-radius:8px;box-shadow:inset 0 2px 6px #00000008;border-bottom:1px solid #e8e8e8}
.edu-courses .strc-item:nth-child(2){border-left-color:#E0FAE6}
.edu-courses .strc-item:nth-child(3){border-left-color:#F9572D}
.edu-courses .strc-item h4{font-size:22px;font-weight:600;line-height:1.1;margin:0 0 12px}
.edu-courses .strc-item p{font-size:18px;line-height:1.5;margin:0}
.edu-courses .dgdv{width:100%;height:1px;background:linear-gradient(to right,#F9572D,transparent);margin:60px 0}
.edu-courses .tggl-sec{max-width:1200px;margin:0 auto;padding:60px 20px}
.edu-courses .tggl-hd{text-align:center;margin-bottom:50px}
.edu-courses .tggl-hd h2{font-size:46px;font-weight:700;line-height:1.1;margin:0 0 20px}
.edu-courses .tggl-opts{display:flex;flex-direction:column;gap:18px}
.edu-courses .tggl-item{background:#fff;border-radius:12px;box-shadow:inset 0 2px 8px #0000000a;overflow:hidden;border-left:4px solid #E0FAE6}
.edu-courses .tggl-item:nth-child(2){border-left-color:#463188}
.edu-courses .tggl-item:nth-child(3){border-left-color:#F9572D}
.edu-courses .tggl-chk{display:none}
.edu-courses .tggl-lbl{display:block;padding:24px 28px;cursor:pointer;font-size:22px;font-weight:600;position:relative;transition:background .2s ease}
.edu-courses .tggl-lbl::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:28px;font-weight:400;transition:transform .3s ease}
.edu-courses .tggl-chk:checked + .tggl-lbl::after{transform:translateY(-50%) rotate(45deg)}
.edu-courses .tggl-lbl:hover{background:#f9572d0a}
.edu-courses .tggl-cnt{max-height:0;overflow:hidden;transition:max-height .4s ease}
.edu-courses .tggl-chk:checked ~ .tggl-cnt{max-height:400px}
.edu-courses .tggl-cnt-inner{padding:0 28px 28px;font-size:18px;line-height:1.5}
.edu-courses .imgcol-sec{max-width:1200px;margin:0 auto;padding:70px 20px}
.edu-courses .imgcol-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.edu-courses .imgcol-wrap img{width:100%;height:300px;object-fit:cover;object-position:center;border-radius:16px;display:block;box-shadow:inset 0 3px 10px #0000000d}
.edu-courses .tstm-sec{background:linear-gradient(to left,#463188,#F9572D);padding:80px 20px;position:relative}
.edu-courses .tstm-wrapper{max-width:1200px;margin:0 auto}
.edu-courses .tstm-hd{text-align:center;margin-bottom:50px}
.edu-courses .tstm-hd h2{font-size:48px;font-weight:300;line-height:1.1;margin:0;color:#fff;letter-spacing:.06em}
.edu-courses .tstm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.edu-courses .tstm-crd{background:#fffffff2;border-radius:20px;padding:32px;box-shadow:0 0 28px #00000026;display:flex;flex-direction:column;gap:20px}
.edu-courses .tstm-prof{display:flex;gap:18px;align-items:center}
.edu-courses .tstm-prof img{width:70px;height:70px;border-radius:50%;object-fit:cover;object-position:center 30%;border:3px solid #F9572D}
.edu-courses .tstm-nm{font-size:20px;font-weight:600;margin:0 0 4px}
.edu-courses .tstm-role{font-size:16px;color:#666;margin:0}
.edu-courses .tstm-txt{font-size:18px;line-height:1.5;margin:0;font-style:italic}
.edu-courses .cta-sec{max-width:1200px;margin:0 auto;padding:80px 20px;text-align:center}
.edu-courses .cta-sec h2{font-size:50px;font-weight:700;line-height:1.1;margin:0 0 28px;letter-spacing:-.01em}
.edu-courses .cta-sec p{font-size:18px;line-height:1.5;margin:0 0 36px;max-width:640px;margin-left:auto;margin-right:auto}
.edu-courses .cta-sec form{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}
.edu-courses .cta-sec input[type="email"]{padding:16px 24px;font-size:18px;border:2px solid #463188;border-radius:8px;width:320px;transition:border-color .2s ease}
.edu-courses .cta-sec input[type="email"]:focus{outline:none;border-color:#F9572D}
.edu-courses .cta-sec input[type="email"]::placeholder{font-style:italic;opacity:.5}
.edu-courses .cta-sec button{padding:16px 44px;font-size:18px;font-weight:600;background:#F9572D;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}
.edu-courses .cta-sec button:hover{background:#463188;transform:translateY(-2px)}
.edu-courses .bdg-sec{background:#E0FAE6;padding:60px 20px}
.edu-courses .bdg-wrapper{max-width:1200px;margin:0 auto;text-align:center}
.edu-courses .bdg-wrapper h3{font-size:28px;font-weight:600;line-height:1.1;margin:0 0 32px}
.edu-courses .bdg-display{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.edu-courses .bdg-item{background:#fff;width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 0 20px #46318833;border:4px solid #463188}
.edu-courses .bdg-item:nth-child(2){border-color:#F9572D}
.edu-courses .bdg-icn{font-size:42px;margin-bottom:8px}
.edu-courses .bdg-lbl{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
@media (max-width: 768px) {
.edu-courses .tlt-wrapper{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.edu-courses .tlt-img-box img{width:260px;height:260px;margin:0 auto}
.edu-courses .tlt-txt h1{font-size:42px}
.edu-courses .tlt-num{font-size:20px;padding:6px 16px}
.edu-courses .prgm-grid{grid-template-columns:1fr}
.edu-courses .mdl-wrapper{grid-template-columns:1fr}
.edu-courses .mdl-txt h2{font-size:36px}
.edu-courses .strc-layout{grid-template-columns:1fr}
.edu-courses .strc-col-left img{height:320px}
.edu-courses .tggl-hd h2{font-size:36px}
.edu-courses .imgcol-wrap{grid-template-columns:1fr}
.edu-courses .tstm-grid{grid-template-columns:1fr}
.edu-courses .cta-sec h2{font-size:38px}
.edu-courses .cta-sec input[type="email"]{width:100%}
.edu-courses .cta-sec button{width:100%}
.edu-courses .bdg-display{gap:24px}
.edu-courses .bdg-item{width:120px;height:120px}
}
.abt-pg{background:#fff;color:#1a1a1a;overflow-x:hidden}
.abt-pg *{box-sizing:border-box}
.abt-pg .hd-wrapper{position:relative;height:85vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.abt-pg .hd-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.abt-pg .hd-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:sepia(0.2) saturate(1.3) brightness(1.05)}
.abt-pg .animated-blob{position:absolute;width:600px;height:600px;background:linear-gradient(90deg,#463188 0%,#F9572D 100%);opacity:.15;border-radius:40% 60% 70% 30% / 40% 50% 60% 50%;filter:blur(60px);animation:morph-blob 12s ease-in-out infinite;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%)}
@keyframes morph-blob {
0%,100%{border-radius:40% 60% 70% 30% / 40% 50% 60% 50%;transform:translate(-50%,-50%) rotate(0deg)}
33%{border-radius:70% 30% 50% 50% / 60% 40% 60% 40%;transform:translate(-50%,-50%) rotate(120deg)}
66%{border-radius:50% 50% 30% 70% / 50% 60% 40% 60%;transform:translate(-50%,-50%) rotate(240deg)}
}
.abt-pg .hd-glass{position:relative;z-index:3;background:#ffffffe0;backdrop-filter:blur(20px);border:1px solid #46318826;border-radius:20px;padding:60px 80px;max-width:800px;margin:0 20px;box-shadow:0 0 40px #f9572d26;animation:slide-up-txt 1s ease-out;transform-origin:bottom}
@keyframes slide-up-txt {
0%{opacity:0;transform:translateY(60px)}
100%{opacity:1;transform:translateY(0)}
}
.abt-pg .hd-glass h1{font-size:52px;font-weight:300;letter-spacing:.5px;line-height:1.1;margin:0 0 20px;color:#463188}
.abt-pg .hd-glass .hd-sub{font-size:22px;line-height:1.5;color:#2a2a2a;margin:0}
.abt-pg .content-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.abt-pg .story-sec{padding:120px 0;position:relative}
.abt-pg .story-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:40px;align-items:start}
.abt-pg .story-txt{grid-column:1 / 8;padding-top:60px}
.abt-pg .story-img-wrap{grid-column:8 / 13;position:relative}
.abt-pg .story-img-wrap::before{content:'';position:absolute;top:-30px;left:-30px;right:30px;bottom:30px;background:linear-gradient(90deg,#463188 0%,#F9572D 100%);border-radius:16px;opacity:.1;z-index:-1}
.abt-pg .story-img{width:100%;height:520px;border-radius:16px;overflow:hidden;box-shadow:inset 0 2px 8px #00000014}
.abt-pg .story-img img{width:100%;height:100%;object-fit:cover;object-position:center}
.abt-pg .story-txt h2{font-size:42px;font-weight:300;letter-spacing:1px;line-height:1.1;margin:0 0 30px;color:#1a1a1a}
.abt-pg .story-txt p{font-size:18px;line-height:1.5;margin:0 0 24px;color:#2a2a2a}
.abt-pg .story-txt p:last-child{margin-bottom:0}
.abt-pg .highlight-frm{display:inline;border:1.5px solid #F9572D;padding:2px 8px;border-radius:4px}
.abt-pg .divider-deco{padding:80px 0;display:flex;align-items:center;justify-content:center}
.abt-pg .divider-line{height:1px;background:linear-gradient(90deg,transparent 0%,#463188 50%,transparent 100%);flex:1;max-width:400px}
.abt-pg .divider-center{margin:0 30px;width:60px;height:60px;position:relative}
.abt-pg .divider-center::before,.abt-pg .divider-center::after{content:'';position:absolute;background:#F9572D}
.abt-pg .divider-center::before{width:12px;height:12px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.abt-pg .divider-center::after{width:30px;height:30px;border:2px solid #463188;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.abt-pg .team-sec{padding:0 0 120px;background:#fafafa}
.abt-pg .team-inner{max-width:1200px;margin:0 auto;padding:80px 20px}
.abt-pg .team-hd{text-align:center;margin-bottom:70px}
.abt-pg .team-hd h2{font-size:38px;font-weight:300;letter-spacing:.8px;line-height:1.1;margin:0 0 16px;color:#1a1a1a}
.abt-pg .team-hd p{font-size:18px;line-height:1.5;margin:0;color:#4a4a4a}
.abt-pg .team-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.abt-pg .tm-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:inset 0 1px 4px #0000000f;border-left:4px solid;position:relative;transition:transform .3s ease}
.abt-pg .tm-card:hover{transform:translateY(-4px)}
.abt-pg .tm-card:nth-child(1){border-left-color:#F9572D}
.abt-pg .tm-card:nth-child(2){border-left-color:#463188}
.abt-pg .tm-card:nth-child(3){border-left-color:#E0FAE6;grid-column:1 / 4;display:grid;grid-template-columns:300px 1fr}
.abt-pg .tm-photo{width:100%;height:320px;overflow:hidden}
.abt-pg .tm-card:nth-child(3) .tm-photo{height:100%}
.abt-pg .tm-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.abt-pg .tm-info{padding:30px}
.abt-pg .tm-name{font-size:24px;font-weight:600;margin:0 0 6px;color:#1a1a1a}
.abt-pg .tm-role{font-size:16px;color:#F9572D;margin:0 0 16px;font-weight:500}
.abt-pg .tm-bio{font-size:18px;line-height:1.5;margin:0;color:#3a3a3a}
.abt-pg .values-sec{padding:120px 0;background:#fff}
.abt-pg .values-hd{text-align:center;margin-bottom:80px}
.abt-pg .values-hd h2{font-size:38px;font-weight:300;letter-spacing:.8px;line-height:1.1;margin:0 0 16px;color:#1a1a1a}
.abt-pg .values-flow{display:flex;align-items:stretch;justify-content:space-between;gap:20px;max-width:1100px;margin:0 auto}
.abt-pg .val-box{flex:1;background:#fafafa;border-radius:12px;padding:40px 30px;box-shadow:inset 0 1px 4px #0000000d;border-left:3px solid;position:relative;display:flex;flex-direction:column}
.abt-pg .val-box:nth-child(1){border-left-color:#F9572D}
.abt-pg .val-box:nth-child(2){border-left-color:#463188}
.abt-pg .val-box:nth-child(3){border-left-color:#F9572D}
.abt-pg .val-num{font-size:56px;font-weight:700;line-height:1;margin:0 0 16px;background:linear-gradient(90deg,#463188 0%,#F9572D 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.abt-pg .val-title{font-size:22px;font-weight:600;margin:0 0 16px;color:#1a1a1a}
.abt-pg .val-desc{font-size:18px;line-height:1.5;margin:0;color:#3a3a3a;flex-grow:1}
.abt-pg .val-arrow{position:absolute;right:-30px;top:50%;transform:translateY(-50%);width:40px;height:40px;z-index:2}
.abt-pg .val-arrow::before{content:'';position:absolute;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #463188;top:50%;left:50%;transform:translate(-50%,-50%)}
.abt-pg .val-box:last-child .val-arrow{display:none}
.abt-pg ::selection{background:#E0FAE6;color:#1a1a1a}
.abt-pg ::-moz-selection{background:#E0FAE6;color:#1a1a1a}
@media (max-width: 1024px) {
.abt-pg .hd-glass{padding:50px 60px}
.abt-pg .hd-glass h1{font-size:44px}
.abt-pg .story-grid{grid-template-columns:1fr;gap:50px}
.abt-pg .story-txt,.abt-pg .story-img-wrap{grid-column:1 / -1}
.abt-pg .story-txt{padding-top:0}
.abt-pg .team-mosaic{grid-template-columns:1fr}
.abt-pg .tm-card:nth-child(3){grid-column:1 / -1;grid-template-columns:1fr}
.abt-pg .values-flow{flex-direction:column;gap:30px}
.abt-pg .val-arrow{display:none}
}
@media (max-width: 768px) {
.abt-pg .hd-wrapper{height:70vh;min-height:500px}
.abt-pg .hd-glass{padding:40px 30px}
.abt-pg .hd-glass h1{font-size:36px}
.abt-pg .hd-glass .hd-sub{font-size:19px}
.abt-pg .animated-blob{width:400px;height:400px}
.abt-pg .story-sec{padding:80px 0}
.abt-pg .story-txt h2{font-size:34px}
.abt-pg .story-img{height:400px}
.abt-pg .team-sec{padding:0 0 80px}
.abt-pg .team-inner{padding:60px 20px}
.abt-pg .team-hd h2,.abt-pg .values-hd h2{font-size:32px}
.abt-pg .values-sec{padding:80px 0}
.abt-pg .val-num{font-size:46px}
}
.cnt-pg{background:#FAFAFA;min-height:100vh;padding:0;margin:0}
.cnt-pg .tp-ptrn{position:relative;background:linear-gradient(to right,#463188,#F9572D);padding:140px 20px 80px;overflow:hidden}
.cnt-pg .tp-ptrn::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 35px,#ffffff08 35px,#ffffff08 70px),repeating-linear-gradient(90deg,transparent,transparent 35px,#ffffff08 35px,#ffffff08 70px);opacity:.4}
.cnt-pg .hd-wr{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.cnt-pg .mn-ttl{font-size:56px;color:#FFF;margin:0 0 16px;font-weight:300;letter-spacing:-.02em;line-height:1.1;animation:slide-in .8s ease-out}
.cnt-pg .sb-txt{font-size:22px;color:#ffffffe6;margin:0;line-height:1.5;max-width:680px;animation:slide-in .8s ease-out .2s both}
@keyframes slide-in {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.cnt-pg .dcp-shp{position:absolute;width:180px;height:180px;border-radius:50%;background:#e0fae626;top:40px;right:10%;animation:float-shape 4s ease-in-out infinite}
.cnt-pg .dcp-shp-2{position:absolute;width:120px;height:120px;border:2px solid #e0fae633;border-radius:16px;bottom:60px;left:8%;animation:float-shape 5s ease-in-out infinite 1s}
@keyframes float-shape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(5deg)}
}
.cnt-pg .cnt-grid{max-width:1200px;margin:-60px auto 0;padding:0 20px 80px;display:grid;grid-template-columns:340px 1fr;gap:40px;position:relative;z-index:3}
.cnt-pg .sd-info{background:#FFF;border-radius:8px;padding:0;box-shadow:0 0 40px #46318814;border-left:4px solid #F9572D;height:fit-content}
.cnt-pg .inf-hd{background:linear-gradient(135deg,#463188,#F9572D);padding:32px 28px;border-radius:4px 4px 0 0}
.cnt-pg .inf-hd h2{font-size:24px;color:#FFF;margin:0;font-weight:600;letter-spacing:-.01em}
.cnt-pg .dt-lst{padding:28px;list-style:none;margin:0}
.cnt-pg .dt-lst li{padding:0 0 24px;margin:0 0 24px;border-bottom:1px solid #E8E8E8;position:relative}
.cnt-pg .dt-lst li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.cnt-pg .dt-lst .lb{font-size:14px;color:#666;display:block;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.cnt-pg .dt-lst .vl{font-size:18px;color:#222;display:block;line-height:1.5;word-break:break-word}
.cnt-pg .dt-lst .vl a{color:#F9572D;text-decoration:none;border-bottom:1px dotted #F9572D}
.cnt-pg .dt-lst .vl a:hover{border-bottom-style:solid}
.cnt-pg .frm-sec{background:#FFF;border-radius:20px;padding:48px;box-shadow:inset 0 2px 8px #0000000a 0 0 40px #f9572d0f;border-left:4px solid #463188}
.cnt-pg .frm-sec h2{font-size:36px;color:#222;margin:0 0 12px;font-weight:300;letter-spacing:-.01em}
.cnt-pg .frm-sec .frm-ds{font-size:18px;color:#555;margin:0 0 40px;line-height:1.5}
.cnt-pg .frm-wrap{max-width:720px}
.cnt-pg .rw{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.cnt-pg .fld{margin-bottom:20px}
.cnt-pg .fld label{display:block;font-size:16px;color:#333;margin-bottom:8px;font-weight:600}
.cnt-pg .fld input,.cnt-pg .fld select{width:100%;padding:14px 16px;border:2px solid #E0E0E0;border-radius:4px;font-size:18px;color:#222;background:#FAFAFA;transition:all .3s ease;box-sizing:border-box}
.cnt-pg .fld input:focus,.cnt-pg .fld select:focus{outline:none;border-color:#F9572D;background:#FFF;box-shadow:0 0 0 3px #f9572d1a}
.cnt-pg .fld input::placeholder{color:#999;opacity:.6;font-style:italic}
.cnt-pg .fld select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:40px}
.cnt-pg .prv-chk{margin:32px 0 24px;position:relative;display:flex;align-items:flex-start}
.cnt-pg .prv-chk input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}
.cnt-pg .prv-chk .chk-lb{display:flex;align-items:flex-start;cursor:pointer;font-size:16px;color:#444;line-height:1.5;padding-left:36px;position:relative;user-select:none}
.cnt-pg .prv-chk .chk-lb::before{content:'';position:absolute;left:0;top:2px;width:22px;height:22px;border:2px solid #D0D0D0;border-radius:3px;background:#FFF;transition:all .2s ease}
.cnt-pg .prv-chk input[type="checkbox"]:checked + .chk-lb::before{background:#F9572D;border-color:#F9572D}
.cnt-pg .prv-chk input[type="checkbox"]:checked + .chk-lb::after{content:'';position:absolute;left:7px;top:6px;width:8px;height:14px;border:solid #FFF;border-width:0 2px 2px 0;transform:rotate(45deg)}
.cnt-pg .prv-chk .chk-lb a{color:#463188;text-decoration:none;border-bottom:1px dotted #463188;margin:0 3px}
.cnt-pg .prv-chk .chk-lb a:hover{border-bottom-style:solid}
.cnt-pg .sb-btn{background:linear-gradient(to right,#F9572D,#463188);color:#FFF;border:none;padding:16px 48px;border-radius:6px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #f9572d4d}
.cnt-pg .sb-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f9572d66}
.cnt-pg .sb-btn:active{transform:translateY(0)}
.cnt-pg .why-sec{background:#FFF;padding:80px 20px;position:relative;overflow:hidden}
.cnt-pg .why-sec::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,#e0fae666 0%,transparent 50%),radial-gradient(circle at 80% 20%,#46318814 0%,transparent 50%);pointer-events:none}
.cnt-pg .why-wr{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.cnt-pg .why-wr h3{font-size:42px;color:#222;margin:0 0 48px;font-weight:300;letter-spacing:-.02em;text-align:center}
.cnt-pg .cmp-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.cnt-pg .cmp-col h4{font-size:24px;margin:0 0 24px;font-weight:600;display:flex;align-items:center;gap:12px}
.cnt-pg .cmp-col.pros h4{color:#F9572D}
.cnt-pg .cmp-col.cons h4{color:#463188}
.cnt-pg .cmp-col h4 i{font-size:28px}
.cnt-pg .cmp-col ul{list-style:none;margin:0;padding:0}
.cnt-pg .cmp-col ul li{padding:16px 0 16px 48px;margin:0 0 12px;border-bottom:1px solid #EEE;position:relative;font-size:18px;color:#333;line-height:1.5}
.cnt-pg .cmp-col ul li:last-child{border-bottom:none}
.cnt-pg .cmp-col.pros ul li::before{content:'';position:absolute;left:0;top:20px;width:28px;height:28px;background:linear-gradient(135deg,#F9572D,#463188);border-radius:50%;box-shadow:0 0 16px #f9572d66}
.cnt-pg .cmp-col.cons ul li::before{content:'';position:absolute;left:0;top:20px;width:28px;height:28px;background:#E0FAE6;border:3px solid #463188;border-radius:50%}
.cnt-pg .img-zm-sec{padding:80px 20px;background:linear-gradient(to right,#e0fae64d,#f9572d0d)}
.cnt-pg .img-zm-wr{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.cnt-pg .zm-txt h3{font-size:38px;color:#222;margin:0 0 20px;font-weight:300;letter-spacing:-.01em;line-height:1.1}
.cnt-pg .zm-txt p{font-size:18px;color:#444;line-height:1.5;margin:0 0 16px}
.cnt-pg .acnt-wd{display:inline-block;border:2px solid #F9572D;padding:2px 8px;border-radius:4px;color:#F9572D;font-weight:600}
.cnt-pg .zm-img-wr{width:100%;height:420px;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 8px 32px #46318826;border-left:6px solid #463188}
.cnt-pg .zm-img-wr img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}
.cnt-pg .zm-img-wr:hover img{transform:scale(1.1)}
@media (max-width: 968px) {
.cnt-pg .cnt-grid{grid-template-columns:1fr;gap:30px;margin-top:40px}
.cnt-pg .mn-ttl{font-size:42px}
.cnt-pg .sb-txt{font-size:20px}
.cnt-pg .frm-sec{padding:32px 24px}
.cnt-pg .rw{grid-template-columns:1fr;gap:0}
.cnt-pg .cmp-grid{grid-template-columns:1fr;gap:32px}
.cnt-pg .img-zm-wr{grid-template-columns:1fr;gap:32px}
.cnt-pg .zm-txt h3{font-size:32px}
.cnt-pg .dcp-shp,.cnt-pg .dcp-shp-2{display:none}
}
@media (max-width: 640px) {
.cnt-pg .tp-ptrn{padding:100px 20px 60px}
.cnt-pg .mn-ttl{font-size:34px}
.cnt-pg .sb-txt{font-size:18px}
.cnt-pg .frm-sec h2{font-size:28px}
.cnt-pg .why-wr h3{font-size:32px}
.cnt-pg .sb-btn{width:100%}
}
.sx{background:#fff;color:#1a1a1a;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.sx::before{content:'';position:absolute;top:-10%;right:-5%;width:40%;height:60%;background:linear-gradient(to left,#E0FAE6,#e0fae64d);border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}
.sx::after{content:'';position:absolute;bottom:-15%;left:-8%;width:45%;height:55%;background:linear-gradient(to left,#463188,#46318826);border-radius:50%;filter:blur(90px);z-index:0;pointer-events:none}
.sx-wrap{max-width:720px;width:100%;position:relative;z-index:1}
.sx-icon-block{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}
.sx-icon-circle{width:140px;height:140px;border-radius:24px;background:linear-gradient(to left,#463188,#F9572D);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 0 40px #f9572d4d;margin-bottom:2rem;animation:sx-pulse 3s ease-in-out infinite}
@keyframes sx-pulse {
0%,100%{transform:scale(1);box-shadow:0 0 40px #f9572d4d}
50%{transform:scale(1.05);box-shadow:0 0 60px #f9572d80}
}
.sx-icon-circle::before{content:'';position:absolute;inset:8px;background:#fff;border-radius:16px}
.sx-icon-circle i{font-size:72px;color:#F9572D;position:relative;z-index:1}
.sx-hd{font-size:42px;font-weight:300;letter-spacing:-.02em;line-height:1.1;text-align:center;margin:0 0 1rem;color:#463188}
.sx-sub{font-size:21px;line-height:1.5;text-align:center;color:#4a4a4a;margin:0 0 3rem}
.sx-detail-box{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:inset 0 2px 8px #46318814;border-left:4px solid #F9572D;margin-bottom:2.5rem}
.sx-detail-hd{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;letter-spacing:-.01em}
.sx-detail-txt{font-size:18px;line-height:1.5;color:#2a2a2a;margin:0 0 1rem}
.sx-detail-txt:last-child{margin-bottom:0}
.sx-steps{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}
.sx-step-itm{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:linear-gradient(to left,#e0fae64d,#e0fae61a);border-radius:12px;border-left:3px solid #463188}
.sx-step-num{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:#463188;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}
.sx-step-txt{font-size:18px;line-height:1.5;color:#2a2a2a;margin:0;padding-top:.25rem}
.sx-btns{display:flex;flex-direction:column;gap:1rem;align-items:center}
.sx-bt{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.5rem;font-size:18px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .2s ease;border:none;cursor:pointer;min-width:240px}
.sx-bt-prim{background:linear-gradient(to left,#463188,#F9572D);color:#fff;box-shadow:0 0 20px #f9572d40}
.sx-bt-prim:hover{transform:translateY(-2px);box-shadow:0 0 30px #f9572d66;color:#fff}
.sx-bt-prim:active{transform:translateY(0)}
.sx-bt-sec{background:transparent;color:#463188;border:2px solid #463188}
.sx-bt-sec:hover{background:#4631880d;transform:translateY(-2px);color:#463188}
.sx-bt-sec:active{transform:translateY(0)}
.sx-footer-note{text-align:center;font-size:16px;line-height:1.5;color:#666;margin-top:2rem;padding-top:2rem;border-top:1px solid #46318826}
.sx-footer-note a{color:#F9572D;text-decoration:none;border-bottom:1px dotted #F9572D;transition:border-bottom-style .2s ease}
.sx-footer-note a:hover{border-bottom-style:solid}
@media (max-width: 768px) {
.sx-hd{font-size:32px}
.sx-sub{font-size:19px}
.sx-icon-circle{width:110px;height:110px}
.sx-icon-circle i{font-size:56px}
.sx-detail-box{padding:2rem 1.5rem}
.sx-detail-hd{font-size:21px}
.sx-bt{width:100%;min-width:auto}
}
@media (min-width: 769px) {
.sx-steps{grid-template-columns:repeat(2,1fr)}
.sx-btns{flex-direction:row;justify-content:center}
}
::selection{background:#E0FAE6;color:#1a1a1a}