*{box-sizing:border-box}
body{margin:0;font-family:'IBM Plex Mono',monospace;font-size:16px;line-height:1.5;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
::selection{background:#28CEC1;color:#1a1a1a}
img{max-width:100%;height:auto}
button,a{cursor:pointer}
:focus-visible{outline:2px solid #28CEC1;outline-offset:3px}
.hdr{background:linear-gradient(135deg,#F7FCFF 0%,#fff 100%);border-bottom:1px solid #28cec11f;box-shadow:1px 2px 3px 0 #28cec10d}
.hdr-inner{max-width:1140px;margin:0 auto;padding:24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px}
.logo-wrap{background:#fff;padding:12px;border-radius:4px;box-shadow:1px 5px 22px 0 #b919c414;border:1px solid #28cec114}
.logo-wrap img{display:block;width:78px;height:78px;object-fit:contain}
.main-nv{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}
.main-nv a{font-size:16px;font-weight:400;text-decoration:none;color:#1a1a1a;padding:12px 24px;border-radius:4px;border:1px solid transparent;transition:border-color .14s cubic-bezier(0.4,0,1,1),background .14s cubic-bezier(0.4,0,1,1);white-space:nowrap}
.main-nv a:hover{border-color:#28CEC1;background:#28cec10a}
.util-grp{display:flex;gap:12px;align-items:center}
.ph-link{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:400;text-decoration:none;color:#1a1a1a;padding:12px 24px;background:#fff;border:1px solid #b919c42e;border-radius:42px;transition:box-shadow .16s cubic-bezier(0.4,0,1,1),border-width .16s cubic-bezier(0.4,0,1,1)}
.ph-link:hover{box-shadow:0 0 0 2px #B919C4;border-width:2px}
.ph-icn{width:18px;height:18px;background:#B919C4;border-radius:50%;display:flex;align-items:center;justify-content:center}
.ph-icn::after{content:'';width:8px;height:8px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;transform:rotate(-45deg)}
@media (max-width: 960px) {
.hdr-inner{grid-template-columns:1fr;gap:24px;text-align:center}
.logo-wrap{margin:0 auto}
.main-nv{justify-content:center}
.util-grp{justify-content:center}
}
@media (max-width: 480px) {
.hdr-inner{padding:24px 12px}
.main-nv{flex-direction:column;gap:6px;width:100%}
.main-nv a{width:100%;text-align:center}
.util-grp{flex-direction:column;width:100%}
.ph-link{width:100%;justify-content:center}
}
.ftr{background:#1a1a1a;color:#fff;position:relative;overflow:hidden;margin-top:80px}
.ftr::before{content:'';position:absolute;top:-120px;left:-80px;width:320px;height:320px;background:linear-gradient(135deg,#28cec11f 0%,#b919c414 100%);border-radius:42px;transform:rotate(25deg);z-index:1}
.ftr::after{content:'';position:absolute;bottom:-140px;right:-60px;width:280px;height:280px;background:linear-gradient(225deg,#b919c424 0%,#28cec10f 100%);border-radius:42px;transform:rotate(-15deg);z-index:1}
.ftr-inner{max-width:1140px;margin:0 auto;padding:80px 24px 40px;position:relative;z-index:2}
.ftr-top{display:grid;grid-template-columns:1fr 2fr;gap:80px;align-items:start;margin-bottom:80px}
.ftr-logo-wrap{background:#ffffff0f;padding:24px;border-radius:4px;border:1px solid #28cec12e;box-shadow:1px 8px 52px 0 #28cec124;width:fit-content}
.ftr-logo-wrap img{display:block;width:82px;height:82px;object-fit:contain}
.ftr-nv{display:flex;flex-direction:column;gap:12px}
.ftr-nv a{font-size:16px;font-weight:400;text-decoration:none;color:#fff;padding:12px 0;border-bottom:1px solid transparent;transition:border-bottom-color .12s cubic-bezier(0.4,0,1,1),padding-left .12s cubic-bezier(0.4,0,1,1);width:fit-content}
.ftr-nv a:hover{border-bottom-color:#28CEC1;padding-left:12px}
.ftr-btm{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:24px}
.cpr{font-size:16px;color:#ffffffa3}
.cntc-info{display:flex;flex-direction:column;gap:6px;font-size:16px;color:#ffffffb8}
.cntc-info a{color:#28CEC1;text-decoration:none;transition:color .11s cubic-bezier(0.4,0,1,1)}
.cntc-info a:hover{color:#B919C4}
@media (max-width: 960px) {
.ftr-top{grid-template-columns:1fr;gap:40px}
.ftr-logo-wrap{margin:0 auto}
.ftr-nv{align-items:center}
.ftr-nv a{text-align:center}
.ftr-btm{flex-direction:column;text-align:center}
.cntc-info{align-items:center}
}
@media (max-width: 480px) {
.ftr-inner{padding:40px 12px 24px}
.ftr-top{margin-bottom:40px}
.ftr-btm{padding-top:24px}
}
.ck-plchldr{position:fixed;bottom:0;right:0;z-index:1000;pointer-events:none}
.ck-plchldr[data-visible="true"]{pointer-events:auto}
.ck-panel{display:none;background:#fff;padding:24px;border-radius:4px;box-shadow:1px 8px 52px 0 #28cec124;border:1px solid #28cec12e;margin:24px;width:420px;max-width:calc(100vw - 48px)}
.ck-plchldr[data-visible="true"] .ck-panel{display:block}
.ck-notice{font-size:16px;line-height:1.5;color:#1a1a1a;margin-bottom:24px}
.ck-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:6px 0}
.ck-row:last-of-type{margin-bottom:24px}
.ck-row label{font-size:16px;color:#1a1a1a}
.ck-row input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.ck-actions{display:flex;gap:24px;justify-content:flex-end}
.ck-actions button{font-family:'IBM Plex Mono',monospace;font-size:16px;color:#1a1a1a;background:none;border:none;text-decoration:underline;padding:6px 0;transition:color .14s cubic-bezier(0.4,0,1,1)}
.ck-actions button:hover{color:#28CEC1}
@media (max-width: 480px) {
.ck-panel{width:calc(100vw - 24px);margin:12px}
.ck-actions{flex-direction:column;gap:12px}
.ck-actions button{width:100%;text-align:center}
}
.policy-body{max-width:1140px;margin:0 auto;padding:80px 24px;background:#fff}
.policy-body h1{font-size:68px;line-height:1.2;margin:0 0 40px;color:#1a1a1a}
.policy-body h2{font-size:37px;line-height:1.2;margin:80px 0 24px;color:#2a2a2a}
.policy-body h3{font-size:27px;line-height:1.5;margin:40px 0 24px;color:#3a3a3a}
.policy-body h4{font-size:21px;line-height:1.5;margin:24px 0 12px;color:#4a4a4a}
.policy-body h5,.policy-body h6{font-size:16px;line-height:1.5;margin:24px 0 12px;color:#4a4a4a;text-transform:uppercase;letter-spacing:.08em}
.policy-body h1:first-child{margin-top:0}
.policy-body p{font-size:16px;line-height:1.75;margin:0 0 24px;color:#2a2a2a}
.policy-body ul,.policy-body ol{margin:0 0 24px;padding:0 0 0 24px}
.policy-body li{font-size:16px;line-height:1.75;margin:0 0 12px;color:#2a2a2a}
.policy-body li:last-child{margin-bottom:0}
.policy-body ul ul,.policy-body ul ol,.policy-body ol ul,.policy-body ol ol{margin:12px 0 0}
.policy-body strong,.policy-body b{font-weight:600;color:#1a1a1a}
.policy-body em,.policy-body i{font-style:italic}
.policy-body hr{border:none;border-top:1px solid #e0e0e0;margin:40px 0}
.policy-body table{width:100%;border-collapse:collapse;margin:0 0 40px;font-size:16px;line-height:1.5}
.policy-body thead{background:#F7FCFF}
.policy-body th{text-align:left;padding:12px 24px;font-weight:600;color:#1a1a1a;border-bottom:2px solid #28CEC1}
.policy-body td{padding:12px 24px;color:#2a2a2a;border-bottom:1px solid #e0e0e0}
.policy-body tbody tr:hover{background:#F7FCFF}
.policy-body a{color:#28CEC1;text-decoration:none;transition:color .14s cubic-bezier(0.4,0,1,1)}
.policy-body a:hover{color:#B919C4}
.policy-body div{margin:0 0 24px}
@media (max-width: 960px) {
.policy-body{padding:40px 24px}
.policy-body h1{font-size:37px;margin-bottom:24px}
.policy-body h2{font-size:27px;margin-top:40px}
.policy-body h3{font-size:21px}
.policy-body table{font-size:14px}
.policy-body th,.policy-body td{padding:12px}
}
@media (max-width: 480px) {
.policy-body{padding:24px 12px}
.policy-body h1{font-size:27px}
.policy-body h2{font-size:21px;margin-top:24px}
.policy-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.policy-body th,.policy-body td{padding:6px 12px}
}
.edu-dtl{background:#fff;color:#1a1a1a;max-width:1140px;margin:0 auto;padding:0}
.edu-dtl .hd-strip{position:relative;height:180px;overflow:hidden;background:linear-gradient(135deg,#28CEC1 0%,#B919C4 100%)}
.edu-dtl .hd-strip::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,#ffffff08,#ffffff08 12px,transparent 12px,transparent 24px)}
.edu-dtl .hd-strip img{width:100%;height:100%;object-fit:cover;mix-blend-mode:overlay;opacity:.6}
.edu-dtl .hd-txt{padding:40px 24px 40px 80px;background:#F7FCFF}
.edu-dtl .hd-txt h1{font-size:37px;line-height:1.2;margin:0 0 24px;font-weight:700}
.edu-dtl .hd-link{display:inline-block;padding:12px 24px;background:#fff;border:2px solid #e0e0e0;border-radius:4px;text-decoration:none;color:#1a1a1a;font-size:16px;text-transform:uppercase;letter-spacing:.5px;transition:border-color .15s cubic-bezier(0.4,0,1,1)}
.edu-dtl .hd-link:hover{border-color:#28CEC1;box-shadow:0 0 0 2px #28cec11a}
.edu-dtl .meta-row{display:flex;gap:40px;padding:24px;background:linear-gradient(90deg,#28CEC1 0%,#F7FCFF 100%);flex-wrap:wrap}
.edu-dtl .meta-itm{display:flex;flex-direction:column;gap:6px}
.edu-dtl .meta-lbl{font-size:16px;color:#1a1a1a99;text-transform:uppercase;letter-spacing:.8px}
.edu-dtl .meta-val{font-size:21px;font-weight:700;color:#1a1a1a;position:relative;padding-top:6px;border-top:2px solid #1a1a1a26}
.edu-dtl .ctn-grid{display:grid;grid-template-columns:3fr 1fr;gap:40px;padding:80px 24px;background:#fff}
.edu-dtl .main-ctn{min-width:0}
.edu-dtl .main-ctn h2{font-size:27px;line-height:1.2;margin:0 0 24px;font-weight:700}
.edu-dtl .main-ctn h3{font-size:21px;line-height:1.2;margin:40px 0 12px;font-weight:700}
.edu-dtl .main-ctn p{font-size:16px;line-height:1.75;margin:0 0 24px}
.edu-dtl .main-ctn p:first-of-type{background:#F7FCFF;padding:24px;border-radius:4px;border-left:4px solid #28CEC1}
.edu-dtl .main-ctn ol,.edu-dtl .main-ctn ul{margin:0 0 24px;padding-left:24px}
.edu-dtl .main-ctn li{font-size:16px;line-height:1.75;margin-bottom:12px;position:relative}
.edu-dtl .main-ctn mark{background:#28cec126;padding:2px 6px;border-radius:4px}
.edu-dtl .main-ctn dl{margin:24px 0}
.edu-dtl .main-ctn dt{font-size:16px;font-weight:700;margin-top:12px;color:#1a1a1a}
.edu-dtl .main-ctn dd{font-size:16px;line-height:1.75;margin:6px 0 0 24px}
.edu-dtl .main-ctn blockquote{margin:40px 0;padding:24px 24px 24px 80px;background:#F7FCFF;border-left:6px solid #B919C4;font-size:21px;line-height:1.5;font-style:italic;position:relative}
.edu-dtl .main-ctn details{margin:24px 0;border:2px solid #e0e0e0;border-radius:4px;overflow:hidden}
.edu-dtl .main-ctn summary{padding:12px 24px;font-size:16px;font-weight:700;cursor:pointer;background:#fff;transition:background .12s cubic-bezier(0.4,0,1,1);text-transform:uppercase;letter-spacing:.5px}
.edu-dtl .main-ctn summary:hover{background:#F7FCFF}
.edu-dtl .main-ctn details[open] summary{background:#F7FCFF;border-bottom:2px solid #e0e0e0}
.edu-dtl .main-ctn details > :not(summary){padding:24px}
.edu-dtl .side-ctn{display:flex;flex-direction:column;gap:24px}
.edu-dtl .prc-box{background:linear-gradient(135deg,#28cec114 0%,#b919c414 100%);padding:24px;border-radius:42px;text-align:center;box-shadow:1px 5px 22px 0 #28cec114}
.edu-dtl .prc-lbl{font-size:16px;text-transform:uppercase;letter-spacing:.8px;color:#1a1a1a99;margin-bottom:12px}
.edu-dtl .prc-amt{font-size:68px;line-height:1.2;font-weight:700;color:#1a1a1a}
.edu-dtl .prc-btn{display:block;width:100%;padding:12px 24px;margin-top:24px;background:#fff;border:2px solid #28CEC1;border-radius:4px;text-decoration:none;color:#1a1a1a;font-size:16px;text-transform:uppercase;letter-spacing:.5px;font-weight:700;transition:all .15s cubic-bezier(0.4,0,1,1)}
.edu-dtl .prc-btn:hover{background:#28CEC1;color:#fff;box-shadow:0 0 0 4px #28cec126}
.edu-dtl .inf-box{background:#fff;padding:24px;border:2px solid #e0e0e0;border-radius:4px}
.edu-dtl .inf-ttl{font-size:21px;font-weight:700;margin:0 0 12px}
.edu-dtl .inf-txt{font-size:16px;line-height:1.5;color:#1a1a1abf}
.edu-dtl .prg-sec{padding:80px 24px;background:#F7FCFF;position:relative;clip-path:polygon(0 0,100% 40px,100% 100%,0 100%);margin-top:-40px}
.edu-dtl .prg-sec h2{font-size:37px;line-height:1.2;margin:0 0 40px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:2px}
.edu-dtl .prg-wrap{max-width:860px;margin:0 auto}
.edu-dtl .tml-wrap{position:relative;padding-left:40px}
.edu-dtl .tml-wrap::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#28CEC1 0%,#B919C4 100%)}
.edu-dtl .tml-itm{position:relative;margin-bottom:40px;padding:24px;background:#fff;border-radius:4px;box-shadow:1px 2px 3px 0 #28cec10d;transition:box-shadow .14s cubic-bezier(0.4,0,1,1)}
.edu-dtl .tml-itm:hover{box-shadow:1px 8px 52px 0 #28cec124}
.edu-dtl .tml-itm::before{content:'';position:absolute;left:-40px;top:24px;width:24px;height:24px;background:#28CEC1;border:4px solid #fff;border-radius:42px;z-index:2;box-shadow:0 0 0 3px #28cec133}
.edu-dtl .tml-itm:nth-child(even)::before{background:#B919C4;box-shadow:0 0 0 3px #b919c433}
.edu-dtl .tml-itm h3{font-size:21px;line-height:1.2;margin:0 0 12px;font-weight:700}
.edu-dtl .tml-itm p{font-size:16px;line-height:1.75;margin:0;color:#1a1a1ad9}
.edu-dtl .tml-itm mark{background:#b919c426;padding:2px 6px;border-radius:4px}
.edu-dtl .tml-itm ol{margin:12px 0 0;padding-left:24px}
.edu-dtl .tml-itm li{font-size:16px;line-height:1.75;margin-bottom:6px}
.edu-dtl .cta-sec{padding:80px 24px;background:#fff;text-align:center}
.edu-dtl .cta-hd{font-size:37px;line-height:1.2;margin:0 0 24px;font-weight:700}
.edu-dtl .cta-txt{font-size:21px;line-height:1.5;margin:0 0 40px;color:#1a1a1abf;max-width:720px;margin-left:auto;margin-right:auto}
.edu-dtl .cta-btn{display:inline-block;padding:12px 40px;background:#fff;border:3px solid #B919C4;border-radius:4px;text-decoration:none;color:#1a1a1a;font-size:21px;text-transform:uppercase;letter-spacing:1px;font-weight:700;transition:all .18s cubic-bezier(0.4,0,1,1)}
.edu-dtl .cta-btn:hover{background:#B919C4;color:#fff;box-shadow:0 0 0 6px #b919c433;transform:translateY(-2px)}
@media (max-width: 960px) {
.edu-dtl .ctn-grid{grid-template-columns:1fr;padding:40px 24px}
.edu-dtl .hd-txt{padding:40px 24px}
.edu-dtl .hd-txt h1{font-size:27px}
.edu-dtl .meta-row{gap:24px}
.edu-dtl .prg-sec{padding:40px 24px;clip-path:polygon(0 0,100% 24px,100% 100%,0 100%);margin-top:-24px}
.edu-dtl .prg-sec h2{font-size:27px}
.edu-dtl .cta-sec{padding:40px 24px}
.edu-dtl .cta-hd{font-size:27px}
.edu-dtl .cta-txt{font-size:16px}
.edu-dtl .cta-btn{font-size:16px;padding:12px 24px}
.edu-dtl .prc-amt{font-size:37px}
}
@media (max-width: 480px) {
.edu-dtl .hd-strip{height:120px}
.edu-dtl .hd-txt h1{font-size:21px}
.edu-dtl .meta-row{flex-direction:column;gap:12px}
.edu-dtl .main-ctn blockquote{padding:24px;font-size:16px}
.edu-dtl .tml-wrap{padding-left:24px}
.edu-dtl .tml-itm::before{left:-24px;width:16px;height:16px}
.edu-dtl .prc-box{border-radius:4px}
}
.edu-dtl ::selection{background:#28CEC1;color:#fff}
.edu-biz .top-nav{display:none}
.edu-biz .hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:520px;overflow:hidden}
.edu-biz .hero-left{background:#28CEC1;padding:80px 40px;display:flex;align-items:center;justify-content:center;position:relative}
.edu-biz .hero-right{background:#B919C4;padding:80px 40px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.edu-biz .hero-txt{max-width:480px;z-index:2;position:relative}
.edu-biz .hero-split h1{font-size:68px;line-height:1.2;color:#fff;margin:0;letter-spacing:-.02em}
.edu-biz .hero-split h1 span{display:block}
.edu-biz .hero-img-wrap{position:relative;width:100%;max-width:440px;aspect-ratio:4/3}
.edu-biz .hero-img-wrap img{width:100%;height:100%;object-fit:cover;border-radius:4px;box-shadow:1px 8px 52px 0 #28cec124}
.edu-biz .hero-img-wrap::after{content:'';position:absolute;top:-24px;right:-24px;width:120px;height:120px;background:linear-gradient(135deg,#ffffff4d 0%,#fff0 70%);border-radius:42px;pointer-events:none}
.edu-biz .intro-sec{max-width:1140px;margin:0 auto;padding:80px 40px}
.edu-biz .intro-sec p{font-size:21px;line-height:1.75;color:#1a1a1a;margin:0 0 24px}
.edu-biz .intro-sec p:first-of-type{background:#F7FCFF;padding:24px;border-radius:4px;border-left:6px solid #28CEC1}
.edu-biz .catalog-wrap{max-width:1140px;margin:0 auto;padding:40px 40px 80px}
.edu-biz .catalog-hd{margin:0 0 40px}
.edu-biz .catalog-hd h2{font-size:37px;line-height:1.2;color:#1a1a1a;margin:0 0 12px}
.edu-biz .catalog-hd p{font-size:21px;line-height:1.5;color:#4a4a4a;margin:0}
.edu-biz .prog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px}
.edu-biz .prog-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:1px 2px 3px 0 #28cec10d;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1);display:flex;flex-direction:column;border-top:6px solid #28CEC1}
.edu-biz .prog-card:hover{box-shadow:1px 8px 52px 0 #28cec124;transform:translateY(-6px)}
.edu-biz .prog-card-img{width:100%;height:220px;overflow:hidden;position:relative}
.edu-biz .prog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .16s cubic-bezier(0.4,0,1,1)}
.edu-biz .prog-card:hover .prog-card-img img{transform:scale(1.06)}
.edu-biz .prog-card-body{padding:24px;flex:1;display:flex;flex-direction:column}
.edu-biz .prog-meta{display:flex;gap:12px;margin:0 0 12px}
.edu-biz .prog-tag{font-size:16px;line-height:1.2;color:#fff;background:#B919C4;padding:6px 12px;border-radius:42px;text-transform:uppercase;letter-spacing:.06em}
.edu-biz .prog-lvl{font-size:16px;line-height:1.2;color:#4a4a4a;background:#F7FCFF;padding:6px 12px;border-radius:42px;text-transform:uppercase;letter-spacing:.06em}
.edu-biz .prog-card h3{font-size:27px;line-height:1.2;color:#1a1a1a;margin:0 0 12px}
.edu-biz .prog-card h3 a{color:inherit;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1)}
.edu-biz .prog-card h3 a:hover{color:#28CEC1}
.edu-biz .prog-desc{font-size:16px;line-height:1.5;color:#4a4a4a;margin:0 0 24px;flex:1}
.edu-biz .prog-footer{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-top:1px solid #e0e0e0;margin-top:auto}
.edu-biz .prog-price{font-size:27px;line-height:1.2;color:#1a1a1a;font-weight:700}
.edu-biz .prog-btn{font-size:16px;line-height:1.2;color:#fff;background:#28CEC1;padding:12px 24px;border-radius:4px;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;transition:background .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);border:2px solid #28CEC1;display:inline-block}
.edu-biz .prog-btn:hover{background:transparent;color:#28CEC1;box-shadow:0 0 0 2px #28CEC1}
.edu-biz .feat-sec{background:linear-gradient(135deg,#F7FCFF 0%,#fff 100%);padding:80px 40px}
.edu-biz .feat-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.edu-biz .feat-txt h2{font-size:37px;line-height:1.2;color:#1a1a1a;margin:0 0 24px}
.edu-biz .feat-txt p{font-size:21px;line-height:1.75;color:#4a4a4a;margin:0 0 24px}
.edu-biz .feat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}
.edu-biz .feat-list li{position:relative;padding-left:40px;font-size:21px;line-height:1.5;color:#1a1a1a}
.edu-biz .feat-list li::before{content:'';position:absolute;left:0;top:6px;width:24px;height:24px;background:#28CEC1;border-radius:42px}
.edu-biz .feat-img{width:100%;aspect-ratio:4/3;border-radius:4px;overflow:hidden;box-shadow:1px 5px 22px 0 #b919c414}
.edu-biz .feat-img img{width:100%;height:100%;object-fit:cover}
.edu-biz .team-sec{max-width:1140px;margin:0 auto;padding:80px 40px}
.edu-biz .team-hd{text-align:center;margin:0 0 40px}
.edu-biz .team-hd h2{font-size:37px;line-height:1.2;color:#1a1a1a;margin:0 0 12px}
.edu-biz .team-hd p{font-size:21px;line-height:1.5;color:#4a4a4a;margin:0}
.edu-biz .team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.edu-biz .team-card{text-align:center}
.edu-biz .team-photo{width:100%;aspect-ratio:4/5;border-radius:4px;overflow:hidden;margin:0 0 24px;box-shadow:1px 5px 22px 0 #28cec114;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1)}
.edu-biz .team-card:hover .team-photo{box-shadow:1px 8px 52px 0 #b919c424;transform:translateY(-6px)}
.edu-biz .team-photo img{width:100%;height:100%;object-fit:cover;object-position:top}
.edu-biz .team-card h4{font-size:27px;line-height:1.2;color:#1a1a1a;margin:0 0 6px}
.edu-biz .team-card p{font-size:16px;line-height:1.5;color:#4a4a4a;margin:0}
.edu-biz .cta-sec{background:#1a1a1a;padding:80px 40px;text-align:center}
.edu-biz .cta-inner{max-width:800px;margin:0 auto}
.edu-biz .cta-sec h2{font-size:37px;line-height:1.2;color:#fff;margin:0 0 24px}
.edu-biz .cta-sec p{font-size:21px;line-height:1.5;color:#fffc;margin:0 0 40px}
.edu-biz .cta-btn{font-size:16px;line-height:1.2;color:#1a1a1a;background:#28CEC1;padding:12px 40px;border-radius:4px;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;transition:background .12s cubic-bezier(0.4,0,1,1),color .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);border:2px solid #28CEC1;display:inline-block}
.edu-biz .cta-btn:hover{background:transparent;color:#28CEC1;box-shadow:0 0 0 2px #28CEC1}
@media (max-width: 960px) {
.edu-biz .hero-split{grid-template-columns:1fr;min-height:auto}
.edu-biz .hero-left,.edu-biz .hero-right{padding:40px 24px}
.edu-biz .hero-split h1{font-size:37px}
.edu-biz .intro-sec,.edu-biz .catalog-wrap,.edu-biz .team-sec,.edu-biz .cta-sec{padding:40px 24px}
.edu-biz .feat-sec{padding:40px 24px}
.edu-biz .feat-inner{grid-template-columns:1fr;gap:40px}
.edu-biz .team-grid{grid-template-columns:1fr;gap:40px}
.edu-biz .prog-grid{grid-template-columns:1fr}
.edu-biz .hero-img-wrap::after{width:80px;height:80px;top:-12px;right:-12px}
}
@media (max-width: 480px) {
.edu-biz .hero-split h1{font-size:27px}
.edu-biz .catalog-hd h2,.edu-biz .feat-txt h2,.edu-biz .team-hd h2,.edu-biz .cta-sec h2{font-size:27px}
.edu-biz .intro-sec p,.edu-biz .catalog-hd p,.edu-biz .feat-txt p,.edu-biz .team-hd p,.edu-biz .cta-sec p{font-size:16px}
.edu-biz .feat-list li{font-size:16px}
.edu-biz .prog-card h3,.edu-biz .team-card h4,.edu-biz .prog-price{font-size:21px}
.edu-biz .hero-left,.edu-biz .hero-right{padding:24px}
}
.kpage{background:#FFF;color:#1a1a1a;min-height:100vh}
.kpage .hero-wrap{max-width:1140px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center;position:relative}
.kpage .hero-wrap::before{content:'';position:absolute;top:12%;right:8%;width:180px;height:180px;border-radius:50%;border:1px solid #28cec126;pointer-events:none;z-index:0}
.kpage .hero-wrap::after{content:'';position:absolute;bottom:18%;left:5%;width:120px;height:120px;border-radius:50%;border:1px solid #b919c41f;pointer-events:none;z-index:0}
.kpage .hero-txt{position:relative;z-index:1}
.kpage .hero-txt h1{font-size:68px;line-height:1.2;margin:0 0 24px;font-weight:700}
.kpage .hero-txt h1 .bracket{color:#28CEC1}
.kpage .hero-txt .intro-p{font-size:21px;line-height:1.75;margin:0 0 12px;color:#2a2a2a}
.kpage .hero-txt .detail-p{font-size:16px;line-height:1.5;color:#4a4a4a;margin:0}
.kpage .img-col{position:relative;z-index:1;background:linear-gradient(135deg,#28cec114 0%,#b919c414 100%);border-radius:4px;padding:40px;min-height:420px;display:flex;align-items:center;justify-content:center;box-shadow:1px 5px 22px 0 #28cec114}
.kpage .img-col::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,#f7fcff66 100%);border-radius:4px;pointer-events:none}
.kpage .geo-shape{width:160px;height:160px;position:relative}
.kpage .geo-shape svg{width:100%;height:100%}
.kpage .geo-shape circle{fill:none;stroke:#28CEC1;stroke-width:2;opacity:.4}
.kpage .geo-shape rect{fill:none;stroke:#B919C4;stroke-width:2;opacity:.3}
.kpage .form-sec{background:#F7FCFF!important;padding:80px 24px;position:relative;clip-path:polygon(0 3%,100% 0,100% 100%,0 100%)}
.kpage .form-sec::before{content:'';position:absolute;top:8%;left:4%;width:6px;height:6px;background:#28cec133;border-radius:50%;pointer-events:none}
.kpage .form-sec::after{content:'';position:absolute;top:15%;right:12%;width:4px;height:4px;background:#b919c426;border-radius:50%;pointer-events:none}
.kpage .dot-1{position:absolute;top:22%;left:18%;width:8px;height:8px;background:#28cec11f;border-radius:50%;pointer-events:none}
.kpage .dot-2{position:absolute;bottom:28%;right:8%;width:5px;height:5px;background:#b919c42e;border-radius:50%;pointer-events:none}
.kpage .dot-3{position:absolute;bottom:12%;left:25%;width:7px;height:7px;background:#28cec11a;border-radius:50%;pointer-events:none}
.kpage .form-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:80px;align-items:start}
.kpage .contact-info h2{font-size:37px;line-height:1.2;margin:0 0 40px;font-weight:700;letter-spacing:.5px}
.kpage .info-block{margin:0 0 40px}
.kpage .info-block h3{font-size:16px;line-height:1.2;margin:0 0 12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#666}
.kpage .info-block p{font-size:21px;line-height:1.5;margin:0;color:#1a1a1a}
.kpage .info-block a{color:#1a1a1a;text-decoration:none;transition:color .14s cubic-bezier(0.4,0,1,1)}
.kpage .info-block a:hover{color:#28CEC1}
.kpage .biz-note{background:#FFF;padding:24px;border-radius:4px;border-left:3px solid #28CEC1;margin:40px 0 0;box-shadow:1px 2px 3px 0 #28cec10d}
.kpage .biz-note p{font-size:16px;line-height:1.5;margin:0;color:#4a4a4a}
.kpage .form-container{background:#FFF;padding:40px;border-radius:4px;box-shadow:1px 8px 52px 0 #b919c424}
.kpage .form-container h3{font-size:27px;line-height:1.2;margin:0 0 24px;font-weight:700}
.kpage .form-container form{display:flex;flex-direction:column;gap:24px}
.kpage .field-grp{display:flex;flex-direction:column;gap:6px}
.kpage .field-grp label{font-size:16px;line-height:1.2;font-weight:600;color:#2a2a2a}
.kpage .field-grp input[type="text"],.kpage .field-grp input[type="email"],.kpage .field-grp input[type="tel"]{padding:12px;font-size:16px;line-height:1.5;border:2px solid #e0e0e0;border-radius:4px;transition:border-color .16s cubic-bezier(0.4,0,1,1),box-shadow .16s cubic-bezier(0.4,0,1,1);background:#FFF;color:#1a1a1a}
.kpage .field-grp input[type="text"]:focus,.kpage .field-grp input[type="email"]:focus,.kpage .field-grp input[type="tel"]:focus{outline:none;border-color:#28CEC1;box-shadow:inset 0 0 0 1px #28CEC1}
.kpage .field-grp input::placeholder{color:#999;text-overflow:ellipsis}
.kpage .services-pick{display:flex;flex-direction:column;gap:6px}
.kpage .services-pick > label{font-size:16px;line-height:1.2;font-weight:600;color:#2a2a2a;margin:0 0 6px}
.kpage .checkbox-set{display:flex;flex-direction:column;gap:12px}
.kpage .chk-item{display:flex;align-items:center;gap:12px;position:relative}
.kpage .chk-item input[type="checkbox"]{width:20px;height:20px;border:2px solid #e0e0e0;border-radius:4px;appearance:none;cursor:pointer;position:relative;transition:background-color .12s ease-in,border-color .12s ease-in;flex-shrink:0}
.kpage .chk-item input[type="checkbox"]:checked{background-color:#28CEC1;border-color:#28CEC1}
.kpage .chk-item input[type="checkbox"]:checked::after{content:'';position:absolute;top:2px;left:5px;width:6px;height:10px;border:solid #FFF;border-width:0 2px 2px 0;transform:rotate(45deg)}
.kpage .chk-item label{font-size:16px;line-height:1.5;color:#2a2a2a;cursor:pointer;user-select:none}
.kpage .privacy-chk{display:flex;align-items:start;gap:12px;margin:6px 0 0}
.kpage .privacy-chk input[type="checkbox"]{width:20px;height:20px;border:2px solid #e0e0e0;border-radius:4px;appearance:none;cursor:pointer;position:relative;transition:background-color .12s ease-in,border-color .12s ease-in;flex-shrink:0;margin-top:2px}
.kpage .privacy-chk input[type="checkbox"]:checked{background-color:#28CEC1;border-color:#28CEC1}
.kpage .privacy-chk input[type="checkbox"]:checked::after{content:'';position:absolute;top:2px;left:5px;width:6px;height:10px;border:solid #FFF;border-width:0 2px 2px 0;transform:rotate(45deg)}
.kpage .privacy-chk label{font-size:16px;line-height:1.5;color:#4a4a4a;cursor:pointer}
.kpage .privacy-chk label a{color:#28CEC1;text-decoration:none;transition:color .14s cubic-bezier(0.4,0,1,1)}
.kpage .privacy-chk label a:hover{color:#B919C4}
.kpage .submit-btn{padding:12px 40px;font-size:16px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:1px;background:#FFF;color:#1a1a1a;border:2px solid #1a1a1a;border-radius:4px;cursor:pointer;transition:border-width .18s cubic-bezier(0.4,0,1,1),color .18s cubic-bezier(0.4,0,1,1),background-color .18s cubic-bezier(0.4,0,1,1);align-self:start}
.kpage .submit-btn:hover{border-width:3px;background-color:#28CEC1;color:#FFF;border-color:#28CEC1}
.kpage .submit-btn:active{box-shadow:inset 1px 2px 8px 0 #28cec14d}
@media (max-width: 960px) {
.kpage .hero-wrap{grid-template-columns:1fr;padding:60px 24px;gap:40px}
.kpage .hero-txt h1{font-size:37px}
.kpage .hero-txt .intro-p{font-size:16px}
.kpage .img-col{min-height:320px}
.kpage .form-inner{grid-template-columns:1fr;gap:60px}
.kpage .form-sec{padding:60px 24px}
.kpage .contact-info h2{font-size:27px}
.kpage .form-container{padding:24px}
}
@media (max-width: 480px) {
.kpage .hero-wrap{padding:40px 12px}
.kpage .hero-txt h1{font-size:27px}
.kpage .img-col{padding:24px;min-height:240px}
.kpage .form-sec{padding:40px 12px}
.kpage .contact-info h2{font-size:21px;margin:0 0 24px}
.kpage .info-block{margin:0 0 24px}
.kpage .info-block p{font-size:16px}
.kpage .form-container{padding:24px 12px}
.kpage .form-container h3{font-size:21px}
.kpage .submit-btn{width:100%}
}
.abt-pg{background:#fff;color:#1a1a1a}
.abt-pg .hro-sect{max-width:1140px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative}
.abt-pg .hro-txt{z-index:2}
.abt-pg .hro-txt h1{font-size:68px;line-height:1.2;margin:0 0 24px;letter-spacing:-.02em;font-weight:700;animation:hro-rtt .16s cubic-bezier(0.4,0,1,1) forwards;transform-origin:center left}
@keyframes hro-rtt {
from{opacity:0;transform:rotate(-2deg)}
to{opacity:1;transform:rotate(0deg)}
}
.abt-pg .hro-txt .tglne{font-size:21px;line-height:1.5;margin:0 0 40px;color:#4a4a4a;animation:hro-rtt .16s cubic-bezier(0.4,0,1,1) .08s backwards}
.abt-pg .hro-lnks{display:flex;gap:24px;animation:hro-rtt .16s cubic-bezier(0.4,0,1,1) .16s backwards}
.abt-pg .hro-lnks a{text-decoration:none;color:#1a1a1a;font-size:16px;text-transform:uppercase;letter-spacing:.08em;padding:12px 24px;border:2px solid #1a1a1a;border-radius:4px;transition:all .14s cubic-bezier(0.4,0,1,1);display:inline-block}
.abt-pg .hro-lnks a:hover{border-width:3px;box-shadow:0 0 0 1px #1a1a1a;color:#28CEC1;border-color:#28CEC1}
.abt-pg .hro-img-wrp{position:relative;height:420px;border-radius:4px;overflow:hidden;animation:hro-rtt .16s cubic-bezier(0.4,0,1,1) .12s backwards}
.abt-pg .hro-img-wrp img{width:100%;height:100%;object-fit:cover;object-position:center;filter:sepia(0.15) hue-rotate(160deg) saturate(0.9)}
.abt-pg .hro-img-wrp::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:2px solid #28CEC1;border-radius:4px;z-index:1;pointer-events:none}
.abt-pg .hro-img-wrp::after{content:'';position:absolute;top:12px;left:12px;right:-12px;bottom:-12px;border:2px solid #B919C4;border-radius:4px;z-index:-1;pointer-events:none}
.abt-pg .stry-sect{background:linear-gradient(135deg,#F7FCFF 0%,#fff 100%);padding:80px 24px;border-top:1px solid #e0e0e0;border-bottom:4px solid #1a1a1a}
.abt-pg .stry-inr{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px}
.abt-pg .stry-crd{background:#fff;border-radius:42px;padding:40px;box-shadow:1px 5px 22px 0 #28cec114;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1);position:relative;animation:crd-rvl .16s cubic-bezier(0.4,0,1,1) forwards;transform:rotate(-1deg);transform-origin:center}
@keyframes crd-rvl {
from{opacity:0;transform:rotate(-3deg)}
to{opacity:1;transform:rotate(-1deg)}
}
.abt-pg .stry-crd:nth-child(2){animation-delay:.08s;transform:rotate(1deg)}
@keyframes crd-rvl-2 {
from{opacity:0;transform:rotate(3deg)}
to{opacity:1;transform:rotate(1deg)}
}
.abt-pg .stry-crd:nth-child(2){animation-name:crd-rvl-2}
.abt-pg .stry-crd:hover{box-shadow:1px 8px 52px 0 #b919c424;transform:rotate(0deg) translateY(-6px)}
.abt-pg .stry-crd .lbl-txt{font-size:16px;text-transform:uppercase;letter-spacing:.1em;color:#B919C4;margin:0 0 12px;font-weight:600}
.abt-pg .stry-crd h2{font-size:37px;line-height:1.2;margin:0 0 24px;font-weight:700}
.abt-pg .stry-crd p{font-size:16px;line-height:1.75;margin:0 0 24px;color:#4a4a4a}
.abt-pg .stry-crd p:last-child{margin-bottom:0}
.abt-pg .stry-crd .num-deco{position:absolute;top:24px;right:40px;font-size:120px;font-weight:700;color:#28cec114;line-height:1;pointer-events:none;z-index:0}
.abt-pg .stry-crd > *{position:relative;z-index:1}
.abt-pg .tm-sect{padding:80px 24px;background:#fff;position:relative}
.abt-pg .tm-sect::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:#e0e0e0}
.abt-pg .tm-sect::after{content:'';position:absolute;top:3px;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(90deg,#28CEC1 0%,#B919C4 100%)}
.abt-pg .tm-inr{max-width:1140px;margin:0 auto}
.abt-pg .tm-hdr{text-align:center;margin:0 0 80px}
.abt-pg .tm-hdr h2{font-size:37px;line-height:1.2;margin:0 0 24px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.abt-pg .tm-hdr p{font-size:21px;line-height:1.5;color:#4a4a4a;max-width:720px;margin:0 auto}
.abt-pg .tm-grid{display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:start}
.abt-pg .tm-prfl{position:relative}
.abt-pg .tm-prfl-img{width:100%;aspect-ratio:3/4;border-radius:4px;overflow:hidden;box-shadow:1px 5px 22px 0 #28cec114}
.abt-pg .tm-prfl-img img{width:100%;height:100%;object-fit:cover;object-position:top;filter:sepia(0.1) hue-rotate(180deg) saturate(0.95)}
.abt-pg .tm-cntnt{display:flex;flex-direction:column;gap:24px}
.abt-pg .tm-cntnt .cd-blk{background:#1a1a1a;color:#F7FCFF;padding:24px;border-radius:4px;font-family:'Courier New',monospace;font-size:16px;line-height:1.75;box-shadow:1px 2px 3px 0 #28cec10d;position:relative;overflow:hidden}
.abt-pg .tm-cntnt .cd-blk::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#28CEC1 0%,#B919C4 100%)}
.abt-pg .tm-cntnt .cd-blk .cd-ln{padding-left:12px;display:block}
.abt-pg .tm-cntnt .cd-blk .cd-cmt{color:#28CEC1}
.abt-pg .tm-cntnt .cd-blk .cd-vl{color:#B919C4}
.abt-pg .tm-cntnt .txt-blk{display:flex;flex-direction:column;gap:24px}
.abt-pg .tm-cntnt .txt-blk p{font-size:16px;line-height:1.75;color:#4a4a4a;margin:0}
.abt-pg .tm-cntnt .txt-blk p:first-child{background:linear-gradient(135deg,#F7FCFF 0%,#fff 100%);padding:24px;border-radius:4px;box-shadow:inset 6px 0 0 0 #28CEC1}
.abt-pg .tm-cntnt .stt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px}
.abt-pg .tm-cntnt .stt-itm{text-align:center;padding:24px;background:linear-gradient(135deg,#F7FCFF 0%,#fff 100%);border-radius:42px;box-shadow:1px 2px 3px 0 #b919c40d;transition:box-shadow .16s cubic-bezier(0.4,0,1,1)}
.abt-pg .tm-cntnt .stt-itm:hover{box-shadow:1px 8px 52px 0 #b919c424}
.abt-pg .tm-cntnt .stt-itm .stt-num{font-size:37px;line-height:1.2;font-weight:700;color:#B919C4;margin:0 0 6px;transition:color .14s cubic-bezier(0.4,0,1,1),text-shadow .14s cubic-bezier(0.4,0,1,1)}
.abt-pg .tm-cntnt .stt-itm:hover .stt-num{color:#28CEC1;text-shadow:2px 4px 8px #28cec14d}
.abt-pg .tm-cntnt .stt-itm .stt-lbl{font-size:16px;line-height:1.5;color:#4a4a4a;text-transform:uppercase;letter-spacing:.06em;margin:0}
@media (max-width: 960px) {
.abt-pg .hro-sect{grid-template-columns:1fr;padding:40px 24px}
.abt-pg .hro-txt h1{font-size:37px}
.abt-pg .hro-img-wrp{height:320px}
.abt-pg .stry-sect{padding:40px 24px}
.abt-pg .tm-sect{padding:40px 24px}
.abt-pg .tm-hdr{margin:0 0 40px}
.abt-pg .tm-hdr h2{font-size:27px}
.abt-pg .tm-grid{grid-template-columns:1fr}
.abt-pg .tm-cntnt .stt-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.abt-pg .hro-txt h1{font-size:27px}
.abt-pg .hro-lnks{flex-direction:column}
.abt-pg .hro-lnks a{text-align:center}
.abt-pg .stry-crd{padding:24px;border-radius:4px}
.abt-pg .stry-crd h2{font-size:27px}
.abt-pg .stry-crd .num-deco{font-size:80px;right:24px}
.abt-pg .tm-cntnt .cd-blk{font-size:14px}
}
.ep-home{background:#fff;color:#1a1a1a}
.ep-home .hero-sec{position:relative;padding:120px 24px 80px;background:linear-gradient(180deg,#28CEC1 0%,#28cec100 100%);overflow:hidden}
.ep-home .hero-sec::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1440px;height:100%;background-image:url(./visual_resources/ourasset12-backup.jpg);background-size:cover;background-position:center;opacity:.12;pointer-events:none}
.ep-home .hero-sec::after{content:'';position:absolute;top:40px;right:80px;width:280px;height:320px;border:2px solid #28cec14d;border-radius:42px;pointer-events:none}
.ep-home .curve-line{position:absolute;top:60px;left:12%;width:180px;height:220px;border:3px solid #b919c433;border-radius:42px;border-right:none;border-bottom:none;pointer-events:none}
.ep-home .hero-wrap{position:relative;max-width:1140px;margin:0 auto;z-index:1}
.ep-home .hero-desc{font-size:21px;line-height:1.5;color:#333;margin:0 0 24px;max-width:680px}
.ep-home .hero-h{font-size:68px;line-height:1.2;font-weight:700;margin:0 0 40px;max-width:820px}
.ep-home .hero-txt{font-size:21px;line-height:1.75;margin:0 0 40px;max-width:720px}
.ep-home .hero-cta{display:inline-block;padding:18px 40px;background:#fff;color:#1a1a1a;text-decoration:none;text-transform:uppercase;font-size:16px;font-weight:600;letter-spacing:1px;border-radius:4px;border:2px solid #1a1a1a;transition:border-color .14s cubic-bezier(0.4,0,1,1),box-shadow .14s cubic-bezier(0.4,0,1,1)}
.ep-home .hero-cta:hover{border-color:#28CEC1;box-shadow:0 0 0 3px #28cec133}
.ep-home .features-sec{padding:80px 24px;background:#F7FCFF}
.ep-home .features-wrap{max-width:1140px;margin:0 auto}
.ep-home .features-h{font-size:37px;line-height:1.2;font-weight:700;margin:0 0 12px}
.ep-home .features-intro{font-size:21px;line-height:1.75;margin:0 0 80px;max-width:780px}
.ep-home .features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px}
.ep-home .feature-card{background:#fff;padding:40px;border-radius:4px;box-shadow:1px 2px 3px 0 #28cec10d;transition:box-shadow .16s cubic-bezier(0.4,0,1,1),transform .16s cubic-bezier(0.4,0,1,1)}
.ep-home .feature-card:hover{box-shadow:1px 5px 22px 0 #28cec114;transform:translateY(-4px)}
.ep-home .feature-card:nth-child(1){grid-column:span 2}
.ep-home .feature-card:nth-child(2){grid-column:span 1}
.ep-home .feature-card:nth-child(3){grid-column:span 1}
.ep-home .feature-img-wrap{width:100%;height:240px;margin:0 0 24px;border-radius:4px;overflow:hidden}
.ep-home .feature-img{width:100%;height:100%;object-fit:cover;filter:brightness(0.85);transition:filter .12s cubic-bezier(0.4,0,1,1)}
.ep-home .feature-card:hover .feature-img{filter:brightness(1.05)}
.ep-home .feature-ttl{font-size:27px;line-height:1.2;font-weight:700;margin:0 0 12px}
.ep-home .feature-txt{font-size:16px;line-height:1.75;margin:0}
.ep-home .approach-sec{padding:80px 24px;background:#fff}
.ep-home .approach-wrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.ep-home .approach-content{position:relative}
.ep-home .approach-h{font-size:37px;line-height:1.2;font-weight:700;margin:0 0 24px}
.ep-home .approach-p1{font-size:16px;line-height:1.5;margin:0 0 24px}
.ep-home .approach-p2{font-size:16px;line-height:1.75;margin:0 0 40px}
.ep-home .cat-list{list-style:none;padding:0;margin:0}
.ep-home .cat-item{margin:0 0 40px}
.ep-home .cat-item:last-child{margin:0}
.ep-home .cat-ttl{font-size:21px;line-height:1.2;font-weight:700;margin:0 0 12px;text-transform:uppercase;letter-spacing:1px;color:#B919C4}
.ep-home .cat-features{list-style:none;padding:0;margin:0}
.ep-home .cat-features li{position:relative;padding:0 0 0 24px;margin:0 0 12px;font-size:16px;line-height:1.75}
.ep-home .cat-features li:last-child{margin:0}
.ep-home .cat-features li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#28CEC1;border-radius:50%}
.ep-home .approach-visual{position:relative}
.ep-home .approach-img-1{width:100%;height:420px;border-radius:42px;overflow:hidden;margin:0 0 24px}
.ep-home .approach-img-1 img{width:100%;height:100%;object-fit:cover;filter:brightness(0.85);transition:filter .14s cubic-bezier(0.4,0,1,1)}
.ep-home .approach-img-1:hover img{filter:brightness(1.05)}
.ep-home .approach-img-2{width:100%;height:280px;border-radius:4px;overflow:hidden}
.ep-home .approach-img-2 img{width:100%;height:100%;object-fit:cover;filter:brightness(0.85);transition:filter .16s cubic-bezier(0.4,0,1,1)}
.ep-home .approach-img-2:hover img{filter:brightness(1.05)}
.ep-home .team-sec{padding:80px 24px;background:#F7FCFF;position:relative}
.ep-home .team-sec::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#28CEC1 0%,#B919C4 100%)}
.ep-home .team-wrap{max-width:1140px;margin:0 auto}
.ep-home .team-h{font-size:37px;line-height:1.2;font-weight:700;margin:0 0 24px}
.ep-home .team-intro{font-size:21px;line-height:1.75;margin:0 0 80px;max-width:820px}
.ep-home .team-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.ep-home .team-member{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:40px;background:#fff;border-radius:4px;box-shadow:1px 2px 3px 0 #b919c40d;transition:box-shadow .14s cubic-bezier(0.4,0,1,1)}
.ep-home .team-member:hover{box-shadow:1px 8px 52px 0 #b919c424}
.ep-home .team-photo{width:120px;height:120px;border-radius:4px;overflow:hidden}
.ep-home .team-photo img{width:100%;height:100%;object-fit:cover;object-position:top;filter:brightness(0.85);transition:filter .12s cubic-bezier(0.4,0,1,1)}
.ep-home .team-member:hover .team-photo img{filter:brightness(1.05)}
.ep-home .team-info{display:flex;flex-direction:column;justify-content:center}
.ep-home .team-name{font-size:21px;line-height:1.2;font-weight:700;margin:0 0 6px}
.ep-home .team-role{font-size:16px;line-height:1.5;color:#B919C4;margin:0 0 12px}
.ep-home .team-bio{font-size:16px;line-height:1.75;margin:0}
.ep-home .metrics-sec{padding:80px 24px;background:#fff}
.ep-home .metrics-wrap{max-width:1140px;margin:0 auto}
.ep-home .metrics-h{font-size:37px;line-height:1.2;font-weight:700;margin:0 0 80px;text-align:center}
.ep-home .metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ep-home .metric-card{text-align:center;padding:40px 24px;background:#F7FCFF;border-radius:4px;position:relative;overflow:hidden;transition:transform .16s cubic-bezier(0.4,0,1,1)}
.ep-home .metric-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#28CEC1 0%,#B919C4 100%);transform:scaleX(0);transform-origin:left;transition:transform .18s cubic-bezier(0.4,0,1,1)}
.ep-home .metric-card:hover{transform:translateY(-6px)}
.ep-home .metric-card:hover::before{transform:scaleX(1)}
.ep-home .metric-num{font-size:68px;line-height:1.2;font-weight:700;color:#28CEC1;margin:0 0 12px}
.ep-home .metric-label{font-size:21px;line-height:1.5;font-weight:700;margin:0 0 12px;text-transform:uppercase;letter-spacing:1px}
.ep-home .metric-desc{font-size:16px;line-height:1.75;margin:0;color:#555}
@media (max-width: 960px) {
.ep-home .hero-sec{padding:80px 24px 60px}
.ep-home .hero-h{font-size:37px}
.ep-home .hero-desc,.ep-home .hero-txt{font-size:16px}
.ep-home .curve-line,.ep-home .hero-sec::after{display:none}
.ep-home .features-grid{grid-template-columns:1fr}
.ep-home .feature-card:nth-child(1),.ep-home .feature-card:nth-child(2),.ep-home .feature-card:nth-child(3){grid-column:span 1}
.ep-home .approach-wrap{grid-template-columns:1fr;gap:40px}
.ep-home .team-grid{grid-template-columns:1fr}
.ep-home .metrics-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.ep-home .hero-sec{padding:60px 12px 40px}
.ep-home .hero-h{font-size:27px}
.ep-home .features-sec,.ep-home .approach-sec,.ep-home .team-sec,.ep-home .metrics-sec{padding:40px 12px}
.ep-home .features-h,.ep-home .approach-h,.ep-home .team-h,.ep-home .metrics-h{font-size:27px}
.ep-home .features-intro,.ep-home .team-intro{font-size:16px;margin:0 0 40px}
.ep-home .features-grid{gap:24px}
.ep-home .feature-card,.ep-home .team-member,.ep-home .metric-card{padding:24px}
.ep-home .team-member{grid-template-columns:1fr;gap:24px}
.ep-home .team-photo{width:100%;height:180px}
.ep-home .metric-num{font-size:37px}
}
.ep-home ::selection{background:#28CEC1;color:#1a1a1a}
.confirm-pg{background:linear-gradient(135deg,#F7FCFF 0%,#fff 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 24px}
.confirm-pg .cnf-wrap{max-width:680px;width:100%;background:#fff;border-radius:4px;padding:80px 40px;box-shadow:1px 5px 22px 0 #28cec114;text-align:center}
.confirm-pg .icn-check{width:88px;height:88px;margin:0 auto 40px;border-radius:42px;background:#F7FCFF;display:flex;align-items:center;justify-content:center;position:relative}
.confirm-pg .icn-check::before{content:'';position:absolute;width:32px;height:18px;border-left:4px solid #28CEC1;border-bottom:4px solid #28CEC1;transform:rotate(-45deg) translateY(-3px)}
.confirm-pg .msg-hd{font-size:37px;line-height:1.2;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.confirm-pg .msg-txt{font-size:21px;line-height:1.5;color:#4a4a4a;margin:0 0 40px}
.confirm-pg .msg-txt-sub{font-size:16px;line-height:1.75;color:#6a6a6a;margin:0 0 40px;padding:24px;background:#F7FCFF;border-radius:4px}
.confirm-pg .dtls-blk{margin:0 0 40px;padding:24px;background:#fafafa;border-radius:4px;text-align:left}
.confirm-pg .dtls-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e5e5}
.confirm-pg .dtls-row:last-child{border-bottom:none}
.confirm-pg .dtls-lbl{font-size:16px;color:#6a6a6a;font-weight:400}
.confirm-pg .dtls-val{font-size:16px;color:#1a1a1a;font-weight:600}
.confirm-pg .btn-grp{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.confirm-pg .bt-primary{display:inline-block;padding:16px 40px;background:#fff;color:#1a1a1a;text-decoration:none;font-size:16px;text-transform:uppercase;letter-spacing:.08em;border:2px solid #28CEC1;border-radius:4px;transition:background .14s cubic-bezier(0.4,0,1,1),border-width .14s cubic-bezier(0.4,0,1,1);font-weight:600}
.confirm-pg .bt-primary:hover{background:#28CEC1;color:#fff;border-width:3px}
.confirm-pg .bt-sec{display:inline-block;padding:16px 40px;background:#fff;color:#1a1a1a;text-decoration:none;font-size:16px;text-transform:uppercase;letter-spacing:.08em;border:2px solid #e5e5e5;border-radius:4px;transition:border-color .16s cubic-bezier(0.4,0,1,1),border-width .16s cubic-bezier(0.4,0,1,1);font-weight:600}
.confirm-pg .bt-sec:hover{border-color:#B919C4;border-width:3px}
.confirm-pg .info-note{font-size:16px;line-height:1.75;color:#6a6a6a;margin:40px 0 0}
.confirm-pg .info-note a{color:#28CEC1;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1)}
.confirm-pg .info-note a:hover{color:#B919C4;text-decoration:underline}
@media (max-width: 480px) {
.confirm-pg .cnf-wrap{padding:40px 24px}
.confirm-pg .msg-hd{font-size:27px}
.confirm-pg .msg-txt{font-size:16px}
.confirm-pg .btn-grp{flex-direction:column}
.confirm-pg .bt-primary,.confirm-pg .bt-sec{width:100%}
.confirm-pg .dtls-row{flex-direction:column;gap:6px}
}