html{box-sizing:border-box;scroll-behavior:smooth}
*,::before,::after{box-sizing:inherit;margin:0;padding:0}
body{font-family:'Source Serif Pro',serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:#fafafa;overflow-x:hidden}
.hd-wrapper{max-width:1280px;margin:0 auto;padding:25px 20px;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-bottom:1px solid #3eb9ed26;box-shadow:0 3px 8px #0000000d}
.hd-grid{display:grid;grid-template-columns:auto 1fr;gap:20px 25px;align-items:center;margin-bottom:20px}
.logoBox{display:flex;align-items:center;justify-content:center}
.logo-link{display:block;width:85px;height:85px}
.logoImg{width:100%;height:100%;object-fit:contain;border:2px solid #3eb9ed33;border-radius:8px;padding:8px;background:#fff}
.companyInfo{display:flex;flex-direction:column;gap:6px}
.siteName{font-family:'Roboto Mono',monospace;font-size:28px;font-weight:700;color:#3EB9ED;letter-spacing:-.5px}
.tagline{font-size:14px;color:#666;line-height:1.4}
.mainNav{border-top:1px solid #e8047b1f;padding-top:18px}
.navList{list-style:none;display:flex;flex-wrap:wrap;gap:8px 30px;justify-content:flex-start}
.navItem{display:inline-block}
.navLink{font-family:'Roboto Mono',monospace;font-size:15px;font-weight:400;color:#444;text-decoration:none;padding:8px 12px;border-radius:6px;transition:background-color 500ms ease,color 500ms ease;display:inline-block}
.navLink:hover{background-color:#3eb9ed14;color:#3EB9ED}
.ft-wrapper{max-width:1280px;margin:0 auto;padding:30px 20px;background:linear-gradient(180deg,#f5f5f5 0%,#ebebeb 100%);border-top:1px solid #fbbf1c33}
.ftContent{display:flex;flex-direction:column;gap:18px;align-items:center}
.ftLinks{display:flex;gap:25px;flex-wrap:wrap;justify-content:center}
.ftLink{font-size:14px;color:#555;text-decoration:none;padding:6px 10px;border-radius:4px;transition:color 450ms ease,background-color 450ms ease}
.ftLink:hover{color:#E8047B;background-color:#e8047b0f}
.cpyInfo{text-align:center}
.cpyText{font-size:13px;color:#666;margin-bottom:6px}
.locationTxt{font-size:12px;color:#888}
.cookiePopup{position:fixed;top:20px;left:20px;max-width:380px;background:#fff;border:2px solid #3EB9ED;border-radius:10px;padding:22px;box-shadow:0 6px 20px #00000026;z-index:9999;display:none;opacity:0;transform:translateY(-15px);transition:opacity 500ms ease,transform 500ms ease}
.cookiePopup[data-visible="true"]{opacity:1;transform:translateY(0)}
.cookiePopup[data-visible="false"]{opacity:0;transform:translateY(-15px)}
.cookieContent{display:flex;flex-direction:column;gap:16px}
.cookieTxt{font-size:14px;line-height:1.5;color:#333}
.cookieActions{display:flex;gap:12px}
.cookieBtn{flex:1;font-family:'Roboto Mono',monospace;font-size:13px;font-weight:400;padding:10px 18px;border:2px solid #3EB9ED;background:transparent;color:#3EB9ED;border-radius:6px;cursor:pointer;transition:background-color 450ms ease,color 450ms ease,border-color 450ms ease}
.cookieBtn:hover{background-color:#3EB9ED;color:#fff}
.cookieBtn:active{transform:scale(0.97)}
@media (max-width: 768px) {
.hd-grid{grid-template-columns:1fr;gap:15px;text-align:center}
.logoBox{justify-content:center}
.companyInfo{align-items:center}
.siteName{font-size:24px}
.tagline{font-size:13px}
.navList{justify-content:center;gap:6px 15px}
.navLink{font-size:14px;padding:7px 10px}
.ftContent{gap:15px}
.ftLinks{gap:15px}
.cookiePopup{left:10px;right:10px;max-width:none;top:10px}
.cookieActions{flex-direction:column}
}
@media (max-width: 480px) {
.logo-link{width:70px;height:70px}
.siteName{font-size:20px}
.navList{flex-direction:column;align-items:stretch;gap:8px}
.navLink{display:block;text-align:center}
}
.policy-wrapper{max-width:1280px;margin:0 auto;padding:80px 24px;background:#fff}
.policy-wrapper h1{font-size:48px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.02em}
.policy-wrapper h2{font-size:36px;line-height:1.3;font-weight:700;color:#1a1a1a;margin:64px 0 24px;letter-spacing:-.01em}
.policy-wrapper h3{font-size:28px;line-height:1.4;font-weight:600;color:#2a2a2a;margin:48px 0 20px}
.policy-wrapper h4{font-size:22px;line-height:1.4;font-weight:600;color:#2a2a2a;margin:40px 0 16px}
.policy-wrapper h5{font-size:18px;line-height:1.5;font-weight:600;color:#3a3a3a;margin:32px 0 12px}
.policy-wrapper h6{font-size:16px;line-height:1.5;font-weight:600;color:#3a3a3a;margin:24px 0 12px;text-transform:uppercase;letter-spacing:.05em}
.policy-wrapper p{font-size:17px;line-height:1.8;color:#4a4a4a;margin:0 0 24px;font-weight:400}
.policy-wrapper strong,.policy-wrapper b{font-weight:700;color:#2a2a2a}
.policy-wrapper em,.policy-wrapper i{font-style:italic;color:#3a3a3a}
.policy-wrapper a{color:#3EB9ED;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color 500ms,color 500ms;font-weight:500}
.policy-wrapper a:hover{color:#E8047B;border-bottom-color:#E8047B}
.policy-wrapper a:active{color:#FBBF1C}
.policy-wrapper hr{border:none;height:2px;background:linear-gradient(90deg,#3EB9ED 0%,#E8047B 50%,#FBBF1C 100%);margin:64px 0;opacity:.3}
.policy-wrapper ul,.policy-wrapper ol{margin:0 0 24px;padding-left:32px}
.policy-wrapper ul li,.policy-wrapper ol li{font-size:17px;line-height:1.8;color:#4a4a4a;margin-bottom:12px}
.policy-wrapper ul li strong,.policy-wrapper ol li strong{color:#2a2a2a}
.policy-wrapper blockquote{margin:32px 0;padding:24px 32px;background:#f8f9fa;border-left:4px solid #3EB9ED;font-style:italic}
.policy-wrapper blockquote p{margin-bottom:0}
.policy-wrapper table{width:100%;margin:32px 0;border-collapse:collapse}
.policy-wrapper table th,.policy-wrapper table td{padding:16px;text-align:left;border-bottom:1px solid #e5e5e5;font-size:16px;line-height:1.6}
.policy-wrapper table th{font-weight:700;color:#2a2a2a;background:#f8f9fa}
.policy-wrapper table td{color:#4a4a4a}
.policy-wrapper code{background:#f4f4f4;padding:2px 8px;font-family:'Courier New',monospace;font-size:15px;color:#E8047B;border-radius:6px}
.policy-wrapper pre{background:#f8f9fa;padding:24px;overflow-x:auto;margin:24px 0;border-radius:8px;border-left:4px solid #3EB9ED}
.policy-wrapper pre code{background:none;padding:0;color:#2a2a2a}
@media (max-width: 1024px) {
.policy-wrapper{padding:64px 20px}
.policy-wrapper h1{font-size:40px}
.policy-wrapper h2{font-size:32px;margin-top:56px}
.policy-wrapper h3{font-size:24px;margin-top:40px}
}
@media (max-width: 768px) {
.policy-wrapper{padding:48px 16px}
.policy-wrapper h1{font-size:32px;margin-bottom:12px}
.policy-wrapper h2{font-size:26px;margin-top:48px;margin-bottom:20px}
.policy-wrapper h3{font-size:22px;margin-top:32px;margin-bottom:16px}
.policy-wrapper h4{font-size:19px;margin-top:28px}
.policy-wrapper p{font-size:16px;line-height:1.7;margin-bottom:20px}
.policy-wrapper ul,.policy-wrapper ol{padding-left:24px}
.policy-wrapper ul li,.policy-wrapper ol li{font-size:16px;margin-bottom:10px}
.policy-wrapper hr{margin:48px 0}
.policy-wrapper blockquote{padding:20px 24px;margin:24px 0}
.policy-wrapper table th,.policy-wrapper table td{padding:12px;font-size:15px}
.policy-wrapper pre{padding:16px;margin:20px 0}
}
@media (max-width: 480px) {
.policy-wrapper{padding:40px 12px}
.policy-wrapper h1{font-size:28px}
.policy-wrapper h2{font-size:24px;margin-top:40px}
.policy-wrapper h3{font-size:20px;margin-top:28px}
.policy-wrapper p{font-size:15px}
.policy-wrapper ul li,.policy-wrapper ol li{font-size:15px}
.policy-wrapper blockquote{padding:16px 20px}
.policy-wrapper table{font-size:14px}
.policy-wrapper table th,.policy-wrapper table td{padding:10px;font-size:14px}
}
.heroWrap{max-width:1280px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.heroTxt h1{font-size:3.2rem;line-height:1.15;margin:0 0 28px;color:#1a1a1a;font-weight:700}
.heroTxt .lead{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 16px}
.heroTxt .lead:last-of-type{margin-bottom:0}
.heroVis{position:relative}
.heroVis .clipShape{width:100%;height:520px;clip-path:polygon(15% 0%,100% 0%,85% 100%,0% 100%);overflow:hidden;position:relative}
.heroVis .clipShape img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(1.02)}
.heroVis::before{content:'';position:absolute;width:220px;height:220px;background:linear-gradient(135deg,#3eb9ed14 0%,#e8047b0f 50%,#fbbf1c14 100%);border-radius:50%;top:-40px;right:-40px;z-index:-1}
.probSect{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:100px 20px}
.probInner{max-width:1280px;margin:0 auto}
.probInner h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 50px;text-align:center;font-weight:700;position:relative;padding-bottom:20px}
.probInner h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#3EB9ED 0%,#E8047B 50%,#FBBF1C 100%);border-radius:2px}
.probGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.probCard{background:#fff;padding:36px 32px;border-radius:8px;box-shadow:0 4px 12px #0000000f;transition:all 450ms ease;border-left:4px solid transparent}
.probCard:nth-child(1){border-left-color:#3EB9ED}
.probCard:nth-child(2){border-left-color:#E8047B}
.probCard:nth-child(3){border-left-color:#FBBF1C}
.probCard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}
.probCard h3{font-size:1.5rem;color:#2a2a2a;margin:0 0 16px;font-weight:600}
.probCard p{font-size:1.05rem;line-height:1.65;color:#5a5a5a;margin:0 0 14px}
.probCard p:last-child{margin-bottom:0}
.expSect{padding:100px 20px;background:#fff;position:relative;overflow:hidden}
.expSect::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,#3eb9ed0d 0%,transparent 70%);top:-200px;left:-200px;pointer-events:none}
.expInner{max-width:1280px;margin:0 auto}
.expInner h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 60px;font-weight:700;text-align:center}
.expLayout{display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:start}
.expProfWrap{position:sticky;top:40px}
.expProfCard{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:32px;border-radius:10px;box-shadow:0 6px 18px #00000014}
.expProfCard .imgWrap{width:160px;height:160px;border-radius:50%;overflow:hidden;margin:0 auto 24px;border:5px solid #fff;box-shadow:0 4px 12px #0000001a}
.expProfCard .imgWrap img{width:100%;height:100%;object-fit:cover}
.expProfCard h4{font-size:1.4rem;color:#2a2a2a;margin:0 0 8px;text-align:center;font-weight:600}
.expProfCard .role{font-size:1.05rem;color:#E8047B;text-align:center;margin:0 0 20px;font-weight:500}
.expProfCard .bio{font-size:.98rem;line-height:1.6;color:#5a5a5a;margin:0;text-align:center}
.expStoryBox{display:flex;flex-direction:column;gap:32px}
.expStory{background:#f8f9fa;padding:40px;border-radius:8px;position:relative;border-top:3px solid #3EB9ED}
.expStory:nth-child(2){border-top-color:#E8047B}
.expStory:nth-child(3){border-top-color:#FBBF1C}
.expStory h3{font-size:1.6rem;color:#2a2a2a;margin:0 0 18px;font-weight:600}
.expStory p{font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin:0 0 14px}
.expStory p:last-child{margin-bottom:0}
.expStory::before{content:'';position:absolute;width:60px;height:60px;background:linear-gradient(135deg,#3eb9ed1a 0%,#e8047b1a 100%);border-radius:50%;top:-20px;right:40px;z-index:0}
.divLine{max-width:1280px;margin:80px auto;height:2px;background:linear-gradient(90deg,transparent 0%,#3EB9ED 25%,#E8047B 50%,#FBBF1C 75%,transparent 100%)}
@media (max-width: 1024px) {
.heroWrap{grid-template-columns:1fr;gap:50px;padding:60px 20px}
.heroTxt h1{font-size:2.6rem}
.heroVis .clipShape{height:420px}
.probGrid{grid-template-columns:1fr;gap:30px}
.expLayout{grid-template-columns:1fr;gap:50px}
.expProfWrap{position:static}
.probSect{padding:70px 20px}
.expSect{padding:70px 20px}
}
@media (max-width: 640px) {
.heroTxt h1{font-size:2rem;margin-bottom:20px}
.heroTxt .lead{font-size:1.05rem}
.heroVis .clipShape{height:340px;clip-path:polygon(10% 0%,100% 0%,90% 100%,0% 100%)}
.probInner h2,.expInner h2{font-size:1.9rem;margin-bottom:40px}
.probCard{padding:28px 24px}
.expStory{padding:32px 24px}
.expProfCard{padding:28px 24px}
.expProfCard .imgWrap{width:140px;height:140px}
}
.ctHead{position:relative;width:100%;max-width:1280px;margin:0 auto 80px;padding:0 20px}
.ctHead .visual{position:relative;width:100%;height:480px;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}
.ctHead .visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.ctHead .visual::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(180deg,#0000 0%,#000000b3 100%)}
.ctHead .visual::before{content:'';position:absolute;top:20px;right:20px;width:120px;height:120px;background:linear-gradient(135deg,#3eb9ed4d 0%,#e8047b4d 100%);border-radius:50%;filter:blur(40px);z-index:2}
.ctHead .txtWrap{position:absolute;bottom:40px;left:40px;right:40px;z-index:3}
.ctHead .txtWrap h1{font-size:48px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2}
.ctHead .txtWrap .desc{font-size:18px;color:#ffffffe6;line-height:1.6;max-width:600px}
.waysSect{width:100%;max-width:1280px;margin:0 auto 100px;padding:0 20px}
.waysSect h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.waysSect .intro{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0 0 60px;max-width:700px}
.waysGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.wayCard{background:#f8f9fa;padding:40px 32px;border-radius:8px;transition:all 480ms ease;border:2px solid transparent}
.wayCard:hover{border-color:#3EB9ED;background:#fff;box-shadow:0 6px 20px #3eb9ed26;transform:translateY(-4px)}
.wayCard .icon{width:56px;height:56px;background:linear-gradient(135deg,#3EB9ED 0%,#E8047B 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.wayCard .icon svg{width:28px;height:28px;fill:#fff}
.wayCard h3{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.wayCard .detail{font-size:16px;color:#3EB9ED;margin:0 0 8px;word-break:break-word}
.wayCard .note{font-size:15px;color:#6a6a6a;line-height:1.6;margin:0}
.formArea{width:100%;background:linear-gradient(135deg,#3eb9ed0d 0%,#e8047b0d 50%,#fbbf1c0d 100%);padding:80px 0}
.formInner{max-width:720px;margin:0 auto;padding:0 20px}
.formInner h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 14px;text-align:center}
.formInner .lead{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0 0 50px;text-align:center}
.ctForm{background:#fff;padding:50px 40px;border-radius:10px;box-shadow:0 4px 16px #00000014}
.fldRow{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:0 0 24px}
.fldGroup{margin:0 0 24px}
.fldGroup label{display:block;font-size:15px;font-weight:600;color:#2a2a2a;margin:0 0 10px}
.fldGroup input[type="text"],.fldGroup input[type="email"],.fldGroup textarea{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;color:#1a1a1a;transition:all 420ms ease;box-sizing:border-box}
.fldGroup input:focus,.fldGroup textarea:focus{outline:none;border-color:#3EB9ED;box-shadow:0 0 0 3px #3eb9ed1a}
.fldGroup textarea{min-height:140px;resize:vertical;font-family:inherit}
.selectWrap{position:relative}
.selectWrap select{width:100%;padding:14px 40px 14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;color:#1a1a1a;background:#fff;cursor:pointer;transition:all 420ms ease;appearance:none;box-sizing:border-box}
.selectWrap::after{content:'';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #4a4a4a;pointer-events:none}
.selectWrap select:focus{outline:none;border-color:#3EB9ED;box-shadow:0 0 0 3px #3eb9ed1a}
.radioGrp{display:flex;gap:20px;flex-wrap:wrap}
.radioOpt{display:flex;align-items:center;gap:8px}
.radioOpt input[type="radio"]{width:20px;height:20px;accent-color:#3EB9ED;cursor:pointer}
.radioOpt label{font-size:16px;color:#2a2a2a;cursor:pointer;margin:0;font-weight:400}
.privacyBox{margin:32px 0 0;display:flex;align-items:flex-start;gap:12px}
.privacyBox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;accent-color:#E8047B;cursor:pointer;flex-shrink:0}
.privacyBox .privTxt{font-size:14px;color:#5a5a5a;line-height:1.6}
.privacyBox .privTxt a{color:#E8047B;text-decoration:underline;transition:color 380ms ease}
.privacyBox .privTxt a:hover{color:#3EB9ED}
.submitWrap{margin:36px 0 0}
.submitBtn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#3EB9ED 0%,#E8047B 100%);border:none;border-radius:8px;font-size:18px;font-weight:600;color:#fff;cursor:pointer;transition:all 450ms ease;box-shadow:0 4px 12px #3eb9ed4d}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #e8047b66}
.submitBtn:active{transform:translateY(0)}
.locDetail{width:100%;max-width:1280px;margin:0 auto 100px;padding:0 20px}
.locDetail h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 40px}
.locGrid{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.addrBlock h3{font-size:24px;font-weight:600;color:#2a2a2a;margin:0 0 20px;padding-bottom:16px;border-bottom:3px solid #FBBF1C;display:inline-block}
.addrBlock .line{font-size:17px;color:#4a4a4a;line-height:1.8;margin:0 0 10px}
.hoursBlock h3{font-size:24px;font-weight:600;color:#2a2a2a;margin:0 0 20px;padding-bottom:16px;border-bottom:3px solid #3EB9ED;display:inline-block}
.hrList{list-style:none;padding:0;margin:0}
.hrList li{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e8e8e8;font-size:16px}
.hrList li .day{color:#2a2a2a;font-weight:500}
.hrList li .time{color:#6a6a6a}
.hrList li:last-child{border-bottom:none}
.finalCta{width:100%;background:linear-gradient(266deg,#3EB9ED 0%,#E8047B 50%,#FBBF1C 100%);padding:70px 0}
.finalCtaIn{max-width:900px;margin:0 auto;padding:0 20px;text-align:center}
.finalCtaIn h2{font-size:40px;font-weight:700;color:#fff;margin:0 0 18px}
.finalCtaIn .txt{font-size:18px;color:#fffffff2;line-height:1.7;margin:0 0 36px}
.ctaActions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.ctaBtn{padding:16px 36px;background:#fff;color:#E8047B;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all 440ms ease;box-shadow:0 4px 16px #0003}
.ctaBtn:hover{background:#FBBF1C;color:#1a1a1a;transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}
.ctaBtn.alt{background:transparent;color:#fff;border:2px solid #fff}
.ctaBtn.alt:hover{background:#fff;color:#3EB9ED}
@media (max-width: 1024px) {
.waysGrid{grid-template-columns:1fr;gap:30px}
.locGrid{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.ctHead .visual{height:360px}
.ctHead .txtWrap{left:20px;right:20px;bottom:30px}
.ctHead .txtWrap h1{font-size:36px;margin-bottom:16px}
.ctHead .txtWrap .desc{font-size:16px}
.waysSect h2,.locDetail h2{font-size:30px}
.formInner h2{font-size:32px}
.fldRow{grid-template-columns:1fr;gap:20px}
.ctForm{padding:40px 24px}
.finalCtaIn h2{font-size:32px}
.ctaActions{flex-direction:column;align-items:stretch}
.ctaBtn{width:100%;text-align:center}
}
@media (max-width: 480px) {
.ctHead .visual{height:280px}
.ctHead .txtWrap h1{font-size:28px}
.wayCard{padding:32px 24px}
.finalCta{padding:50px 0}
}
.titleArea{max-width:1280px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.titleArea .txtZone h1{font-size:48px;line-height:1.1;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.titleArea .txtZone p{font-size:18px;line-height:1.6;color:#444;margin:0 0 32px}
.titleArea .actRow{display:flex;gap:16px}
.titleArea .actRow .primBtn{padding:16px 32px;background:linear-gradient(135deg,#3EB9ED 0%,#E8047B 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:transform 450ms,box-shadow 450ms;display:inline-block;z-index:10;position:relative}
.titleArea .actRow .primBtn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3eb9ed4d}
.titleArea .actRow .secBtn{padding:16px 32px;background:transparent;color:#3EB9ED;text-decoration:none;border:2px solid #3EB9ED;border-radius:8px;font-weight:600;font-size:16px;transition:background 450ms,color 450ms;display:inline-block;z-index:10;position:relative}
.titleArea .actRow .secBtn:hover{background:#3EB9ED;color:#fff}
.titleArea .imgCrop{clip-path:polygon(10% 0%,100% 0%,90% 100%,0% 100%);overflow:hidden;position:relative}
.titleArea .imgCrop img{width:100%;height:520px;object-fit:cover;display:block;filter:contrast(1.05) saturate(1.1)}
.titleArea .imgCrop::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");pointer-events:none}
.storyWrap{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:100px 20px}
.storyWrap .innerBox{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:80px;align-items:start}
.storyWrap .innerBox .sideMeta{position:sticky;top:40px}
.storyWrap .innerBox .sideMeta h2{font-size:36px;line-height:1.2;margin:0 0 20px;color:#1a1a1a;font-weight:700;position:relative;padding-left:20px}
.storyWrap .innerBox .sideMeta h2::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:5px;background:linear-gradient(180deg,#3EB9ED 0%,#E8047B 100%);border-radius:2px}
.storyWrap .innerBox .sideMeta .metrics{display:grid;gap:24px;margin-top:40px}
.storyWrap .innerBox .sideMeta .metrics .statBox{padding:20px;background:#fff;border-radius:10px;box-shadow:0 3px 12px #0000000f}
.storyWrap .innerBox .sideMeta .metrics .statBox .num{font-size:42px;font-weight:700;color:#3EB9ED;margin:0 0 8px;line-height:1}
.storyWrap .innerBox .sideMeta .metrics .statBox .lbl{font-size:15px;color:#666;margin:0;line-height:1.4}
.storyWrap .innerBox .mainContent p{font-size:17px;line-height:1.7;color:#333;margin:0 0 28px}
.storyWrap .innerBox .mainContent .highlight{background:linear-gradient(120deg,#3eb9ed1f 0%,#e8047b14 100%);padding:32px;border-radius:10px;margin:40px 0;border-left:4px solid #E8047B}
.storyWrap .innerBox .mainContent .highlight p{margin:0;font-size:18px;color:#222;font-weight:500}
.teamGrid{max-width:1280px;margin:0 auto;padding:90px 20px}
.teamGrid h2{font-size:40px;line-height:1.2;margin:0 0 16px;color:#1a1a1a;font-weight:700;text-align:center}
.teamGrid .subline{text-align:center;font-size:18px;color:#555;margin:0 0 60px;max-width:720px;margin-left:auto;margin-right:auto}
.teamGrid .members{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.teamGrid .members .card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:transform 500ms,box-shadow 500ms;position:relative}
.teamGrid .members .card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #3eb9ed33}
.teamGrid .members .card .photoArea{position:relative;overflow:hidden;height:320px}
.teamGrid .members .card .photoArea img{width:100%;height:100%;object-fit:cover;display:block}
.teamGrid .members .card .photoArea::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,#1a1a1a99 0%,transparent 100%)}
.teamGrid .members .card .info{padding:24px}
.teamGrid .members .card .info h3{font-size:22px;margin:0 0 8px;color:#1a1a1a;font-weight:600}
.teamGrid .members .card .info .role{font-size:15px;color:#E8047B;margin:0 0 16px;font-weight:500}
.teamGrid .members .card .info p{font-size:15px;line-height:1.6;color:#555;margin:0}
.approach{background:linear-gradient(266deg,#3EB9ED 0%,#E8047B 50%,#FBBF1C 100%);padding:100px 20px;position:relative;overflow:hidden}
.approach::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffeb}
.approach .content{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.approach .content h2{font-size:42px;line-height:1.2;margin:0 0 48px;color:#1a1a1a;font-weight:700;text-align:center}
.approach .content .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approach .content .pillars .item{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 5px 18px #00000017;border-top:5px solid transparent;transition:border-color 500ms,transform 500ms}
.approach .content .pillars .item:nth-child(1){border-top-color:#3EB9ED}
.approach .content .pillars .item:nth-child(2){border-top-color:#E8047B}
.approach .content .pillars .item:nth-child(3){border-top-color:#FBBF1C}
.approach .content .pillars .item:hover{transform:translateY(-6px)}
.approach .content .pillars .item h3{font-size:24px;margin:0 0 16px;color:#1a1a1a;font-weight:600}
.approach .content .pillars .item p{font-size:16px;line-height:1.6;color:#444;margin:0}
.valuesDivider{height:6px;background:linear-gradient(90deg,#3EB9ED 0%,#E8047B 50%,#FBBF1C 100%);margin:0;border:none}
.commitZone{max-width:1280px;margin:0 auto;padding:90px 20px}
.commitZone .layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.commitZone .layout .visual{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.commitZone .layout .visual .photoBlock{border-radius:10px;overflow:hidden;box-shadow:0 4px 14px #0000001a}
.commitZone .layout .visual .photoBlock img{width:100%;height:240px;object-fit:cover;display:block}
.commitZone .layout .visual .photoBlock:nth-child(2){transform:translateY(30px)}
.commitZone .layout .txt h2{font-size:38px;line-height:1.2;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.commitZone .layout .txt p{font-size:17px;line-height:1.7;color:#333;margin:0 0 20px}
.commitZone .layout .txt .features{margin-top:32px;display:grid;gap:16px}
.commitZone .layout .txt .features .feat{display:flex;align-items:start;gap:12px}
.commitZone .layout .txt .features .feat .icon{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#3EB9ED 0%,#E8047B 100%);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}
.commitZone .layout .txt .features .feat .icon svg{width:14px;height:14px;fill:#fff}
.commitZone .layout .txt .features .feat p{margin:0;font-size:16px;color:#444;line-height:1.5}
@media (max-width: 1024px) {
.titleArea{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.titleArea .txtZone h1{font-size:38px}
.titleArea .imgCrop{order:-1}
.storyWrap .innerBox{grid-template-columns:1fr;gap:50px}
.storyWrap .innerBox .sideMeta{position:static}
.approach .content .pillars{grid-template-columns:1fr}
.commitZone .layout{grid-template-columns:1fr;gap:40px}
.commitZone .layout .visual{order:-1}
}
@media (max-width: 768px) {
.titleArea .txtZone h1{font-size:32px}
.titleArea .actRow{flex-direction:column}
.titleArea .actRow .primBtn,.titleArea .actRow .secBtn{text-align:center}
.storyWrap{padding:60px 20px}
.storyWrap .innerBox .sideMeta h2{font-size:28px}
.teamGrid{padding:60px 20px}
.teamGrid h2{font-size:32px}
.teamGrid .members{grid-template-columns:1fr}
.approach{padding:60px 20px}
.approach .content h2{font-size:32px}
.commitZone{padding:60px 20px}
.commitZone .layout .txt h2{font-size:30px}
.commitZone .layout .visual{grid-template-columns:1fr}
.commitZone .layout .visual .photoBlock:nth-child(2){transform:translateY(0)}
}
.studyHero{background:linear-gradient(148deg,#3EB9ED 0%,#E8047B 52%,#FBBF1C 100%);padding:70px 20px 80px;position:relative;overflow:hidden}
.studyHero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;animation:floatCircle 8s ease-in-out infinite}
@keyframes floatCircle {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,40px) scale(1.1)}
}
.studyHero .heroWrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.studyHero .txtArea{order:2}
.studyHero .txtArea .preHead{font-size:15px;color:#ffffffe6;letter-spacing:1.2px;margin-bottom:18px;text-transform:uppercase}
.studyHero .txtArea h1{font-size:52px;line-height:1.15;color:#fff;margin:0 0 24px;font-weight:700}
.studyHero .txtArea .desc{font-size:18px;line-height:1.6;color:#ffffffeb;margin-bottom:32px}
.studyHero .txtArea .ctaRow{display:flex;gap:16px;flex-wrap:wrap}
.studyHero .txtArea .btnPrimary{background:#fff;color:#E8047B;padding:14px 32px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all 480ms ease;box-shadow:0 4px 14px #00000026}
.studyHero .txtArea .btnPrimary:hover{background:#FBBF1C;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}
.studyHero .txtArea .btnSecondary{background:transparent;color:#fff;padding:14px 32px;border:2px solid #fff9;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all 520ms ease}
.studyHero .txtArea .btnSecondary:hover{background:#ffffff1f;border-color:#fff}
.studyHero .imgWrap{order:1;position:relative}
.studyHero .imgWrap img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 32px #0003;animation:gentleFloat 6s ease-in-out infinite}
@keyframes gentleFloat {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-12px)}
}
.studyHero .imgWrap::after{content:'';position:absolute;bottom:-8px;right:-8px;width:120px;height:120px;background:#fbbf1c66;border-radius:50%;z-index:-1}
.resourceGrid{padding:90px 20px;background:#fafafa}
.resourceGrid .gridContainer{max-width:1280px;margin:0 auto}
.resourceGrid .sectionIntro{text-align:center;margin-bottom:60px}
.resourceGrid .sectionIntro h2{font-size:42px;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.resourceGrid .sectionIntro .subtext{font-size:17px;color:#5a5a5a;line-height:1.7;max-width:720px;margin:0 auto}
.resourceGrid .materialsDisplay{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.resourceGrid .matCard{background:#fff;border-radius:6px;overflow:hidden;transition:all 550ms ease;box-shadow:0 2px 8px #0000000f;position:relative}
.resourceGrid .matCard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #3eb9ed26}
.resourceGrid .matCard .cardTop{background:linear-gradient(135deg,#3EB9ED 0%,#E8047B 100%);height:180px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.resourceGrid .matCard .cardTop::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,#ffffff26,transparent)}
.resourceGrid .matCard .iconHolder{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.resourceGrid .matCard .iconHolder svg{width:40px;height:40px;fill:#fff}
.resourceGrid .matCard .cardBody{padding:26px 22px}
.resourceGrid .matCard .cardBody h3{font-size:22px;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.resourceGrid .matCard .cardBody .cardDesc{font-size:15px;color:#6a6a6a;line-height:1.65;margin-bottom:18px}
.resourceGrid .matCard .cardBody .metaInfo{display:flex;gap:16px;font-size:13px;color:#8a8a8a;margin-bottom:20px}
.resourceGrid .matCard .cardBody .metaInfo span{display:flex;align-items:center;gap:6px}
.resourceGrid .matCard .cardBody .metaInfo span::before{content:'';width:4px;height:4px;background:#3EB9ED;border-radius:50%}
.resourceGrid .matCard .cardBody .accessBtn{display:inline-block;padding:10px 24px;background:#3EB9ED;color:#fff;text-decoration:none;border-radius:6px;font-size:14px;font-weight:600;transition:all 480ms ease}
.resourceGrid .matCard .cardBody .accessBtn:hover{background:#E8047B}
.resourceGrid .matCard:nth-child(2) .cardTop{background:linear-gradient(135deg,#E8047B 0%,#FBBF1C 100%)}
.resourceGrid .matCard:nth-child(3) .cardTop{background:linear-gradient(135deg,#FBBF1C 0%,#3EB9ED 100%)}
.resourceGrid .matCard:nth-child(4) .cardTop{background:linear-gradient(135deg,#3EB9ED 0%,#FBBF1C 100%)}
.resourceGrid .matCard:nth-child(5) .cardTop{background:linear-gradient(135deg,#E8047B 0%,#3EB9ED 100%)}
.resourceGrid .matCard:nth-child(6) .cardTop{background:linear-gradient(135deg,#FBBF1C 0%,#E8047B 100%)}
input[type="radio"].tabControl{display:none}
.tabNav{display:flex;gap:8px;margin-bottom:32px;border-bottom:2px solid #e0e0e0}
.tabNav label{padding:12px 28px;cursor:pointer;font-size:16px;color:#6a6a6a;background:transparent;border-radius:6px 6px 0 0;transition:all 440ms ease;font-weight:500}
.tabNav label:hover{color:#3EB9ED;background:#3eb9ed0d}
#tab1:checked ~ .tabNav label[for="tab1"],#tab2:checked ~ .tabNav label[for="tab2"],#tab3:checked ~ .tabNav label[for="tab3"]{color:#E8047B;background:#fff;box-shadow:0 -2px 8px #e8047b1a}
.tabContent{display:none}
#tab1:checked ~ .tabContent.content1,#tab2:checked ~ .tabContent.content2,#tab3:checked ~ .tabContent.content3{display:block}
.guideSec{padding:85px 20px;background:#fff}
.guideSec .guideWrap{max-width:1280px;margin:0 auto}
.guideSec .topRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;gap:40px}
.guideSec .topRow .leftCol{flex:1}
.guideSec .topRow h2{font-size:38px;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.guideSec .topRow .intro{font-size:16px;color:#5a5a5a;line-height:1.7}
.guideSec .topRow .rightCol{flex:0 0 auto}
.guideSec .topRow .portraitBox{width:280px;height:320px;border-radius:8px;overflow:hidden;box-shadow:0 6px 18px #0000001f;position:relative}
.guideSec .topRow .portraitBox img{width:100%;height:100%;object-fit:cover}
.guideSec .topRow .portraitBox::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to top,#0006,transparent)}
.guideSec .tabSystem{position:relative}
.guideSec .tabContentArea{background:#f8f8f8;padding:40px;border-radius:8px}
.guideSec .tabContentArea h3{font-size:26px;color:#2a2a2a;margin:0 0 20px;font-weight:600}
.guideSec .tabContentArea .listWrap{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.guideSec .tabContentArea .listWrap .item{background:#fff;padding:20px;border-radius:6px;border-left:4px solid #3EB9ED;transition:all 460ms ease}
.guideSec .tabContentArea .listWrap .item:hover{transform:translateX(6px);box-shadow:0 4px 12px #00000014}
.guideSec .tabContentArea .listWrap .item h4{font-size:18px;color:#2a2a2a;margin:0 0 10px;font-weight:600}
.guideSec .tabContentArea .listWrap .item p{font-size:14px;color:#6a6a6a;line-height:1.65;margin:0}
.guideSec .tabContentArea .listWrap .item:nth-child(2n){border-left-color:#E8047B}
.guideSec .tabContentArea .listWrap .item:nth-child(3n){border-left-color:#FBBF1C}
@media (max-width: 1024px) {
.studyHero .heroWrap{grid-template-columns:1fr;gap:40px}
.studyHero .txtArea{order:1;text-align:center}
.studyHero .txtArea .ctaRow{justify-content:center}
.studyHero .imgWrap{order:2}
.resourceGrid .materialsDisplay{grid-template-columns:repeat(2,1fr)}
.guideSec .topRow{flex-direction:column;text-align:center}
.guideSec .tabContentArea .listWrap{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.studyHero .txtArea h1{font-size:38px}
.studyHero .txtArea .desc{font-size:16px}
.studyHero .txtArea .ctaRow{flex-direction:column}
.studyHero .txtArea .btnPrimary,.studyHero .txtArea .btnSecondary{width:100%;text-align:center}
.resourceGrid .materialsDisplay{grid-template-columns:1fr}
.resourceGrid .sectionIntro h2{font-size:32px}
.guideSec .topRow h2{font-size:30px}
.guideSec .topRow .portraitBox{width:100%;max-width:320px}
.tabNav{flex-direction:column}
.tabNav label{text-align:center}
}
.msgWrap{width:100%;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:40px 20px;position:relative;overflow:hidden}
.msgWrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#3eb9ed08 1px,transparent 1px);background-size:40px 40px;z-index:1;opacity:.6}
.msgInner{max-width:680px;width:100%;background:#fff;border-radius:8px;box-shadow:0 4px 6px #00000014 0 1px 3px #0000000f;padding:60px 50px;text-align:center;position:relative;z-index:2;transition:transform 500ms ease,box-shadow 500ms ease}
.msgInner:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f 0 4px 8px #00000014}
.checkMark{width:80px;height:80px;margin:0 auto 30px;border-radius:50%;background:linear-gradient(135deg,#3EB9ED 0%,#E8047B 100%);display:flex;align-items:center;justify-content:center;position:relative;animation:scaleIn 600ms ease-out}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.checkMark::after{content:'';position:absolute;width:28px;height:16px;border-left:4px solid #fff;border-bottom:4px solid #fff;transform:rotate(-45deg) translate(2px,-2px)}
.msgInner h1{font-size:32px;line-height:1.3;color:#212529;margin:0 0 20px;font-weight:700}
.msgInner h1 span{color:#E8047B;font-weight:800}
.msgTxt{font-size:17px;line-height:1.6;color:#495057;margin:0 0 35px}
.actionGroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btnPrimary{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#3EB9ED 0%,#E8047B 100%);color:#fff;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:transform 500ms ease,box-shadow 500ms ease;box-shadow:0 2px 4px #3eb9ed4d;position:relative;z-index:10}
.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 12px #3eb9ed66}
.btnSecondary{display:inline-block;padding:14px 32px;background:#fff;color:#3EB9ED;text-decoration:none;border:2px solid #3EB9ED;border-radius:6px;font-size:16px;font-weight:600;transition:background 500ms ease,color 500ms ease;position:relative;z-index:10}
.btnSecondary:hover{background:#3EB9ED;color:#fff}
.extraInfo{margin-top:40px;padding-top:30px;border-top:1px solid #e9ecef}
.infoRow{display:flex;align-items:flex-start;gap:20px;text-align:left;max-width:480px;margin:0 auto 20px}
.infoRow:last-child{margin-bottom:0}
.iconBox{width:40px;height:40px;flex-shrink:0;border-radius:6px;background:linear-gradient(135deg,#3eb9ed1a 0%,#e8047b1a 100%);display:flex;align-items:center;justify-content:center}
.iconBox svg{width:20px;height:20px;fill:#E8047B}
.infoContent h3{font-size:16px;font-weight:700;color:#212529;margin:0 0 6px}
.infoContent p{font-size:14px;line-height:1.5;color:#6c757d;margin:0}
@media (max-width: 768px) {
.msgInner{padding:40px 30px}
.msgInner h1{font-size:26px}
.msgTxt{font-size:16px}
.actionGroup{flex-direction:column;width:100%}
.btnPrimary,.btnSecondary{width:100%;text-align:center}
.infoRow{flex-direction:column;gap:12px}
}
@media (max-width: 480px) {
.msgWrap{padding:20px 15px}
.msgInner{padding:30px 20px}
.checkMark{width:64px;height:64px}
.msgInner h1{font-size:22px}
}
.detailsSection{width:100%;max-width:1280px;margin:80px auto;padding:0 20px}
.detailsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.stepCard{background:#fff;border-left:4px solid #3EB9ED;padding:30px 25px;box-shadow:0 2px 4px #0000000f;transition:transform 500ms ease,box-shadow 500ms ease;position:relative;overflow:hidden}
.stepCard::before{content:'';position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(135deg,#3eb9ed0d 0%,#e8047b0d 100%);border-radius:0 0 0 100%;transition:width 500ms ease,height 500ms ease}
.stepCard:hover{transform:translateX(8px);box-shadow:0 6px 12px #0000001a}
.stepCard:hover::before{width:120px;height:120px}
.stepCard:nth-child(2){border-left-color:#E8047B}
.stepCard:nth-child(3){border-left-color:#FBBF1C}
.stepNum{font-size:48px;font-weight:800;line-height:1;background:linear-gradient(135deg,#3EB9ED 0%,#E8047B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px}
.stepCard h3{font-size:20px;font-weight:700;color:#212529;margin:0 0 12px}
.stepCard p{font-size:15px;line-height:1.6;color:#495057;margin:0}
@media (max-width: 768px) {
.detailsSection{margin:50px auto}
.detailsGrid{grid-template-columns:1fr;gap:20px}
.stepCard{padding:25px 20px}
}