@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/700.css";
*,::before,::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Noto Sans',sans-serif;font-size:16px;line-height:1.6;color:#2c3e50;background:#fff}
.hd-container{max-width:1140px;margin:0 auto;padding:0 20px}
.hd{background:linear-gradient(135deg,#FFF7E2 0%,#fff 100%);border-bottom:3px solid #05CFF8;box-shadow:0 4px 12px #05cff826}
.hd .hd-container{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px;min-height:90px}
.logo-area{display:flex;align-items:center;gap:16px}
.logo-area img{height:85px;width:85px;object-fit:contain;background:#ffffffe6;padding:8px;border-radius:8px;box-shadow:0 3px 8px #71210b1f}
.cmpny-name{font-size:24px;font-weight:700;color:#71210B;letter-spacing:-.5px}
.nv-rt{display:flex;align-items:center;gap:32px}
.nv-mn{display:flex;gap:28px;list-style:none;align-items:center}
.nv-mn li{position:relative}
.nv-mn a{text-decoration:none;color:#2c3e50;font-weight:500;font-size:15px;padding:8px 4px;display:block;transition:color .2s}
.nv-mn a:hover{color:#05CFF8}
.nv-mn li.has-sub:hover .sub-nv{opacity:1;visibility:visible;transform:translateY(0)}
.sub-nv{position:absolute;top:100%;left:0;background:#fff;min-width:200px;list-style:none;padding:12px 0;border-radius:6px;box-shadow:0 8px 20px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s;z-index:100;margin-top:8px}
.sub-nv li{padding:0}
.sub-nv a{padding:10px 20px;font-size:14px}
.sub-nv a:hover{background:#05cff814}
.tg-line{font-size:13px;color:#71210B;font-weight:400;white-space:nowrap}
.ft-container{max-width:1140px;margin:0 auto;padding:0 20px}
.ft{background:linear-gradient(135deg,#71210B 0%,#4a1508 100%);color:#FFF7E2;padding:48px 0 28px;margin-top:80px}
.ft-top{display:flex;justify-content:space-between;gap:48px;margin-bottom:38px;flex-wrap:wrap}
.ft-about{flex:1;min-width:280px;max-width:480px}
.ft-about h3{font-size:22px;margin-bottom:14px;color:#05CFF8}
.ft-about p{font-size:14px;line-height:1.7;color:#FFF7E2}
.ft-contact-info{flex:0 0 auto}
.ft-contact-info h3{font-size:18px;margin-bottom:16px;color:#05CFF8}
.ft-contact-info p{font-size:14px;margin-bottom:10px;display:flex;align-items:flex-start;gap:10px}
.ft-contact-info i{color:#05CFF8;margin-top:3px}
.ft-btm{border-top:1px solid #fff7e233;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.ft-cpy{font-size:13px;color:#FFF7E2}
.ft-links{display:flex;gap:24px;list-style:none}
.ft-links a{color:#FFF7E2;text-decoration:none;font-size:13px;transition:color .2s}
.ft-links a:hover{color:#05CFF8}
.ck-popup{position:fixed;bottom:24px;right:24px;background:#fff;border-radius:8px;box-shadow:0 12px 32px #00000040;max-width:420px;z-index:9999;display:none;animation:slideInFromTop .4s ease-out}
.ck-popup[data-visible="true"]{display:block}
@keyframes slideInFromTop {
from{transform:translateY(-40px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.ck-popup.hiding{animation:slideOutToTop .3s ease-in forwards}
@keyframes slideOutToTop {
from{transform:translateY(0);opacity:1}
to{transform:translateY(-40px);opacity:0}
}
.ck-hd{padding:20px 24px;border-bottom:1px solid #e0e0e0}
.ck-hd h3{font-size:18px;color:#2c3e50;margin-bottom:8px}
.ck-hd p{font-size:13px;color:#666;line-height:1.5}
.ck-hd a{color:#05CFF8;text-decoration:underline}
.ck-body{padding:20px 24px}
.ck-section{margin-bottom:16px}
.ck-section-hd{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:10px 0;border-bottom:1px solid #f0f0f0}
.ck-section-hd h4{font-size:14px;color:#2c3e50;font-weight:500}
.ck-section-hd i{color:#05CFF8;font-size:12px;transition:transform .3s}
.ck-section[data-state="open"] .ck-section-hd i{transform:rotate(180deg)}
.ck-section-content{max-height:0;overflow:hidden;transition:max-height .3s ease}
.ck-section[data-state="open"] .ck-section-content{max-height:500px;padding-top:12px}
.ck-option{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:13px}
.ck-toggle{position:relative;width:44px;height:24px;background:#ccc;border-radius:12px;cursor:pointer;transition:background .3s}
.ck-toggle::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:left .3s}
.ck-toggle[data-state="on"]{background:#05CFF8}
.ck-toggle[data-state="on"]::after{left:23px}
.ck-actions{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0}
.ck-btn{flex:1;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}
.ck-btn-primary{background:#05CFF8;color:#fff}
.ck-btn-primary:hover{background:#04b8df;box-shadow:0 4px 12px #05cff84d}
.ck-btn-secondary{background:#f0f0f0;color:#2c3e50}
.ck-btn-secondary:hover{background:#e0e0e0}
.ck-float-btn{position:fixed;bottom:24px;right:24px;width:52px;height:52px;background:#71210B;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #71210b66;z-index:9998;transition:all .2s}
.ck-float-btn[data-visible="true"]{display:flex}
.ck-float-btn:hover{transform:scale(1.08);box-shadow:0 8px 20px #71210b80}
.ck-float-btn i{color:#FFF7E2;font-size:20px}
@media (max-width: 768px) {
.hd .hd-container{flex-direction:column;gap:20px;padding-top:16px;padding-bottom:16px}
.logo-area{width:100%;justify-content:center}
.nv-rt{flex-direction:column;gap:16px;width:100%}
.nv-mn{flex-wrap:wrap;justify-content:center;gap:16px}
.tg-line{text-align:center}
.ft-top{flex-direction:column}
.ft-btm{flex-direction:column;text-align:center}
.ft-links{flex-wrap:wrap;justify-content:center}
.ck-popup{right:12px;left:12px;max-width:none;bottom:12px}
.ck-float-btn{right:12px;bottom:12px}
}
@media (max-width: 480px) {
.logo-area img{height:65px;width:65px}
.cmpny-name{font-size:20px}
.nv-mn{flex-direction:column;gap:12px}
.sub-nv{position:static;box-shadow:none;margin-top:8px;background:#05cff80d}
}
.legal-content{max-width:1140px;margin:0 auto;padding:60px 20px;background:linear-gradient(to bottom,#FFF7E2 0%,#fff 100%);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.8;color:#2c3e50}
.legal-content h1{font-size:42px;font-weight:700;color:#71210B;margin:0 0 40px;padding-bottom:20px;border-bottom:3px solid #05CFF8;line-height:1.3;letter-spacing:-.5px}
.legal-content h2{font-size:32px;font-weight:600;color:#71210B;margin:50px 0 24px;line-height:1.4;position:relative;padding-left:20px}
.legal-content h2::before{content:'';position:absolute;left:0;top:6px;width:6px;height:28px;background:linear-gradient(to bottom,#05CFF8,#71210B);border-radius:3px}
.legal-content h3{font-size:24px;font-weight:600;color:#2c3e50;margin:40px 0 20px;line-height:1.5}
.legal-content h4{font-size:20px;font-weight:600;color:#34495e;margin:32px 0 16px;line-height:1.5}
.legal-content h5{font-size:18px;font-weight:600;color:#34495e;margin:28px 0 14px;line-height:1.6}
.legal-content h6{font-size:16px;font-weight:600;color:#34495e;margin:24px 0 12px;line-height:1.6;text-transform:uppercase;letter-spacing:.5px}
.legal-content p{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 20px;text-align:justify}
.legal-content ul{margin:0 0 24px;padding-left:30px;list-style:none}
.legal-content ul li{font-size:16px;line-height:1.8;color:#2c3e50;margin-bottom:12px;position:relative;padding-left:20px}
.legal-content ul li::before{content:'';position:absolute;left:0;top:12px;width:8px;height:8px;background:#05CFF8;border-radius:2px;box-shadow:2px 2px 4px #05cff84d}
.legal-content ol{margin:0 0 24px;padding-left:30px;counter-reset:policy-counter;list-style:none}
.legal-content ol li{font-size:16px;line-height:1.8;color:#2c3e50;margin-bottom:12px;position:relative;padding-left:30px;counter-increment:policy-counter}
.legal-content ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;font-weight:700;color:#71210B}
.legal-content strong,.legal-content b{font-weight:700;color:#1a252f}
.legal-content em,.legal-content i{font-style:italic;color:#34495e}
.legal-content a{color:#05CFF8;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;font-weight:500}
.legal-content a:hover{color:#71210B;border-bottom-color:#71210B}
.legal-content a:focus{outline:2px solid #05CFF8;outline-offset:2px;border-radius:2px}
.legal-content hr{border:none;height:2px;background:linear-gradient(to right,transparent,#05CFF8,transparent);margin:50px 0;opacity:.5}
@media (max-width: 768px) {
.legal-content{padding:40px 16px}
.legal-content h1{font-size:32px;margin-bottom:30px;padding-bottom:16px}
.legal-content h2{font-size:26px;margin:40px 0 20px}
.legal-content h2::before{height:24px}
.legal-content h3{font-size:22px;margin:32px 0 16px}
.legal-content h4{font-size:19px;margin:28px 0 14px}
.legal-content h5{font-size:17px;margin:24px 0 12px}
.legal-content h6{font-size:15px}
.legal-content p{font-size:15px;text-align:left}
.legal-content ul li,.legal-content ol li{font-size:15px}
}
@media (max-width: 480px) {
.legal-content{padding:30px 12px}
.legal-content h1{font-size:28px;margin-bottom:24px}
.legal-content h2{font-size:24px;padding-left:16px}
.legal-content h2::before{width:5px;height:20px}
.legal-content h3{font-size:20px}
.legal-content ul{padding-left:20px}
.legal-content ol{padding-left:20px}
.legal-content ol li{padding-left:24px}
}
.blg-pst-container{max-width:1140px;margin:0 auto;padding:60px 20px}
.blg-hero-img-wrp{width:100%;margin-bottom:48px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);position:relative;box-shadow:0 8px 24px #05cff826}
.blg-hero-img-wrp img{width:100%;height:auto;display:block;mix-blend-mode:luminosity;opacity:.92}
.blg-hd-section{max-width:880px;margin:0 auto 56px;text-align:center;position:relative}
.blg-hd-section::before{content:'';position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#05CFF8,#71210B);border-radius:2px}
.blg-main-ttl{font-size:2.8rem;line-height:1.25;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.bkmrk-wrp{display:flex;justify-content:center;margin-top:32px}
.sv-bkmrk-bt{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#05CFF8,#0aa8d1);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #05cff84d;position:relative;z-index:10}
.sv-bkmrk-bt:hover{background:linear-gradient(135deg,#0aa8d1,#05CFF8);box-shadow:0 6px 18px #05cff866;transform:translateY(-2px)}
.sv-bkmrk-bt:active{transform:translateY(0)}
.sv-bkmrk-bt i{font-size:1.1rem}
.blg-content-wrp{max-width:820px;margin:0 auto;background:#fff;padding:48px 40px;border-radius:8px;box-shadow:0 2px 16px #0000000f}
.blg-content-wrp p{font-size:1.125rem;line-height:1.8;color:#333;margin:0 0 28px}
.blg-content-wrp p:last-child{margin-bottom:0}
.blg-content-wrp strong{color:#05CFF8;font-weight:600}
.blg-content-wrp em{color:#71210B;font-style:italic}
.accent-divider{width:60px;height:3px;background:linear-gradient(90deg,#71210B,#05CFF8);margin:40px auto;border-radius:2px}
@media (max-width: 1024px) {
.blg-pst-container{padding:48px 20px}
.blg-main-ttl{font-size:2.4rem}
.blg-content-wrp{padding:36px 32px}
}
@media (max-width: 768px) {
.blg-pst-container{padding:36px 16px}
.blg-hero-img-wrp{margin-bottom:36px;border-radius:6px}
.blg-hd-section{margin-bottom:40px}
.blg-main-ttl{font-size:2rem;margin-bottom:20px}
.sv-bkmrk-bt{padding:12px 24px;font-size:.95rem}
.blg-content-wrp{padding:28px 24px}
.blg-content-wrp p{font-size:1.05rem;line-height:1.75;margin-bottom:24px}
}
@media (max-width: 480px) {
.blg-pst-container{padding:28px 12px}
.blg-hero-img-wrp{margin-bottom:28px;border-radius:4px}
.blg-hd-section::before{width:60px;height:3px}
.blg-main-ttl{font-size:1.75rem;line-height:1.3}
.bkmrk-wrp{margin-top:24px}
.sv-bkmrk-bt{padding:11px 20px;font-size:.9rem;gap:8px}
.sv-bkmrk-bt i{font-size:1rem}
.blg-content-wrp{padding:24px 20px;border-radius:6px}
.blg-content-wrp p{font-size:1rem;line-height:1.7;margin-bottom:20px}
.accent-divider{width:50px;margin:32px auto}
}
.heroTitle{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#05cff826,#71210b26)}
.heroTitle .bgImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(4px) grayscale(30%) sepia(10%);z-index:1}
.heroTitle .txtBox{position:relative;z-index:3;text-align:center;max-width:820px;padding:48px 24px;background:#fff7e2eb;backdrop-filter:blur(8px);border-radius:8px;box-shadow:0 8px 24px #71210b2e}
.heroTitle .mainH{font-size:42px;line-height:1.2;color:#71210B;margin:0 0 16px}
.heroTitle .subQuote{font-size:18px;line-height:1.6;color:#333;margin:0}
.heroTitle .particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;opacity:.3}
.heroTitle .particles::before,.heroTitle .particles::after{content:'';position:absolute;width:6px;height:6px;background:#05CFF8;border-radius:50%;animation:floatParticle 8s infinite ease-in-out}
.heroTitle .particles::before{top:20%;left:15%}
.heroTitle .particles::after{bottom:25%;right:20%;animation-delay:2s}
@keyframes floatParticle {
0%,100%{transform:translateY(0) translateX(0)}
50%{transform:translateY(-20px) translateX(10px)}
}
.programGrid{max-width:1140px;margin:72px auto;padding:0 20px}
.programGrid .gridWrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.programGrid .leftContent h2{font-size:36px;color:#71210B;margin:0 0 24px;position:relative;padding-left:18px}
.programGrid .leftContent h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:32px;background:linear-gradient(180deg,#05CFF8,#71210B)}
.programGrid .leftContent p{font-size:16px;line-height:1.7;color:#444;margin:0 0 18px}
.programGrid .rightContent .courseCards{display:flex;flex-direction:column;gap:20px}
.programGrid .rightContent .cCard{background:#FFF7E2;padding:24px;border-left:4px solid #05CFF8;box-shadow:4px 4px 12px #05cff826;transition:transform .3s ease,box-shadow .3s ease}
.programGrid .rightContent .cCard:hover{transform:translateX(4px);box-shadow:6px 6px 16px #05cff840}
.programGrid .rightContent .cCard h3{font-size:22px;color:#71210B;margin:0 0 12px}
.programGrid .rightContent .cCard .cMeta{font-size:14px;color:#666;margin:0}
.methodSection{background:linear-gradient(135deg,#FFF7E2 0%,#05cff814 100%);padding:64px 20px;margin:0}
.methodSection .innerWrap{max-width:1140px;margin:0 auto}
.methodSection h2{font-size:34px;color:#71210B;text-align:center;margin:0 0 48px}
.methodSection .stepFlow{display:flex;justify-content:space-between;gap:32px;position:relative}
.methodSection .stepFlow::before{content:'';position:absolute;top:48px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#05CFF8,#71210B);z-index:1}
.methodSection .stepItem{flex:1;text-align:center;position:relative;z-index:2}
.methodSection .stepItem .iconCircle{width:96px;height:96px;border-radius:50%;background:#FFF7E2;border:3px solid #05CFF8;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:36px;color:#71210B;box-shadow:0 6px 16px #05cff833}
.methodSection .stepItem h4{font-size:18px;color:#71210B;margin:0 0 10px}
.methodSection .stepItem p{font-size:14px;line-height:1.6;color:#555;margin:0}
.testimonialArea{max-width:1140px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:5fr 4fr;gap:56px;align-items:center}
.testimonialArea .imgSide img{width:100%;height:auto;border-radius:6px;box-shadow:8px 8px 20px #71210b26;object-fit:cover}
.testimonialArea .txtSide{padding:32px;background:#FFF7E2;border-radius:6px;position:relative}
.testimonialArea .txtSide::before{content:'"';position:absolute;top:-24px;left:20px;font-size:120px;color:#05CFF8;opacity:.3;line-height:1}
.testimonialArea .txtSide .quote{font-size:17px;line-height:1.7;color:#333;margin:0 0 24px;font-style:italic}
.testimonialArea .txtSide .authorBox{display:flex;align-items:center;gap:16px}
.testimonialArea .txtSide .authorBox img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #05CFF8}
.testimonialArea .txtSide .authorBox .authorInfo .name{font-size:16px;font-weight:600;color:#71210B;margin:0 0 4px}
.testimonialArea .txtSide .authorBox .authorInfo .role{font-size:14px;color:#666;margin:0}
.ctaBlock{background:linear-gradient(135deg,#71210B,#05CFF8);padding:72px 20px;text-align:center;margin:0}
.ctaBlock .innerBox{max-width:740px;margin:0 auto}
.ctaBlock h2{font-size:38px;color:#FFF7E2;margin:0 0 20px}
.ctaBlock p{font-size:18px;line-height:1.6;color:#fff7e2f2;margin:0 0 32px}
.ctaBlock .btnRow{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.ctaBlock .btnRow .bt{padding:16px 36px;font-size:16px;text-decoration:none;border-radius:6px;transition:all .3s ease;display:inline-block}
.ctaBlock .btnRow .bt.primary{background:#FFF7E2;color:#71210B;box-shadow:0 6px 16px #fff7e24d}
.ctaBlock .btnRow .bt.primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #fff7e266}
.ctaBlock .btnRow .bt.secondary{background:transparent;color:#FFF7E2;border:2px solid #FFF7E2}
.ctaBlock .btnRow .bt.secondary:hover{background:#fff7e21a;transform:translateY(-2px)}
@media (max-width: 1024px) {
.programGrid .gridWrap{grid-template-columns:1fr;gap:36px}
.testimonialArea{grid-template-columns:1fr;gap:40px}
.methodSection .stepFlow{flex-direction:column;align-items:center}
.methodSection .stepFlow::before{display:none}
}
@media (max-width: 768px) {
.heroTitle{min-height:360px}
.heroTitle .mainH{font-size:32px}
.heroTitle .subQuote{font-size:16px}
.programGrid .leftContent h2{font-size:28px}
.methodSection h2{font-size:28px}
.ctaBlock h2{font-size:30px}
.ctaBlock .btnRow{flex-direction:column;align-items:center}
.ctaBlock .btnRow .bt{width:100%;max-width:300px}
}
@media (max-width: 480px) {
.heroTitle .mainH{font-size:26px}
.heroTitle .txtBox{padding:32px 20px}
.programGrid{margin:48px auto}
.methodSection{padding:48px 20px}
.testimonialArea{margin:56px auto}
}
.pg-header{background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);padding:80px 20px;text-align:center;margin-bottom:60px}
.pg-header .ttl{font-size:48px;color:#FFF7E2;margin:0 0 16px;font-weight:700}
.pg-header .sbtl{font-size:18px;color:#FFF7E2;margin:0;opacity:.95}
.mn-container{max-width:1140px;margin:0 auto;padding:0 20px 80px}
.psts-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px}
.pst-crd{background:#fff;border-radius:8px;box-shadow:0 4px 12px #05cff826;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.pst-crd:hover{transform:translateY(-6px);box-shadow:0 8px 20px #71210b40}
.pst-crd .img-wrp{width:100%;height:220px;overflow:hidden;background:linear-gradient(45deg,#FFF7E2 0%,#05CFF8 100%)}
.pst-crd img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.pst-crd:hover img{transform:scale(1.08)}
.pst-cnt{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.pst-cnt .pst-ttl{font-size:22px;color:#71210B;margin:0 0 14px;line-height:1.4;font-weight:600}
.pst-cnt .pst-dsc{font-size:15px;color:#333;line-height:1.6;margin:0 0 20px;flex-grow:1}
.pst-cnt .rd-lnk{display:inline-block;padding:10px 24px;background:#05CFF8;color:#fff;text-decoration:none;border-radius:6px;font-size:14px;font-weight:600;transition:background .3s ease,transform .2s ease;align-self:flex-start;position:relative;z-index:10}
.pst-cnt .rd-lnk:hover{background:#71210B;transform:translateX(4px)}
.inf-sec-1{background:linear-gradient(90deg,#FFF7E2 0%,#05cff81a 100%);padding:60px 40px;border-radius:10px;margin-bottom:50px;border-left:6px solid #05CFF8}
.inf-sec-1 .sec-ttl{font-size:32px;color:#71210B;margin:0 0 20px;font-weight:700}
.inf-sec-1 .sec-txt{font-size:16px;color:#333;line-height:1.7;margin:0 0 12px}
.inf-sec-2{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px;padding:50px 40px;background:#fff;border-radius:10px;box-shadow:0 6px 16px #71210b1f}
.inf-blk{position:relative;padding-left:50px}
.inf-blk::before{content:'';position:absolute;left:0;top:4px;width:36px;height:36px;background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);border-radius:50%}
.inf-blk .blk-ttl{font-size:24px;color:#71210B;margin:0 0 14px;font-weight:600}
.inf-blk .blk-txt{font-size:15px;color:#444;line-height:1.6;margin:0}
.inf-sec-3{background:radial-gradient(circle at top right,#05CFF8 0%,#71210B 100%);padding:70px 40px;border-radius:10px;text-align:center;margin-bottom:50px;position:relative;overflow:hidden}
.inf-sec-3::after{content:'';position:absolute;bottom:-50px;right:-50px;width:200px;height:200px;background:#fff7e21a;border-radius:50%}
.inf-sec-3 .cta-ttl{font-size:36px;color:#FFF7E2;margin:0 0 18px;font-weight:700;position:relative;z-index:2}
.inf-sec-3 .cta-txt{font-size:17px;color:#FFF7E2;line-height:1.6;margin:0 0 30px;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.inf-sec-3 .cta-btn{display:inline-block;padding:14px 40px;background:#FFF7E2;color:#71210B;text-decoration:none;border-radius:8px;font-size:16px;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10}
.inf-sec-3 .cta-btn:hover{transform:scale(1.06);box-shadow:0 8px 20px #fff7e266}
@media (max-width: 1024px) {
.psts-grd{grid-template-columns:repeat(2,1fr);gap:28px}
}
@media (max-width: 768px) {
.pg-header{padding:60px 20px}
.pg-header .ttl{font-size:36px}
.psts-grd{grid-template-columns:1fr;gap:24px}
.inf-sec-2{grid-template-columns:1fr;gap:30px;padding:40px 24px}
.inf-sec-1,.inf-sec-3{padding:40px 24px}
.inf-sec-3 .cta-ttl{font-size:28px}
}
@media (max-width: 480px) {
.pg-header .ttl{font-size:28px}
.pg-header .sbtl{font-size:16px}
.pst-cnt .pst-ttl{font-size:20px}
.inf-sec-1 .sec-ttl{font-size:26px}
.inf-blk .blk-ttl{font-size:20px}
}
.hro-ct{background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);padding:80px 20px;position:relative;overflow:hidden}
.hro-ct::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fff7e233 0%,transparent 70%);border-radius:50%;animation:floatShape 8s ease-in-out infinite}
@keyframes floatShape {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,-40px) scale(1.1)}
}
.hro-ct .wrp{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:60px;flex-wrap:wrap}
.hro-ct .txt-area{flex:1 1 450px}
.hro-ct .ttl-main{font-size:48px;color:#FFF7E2;margin:0 0 20px;line-height:1.2;font-weight:700}
.hro-ct .exp-txt{font-size:18px;color:#FFF7E2;line-height:1.6;margin:0 0 30px;opacity:.95}
.hro-ct .img-zone{flex:1 1 400px;position:relative}
.hro-ct .img-zone img{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 30px #71210b66;object-fit:cover}
.hro-ct .bt-primary{display:inline-block;padding:14px 32px;background:#FFF7E2;color:#71210B;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 15px #05cff84d}
.hro-ct .bt-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #05cff880;background:#fff}
.real-sim{padding:70px 20px;background:#FFF7E2}
.real-sim .container-2{max-width:1140px;margin:0 auto}
.real-sim .hd-section{text-align:center;margin-bottom:50px}
.real-sim .hd-section h2{font-size:38px;color:#71210B;margin:0 0 15px;position:relative;display:inline-block}
.real-sim .hd-section h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#05CFF8,#71210B);border-radius:2px}
.real-sim .hd-section p{font-size:17px;color:#333;line-height:1.6;max-width:700px;margin:0 auto}
.real-sim .grd-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px;margin-top:40px}
.real-sim .sim-box{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 6px 20px #05cff826;transition:all .3s ease;border-left:4px solid #05CFF8}
.real-sim .sim-box:hover{transform:translateY(-5px);box-shadow:0 12px 35px #71210b33}
.real-sim .sim-box .ic-wrap{font-size:42px;color:#05CFF8;margin-bottom:18px}
.real-sim .sim-box h3{font-size:24px;color:#71210B;margin:0 0 12px}
.real-sim .sim-box p{font-size:15px;color:#444;line-height:1.6;margin:0}
.real-sim .prog-track{margin-top:60px;background:linear-gradient(135deg,#05cff81a 0%,#71210b1a 100%);padding:40px;border-radius:10px}
.real-sim .prog-track h3{font-size:28px;color:#71210B;margin:0 0 30px;text-align:center}
.real-sim .step-container{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;position:relative;flex-wrap:wrap}
.real-sim .step-container::before{content:'';position:absolute;top:35px;left:0;right:0;height:3px;background:linear-gradient(90deg,#05CFF8 0%,#71210B 100%);z-index:1}
.real-sim .step-item{flex:1 1 200px;text-align:center;position:relative;z-index:2}
.real-sim .step-item .num-circle{width:70px;height:70px;border-radius:50%;background:#05CFF8;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;margin:0 auto 15px;box-shadow:0 4px 15px #05cff866}
.real-sim .step-item:nth-child(2) .num-circle{background:linear-gradient(135deg,#05CFF8,#71210B)}
.real-sim .step-item:nth-child(3) .num-circle{background:#71210B}
.real-sim .step-item h4{font-size:18px;color:#71210B;margin:0 0 8px}
.real-sim .step-item p{font-size:14px;color:#555;margin:0;line-height:1.5}
.deep-opp{padding:70px 20px;background:#fff}
.deep-opp .wrap-3{max-width:1140px;margin:0 auto}
.deep-opp .split-layout{display:flex;gap:50px;align-items:center;flex-wrap:wrap}
.deep-opp .content-side{flex:1 1 500px}
.deep-opp .content-side h2{font-size:36px;color:#71210B;margin:0 0 20px;line-height:1.3}
.deep-opp .content-side p{font-size:16px;color:#333;line-height:1.7;margin:0 0 25px}
.deep-opp .feat-list{list-style:none;padding:0;margin:30px 0 0}
.deep-opp .feat-list li{padding:15px 0 15px 50px;position:relative;font-size:16px;color:#444;line-height:1.6;border-bottom:1px solid #05cff833}
.deep-opp .feat-list li:last-child{border-bottom:none}
.deep-opp .feat-list li::before{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;top:15px;width:35px;height:35px;background:linear-gradient(135deg,#05CFF8,#71210B);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}
.deep-opp .visual-side{flex:1 1 400px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.deep-opp .visual-side .img-block{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 8px 25px #71210b26}
.deep-opp .visual-side .img-block img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.deep-opp .visual-side .img-block:hover img{transform:scale(1.08)}
.deep-opp .visual-side .img-block:first-child{grid-row:span 2}
.deep-opp .team-auth{margin-top:70px;background:linear-gradient(135deg,#71210b0d 0%,#05cff80d 100%);padding:50px 40px;border-radius:10px;display:flex;gap:40px;align-items:center;flex-wrap:wrap}
.deep-opp .team-auth .prof-img{flex:0 0 180px}
.deep-opp .team-auth .prof-img img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid #05CFF8;box-shadow:0 8px 20px #05cff84d}
.deep-opp .team-auth .prof-info{flex:1 1 400px}
.deep-opp .team-auth .prof-info h3{font-size:26px;color:#71210B;margin:0 0 8px}
.deep-opp .team-auth .prof-info .role{font-size:16px;color:#05CFF8;margin:0 0 15px;font-weight:600}
.deep-opp .team-auth .prof-info p{font-size:15px;color:#444;line-height:1.6;margin:0}
.deep-opp .cta-zone{text-align:center;margin-top:50px}
.deep-opp .cta-zone .bt-secondary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#05CFF8,#71210B);color:#FFF7E2;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 6px 20px #05cff84d;margin:0 10px}
.deep-opp .cta-zone .bt-secondary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #71210b66}
@media (max-width: 768px) {
.hro-ct{padding:60px 20px}
.hro-ct .wrp{gap:30px}
.hro-ct .ttl-main{font-size:36px}
.hro-ct .exp-txt{font-size:16px}
.real-sim{padding:50px 20px}
.real-sim .hd-section h2{font-size:32px}
.real-sim .grd-layout{grid-template-columns:1fr;gap:25px}
.real-sim .step-container{flex-direction:column;align-items:center}
.real-sim .step-container::before{display:none}
.deep-opp{padding:50px 20px}
.deep-opp .content-side h2{font-size:30px}
.deep-opp .visual-side{grid-template-columns:1fr}
.deep-opp .visual-side .img-block:first-child{grid-row:auto}
.deep-opp .team-auth{flex-direction:column;text-align:center;padding:40px 25px}
.deep-opp .cta-zone .bt-secondary{display:block;margin:10px 0}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hro-ct .ttl-main{font-size:42px}
.real-sim .grd-layout{grid-template-columns:repeat(2,1fr)}
}
.ct-container{max-width:1140px;margin:0 auto;padding:0 20px}
.ttl-wrap{padding:90px 0 60px;background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);position:relative;overflow:hidden}
.ttl-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fff7e226 0%,transparent 70%);border-radius:50%}
.ttl-inner{display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.ttl-txt{flex:1;color:#FFF7E2}
.ttl-txt h1{font-size:48px;margin:0 0 20px;font-weight:700;line-height:1.2}
.ttl-txt .sb-heading{font-size:20px;margin:0 0 25px;opacity:.95;line-height:1.5}
.ttl-txt .desc-para{font-size:16px;line-height:1.7;opacity:.9;max-width:520px}
.ttl-img-container{flex:0 0 420px;height:340px;border-radius:8px;overflow:hidden;box-shadow:0 12px 28px #71210b4d}
.ttl-img-container img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.ttl-img-container:hover img{transform:scale(1.08)}
.cntct-methods-wrap{padding:80px 0;background:#FFF7E2}
.sec-heading-container{text-align:center;margin-bottom:50px}
.sec-heading-container h2{font-size:38px;color:#71210B;margin:0 0 15px;font-weight:700}
.sec-heading-container .subtext{font-size:17px;color:#71210B;opacity:.8;max-width:600px;margin:0 auto;line-height:1.6}
.methods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.method-card{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 6px 18px #05cff81f;transition:all .3s ease;border:2px solid transparent}
.method-card:hover{transform:translateY(-8px);box-shadow:0 14px 32px #05cff838;border-color:#05CFF8}
.method-card .icn-holder{width:68px;height:68px;background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.method-card .icn-holder i{font-size:32px;color:#FFF7E2}
.method-card h3{font-size:22px;color:#71210B;margin:0 0 12px;font-weight:700}
.method-card .method-detail{font-size:16px;color:#333;line-height:1.6;word-break:break-word}
.method-card a{color:#05CFF8;text-decoration:none;transition:color .3s ease}
.method-card a:hover{color:#71210B}
.form-section-wrapper{padding:90px 0;background:#fff}
.form-section-wrapper .sec-heading-container h2{color:#05CFF8}
.extended-form-container{max-width:780px;margin:0 auto;background:#FFF7E2;padding:50px 45px;border-radius:10px;box-shadow:0 8px 24px #71210b26}
.form-row-group{margin-bottom:28px}
.form-row-group label{display:block;font-size:16px;color:#71210B;margin-bottom:10px;font-weight:600}
.form-row-group input[type="email"]{width:100%;padding:14px 18px;border:2px solid #05CFF8;border-radius:6px;font-size:16px;background:#fff;transition:all .3s ease}
.form-row-group input[type="email"]:focus{outline:none;border-color:#71210B;box-shadow:0 4px 12px #05cff833}
.radio-group-wrapper{margin-bottom:28px}
.radio-group-wrapper .label-main{display:block;font-size:16px;color:#71210B;margin-bottom:16px;font-weight:600}
.radio-options-container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.radio-opt{position:relative}
.radio-opt input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.radio-opt .radio-label{display:block;padding:16px 20px;background:#fff;border:2px solid #05CFF8;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:15px;color:#71210B;text-align:center}
.radio-opt input[type="radio"]:checked + .radio-label{background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);color:#FFF7E2;border-color:#71210B;box-shadow:0 6px 16px #71210b40}
.radio-opt .radio-label:hover{transform:translateY(-3px);box-shadow:0 5px 14px #05cff82e}
.privacy-check-wrapper{margin:32px 0}
.privacy-check-wrapper input[type="checkbox"]{margin-right:10px;width:18px;height:18px;cursor:pointer;vertical-align:middle}
.privacy-check-wrapper label{font-size:15px;color:#71210B;cursor:pointer;line-height:1.6}
.privacy-check-wrapper a{color:#05CFF8;text-decoration:none;font-weight:600}
.privacy-check-wrapper a:hover{text-decoration:underline}
.submit-btn-wrapper{text-align:center}
.submit-btn-wrapper button{padding:16px 60px;background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);color:#FFF7E2;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #05cff84d}
.submit-btn-wrapper button:hover{transform:translateY(-4px);box-shadow:0 12px 28px #05cff873}
.location-details-section{padding:80px 0;background:linear-gradient(180deg,#FFF7E2 0%,white 100%)}
.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.location-content{padding-right:30px}
.location-content h2{font-size:36px;color:#05CFF8;margin:0 0 20px;font-weight:700}
.location-content .desc-block{font-size:16px;color:#333;line-height:1.7;margin-bottom:30px}
.address-display{background:#fff;padding:30px;border-radius:8px;border-left:5px solid #71210B;box-shadow:0 6px 18px #71210b1f}
.address-display .addr-line{font-size:17px;color:#71210B;line-height:1.8;margin:0}
.hours-info-box{background:#FFF7E2;padding:35px;border-radius:8px;box-shadow:0 6px 18px #05cff81f}
.hours-info-box h3{font-size:24px;color:#71210B;margin:0 0 20px;font-weight:700}
.hours-info-box .timing-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #71210b26;font-size:16px;color:#333}
.hours-info-box .timing-row:last-child{border-bottom:none}
.hours-info-box .timing-row .day{font-weight:600;color:#71210B}
.faq-quick-section{padding:90px 0;background:#fff}
.faq-quick-section .sec-heading-container h2{color:#71210B}
.faq-accordion{max-width:880px;margin:0 auto}
.faq-item{margin-bottom:20px;border-radius:8px;overflow:hidden;box-shadow:0 4px 14px #05cff81a}
.faq-item input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none}
.faq-question-label{display:block;padding:22px 28px;background:#FFF7E2;cursor:pointer;font-size:18px;color:#71210B;font-weight:700;transition:all .3s ease;position:relative;padding-right:60px}
.faq-question-label::after{content:'\f078';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;right:28px;top:50%;transform:translateY(-50%);color:#05CFF8;font-size:20px;transition:transform .3s ease}
.faq-item input[type="checkbox"]:checked + .faq-question-label::after{transform:translateY(-50%) rotate(180deg)}
.faq-item input[type="checkbox"]:checked + .faq-question-label{background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);color:#FFF7E2}
.faq-item input[type="checkbox"]:checked + .faq-question-label::after{color:#FFF7E2}
.faq-answer-content{max-height:0;overflow:hidden;transition:max-height .4s ease;background:#fff}
.faq-item input[type="checkbox"]:checked ~ .faq-answer-content{max-height:500px}
.faq-answer-content .answer-text{padding:25px 28px;font-size:16px;color:#333;line-height:1.7}
@media (max-width: 1024px) {
.ttl-inner{flex-direction:column;text-align:center}
.ttl-img-container{flex:0 0 auto;width:100%;max-width:500px}
.ttl-txt .desc-para{max-width:100%}
.methods-grid{grid-template-columns:repeat(2,1fr)}
.location-grid{grid-template-columns:1fr}
.location-content{padding-right:0}
}
@media (max-width: 768px) {
.ttl-wrap{padding:60px 0 40px}
.ttl-txt h1{font-size:36px}
.ttl-txt .sb-heading{font-size:18px}
.methods-grid{grid-template-columns:1fr}
.extended-form-container{padding:35px 25px}
.radio-options-container{grid-template-columns:1fr}
.sec-heading-container h2{font-size:30px}
.location-content h2{font-size:28px}
}
@media (max-width: 480px) {
.ttl-txt h1{font-size:28px}
.ttl-txt .sb-heading{font-size:16px}
.method-card{padding:25px 20px}
.submit-btn-wrapper button{padding:14px 40px;font-size:16px}
.faq-question-label{font-size:16px;padding:18px 50px 18px 22px}
.faq-question-label::after{right:22px}
}
.topHero{position:relative;max-width:1140px;margin:40px auto 0;padding:0 20px;display:flex;align-items:center;gap:60px}
.topHero .imgWrap{flex:0 0 480px;position:relative;z-index:1}
.topHero .imgWrap img{width:100%;height:560px;object-fit:cover;border-radius:8px;box-shadow:12px 12px 24px #71210b26;animation:imgFloat 6s ease-in-out infinite}
@keyframes imgFloat {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-12px)}
}
.topHero .txtArea{flex:1;position:relative;background:linear-gradient(135deg,#FFF7E2 0%,#fff 100%);padding:50px 45px;border-radius:8px;box-shadow:8px 8px 20px #05cff81f;z-index:2;margin-left:-80px}
.topHero .txtArea::before{content:'';position:absolute;top:-8px;left:30px;width:140px;height:6px;background:linear-gradient(90deg,#05CFF8,#71210B);border-radius:3px}
.topHero .txtArea h1{font-size:42px;line-height:1.2;color:#71210B;margin:0 0 20px}
.topHero .txtArea h1::after{content:'';display:block;width:80px;height:4px;background:#05CFF8;margin-top:12px}
.topHero .txtArea .descTxt{font-size:17px;line-height:1.6;color:#333;margin:0 0 30px}
.topHero .primaryCta{display:inline-block;padding:14px 36px;background:linear-gradient(135deg,#05CFF8,#0395B5);color:#fff;text-decoration:none;border-radius:6px;font-size:16px;font-weight:500;box-shadow:6px 6px 16px #05cff840;transition:all .3s ease;position:relative;z-index:10}
.topHero .primaryCta:hover{transform:translateY(-3px);box-shadow:8px 8px 22px #05cff859;background:linear-gradient(135deg,#0395B5,#05CFF8)}
.storySection{max-width:1140px;margin:80px auto;padding:0 20px}
.storySection .sectionHdr{text-align:center;margin-bottom:60px}
.storySection .sectionHdr h2{font-size:38px;color:#71210B;margin:0 0 16px;position:relative;display:inline-block}
.storySection .sectionHdr h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:60px;height:60px;background:radial-gradient(circle,#05cff826,transparent);border-radius:50%;z-index:-1}
.storySection .sectionHdr .subTxt{font-size:18px;color:#555;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.storyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.storyCard{background:#fff;padding:35px 28px;border-radius:8px;border:2px solid #FFF7E2;box-shadow:4px 4px 12px #0000000f;transition:all .3s ease;position:relative}
.storyCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#05CFF8,#71210B);border-radius:8px 8px 0 0;opacity:0;transition:opacity .3s ease}
.storyCard:hover{transform:translateY(-6px);box-shadow:8px 8px 20px #05cff82e;border-color:#05CFF8}
.storyCard:hover::before{opacity:1}
.storyCard .iconWrap{width:64px;height:64px;background:linear-gradient(135deg,#FFF7E2,#fff);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:3px 3px 10px #71210b1a}
.storyCard .iconWrap i{font-size:28px;color:#71210B}
.storyCard h3{font-size:22px;color:#71210B;margin:0 0 14px}
.storyCard .cardDesc{font-size:15px;line-height:1.6;color:#666;margin:0}
.peopleShowcase{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;background:linear-gradient(135deg,#FFF7E2 0%,#fff 100%);padding:50px 45px;border-radius:8px;margin-top:60px}
.peopleShowcase .imgCol img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:10px 10px 24px #05cff833}
.peopleShowcase .txtCol h3{font-size:32px;color:#71210B;margin:0 0 18px;position:relative;padding-left:22px}
.peopleShowcase .txtCol h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:100%;background:linear-gradient(180deg,#05CFF8,#71210B);border-radius:3px}
.peopleShowcase .txtCol .narrative{font-size:16px;line-height:1.7;color:#444;margin:0 0 16px}
.valuesDisplay{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}
.valueItem{background:#fff;padding:24px 20px;border-left:4px solid #05CFF8;border-radius:6px;box-shadow:3px 3px 10px #0000000d}
.valueItem h4{font-size:18px;color:#71210B;margin:0 0 8px}
.valueItem .valueTxt{font-size:14px;line-height:1.6;color:#666;margin:0}
.approachSection{max-width:1140px;margin:80px auto;padding:0 20px}
.approachHdr{text-align:center;margin-bottom:50px}
.approachHdr h2{font-size:36px;color:#71210B;margin:0 0 14px}
.approachHdr .leadPara{font-size:17px;color:#555;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.tabContainer{display:flex;gap:50px}
.tabNav{flex:0 0 280px;display:flex;flex-direction:column;gap:12px}
.tabNav input[type="radio"]{display:none}
.tabNav label{display:block;padding:18px 24px;background:#fff;border:2px solid #FFF7E2;border-radius:6px;cursor:pointer;font-size:16px;color:#444;transition:all .3s ease;position:relative}
.tabNav label::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#05CFF8,#71210B);border-radius:6px 0 0 6px;opacity:0;transition:opacity .3s ease}
.tabNav label:hover{border-color:#05CFF8;background:#FFF7E2}
.tabNav input[type="radio"]:checked + label{background:linear-gradient(135deg,#05CFF8,#0395B5);color:#fff;border-color:#05CFF8;box-shadow:6px 6px 16px #05cff833}
.tabNav input[type="radio"]:checked + label::before{opacity:1}
.tabContent{flex:1}
.tabPanel{display:none;background:#fff;padding:40px 35px;border-radius:8px;border:2px solid #FFF7E2;box-shadow:6px 6px 16px #0000000f}
#tab1:checked ~ .tabContent .panel1,#tab2:checked ~ .tabContent .panel2,#tab3:checked ~ .tabContent .panel3,#tab4:checked ~ .tabContent .panel4{display:block;animation:fadeSlide .4s ease}
@keyframes fadeSlide {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.tabPanel h3{font-size:26px;color:#71210B;margin:0 0 20px;position:relative;padding-bottom:12px}
.tabPanel h3::after{content:'';position:absolute;bottom:0;left:0;width:100px;height:3px;background:linear-gradient(90deg,#05CFF8,#71210B)}
.tabPanel .contentPara{font-size:15px;line-height:1.7;color:#555;margin:0 0 20px}
.tabPanel ul{list-style:none;padding:0;margin:20px 0 0}
.tabPanel ul li{position:relative;padding-left:30px;margin-bottom:14px;font-size:15px;color:#444;line-height:1.6}
.tabPanel ul li::before{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;top:2px;color:#05CFF8;font-size:14px}
.methodologySection{background:linear-gradient(135deg,#FFF7E2 0%,#fff 100%);padding:70px 20px;margin-top:80px}
.methodologySection .innerWrap{max-width:1140px;margin:0 auto}
.methodologySection h2{font-size:36px;color:#71210B;text-align:center;margin:0 0 50px}
.processFlow{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.flowStep{background:#fff;padding:30px 24px;border-radius:8px;box-shadow:5px 5px 14px #00000014;position:relative;border-top:4px solid #05CFF8;transition:all .3s ease}
.flowStep:hover{transform:translateY(-6px);box-shadow:8px 8px 20px #05cff833}
.flowStep .stepNum{width:50px;height:50px;background:linear-gradient(135deg,#05CFF8,#0395B5);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;margin-bottom:18px;box-shadow:4px 4px 12px #05cff84d}
.flowStep h4{font-size:19px;color:#71210B;margin:0 0 12px}
.flowStep .stepDesc{font-size:14px;line-height:1.6;color:#666;margin:0}
.experienceMetrics{max-width:1140px;margin:80px auto;padding:0 20px}
.experienceMetrics h2{font-size:36px;color:#71210B;text-align:center;margin:0 0 50px}
.metricsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.metricCard{text-align:center;padding:40px 30px;background:#fff;border-radius:8px;box-shadow:6px 6px 16px #0000000f;border:2px solid #FFF7E2;position:relative;overflow:hidden}
.metricCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,#05cff814,transparent);z-index:0}
.metricCard .metricIcon{width:80px;height:80px;background:linear-gradient(135deg,#FFF7E2,#fff);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative;z-index:1;box-shadow:4px 4px 12px #71210b1a}
.metricCard .metricIcon i{font-size:36px;color:#71210B}
.metricCard .metricValue{font-size:44px;font-weight:600;color:#05CFF8;margin:0 0 10px;position:relative;z-index:1}
.metricCard .metricLabel{font-size:18px;color:#71210B;margin:0 0 8px;position:relative;z-index:1}
.metricCard .metricContext{font-size:14px;line-height:1.6;color:#666;margin:0;position:relative;z-index:1}
.teamIntro{max-width:1140px;margin:80px auto;padding:0 20px}
.teamIntro h2{font-size:36px;color:#71210B;text-align:center;margin:0 0 24px}
.teamIntro .leadText{font-size:17px;line-height:1.7;color:#555;text-align:center;max-width:780px;margin:0 auto 50px}
.teamLayout{display:grid;grid-template-columns:400px 1fr;gap:50px;align-items:start}
.teamLayout .portraitCol img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:10px 10px 24px #47210b2e}
.teamLayout .detailsCol{background:#fff;padding:40px 35px;border-radius:8px;border:2px solid #FFF7E2;box-shadow:6px 6px 16px #0000000f}
.teamLayout .detailsCol h3{font-size:28px;color:#71210B;margin:0 0 8px}
.teamLayout .detailsCol .roleTag{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#05CFF8,#0395B5);color:#fff;border-radius:20px;font-size:14px;margin-bottom:20px}
.teamLayout .detailsCol .bioTxt{font-size:15px;line-height:1.7;color:#555;margin:0 0 20px}
.specialtyList{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}
.specialtyItem{background:#FFF7E2;padding:14px 18px;border-radius:6px;border-left:3px solid #05CFF8;font-size:14px;color:#444}
.specialtyItem i{color:#71210B;margin-right:8px}
@media (max-width: 1024px) {
.topHero{flex-direction:column;gap:40px}
.topHero .imgWrap{flex:0 0 auto;width:100%}
.topHero .txtArea{margin-left:0;width:100%}
.storyGrid{grid-template-columns:repeat(2,1fr);gap:30px}
.peopleShowcase{grid-template-columns:1fr;gap:35px}
.valuesDisplay{grid-template-columns:1fr}
.tabContainer{flex-direction:column}
.tabNav{flex:0 0 auto;width:100%;flex-direction:row;flex-wrap:wrap}
.tabNav label{flex:1 1 calc(50% - 6px)}
.processFlow{grid-template-columns:repeat(2,1fr)}
.metricsGrid{grid-template-columns:repeat(2,1fr)}
.teamLayout{grid-template-columns:1fr;gap:35px}
.teamLayout .portraitCol img{height:400px}
}
@media (max-width: 768px) {
.topHero{margin-top:20px}
.topHero .imgWrap img{height:400px}
.topHero .txtArea{padding:35px 28px}
.topHero .txtArea h1{font-size:32px}
.storyGrid{grid-template-columns:1fr;gap:24px}
.sectionHdr h2,.approachHdr h2,.methodologySection h2,.experienceMetrics h2,.teamIntro h2{font-size:28px}
.processFlow{grid-template-columns:1fr}
.metricsGrid{grid-template-columns:1fr;gap:30px}
.tabNav label{flex:1 1 100%}
.specialtyList{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.topHero .txtArea h1{font-size:26px}
.topHero .txtArea .descTxt{font-size:15px}
.primaryCta{padding:12px 28px;font-size:15px}
.methodologySection{padding:50px 20px}
.teamLayout .portraitCol img{height:350px}
}
.scsCntnr{max-width:1140px;margin:60px auto;padding:0 20px}
.cnfrm-wrapper{background:linear-gradient(135deg,#FFF7E2 0%,#fff 100%);border-radius:8px;padding:80px 40px;text-align:center;position:relative;overflow:hidden;box-shadow:0 8px 24px #05cff81f}
.cnfrm-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#05cff80d 0%,transparent 70%);animation:plsRtt 20s linear infinite}
@keyframes plsRtt {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.cnfrm-wrapper::after{content:'';position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;background:linear-gradient(45deg,#71210b14,transparent);border-radius:50%}
.icnBxContain{position:relative;z-index:2;display:inline-block;margin-bottom:32px}
.chkMrk{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#05CFF8 0%,#71210B 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #05cff859 0 0 0 12px #05cff81a;animation:chkPp .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes chkPp {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.chkMrk i{font-size:48px;color:#FFF7E2}
.ttlCntnt{position:relative;z-index:2;max-width:680px;margin:0 auto}
.mainHdng{font-size:42px;font-weight:700;color:#71210B;margin:0 0 20px;line-height:1.2}
.sbHdng{font-size:20px;color:#333;margin:0 0 36px;line-height:1.6}
.dtlsTxt{background:#fffc;padding:28px 32px;border-radius:6px;border-left:4px solid #05CFF8;margin:0 0 40px;text-align:left}
.dtlsTxt p{color:#444;font-size:16px;line-height:1.7;margin:0 0 12px}
.dtlsTxt p:last-child{margin:0}
.dtlsTxt strong{color:#71210B;font-weight:600}
.actBtnGrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}
.prmBtn{background:linear-gradient(135deg,#05CFF8 0%,#0396b8 100%);color:#FFF7E2;padding:16px 40px;border-radius:6px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 20px #05cff84d;transition:all .3s ease;border:none;cursor:pointer}
.prmBtn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #05cff866;background:linear-gradient(135deg,#0396b8 0%,#05CFF8 100%)}
.scndBtn{background:transparent;color:#71210B;padding:16px 40px;border-radius:6px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:2px solid #71210B;transition:all .3s ease;cursor:pointer}
.scndBtn:hover{background:#71210B;color:#FFF7E2;transform:translateY(-2px);box-shadow:0 6px 16px #71210b40}
.decShp1{position:absolute;top:40px;left:40px;width:80px;height:80px;border:3px solid #05cff833;border-radius:50%;z-index:1}
.decShp2{position:absolute;bottom:60px;left:80px;width:60px;height:60px;background:linear-gradient(45deg,#71210b1a,transparent);border-radius:8px;transform:rotate(15deg);z-index:1}
.decShp3{position:absolute;top:80px;right:60px;width:100px;height:100px;border:2px dashed #05cff826;border-radius:6px;transform:rotate(-12deg);z-index:1}
@media (max-width: 768px) {
.scsCntnr{margin:40px auto;padding:0 16px}
.cnfrm-wrapper{padding:60px 24px}
.mainHdng{font-size:32px}
.sbHdng{font-size:18px}
.chkMrk{width:80px;height:80px}
.chkMrk i{font-size:36px}
.dtlsTxt{padding:20px 24px}
.actBtnGrp{flex-direction:column}
.prmBtn,.scndBtn{width:100%;justify-content:center}
.decShp1,.decShp2,.decShp3{display:none}
}
@media (max-width: 480px) {
.mainHdng{font-size:28px}
.sbHdng{font-size:16px}
.dtlsTxt p{font-size:15px}
.prmBtn,.scndBtn{font-size:16px;padding:14px 32px}
}