@import "https://cdn.jsdelivr.net/npm/@fontsource/inconsolata@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/inconsolata@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/nunito@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/nunito@latest/700.css";
html{margin:0;padding:0;scroll-behavior:smooth}
body{margin:0;padding:0;font-family:'Nunito',sans-serif;font-size:16px;line-height:1.6;color:#212529;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
*{box-sizing:border-box}
::selection{background:#460659;color:#fff}
img{max-width:100%;height:auto}
a{text-decoration:none;color:inherit;transition:color .14s cubic-bezier(0.4,0,1,1)}
.hd{position:relative;background:linear-gradient(135deg,#FFFDD8 0%,#fff 100%);border-bottom:2px solid #460659;padding:32px 0 16px}
.hdWrap{max-width:1170px;margin:0 auto;padding:0 16px}
.brandRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:32px}
.logoBox{background:#fff;padding:8px;border:2px solid #1DABFE;border-radius:8px;box-shadow:-1px 5px 20px -1px #1dabfe17;display:flex;align-items:center;justify-content:center}
.logoBox img{width:56px;height:56px;display:block;object-fit:contain}
.brandText{font-size:52px;line-height:1.1;font-weight:700;font-family:'Inconsolata',monospace;color:#460659;letter-spacing:-.02em}
.nvRow{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.nvLink{font-size:16px;font-weight:700;color:#460659;padding:8px 16px;border:2px solid transparent;border-radius:8px;background:transparent;transition:background .12s cubic-bezier(0.4,0,1,1),border-color .12s cubic-bezier(0.4,0,1,1),box-shadow .15s cubic-bezier(0.4,0,1,1)}
.nvLink:hover{background:#1DABFE;color:#fff;border-color:#1DABFE;box-shadow:-1px 5px 20px -1px #1dabfe1f}
.ft{background:linear-gradient(180deg,#fff 0%,#FFFDD8 100%);border-top:2px solid #1DABFE;padding:64px 0 32px}
.ftWrap{max-width:1170px;margin:0 auto;padding:0 16px}
.ftGrid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px;margin-bottom:64px}
.ftCol{display:flex;flex-direction:column;gap:16px}
.ftTitle{font-size:21px;line-height:1.1;font-weight:700;color:#460659;margin-bottom:8px;font-family:'Inconsolata',monospace}
.ftLink{font-size:16px;color:#212529;transition:color .11s cubic-bezier(0.4,0,1,1),transform .11s cubic-bezier(0.4,0,1,1);display:inline-block}
.ftLink:hover{color:#1DABFE;transform:translateX(4px)}
.ftInfo{font-size:13px;line-height:1.6;color:#495057}
.ftBrand{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.ftLogoBox{background:#fff;padding:8px;border:2px solid #460659;border-radius:8px;box-shadow:-1px 2px 4px -1px #4606590f}
.ftLogoBox img{width:48px;height:48px;display:block;object-fit:contain}
.ftCompany{font-size:28px;line-height:1.1;font-weight:700;font-family:'Inconsolata',monospace;color:#460659}
.ftBottom{padding-top:32px;border-top:1px solid #46065926;display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}
.cprt{font-size:13px;color:#495057}
.ftContact{display:flex;flex-direction:column;gap:8px}
.ftContactItem{font-size:13px;color:#495057;display:flex;align-items:center;gap:8px}
.ftContactItem i{color:#1DABFE}
@media (max-width: 1200px) {
.ftGrid{grid-template-columns:1fr 1fr}
.brandText{font-size:42px}
}
@media (max-width: 992px) {
.brandRow{flex-direction:column;align-items:flex-start}
.ftGrid{grid-template-columns:1fr}
.ftBottom{flex-direction:column;align-items:flex-start}
.brandText{font-size:36px}
}
@media (max-width: 576px) {
.brandText{font-size:28px}
.nvLink{font-size:13px;padding:8px 12px}
.hd{padding:16px 0 8px}
.ft{padding:32px 0 16px}
.ftGrid{margin-bottom:32px}
}
.doc-block{max-width:1170px;margin:0 auto;padding:64px 32px}
.doc-block h1{font-size:52px;line-height:1.1;letter-spacing:-.02em;margin-bottom:32px;color:#460659}
.doc-block h2{font-size:28px;line-height:1.1;letter-spacing:-.01em;margin-top:64px;margin-bottom:32px;color:#460659}
.doc-block h3{font-size:21px;line-height:1.1;letter-spacing:0;margin-top:32px;margin-bottom:16px;color:#460659}
.doc-block p{font-size:16px;line-height:1.6;letter-spacing:.01em;margin-bottom:16px;color:#212121}
.doc-block ul,.doc-block ol{font-size:16px;line-height:1.6;letter-spacing:.01em;margin-bottom:16px;padding-left:32px;color:#212121}
.doc-block ul{list-style-type:disc}
.doc-block ol{list-style-type:decimal}
.doc-block li{margin-bottom:8px}
.doc-block li:last-child{margin-bottom:0}
.doc-block em,.doc-block i{font-style:italic}
.doc-block strong,.doc-block b{font-weight:700;color:#460659}
.doc-block a{color:#1DABFE;text-decoration:none;border-bottom:1px solid #1dabfe4d;transition:border-color .14s cubic-bezier(0.4,0,1,1)}
.doc-block a:hover{border-bottom-color:#1DABFE}
.doc-block table{width:100%;font-size:16px;line-height:1.6;border-collapse:collapse;margin-bottom:32px;border:2px solid #460659}
.doc-block thead{background:#460659;color:#FFFDD8}
.doc-block th{padding:16px;text-align:left;font-weight:700;letter-spacing:0}
.doc-block td{padding:16px;border-top:1px solid #46065933;color:#212121}
.doc-block tbody tr:hover{background:#1dabfe0d}
.doc-block hr{border:none;height:2px;background:#46065933;margin:64px 0}
@media (max-width: 992px) {
.doc-block{padding:32px 16px}
.doc-block h1{font-size:28px;margin-bottom:16px}
.doc-block h2{font-size:21px;margin-top:32px;margin-bottom:16px}
.doc-block h3{font-size:16px;margin-top:16px}
.doc-block table{font-size:13px}
.doc-block th,.doc-block td{padding:8px}
}
@media (max-width: 576px) {
.doc-block{padding:32px 16px}
.doc-block table{display:block;overflow-x:auto}
}
.guidesPg{background:#fafafa;min-height:100vh;padding:0;margin:0}
.guidesPg .titleWrp{max-width:1170px;margin:0 auto;padding:96px 16px 128px;display:grid;grid-template-columns:380px 1fr;gap:64px;align-items:center;position:relative}
.guidesPg .titleWrp::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,#46065905 0px,transparent 1px,transparent 2px,#46065905 3px),repeating-linear-gradient(90deg,#46065905 0px,transparent 1px,transparent 2px,#46065905 3px);pointer-events:none;z-index:1}
.guidesPg .imgCard{position:relative;z-index:2;border-radius:8px;overflow:hidden;box-shadow:-1px 9px 40px -1px #4606591f}
.guidesPg .imgCard img{width:100%;height:420px;object-fit:cover;display:block;filter:saturate(0.7) brightness(0.95)}
.guidesPg .titleContent{position:relative;z-index:2}
.guidesPg .hdgMain{font-size:52px;line-height:1.1;color:#222;margin:0 0 16px;letter-spacing:-.02em;display:flex;align-items:center;gap:16px}
.guidesPg .liveNum{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1DABFE 0%,#FFFDD8 100%);color:#fff;font-size:28px;line-height:1.1;padding:8px 16px;border-radius:8px;min-width:72px;box-shadow:-1px 5px 20px -1px #1dabfe17;font-weight:600}
.guidesPg .descTxt{font-size:16px;line-height:1.6;color:#555;margin:0}
.guidesPg .lexikonSec{background:#fff;position:relative;clip-path:polygon(0 48px,100% 0,100% 100%,0 100%);padding-top:96px}
.guidesPg .lexikonInner{max-width:1170px;margin:0 auto;padding:0 16px 96px}
.guidesPg .secHdg{font-size:28px;line-height:1.1;color:#222;margin:0 0 32px;letter-spacing:-.01em;position:relative;display:inline-block}
.guidesPg .secHdg::after{content:'';width:8px;height:8px;background:#460659;border-radius:50%;position:absolute;right:-16px;top:50%;transform:translateY(-50%)}
.guidesPg .termsGrid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.guidesPg .termCard{background:#fafafa;padding:32px;border-radius:8px;border:1px solid #e8e8e8;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1);position:relative;overflow:hidden}
.guidesPg .termCard::before{content:'';position:absolute;top:-1px;left:-1px;right:-1px;height:4px;background:linear-gradient(90deg,#1DABFE 0%,#460659 100%);opacity:0;transition:opacity .14s cubic-bezier(0.4,0,1,1)}
.guidesPg .termCard:hover{box-shadow:-1px 5px 20px -1px #1dabfe17;transform:translateY(-2px)}
.guidesPg .termCard:hover::before{opacity:1}
.guidesPg .termHdg{font-size:21px;line-height:1.1;color:#222;margin:0 0 16px;letter-spacing:-.005em}
.guidesPg .termDesc{font-size:16px;line-height:1.6;color:#555;margin:0 0 16px}
.guidesPg .termMeta{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border-radius:8px;border:1px solid #e8e8e8;margin-top:16px}
.guidesPg .metaRow{display:flex;justify-content:space-between;align-items:center;font-size:13px;line-height:1.6}
.guidesPg .metaLabel{color:#888;font-weight:600}
.guidesPg .metaValue{color:#222}
.guidesPg .badgeNum{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid #1DABFE;border-radius:48px;color:#1DABFE;font-size:13px;font-weight:600;z-index:2}
.guidesPg .expandWrp{margin-top:64px}
.guidesPg .expandTrigger{display:none}
.guidesPg .expandLabel{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#460659;border:2px solid #460659;padding:16px 32px;border-radius:8px;font-size:16px;line-height:1.1;cursor:pointer;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);-webkit-user-select:none;user-select:none}
.guidesPg .expandLabel:hover{background:#460659;color:#fff;box-shadow:-1px 5px 20px -1px #46065917}
.guidesPg .expandIcon{transition:transform .18s cubic-bezier(0.4,0,1,1)}
.guidesPg .expandTrigger:checked ~ .expandLabel .expandIcon{transform:rotate(180deg)}
.guidesPg .expandPanel{max-height:0;overflow:hidden;transition:max-height .18s cubic-bezier(0.4,0,1,1)}
.guidesPg .expandTrigger:checked ~ .expandPanel{max-height:2000px}
.guidesPg .expandGrid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:32px}
@media (max-width: 992px) {
.guidesPg .titleWrp{grid-template-columns:1fr;gap:32px;padding:64px 16px 96px}
.guidesPg .imgCard{max-width:480px;margin:0 auto}
.guidesPg .termsGrid,.guidesPg .expandGrid{grid-template-columns:1fr}
.guidesPg .hdgMain{font-size:28px}
.guidesPg .liveNum{font-size:21px;min-width:56px}
}
@media (max-width: 576px) {
.guidesPg .titleWrp{padding:32px 16px 64px}
.guidesPg .imgCard img{height:280px}
.guidesPg .lexikonSec{clip-path:polygon(0 32px,100% 0,100% 100%,0 100%);padding-top:64px}
.guidesPg .lexikonInner{padding-bottom:64px}
.guidesPg .termCard{padding:16px}
.guidesPg .badgeNum{width:28px;height:28px;font-size:12px}
.guidesPg .expandLabel{padding:12px 24px;font-size:13px}
}
.guidesPg ::selection{background:#460659;color:#fff}
.guidesPg input::placeholder{color:#1dabfe80}
.aboutPage{background:#fff;color:#212529;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.aboutPage img{max-width:100%;height:auto}
.aboutPage ::selection{background:#460659;color:#fff}
.aboutPage .pgWrap{max-width:1170px;margin:0 auto}
.aboutPage .heroBlk{position:relative;overflow:hidden;padding:96px 16px;background:linear-gradient(135deg,#1DABFE 0%,#fff 100%)}
.aboutPage .heroInner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.aboutPage .heroTxt h1{font-size:66px;line-height:1.1;letter-spacing:-.02em;margin:0 0 32px;color:#212529;animation:rotateReveal .7s cubic-bezier(0.4,0,1,1) forwards;transform-origin:center}
@keyframes rotateReveal {
from{transform:rotate(-3deg);opacity:0}
to{transform:rotate(0deg);opacity:1}
}
.aboutPage .heroTxt h1 .accent{color:#460659}
.aboutPage .heroTxt p{font-size:21px;line-height:1.6;letter-spacing:.01em;margin:0}
.aboutPage .heroImg{position:relative;clip-path:polygon(15% 0%,100% 0%,100% 85%,85% 100%,0% 100%,0% 15%);animation:rotateReveal .8s cubic-bezier(0.4,0,1,1) .1s forwards;opacity:0}
.aboutPage .heroImg img{width:100%;height:520px;object-fit:cover;display:block}
.aboutPage .storyBlk{padding:96px 16px;background:#FFFDD8;background-image:repeating-linear-gradient(0deg,transparent,transparent 19px,#46065908 19px,#46065908 20px),repeating-linear-gradient(90deg,transparent,transparent 19px,#46065908 19px,#46065908 20px)}
.aboutPage .storyGrid{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:280px 1fr 340px;gap:64px}
.aboutPage .storyHd h2{font-size:52px;line-height:1.1;letter-spacing:-.01em;margin:0;position:sticky;top:32px}
.aboutPage .storyHd h2::after{content:'';display:inline-block;width:12px;height:12px;background:#1DABFE;border-radius:48px;margin-left:8px;vertical-align:middle}
.aboutPage .storyMain p{font-size:16px;line-height:1.6;letter-spacing:.02em;margin:0 0 32px}
.aboutPage .storyMain p:last-child{margin-bottom:0}
.aboutPage .storyMain p strong{color:#460659;text-transform:uppercase;font-size:13px;letter-spacing:.08em}
.aboutPage .storySide{background:#fff;padding:32px;border-radius:8px;box-shadow:-1px 5px 20px -1px #46065917;position:relative}
.aboutPage .storySide::before{content:'';position:absolute;inset:0;border-radius:8px;box-shadow:inset 0 2px 8px #1dabfe1f;pointer-events:none}
.aboutPage .statCard{margin-bottom:32px}
.aboutPage .statCard:last-child{margin-bottom:0}
.aboutPage .statCard h3{font-size:28px;line-height:1.1;letter-spacing:-.01em;margin:0 0 8px;color:#1DABFE}
.aboutPage .statCard p{font-size:13px;line-height:1.6;letter-spacing:.03em;margin:0;color:#6c757d;text-transform:uppercase}
.aboutPage .teamBlk{padding:96px 16px;background:#fff;position:relative}
.aboutPage .teamBlk::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:repeating-linear-gradient(90deg,#1DABFE 0px,#1DABFE 24px,transparent 24px,transparent 32px,#460659 32px,#460659 48px,transparent 48px,transparent 64px,#1DABFE 64px,#1DABFE 80px,transparent 80px,transparent 96px)}
.aboutPage .teamInner{max-width:1170px;margin:0 auto}
.aboutPage .teamHd{text-align:center;margin-bottom:64px}
.aboutPage .teamHd h2{font-size:52px;line-height:1.1;letter-spacing:-.01em;margin:0 0 16px;animation:rotateReveal .6s cubic-bezier(0.4,0,1,1) forwards}
.aboutPage .teamHd p{font-size:21px;line-height:1.6;letter-spacing:.01em;margin:0;color:#6c757d}
.aboutPage .teamGrid{display:grid;grid-template-columns:1fr 1fr;gap:64px}
.aboutPage .memberCard{display:grid;grid-template-columns:200px 1fr;gap:32px;background:transparent;transition:transform .14s cubic-bezier(0.4,0,1,1),box-shadow .14s cubic-bezier(0.4,0,1,1)}
.aboutPage .memberCard:hover{transform:translateY(-4px) scale(1.01);box-shadow:-1px 9px 40px -1px #1dabfe1f}
.aboutPage .memberPic{position:relative;overflow:hidden}
.aboutPage .memberPic::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#1dabfe26 0%,transparent 60%);opacity:0;transition:opacity .16s cubic-bezier(0.4,0,1,1);clip-path:inset(0 0 0 0);z-index:1}
.aboutPage .memberCard:hover .memberPic::before{opacity:1;clip-path:inset(0)}
.aboutPage .memberPic img{width:100%;height:250px;object-fit:cover;object-position:top;display:block;border-radius:8px}
.aboutPage .memberInfo h3{font-size:28px;line-height:1.1;letter-spacing:-.01em;margin:0 0 8px;color:#212529}
.aboutPage .memberInfo h4{font-size:16px;line-height:1.6;letter-spacing:.02em;margin:0 0 16px;color:#1DABFE;text-transform:uppercase;font-size:13px}
.aboutPage .memberInfo p{font-size:16px;line-height:1.6;letter-spacing:.01em;margin:0;color:#495057}
.aboutPage .valuesBlk{padding:96px 16px;background:linear-gradient(180deg,#fff 0%,#fff 50%,#460659 50%,#460659 100%);position:relative}
.aboutPage .valuesInner{max-width:1170px;margin:0 auto}
.aboutPage .valuesHd{margin-bottom:64px}
.aboutPage .valuesHd h2{font-size:52px;line-height:1.1;letter-spacing:-.01em;margin:0;color:#212529}
.aboutPage .valuesHd h2::after{content:'';display:inline-block;width:12px;height:12px;background:#FFFDD8;border-radius:48px;margin-left:8px;vertical-align:middle}
.aboutPage .valuesGrid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px}
.aboutPage .valueCard{background:#fff;padding:32px;border-radius:8px;box-shadow:-1px 5px 20px -1px #46065917;transition:transform .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);animation:rotateReveal .7s cubic-bezier(0.4,0,1,1) forwards;opacity:0}
.aboutPage .valueCard:nth-child(1){animation-delay:.1s}
.aboutPage .valueCard:nth-child(2){animation-delay:.2s}
.aboutPage .valueCard:nth-child(3){animation-delay:.3s}
.aboutPage .valueCard:nth-child(4){animation-delay:.4s}
.aboutPage .valueCard:hover{transform:translateY(-6px) scale(1.02);box-shadow:-1px 9px 40px -1px #1dabfe1f}
.aboutPage .valueCard img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:16px}
.aboutPage .valueCard h3{font-size:21px;line-height:1.1;letter-spacing:-.01em;margin:0 0 16px;color:#212529}
.aboutPage .valueCard p{font-size:16px;line-height:1.6;letter-spacing:.01em;margin:0;color:#495057}
@media (max-width: 1200px) {
.aboutPage .heroInner{grid-template-columns:1fr;gap:48px}
.aboutPage .heroImg img{height:420px}
.aboutPage .storyGrid{grid-template-columns:1fr;gap:48px}
.aboutPage .storyHd h2{position:static}
.aboutPage .valuesGrid{grid-template-columns:1fr 1fr}
}
@media (max-width: 992px) {
.aboutPage .heroBlk{padding:64px 16px}
.aboutPage .heroTxt h1{font-size:52px;margin-bottom:24px}
.aboutPage .heroTxt p{font-size:16px}
.aboutPage .storyBlk,.aboutPage .teamBlk,.aboutPage .valuesBlk{padding:64px 16px}
.aboutPage .storyHd h2,.aboutPage .teamHd h2,.aboutPage .valuesHd h2{font-size:28px}
.aboutPage .teamGrid{grid-template-columns:1fr;gap:48px}
.aboutPage .memberCard{grid-template-columns:160px 1fr;gap:24px}
.aboutPage .memberPic img{height:200px}
}
@media (max-width: 576px) {
.aboutPage .heroBlk{padding:48px 16px}
.aboutPage .heroTxt h1{font-size:28px;margin-bottom:16px}
.aboutPage .heroImg img{height:280px}
.aboutPage .storyBlk,.aboutPage .teamBlk,.aboutPage .valuesBlk{padding:48px 16px}
.aboutPage .teamHd{margin-bottom:48px}
.aboutPage .teamHd p{font-size:16px}
.aboutPage .memberCard{grid-template-columns:1fr;gap:16px}
.aboutPage .memberPic img{height:300px}
.aboutPage .valuesGrid{grid-template-columns:1fr;gap:24px}
.aboutPage .valuesHd{margin-bottom:48px}
.aboutPage .storySide{padding:24px}
}
.dbProgramPage{background:#FEFEFE;color:#1A1A1A;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.dbProgramPage ::selection{background:#460659;color:#FFF}
.dbProgramPage .mainWrap{max-width:1170px;margin:0 auto;padding:64px 32px}
.dbProgramPage .titleSect{display:flex;align-items:center;gap:64px;padding:96px 0 128px;position:relative}
.dbProgramPage .titleSect::before,.dbProgramPage .titleSect::after{content:'';position:absolute;width:180px;height:180px;border:2px solid #1dabfe26;border-radius:48px;pointer-events:none}
.dbProgramPage .titleSect::before{top:32px;left:-40px;transform:rotate(12deg)}
.dbProgramPage .titleSect::after{bottom:48px;right:-30px;background:#fffdd840;transform:rotate(-8deg)}
.dbProgramPage .titleLeft{flex:1;z-index:1}
.dbProgramPage .titleMain{font-size:66px;line-height:1.1;letter-spacing:-.02em;margin:0 0 32px;font-weight:800}
.dbProgramPage .titleDesc{font-size:21px;line-height:1.6;color:#3A3A3A;margin:0;max-width:480px}
.dbProgramPage .titleRight{flex:0 0 380px}
.dbProgramPage .titleImg{width:100%;height:480px;border-radius:8px;object-fit:cover;filter:grayscale(100%) contrast(1.2);box-shadow:-1px 9px 40px -1px #4606591f}
.dbProgramPage .divLine{height:1px;background:repeating-linear-gradient(to right,transparent,transparent 8px,#1DABFE 8px,#1DABFE 12px,transparent 12px,transparent 20px);margin:96px 0}
.dbProgramPage .lexSect{padding:64px 0}
.dbProgramPage .lexHead{font-size:52px;line-height:1.1;letter-spacing:-.01em;margin:0 0 32px;font-weight:700}
.dbProgramPage .lexHead::after{content:'';display:inline-block;width:8px;height:8px;background:#1DABFE;border-radius:50%;margin-left:8px;vertical-align:middle}
.dbProgramPage .lexTxt{font-size:16px;line-height:1.6;color:#3A3A3A;margin:0 0 16px;max-width:820px}
.dbProgramPage .lexGrid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px;margin:64px 0 0}
.dbProgramPage .lexCard{background:#FFF;border:1px solid #E5E5E5;border-radius:8px;padding:32px;transition:box-shadow .15s cubic-bezier(0.4,0,1,1)}
.dbProgramPage .lexCard:hover{box-shadow:-1px 5px 20px -1px #1dabfe17;transform:scale(1.02)}
.dbProgramPage .lexCardIco{width:56px;height:56px;background:linear-gradient(135deg,#1DABFE,#FFFDD8);border-radius:48px;display:flex;align-items:center;justify-content:center;margin:0 0 16px;box-shadow:-1px 5px 20px -1px #1dabfe17}
.dbProgramPage .lexCardIco svg{width:28px;height:28px;fill:#460659}
.dbProgramPage .lexCardTitle{font-size:21px;line-height:1.1;margin:0 0 8px;font-weight:600}
.dbProgramPage .lexCardTxt{font-size:13px;line-height:1.6;color:#555;margin:0}
.dbProgramPage .frostSect{padding:96px 0;margin:96px 0;position:relative;overflow:hidden}
.dbProgramPage .frostSect::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1dabfe0a,#fffdd814);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:0}
.dbProgramPage .frostInner{position:relative;z-index:1}
.dbProgramPage .frostHead{font-size:52px;line-height:1.1;letter-spacing:-.01em;margin:0 0 64px;font-weight:700;text-align:center}
.dbProgramPage .frostHead::after{content:'';display:inline-block;width:8px;height:8px;background:#460659;border-radius:50%;margin-left:8px;vertical-align:middle}
.dbProgramPage .frostFlex{display:flex;gap:64px;align-items:flex-start}
.dbProgramPage .frostLeft{flex:0 0 220px}
.dbProgramPage .frostMid{flex:1}
.dbProgramPage .frostRight{flex:0 0 220px}
.dbProgramPage .frostBox{background:#FFF;border:1px solid #E5E5E5;border-radius:8px;padding:32px;margin:0 0 32px}
.dbProgramPage .frostBoxHead{font-size:16px;line-height:1.1;margin:0 0 16px;font-weight:600}
.dbProgramPage .frostBoxTxt{font-size:13px;line-height:1.6;color:#555;margin:0}
.dbProgramPage .frostMain{font-size:28px;line-height:1.1;margin:0 0 32px;font-weight:600}
.dbProgramPage .frostPara{font-size:16px;line-height:1.6;color:#3A3A3A;margin:0 0 16px}
.dbProgramPage .dataSect{padding:64px 0}
.dbProgramPage .dataWrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.dbProgramPage .dataLeft{display:flex;flex-direction:column;gap:32px}
.dbProgramPage .dataCard{background:#FFF;border-radius:8px;padding:32px;border-left:4px solid transparent;transition:border-color .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1);box-shadow:-1px 2px 4px -1px #4606590f}
.dbProgramPage .dataCard:hover{border-left-color:#1DABFE;box-shadow:-1px 9px 40px -1px #1dabfe1f}
.dbProgramPage .dataCardNum{font-size:52px;line-height:1.1;font-weight:800;background:linear-gradient(135deg,#1DABFE,#460659);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 8px}
.dbProgramPage .dataCardLabel{font-size:16px;line-height:1.1;margin:0;font-weight:600}
.dbProgramPage .dataRight{display:flex;flex-direction:column;gap:16px}
.dbProgramPage .dataRightImg{width:100%;height:280px;border-radius:8px;object-fit:cover;box-shadow:-1px 5px 20px -1px #46065917}
.dbProgramPage .profileSect{padding:96px 0}
.dbProgramPage .profileGrid{display:grid;grid-template-columns:320px 1fr;gap:64px;align-items:center}
.dbProgramPage .profileImgWrap{width:100%;aspect-ratio:7/9;border-radius:8px;overflow:hidden;box-shadow:-1px 9px 40px -1px #4606591f}
.dbProgramPage .profileImg{width:100%;height:100%;object-fit:cover;object-position:top}
.dbProgramPage .profileContent{display:flex;flex-direction:column;gap:32px}
.dbProgramPage .profileHead{font-size:52px;line-height:1.1;letter-spacing:-.01em;margin:0;font-weight:700}
.dbProgramPage .profileHead::after{content:'';display:inline-block;width:8px;height:8px;background:#1DABFE;border-radius:50%;margin-left:8px;vertical-align:middle}
.dbProgramPage .profileTxt{font-size:16px;line-height:1.6;color:#3A3A3A;margin:0}
.dbProgramPage .formSect{padding:64px 0 96px}
.dbProgramPage .formHead{font-size:52px;line-height:1.1;letter-spacing:-.01em;margin:0 0 16px;font-weight:700}
.dbProgramPage .formSubhead{font-size:21px;line-height:1.6;color:#3A3A3A;margin:0 0 64px;max-width:720px}
.dbProgramPage .formBox{background:#FFF;border:1px solid #E5E5E5;border-radius:8px;padding:64px;max-width:920px;margin:0 auto;box-shadow:-1px 5px 20px -1px #46065917}
.dbProgramPage .formRow{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:0 0 32px}
.dbProgramPage .formGroup{display:flex;flex-direction:column;gap:8px}
.dbProgramPage .formLabel{font-size:16px;line-height:1.1;font-weight:600;color:#1A1A1A}
.dbProgramPage .formInput,.dbProgramPage .formTextarea{font-size:16px;line-height:1.6;padding:16px;border:2px solid #E5E5E5;border-radius:8px;background:#FFF;transition:border-color .15s cubic-bezier(0.4,0,1,1),box-shadow .15s cubic-bezier(0.4,0,1,1)}
.dbProgramPage .formInput::placeholder,.dbProgramPage .formTextarea::placeholder{color:#1dabfe4d}
.dbProgramPage .formInput:focus,.dbProgramPage .formTextarea:focus{outline:none;border-color:#1DABFE;box-shadow:-1px 5px 20px -1px #1dabfe17}
.dbProgramPage .formTextarea{resize:vertical;min-height:140px}
.dbProgramPage .formBtnWrap{display:flex;justify-content:center;margin:32px 0 0}
.dbProgramPage .formBtn{font-size:16px;line-height:1.1;font-weight:600;padding:16px 64px;border:2px solid #1DABFE;border-radius:8px;background:transparent;color:#1DABFE;cursor:pointer;transition:background .15s cubic-bezier(0.4,0,1,1),color .15s cubic-bezier(0.4,0,1,1),box-shadow .15s cubic-bezier(0.4,0,1,1)}
.dbProgramPage .formBtn:hover{background:#1DABFE;color:#FFF;box-shadow:-1px 9px 40px -1px #1dabfe1f}
@media (max-width: 1200px) {
.dbProgramPage .mainWrap{padding:64px 32px}
.dbProgramPage .titleSect{gap:32px;padding:64px 0 96px}
.dbProgramPage .titleMain{font-size:52px}
.dbProgramPage .titleRight{flex:0 0 320px}
.dbProgramPage .titleImg{height:420px}
.dbProgramPage .lexGrid{grid-template-columns:1fr 1fr}
.dbProgramPage .frostFlex{gap:32px}
.dbProgramPage .frostLeft,.dbProgramPage .frostRight{flex:0 0 180px}
}
@media (max-width: 992px) {
.dbProgramPage .mainWrap{padding:32px 16px}
.dbProgramPage .titleSect{flex-direction:column;padding:32px 0 64px}
.dbProgramPage .titleRight{flex:none;width:100%}
.dbProgramPage .titleImg{height:360px}
.dbProgramPage .titleMain{font-size:28px}
.dbProgramPage .titleDesc{font-size:16px}
.dbProgramPage .lexHead,.dbProgramPage .frostHead,.dbProgramPage .profileHead,.dbProgramPage .formHead{font-size:28px}
.dbProgramPage .frostMain{font-size:21px}
.dbProgramPage .lexGrid{grid-template-columns:1fr;gap:16px}
.dbProgramPage .frostFlex{flex-direction:column}
.dbProgramPage .frostLeft,.dbProgramPage .frostMid,.dbProgramPage .frostRight{flex:none;width:100%}
.dbProgramPage .dataWrap{grid-template-columns:1fr;gap:32px}
.dbProgramPage .profileGrid{grid-template-columns:1fr;gap:32px}
.dbProgramPage .profileImgWrap{max-width:320px;margin:0 auto}
.dbProgramPage .formRow{grid-template-columns:1fr}
.dbProgramPage .formBox{padding:32px}
.dbProgramPage .divLine{margin:64px 0}
}
@media (max-width: 576px) {
.dbProgramPage .mainWrap{padding:16px 8px}
.dbProgramPage .titleSect{padding:16px 0 32px}
.dbProgramPage .titleMain{font-size:21px;margin:0 0 16px}
.dbProgramPage .titleDesc,.dbProgramPage .formSubhead{font-size:13px}
.dbProgramPage .lexHead,.dbProgramPage .frostHead,.dbProgramPage .profileHead,.dbProgramPage .formHead{font-size:21px}
.dbProgramPage .frostSect,.dbProgramPage .profileSect{padding:32px 0;margin:32px 0}
.dbProgramPage .formSect{padding:32px 0}
.dbProgramPage .formBox{padding:16px}
.dbProgramPage .formBtn{padding:16px 32px}
}
.ctPage{background:#FFF;color:#212529;min-height:100vh;overflow-x:hidden}
.ctPage .heroWrap{position:relative;max-width:1170px;margin:0 auto;padding:96px 32px 64px;display:flex;flex-direction:column;gap:0}
.ctPage .heroTextArea{position:relative;z-index:2;padding:64px 32px 32px;background:linear-gradient(135deg,#1dabfe08,#fffdd80d);border-radius:8px}
.ctPage .heroTextArea::after{content:'';position:absolute;bottom:0;right:0;width:4px;height:88px;background:#1DABFE}
.ctPage .heroH1{font-size:66px;line-height:1.1;letter-spacing:-.02em;margin:0 0 32px;font-weight:700;background:linear-gradient(90deg,#460659 0%,#460659 50%,#1DABFE 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:txtSweep 1.4s cubic-bezier(0.4,0,1,1) forwards}
@keyframes txtSweep {
to{background-position:-200% 0}
}
.ctPage .heroP{font-size:21px;line-height:1.6;color:#495057;margin:0 0 16px;max-width:640px}
.ctPage .heroImg{position:relative;margin-top:-48px;height:340px;border-radius:8px;overflow:hidden;box-shadow:-1px 5px 20px -1px #46065917}
.ctPage .heroImg img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05) saturate(0.95)}
.ctPage .heroImg::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,#00000004 0px,transparent 1px,transparent 2px,#00000004 3px);pointer-events:none}
.ctPage .divA{max-width:1170px;margin:0 auto;height:2px;background:linear-gradient(90deg,#1DABFE 0%,transparent 100%);opacity:.3}
.ctPage .formSection{max-width:1170px;margin:0 auto;padding:96px 32px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.ctPage .formInfo{display:flex;flex-direction:column;gap:32px}
.ctPage .formH2{font-size:52px;line-height:1.1;letter-spacing:-.01em;color:#460659;margin:0;font-weight:700}
.ctPage .formH2::after{content:'';display:inline-block;width:8px;height:8px;background:#1DABFE;border-radius:48px;margin-left:8px;vertical-align:middle}
.ctPage .formTxt{font-size:16px;line-height:1.6;color:#495057;margin:0}
.ctPage .infoBlk{display:flex;flex-direction:column;gap:16px;padding:32px;background:linear-gradient(135deg,#fffdd814,#1dabfe0a);border-radius:8px;transition:box-shadow .14s cubic-bezier(0.4,0,1,1),transform .14s cubic-bezier(0.4,0,1,1)}
.ctPage .infoBlk:hover{transform:translateY(-2px);box-shadow:-1px 9px 40px -1px #1dabfe1f}
.ctPage .infoBlk h3{font-size:21px;line-height:1.1;color:#212529;margin:0 0 8px;font-weight:600}
.ctPage .infoBlk p{font-size:16px;line-height:1.6;color:#495057;margin:0}
.ctPage .infoBlk a{color:#1DABFE;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1)}
.ctPage .infoBlk a:hover{color:#460659}
.ctPage .formArea{background:#FFF;padding:32px;border-radius:8px;box-shadow:-1px 5px 20px -1px #46065917}
.ctPage .formArea form{display:flex;flex-direction:column;gap:32px}
.ctPage .fldGrp{display:flex;flex-direction:column;gap:8px}
.ctPage .fldGrp label{font-size:13px;line-height:1.1;color:#212529;font-weight:600;letter-spacing:.02em}
.ctPage .fldGrp input[type="text"],.ctPage .fldGrp input[type="email"],.ctPage .fldGrp input[type="tel"]{padding:16px;font-size:16px;border:2px solid #e9ecef;border-radius:8px;background:#FFF;color:#212529;transition:border-color .12s cubic-bezier(0.4,0,1,1),box-shadow .12s cubic-bezier(0.4,0,1,1)}
.ctPage .fldGrp input[type="text"]:focus,.ctPage .fldGrp input[type="email"]:focus,.ctPage .fldGrp input[type="tel"]:focus{outline:none;border-color:#1DABFE;box-shadow:inset 0 0 0 1px #1dabfe33}
.ctPage .fldGrp input::placeholder{color:#4606594d}
.ctPage .radioSet{display:flex;flex-direction:column;gap:8px}
.ctPage .radioLbl{font-size:13px;line-height:1.1;color:#212529;font-weight:600;letter-spacing:.02em;margin-bottom:8px}
.ctPage .radioOpt{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:border-color .14s cubic-bezier(0.4,0,1,1),background .14s cubic-bezier(0.4,0,1,1)}
.ctPage .radioOpt:hover{border-color:#1DABFE;background:#1dabfe05}
.ctPage .radioOpt input[type="radio"]{width:20px;height:20px;margin:0;cursor:pointer}
.ctPage .radioOpt input[type="radio"]:checked + span{color:#1DABFE;font-weight:600}
.ctPage .radioOpt span{font-size:16px;line-height:1.6;color:#495057;transition:color .12s cubic-bezier(0.4,0,1,1)}
.ctPage .privacyBox{display:flex;align-items:start;gap:16px;padding:16px;background:#fffdd826;border-radius:8px}
.ctPage .privacyBox input[type="checkbox"]{width:18px;height:18px;margin-top:2px;cursor:pointer}
.ctPage .privacyBox label{font-size:13px;line-height:1.6;color:#495057;cursor:pointer}
.ctPage .privacyBox label a{color:#1DABFE;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1)}
.ctPage .privacyBox label a:hover{color:#460659}
.ctPage .submitBtn{padding:16px 32px;font-size:16px;font-weight:600;color:#1DABFE;background:transparent;border:2px solid #1DABFE;border-radius:8px;cursor:pointer;transition:background .16s cubic-bezier(0.4,0,1,1),color .16s cubic-bezier(0.4,0,1,1),box-shadow .16s cubic-bezier(0.4,0,1,1)}
.ctPage .submitBtn:hover{background:#1DABFE;color:#FFF;box-shadow:-1px 5px 20px -1px #1dabfe17}
.ctPage .resourceSection{background:linear-gradient(135deg,#46065905,#fffdd814);padding:96px 32px}
.ctPage .resourceInner{max-width:1170px;margin:0 auto}
.ctPage .resourceH2{font-size:52px;line-height:1.1;letter-spacing:-.01em;color:#460659;margin:0 0 64px;font-weight:700;text-align:center}
.ctPage .timeline{position:relative;display:flex;flex-direction:column;gap:64px;padding-left:64px}
.ctPage .timeline::before{content:'';position:absolute;left:24px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#1DABFE 0%,#460659 100%)}
.ctPage .tmItem{position:relative;display:flex;flex-direction:column;gap:8px;padding:32px;background:#FFF;border-radius:8px;box-shadow:-1px 2px 4px -1px #4606590f;transition:transform .18s cubic-bezier(0.4,0,1,1),box-shadow .18s cubic-bezier(0.4,0,1,1)}
.ctPage .tmItem:hover{transform:translateY(-4px) translateX(4px);box-shadow:-1px 9px 40px -1px #1dabfe1f}
.ctPage .tmItem::before{content:'';position:absolute;left:-48px;top:32px;width:12px;height:12px;background:#1DABFE;border:3px solid #FFF;border-radius:48px;box-shadow:-1px 2px 4px -1px #1dabfe0f}
.ctPage .tmItem:nth-child(even){margin-left:96px}
.ctPage .tmItem:nth-child(even)::before{background:#460659}
.ctPage .tmItem h3{font-size:28px;line-height:1.1;color:#212529;margin:0;font-weight:600}
.ctPage .tmItem p{font-size:16px;line-height:1.6;color:#495057;margin:0}
.ctPage .tmItem .tmTag{display:inline-block;padding:8px 16px;font-size:13px;font-weight:600;color:#1DABFE;background:#1dabfe14;border-radius:48px;margin-top:8px;align-self:flex-start}
@media (max-width: 992px) {
.ctPage .heroH1{font-size:52px}
.ctPage .heroImg{height:280px}
.ctPage .formSection{grid-template-columns:1fr;gap:48px;padding:64px 32px}
.ctPage .formH2,.ctPage .resourceH2{font-size:42px}
.ctPage .timeline{padding-left:48px}
.ctPage .tmItem:nth-child(even){margin-left:48px}
}
@media (max-width: 576px) {
.ctPage .heroWrap{padding:64px 16px 32px}
.ctPage .heroTextArea{padding:32px 16px 16px}
.ctPage .heroH1{font-size:42px}
.ctPage .heroP{font-size:16px}
.ctPage .heroImg{height:220px;margin-top:-32px}
.ctPage .formSection{padding:48px 16px;gap:32px}
.ctPage .formH2,.ctPage .resourceH2{font-size:32px}
.ctPage .formArea{padding:16px}
.ctPage .infoBlk{padding:16px}
.ctPage .resourceSection{padding:64px 16px}
.ctPage .resourceH2{margin-bottom:48px}
.ctPage .timeline{padding-left:32px}
.ctPage .timeline::before{left:16px}
.ctPage .tmItem{padding:16px}
.ctPage .tmItem::before{left:-32px;width:10px;height:10px}
.ctPage .tmItem:nth-child(even){margin-left:0}
.ctPage .tmItem h3{font-size:21px}
}
.successPg{min-height:100vh;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:64px 16px;display:flex;align-items:center;justify-content:center}
.successPg .msgWrap{max-width:680px;margin:0 auto;text-align:center}
.successPg .iconBox{width:96px;height:96px;margin:0 auto 32px;position:relative;display:flex;align-items:center;justify-content:center}
.successPg .iconBox svg{width:100%;height:100%}
.successPg .iconBox circle{fill:none;stroke:#1DABFE;stroke-width:3;stroke-linecap:round}
.successPg .iconBox path{fill:none;stroke:#1DABFE;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.successPg .mainHead{font-size:52px;line-height:1.1;letter-spacing:-.02em;color:#460659;margin:0 0 16px;font-weight:700}
.successPg .subTxt{font-size:21px;line-height:1.6;color:#333;margin:0 0 48px;max-width:520px;margin-left:auto;margin-right:auto}
.successPg .detailBox{background:#fff;border:2px solid #1DABFE;border-radius:8px;padding:32px;margin:0 0 32px;text-align:left;box-shadow:-1px 5px 20px -1px #1dabfe17}
.successPg .detailBox .infoRow{display:flex;gap:16px;margin:0 0 16px;align-items:flex-start}
.successPg .detailBox .infoRow:last-child{margin-bottom:0}
.successPg .detailBox .infoLbl{font-size:16px;line-height:1.6;color:#666;min-width:140px;flex-shrink:0}
.successPg .detailBox .infoVal{font-size:16px;line-height:1.6;color:#1a1a1a;font-weight:600}
.successPg .actionGrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.successPg .btnPrim{background:transparent;border:2px solid #460659;color:#460659;font-size:16px;line-height:1.6;padding:14px 32px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .14s cubic-bezier(0.4,0,1,1),color .14s cubic-bezier(0.4,0,1,1),box-shadow .14s cubic-bezier(0.4,0,1,1);cursor:pointer;font-weight:600}
.successPg .btnPrim:hover{background:#460659;color:#fff;box-shadow:-1px 9px 40px -1px #4606591f}
.successPg .btnSec{background:transparent;border:2px solid #1DABFE;color:#1DABFE;font-size:16px;line-height:1.6;padding:14px 32px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .16s cubic-bezier(0.4,0,1,1),color .16s cubic-bezier(0.4,0,1,1),box-shadow .16s cubic-bezier(0.4,0,1,1);cursor:pointer;font-weight:600}
.successPg .btnSec:hover{background:#1DABFE;color:#fff;box-shadow:-1px 9px 40px -1px #1dabfe1f}
.successPg .supportNote{margin:48px 0 0;padding:32px;background:#FFFDD8;border-radius:8px;text-align:left}
.successPg .supportNote .noteHead{font-size:21px;line-height:1.6;color:#460659;margin:0 0 16px;font-weight:700}
.successPg .supportNote .noteTxt{font-size:16px;line-height:1.6;color:#333;margin:0 0 8px}
.successPg .supportNote .noteTxt:last-of-type{margin-bottom:0}
.successPg .supportNote a{color:#1DABFE;text-decoration:none;transition:color .12s cubic-bezier(0.4,0,1,1);font-weight:600}
.successPg .supportNote a:hover{color:#460659}
@media (max-width: 576px) {
.successPg{padding:32px 16px}
.successPg .mainHead{font-size:28px}
.successPg .subTxt{font-size:16px}
.successPg .detailBox{padding:16px}
.successPg .detailBox .infoRow{flex-direction:column;gap:8px}
.successPg .detailBox .infoLbl{min-width:auto}
.successPg .actionGrp{flex-direction:column}
.successPg .btnPrim,.successPg .btnSec{width:100%;justify-content:center}
.successPg .supportNote{padding:16px}
}