*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Work Sans',sans-serif;line-height:1.6;color:#2d2d2d;background:#FFFDF3}
h1,h2,h3,h4,h5,h6{font-family:'Archivo',sans-serif;line-height:1.2}
img{max-width:100%;height:auto;display:block}
.hd-wrap{background:linear-gradient(135deg,#FFFDF3 0%,#fff8e8 100%);box-shadow:0 2px 8px #00000014;position:relative}
.hd-top{background:linear-gradient(90deg,#FB700E 0%,#ff8a3d 100%);padding:12px 0;text-align:center}
.hd-top .comp-name{font-family:'Archivo',sans-serif;font-size:26px;font-weight:700;color:#FFFDF3;letter-spacing:1px;text-shadow:1px 1px 3px #00000026}
.hd-main{max-width:1200px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.logo-box{flex-shrink:0}
.logo-box img{height:90px;width:90px;object-fit:contain;border-radius:8px;box-shadow:0 3px 12px #fb700e33;background:#fff;padding:8px}
.nv{flex-grow:1;display:flex;justify-content:flex-end}
.nv ul{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.nv a{font-family:'Archivo',sans-serif;font-size:16px;font-weight:600;color:#1941B6;text-decoration:none;padding:12px 20px;border-radius:24px;background:#fffdf3b3;border:2px solid transparent;transition:all .25s ease;display:block}
.nv a:hover{background:#fb700e1a;border-color:#FB700E;color:#FB700E}
@media (max-width: 768px) {
.hd-main{flex-direction:column;align-items:center;gap:20px}
.nv{width:100%;justify-content:center}
.nv ul{flex-direction:column;width:100%;gap:8px}
.nv a{text-align:center;width:100%}
.logo-box img{height:70px;width:70px}
}
.ft-wrap{background:linear-gradient(180deg,#1941B6 0%,#0d2270 100%);color:#FFFDF3;padding:48px 24px 24px;margin-top:80px;border-radius:32px 32px 0 0}
.ft-content{max-width:1200px;margin:0 auto}
.ft-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #fffdf333}
.ft-col h3{font-size:18px;font-weight:700;margin-bottom:16px;color:#FB700E}
.ft-col ul{list-style:none}
.ft-col a{color:#FFFDF3;text-decoration:none;font-size:15px;line-height:2;transition:color .2s ease;display:inline-block}
.ft-col a:hover{color:#FB700E}
.ft-col p{font-size:15px;line-height:1.8;margin-bottom:8px}
.ft-bottom{text-align:center;padding-top:24px}
.ft-bottom p{font-size:14px;color:#fffdf3cc}
@media (max-width: 768px) {
.ft-top{grid-template-columns:1fr;gap:32px}
}
.cookie-popup{position:fixed;bottom:20px;right:20px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;max-width:420px;width:calc(100% - 40px);z-index:10000;padding:28px;transform:scale(0);transform-origin:bottom right;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie-popup.showing{transform:scale(1)}
.cookie-hd{font-family:'Archivo',sans-serif;font-size:20px;font-weight:700;color:#1941B6;margin-bottom:12px}
.cookie-txt{font-size:14px;line-height:1.6;color:#4a4a4a;margin-bottom:20px}
.cookie-settings{margin-bottom:20px;display:none}
.cookie-settings.showing{display:block}
.cookie-group{margin-bottom:16px;padding:12px;background:#f8f9fa;border-radius:8px}
.cookie-group-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.cookie-group-hd span{font-weight:600;font-size:14px;color:#2d2d2d}
.toggle-switch{position:relative;width:48px;height:24px;background:#ccc;border-radius:24px;cursor:pointer;transition:background .3s ease}
.toggle-switch.active{background:#FB700E}
.toggle-switch::after{content:'';position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:left .3s ease}
.toggle-switch.active::after{left:26px}
.toggle-switch.disabled{opacity:.5;cursor:not-allowed}
.cookie-group-desc{font-size:13px;color:#666;line-height:1.5}
.cookie-btns{display:flex;gap:10px;flex-wrap:wrap}
.cookie-btn{flex:1;min-width:120px;padding:12px 20px;border-radius:8px;font-family:'Archivo',sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;text-align:center;border:2px solid}
.cookie-btn.accept{background:transparent;border-color:#FB700E;color:#FB700E}
.cookie-btn.accept:hover{background:#FB700E;color:#fff}
.cookie-btn.reject{background:transparent;border-color:#1941B6;color:#1941B6}
.cookie-btn.reject:hover{background:#1941B6;color:#fff}
.cookie-btn.settings-toggle{background:transparent;border-color:#666;color:#666;width:100%}
.cookie-btn.settings-toggle:hover{background:#f0f0f0}
.cookie-link{display:block;text-align:center;margin-top:12px;font-size:13px;color:#1941B6;text-decoration:none}
.cookie-link:hover{text-decoration:underline}
.cookie-float-btn{position:fixed;bottom:20px;left:20px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#FB700E 0%,#1941B6 100%);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 16px #0003;display:none;align-items:center;justify-content:center;font-size:24px;z-index:9999;transition:transform .3s ease}
.cookie-float-btn:hover{transform:scale(1.1)}
.cookie-float-btn.showing{display:flex}
@media (max-width: 480px) {
.cookie-popup{bottom:10px;right:10px;left:10px;width:calc(100% - 20px);max-width:none;transform-origin:bottom center}
.cookie-btns{flex-direction:column}
.cookie-btn{width:100%}
}
.hd-wpr{position:relative;overflow:hidden;background:linear-gradient(135deg,#FB700E 0%,#1941B6 100%);padding:0;margin:0 0 4rem}
.hd-wpr::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fffdf326 0%,transparent 70%);border-radius:50%}
.hd-wpr::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#fffdf31a 0%,transparent 70%);border-radius:50%}
.hd-img{width:100%;height:480px;object-fit:cover;opacity:.35;filter:grayscale(30%)}
.hd-ct{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1200px;z-index:2;text-align:center}
.hd-ct h1{font-size:3.2rem;line-height:1.2;color:#FFFDF3;margin:0 0 1.5rem;font-weight:700;text-shadow:0 4px 12px #0000004d}
.hd-ct p{font-size:1.3rem;color:#FFFDF3;margin:0;max-width:700px;margin:0 auto;text-shadow:0 2px 8px #00000040}
.dec-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:3}
.dec-dots span{width:8px;height:8px;background:#fffdf399;border-radius:50%;display:block}
.dec-dots span:nth-child(2){background:#fffdf3cc}
.dec-dots span:nth-child(3){background:#FFFDF3}
.prep-sc{max-width:1200px;margin:0 auto 5rem;padding:0 1.5rem}
.prep-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.prep-intro h2{font-size:2.4rem;color:#1941B6;margin:0 0 1.5rem;line-height:1.3;position:relative;padding-left:1.5rem}
.prep-intro h2::before{content:'';position:absolute;left:0;top:.5rem;width:5px;height:80%;background:linear-gradient(180deg,#FB700E 0%,#1941B6 100%);border-radius:3px}
.prep-intro p{font-size:1.1rem;line-height:1.7;color:#333;margin:0 0 1.2rem}
.prep-lst{background:#FFFDF3;padding:2.5rem;border-radius:4px;box-shadow:0 4px 16px #1941b614}
.prep-lst h3{font-size:1.8rem;color:#FB700E;margin:0 0 2rem}
.prep-lst ul{list-style:none;padding:0;margin:0}
.prep-lst li{padding:1rem 0 1rem 2.5rem;position:relative;font-size:1.05rem;line-height:1.6;color:#444;border-bottom:1px solid #1941b61a}
.prep-lst li:last-child{border-bottom:none}
.prep-lst li::before{content:'';position:absolute;left:0;top:1.3rem;width:16px;height:16px;background:#FB700E;border-radius:50%;box-shadow:0 2px 6px #fb700e4d}
.exp-sec{background:linear-gradient(90deg,#fb700e0d 0%,#1941b60d 100%);padding:4rem 0;margin:0 0 5rem}
.exp-wpr{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.exp-wpr h2{font-size:2.2rem;color:#1941B6;margin:0 0 3rem;text-align:center}
.exp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.card-item{background:#fff;padding:2rem 1.8rem;border-radius:3px;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FB700E 0%,#1941B6 100%)}
.card-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1941b626}
.card-item h4{font-size:1.4rem;color:#FB700E;margin:0 0 1rem}
.card-item p{font-size:1rem;line-height:1.6;color:#555;margin:0}
.prof-area{max-width:1200px;margin:0 auto 5rem;padding:0 1.5rem}
.prof-area h2{font-size:2.3rem;color:#1941B6;margin:0 0 3rem;text-align:center}
.prof-flex{display:flex;gap:2.5rem;align-items:center}
.prof-img{flex:0 0 280px;position:relative}
.prof-img img{width:280px;height:340px;object-fit:cover;border-radius:4px;box-shadow:0 6px 20px #0000001f}
.prof-img::after{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:3px solid #FB700E;border-radius:4px;z-index:-1}
.prof-txt{flex:1}
.prof-txt h3{font-size:1.6rem;color:#FB700E;margin:0 0 .5rem}
.prof-txt h5{font-size:1.1rem;color:#1941B6;margin:0 0 1.5rem;font-weight:500}
.prof-txt p{font-size:1.05rem;line-height:1.7;color:#444;margin:0 0 1.2rem}
.prof-img.second{order:2}
.prof-img.second::after{left:12px;right:-12px;border-color:#1941B6}
.prof-flex.alt{flex-direction:row-reverse}
@media (max-width: 1024px) {
.hd-ct h1{font-size:2.6rem}
.prep-grid{grid-template-columns:1fr;gap:2.5rem}
.exp-cards{grid-template-columns:1fr}
.prof-flex{flex-direction:column;gap:2rem}
.prof-img{flex:0 0 auto}
.prof-flex.alt{flex-direction:column}
}
@media (max-width: 768px) {
.hd-img{height:360px}
.hd-ct h1{font-size:2rem}
.hd-ct p{font-size:1.1rem}
.prep-intro h2{font-size:2rem}
.prep-lst{padding:2rem 1.5rem}
.exp-wpr h2{font-size:1.9rem}
.prof-area h2{font-size:2rem}
.prof-img img{width:100%;max-width:280px;height:340px}
.prof-img::after{display:none}
}
.hero-wrap{display:flex;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 1.5rem}
.hero-wrap .img-side{flex:0 0 45%;position:relative}
.hero-wrap .img-side img{width:100%;height:auto;display:block;filter:blur(0.5px);opacity:.95;border-radius:3px}
.hero-wrap .img-side::after{content:'';position:absolute;bottom:-15px;right:-15px;width:80px;height:80px;background:radial-gradient(circle,#FB700E 2px,transparent 2px);background-size:12px 12px;opacity:.4}
.hero-wrap .txt-side{flex:1}
.hero-wrap .txt-side h1{font-size:2.8rem;line-height:1.2;margin:0 0 1rem;color:#1941B6;font-weight:700}
.hero-wrap .txt-side p{font-size:1.15rem;line-height:1.6;color:#444;margin:0}
.feedback-area{background:linear-gradient(135deg,#FFFDF3 0%,#fff 100%);padding:4rem 1.5rem;margin:3rem 0}
.feedback-area .inner{max-width:1200px;margin:0 auto}
.feedback-area h2{font-size:2.2rem;color:#1941B6;margin:0 0 2.5rem;text-align:center;font-weight:600}
.feedback-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.feedback-card{background:#fff;padding:2rem;border-radius:4px;box-shadow:0 2px 8px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.feedback-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}
.feedback-card .profile{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.feedback-card .profile img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #FB700E}
.feedback-card .profile .info h5{margin:0 0 .3rem;font-size:1.1rem;color:#222;font-weight:600}
.feedback-card .profile .info span{font-size:.9rem;color:#666}
.feedback-card .quote{font-size:1rem;line-height:1.6;color:#555;margin:0}
.progress-section{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}
.progress-section h2{font-size:2.2rem;color:#1941B6;margin:0 0 .8rem;font-weight:600}
.progress-section .intro{font-size:1.05rem;color:#555;margin:0 0 3rem;line-height:1.6}
.progress-track{display:flex;gap:1.5rem;position:relative}
.progress-track::before{content:'';position:absolute;top:35px;left:35px;right:35px;height:3px;background:linear-gradient(90deg,#FB700E 0%,#1941B6 100%);z-index:1}
.track-step{flex:1;background:#fff;padding:2rem 1.5rem;border-radius:4px;border:2px solid #FFFDF3;position:relative;z-index:2;transition:border-color .3s ease}
.track-step:hover{border-color:#FB700E}
.track-step .number{width:70px;height:70px;background:linear-gradient(135deg,#FB700E 0%,#1941B6 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.2rem;box-shadow:0 4px 12px #fb700e4d}
.track-step h4{font-size:1.2rem;color:#222;margin:0 0 .7rem;text-align:center;font-weight:600}
.track-step p{font-size:.95rem;color:#666;text-align:center;margin:0;line-height:1.5}
.numbers-zone{background:#1941B6;padding:4rem 1.5rem;margin:3rem 0;position:relative;overflow:hidden}
.numbers-zone::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#fb700e26 0%,transparent 70%);pointer-events:none}
.numbers-zone .inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.numbers-zone h2{font-size:2.2rem;color:#FFFDF3;margin:0 0 3rem;text-align:center;font-weight:600}
.stat-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.stat-box{text-align:center;padding:2rem 1rem;background:#ffffff1a;border-radius:4px;backdrop-filter:blur(10px);transition:background .3s ease}
.stat-box:hover{background:#ffffff26}
.stat-box .val{font-size:3rem;font-weight:700;color:#FB700E;margin:0 0 .5rem;line-height:1}
.stat-box .label{font-size:1.1rem;color:#FFFDF3;margin:0}
.resource-block{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}
.resource-block h2{font-size:2.2rem;color:#1941B6;margin:0 0 .8rem;font-weight:600;position:relative;display:inline-block}
.resource-block h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#FB700E 0%,transparent 100%)}
.resource-block .desc{font-size:1.05rem;color:#555;margin:1.5rem 0 3rem;line-height:1.6}
.resource-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.resource-card{background:#FFFDF3;padding:2rem;border-radius:4px;border-left:4px solid #FB700E;transition:transform .3s ease}
.resource-card:hover{transform:translateX(8px)}
.resource-card h4{font-size:1.3rem;color:#1941B6;margin:0 0 1rem;font-weight:600}
.resource-card ul{list-style:none;padding:0;margin:0}
.resource-card ul li{font-size:1rem;color:#444;margin:0 0 .7rem;padding-left:1.5rem;position:relative}
.resource-card ul li::before{content:'→';position:absolute;left:0;color:#FB700E;font-weight:700}
.practice-zone{padding:4rem 1.5rem;background:linear-gradient(180deg,#fff 0%,#FFFDF3 100%)}
.practice-zone .inner{max-width:1200px;margin:0 auto}
.practice-zone h2{font-size:2.2rem;color:#1941B6;margin:0 0 2.5rem;text-align:center;font-weight:600}
.practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.practice-item{background:#fff;padding:2rem;border-radius:4px;box-shadow:0 2px 8px #0000000f;position:relative;overflow:hidden}
.practice-item::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#FB700E 0%,#1941B6 100%)}
.practice-item .icon{width:50px;height:50px;background:linear-gradient(135deg,#FB700E 0%,#1941B6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 1.2rem}
.practice-item .icon svg{width:24px;height:24px;fill:#fff}
.practice-item h5{font-size:1.2rem;color:#222;margin:0 0 .8rem;font-weight:600}
.practice-item p{font-size:.95rem;color:#666;margin:0;line-height:1.5}
.team-section{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}
.team-section h2{font-size:2.2rem;color:#1941B6;margin:0 0 .8rem;font-weight:600}
.team-section .intro{font-size:1.05rem;color:#555;margin:0 0 3rem;line-height:1.6}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.team-member{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 3px 10px #00000014;transition:box-shadow .3s ease,transform .3s ease}
.team-member:hover{box-shadow:0 6px 18px #00000024;transform:translateY(-6px)}
.team-member .photo{width:100%;height:280px;overflow:hidden;position:relative}
.team-member .photo img{width:100%;height:100%;object-fit:cover}
.team-member .photo::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(0deg,#1941b666 0%,transparent 100%)}
.team-member .details{padding:1.5rem}
.team-member .details h5{font-size:1.2rem;color:#222;margin:0 0 .4rem;font-weight:600}
.team-member .details .role{font-size:.95rem;color:#FB700E;margin:0 0 1rem;font-weight:500}
.team-member .details p{font-size:.9rem;color:#666;margin:0;line-height:1.5}
.cta-final{background:linear-gradient(135deg,#1941B6 0%,#FB700E 100%);padding:4rem 1.5rem;margin:3rem 0 0;text-align:center}
.cta-final h2{font-size:2.4rem;color:#FFFDF3;margin:0 0 1rem;font-weight:700}
.cta-final p{font-size:1.1rem;color:#FFFDF3;margin:0 0 2rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}
.cta-final .btn-row{display:flex;gap:1.5rem;justify-content:center;align-items:center}
.cta-final .btn-row a{display:inline-block;padding:1rem 2.5rem;border-radius:3px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;z-index:10;position:relative}
.cta-final .btn-row a.primary{background:#FFFDF3;color:#1941B6;box-shadow:0 4px 12px #00000026}
.cta-final .btn-row a.primary:hover{transform:translateY(-3px);box-shadow:0 6px 18px #00000040}
.cta-final .btn-row a.secondary{background:transparent;color:#FFFDF3;border:2px solid #FFFDF3}
.cta-final .btn-row a.secondary:hover{background:#fffdf31a;transform:translateY(-3px)}
@media (max-width: 1024px) {
.hero-wrap{flex-direction:column;gap:2rem}
.hero-wrap .img-side{flex:0 0 100%}
.feedback-grid{grid-template-columns:1fr}
.progress-track{flex-direction:column}
.progress-track::before{display:none}
.stat-boxes{grid-template-columns:repeat(2,1fr)}
.resource-layout{grid-template-columns:1fr}
.practice-grid{grid-template-columns:1fr}
.team-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero-wrap .txt-side h1{font-size:2rem}
.stat-boxes{grid-template-columns:1fr}
.team-grid{grid-template-columns:1fr}
.cta-final .btn-row{flex-direction:column;gap:1rem}
.cta-final .btn-row a{width:100%;max-width:300px}
}
.hero-img{position:relative;width:100%;height:420px;overflow:hidden;background:linear-gradient(135deg,#FB700E 0%,#1941B6 100%)}
.hero-img img{width:100%;height:100%;object-fit:cover;opacity:.15;filter:grayscale(0.3) contrast(1.1)}
.hero-txt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#FFFDF3;width:90%;max-width:800px;z-index:2}
.hero-txt h1{font-size:2.8rem;font-weight:700;margin:0 0 1rem;line-height:1.2}
.hero-txt .accent{position:relative;display:inline-block;color:#FFFDF3}
.hero-txt .accent::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#FFFDF3}
.hero-txt p{font-size:1.15rem;line-height:1.6;margin:0;opacity:.95}
.contact-wrap{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}
.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}
.info-side h2{font-size:2rem;color:#1941B6;margin:0 0 1.5rem;font-weight:600}
.info-side p{font-size:1rem;line-height:1.7;color:#333;margin:0 0 2rem}
.detail-box{display:flex;flex-direction:column;gap:1.5rem}
.detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#FFFDF3;border-left:4px solid #FB700E;border-radius:3px}
.detail-item i{font-size:1.5rem;color:#1941B6;flex-shrink:0}
.detail-content h3{font-size:.95rem;color:#666;margin:0 0 .4rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.detail-content p{font-size:1.1rem;color:#1941B6;margin:0;font-weight:600}
.detail-content a{color:#1941B6;text-decoration:none;transition:color .2s}
.detail-content a:hover{color:#FB700E}
.form-side{background:#f8f8f8;padding:2.5rem;border-radius:4px;box-shadow:0 2px 12px #1941b614}
.form-side h2{font-size:1.8rem;color:#1941B6;margin:0 0 .75rem;font-weight:600}
.form-side .subhead{font-size:1rem;color:#666;margin:0 0 2rem;line-height:1.6}
.contact-form{display:flex;flex-direction:column;gap:1.5rem}
.field-group{display:flex;flex-direction:column;gap:.5rem}
.field-group label{font-size:.95rem;color:#333;font-weight:500}
.field-group input,.field-group select{padding:.9rem 1rem;border:2px solid #ddd;border-radius:3px;font-size:1rem;background:#fff;transition:border-color .2s}
.field-group input:focus,.field-group select:focus{outline:none;border-color:#FB700E}
.privacy-check{display:flex;align-items:flex-start;gap:.75rem;margin:.5rem 0}
.privacy-check input[type="checkbox"]{width:18px;height:18px;margin-top:.15rem;flex-shrink:0;cursor:pointer;accent-color:#FB700E}
.privacy-check label{font-size:.9rem;color:#555;line-height:1.5}
.privacy-check a{color:#1941B6;text-decoration:underline}
.privacy-check a:hover{color:#FB700E}
.submit-btn{padding:1rem 2.5rem;background:linear-gradient(135deg,#FB700E 0%,#1941B6 100%);color:#FFFDF3;border:none;border-radius:3px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform 0.2s,box-shadow .2s;align-self:flex-start}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #fb700e4d}
.submit-btn:active{transform:translateY(0)}
@media (min-width: 768px) {
.hero-img{height:480px}
.hero-txt h1{font-size:3.5rem}
.contact-grid{grid-template-columns:1fr 1.2fr;gap:4rem}
.detail-box{gap:1.75rem}
}
@media (min-width: 1024px) {
.hero-img{height:520px}
.hero-txt h1{font-size:4rem}
.contact-wrap{padding:5rem 2rem}
.form-side{padding:3rem}
}
.top-hero{display:flex;align-items:center;gap:3rem;margin:0 auto;max-width:1200px;padding:4rem 1.5rem}
.top-hero .txt-side{flex:1}
.top-hero .img-side{flex:1;position:relative}
.top-hero .img-side::before{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;background:linear-gradient(135deg,#fb700e33,#1941b633);border-radius:4px;z-index:-1}
.top-hero .img-side::after{content:'';position:absolute;bottom:-15px;left:-15px;width:80px;height:80px;background:radial-gradient(circle,#fb700e66,transparent);border-radius:50%;filter:blur(20px)}
.top-hero img{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 8px 24px #0000001f}
.top-hero h1{font-size:2.75rem;line-height:1.2;margin:0 0 1.25rem;color:#1a1a1a}
.top-hero p{font-size:1.1rem;line-height:1.7;color:#4a4a4a;margin:0 0 2rem}
.top-hero .btn-grp{display:flex;gap:1rem;flex-wrap:wrap}
.top-hero .btn-grp a{padding:.9rem 2rem;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease;display:inline-block}
.top-hero .btn-grp .main-btn{background:linear-gradient(135deg,#FB700E,#1941B6);color:#fff;box-shadow:0 4px 12px #fb700e4d}
.top-hero .btn-grp .main-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #fb700e66}
.top-hero .btn-grp .sec-btn{background:#fff;color:#1941B6;border:2px solid #1941B6}
.top-hero .btn-grp .sec-btn:hover{background:#1941B6;color:#fff}
.journey-wrap{background:linear-gradient(180deg,#FFFDF3 0%,#fff 100%);padding:5rem 1.5rem}
.journey-inner{max-width:1200px;margin:0 auto}
.journey-inner h2{font-size:2.5rem;text-align:center;margin:0 0 1rem;color:#1a1a1a;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.journey-inner h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#FB700E,#1941B6);border-radius:2px}
.journey-inner .intro-txt{text-align:center;font-size:1.1rem;color:#4a4a4a;max-width:800px;margin:2rem auto 3.5rem;line-height:1.7}
.timeline-holder{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}
.milestone-card{background:#fff;padding:2rem;border-radius:6px;box-shadow:0 2px 12px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.milestone-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FB700E,#1941B6);border-radius:6px 0 0 6px}
.milestone-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}
.milestone-card .yr{font-size:1.5rem;font-weight:700;color:#FB700E;margin:0 0 .75rem}
.milestone-card h3{font-size:1.4rem;margin:0 0 1rem;color:#1a1a1a}
.milestone-card p{font-size:1rem;line-height:1.6;color:#5a5a5a;margin:0}
.vals-grid{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}
.vals-grid h2{font-size:2.5rem;margin:0 0 3rem;color:#1a1a1a;text-align:center}
.vals-display{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.val-box{background:#fff;padding:2.5rem;border-radius:6px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.val-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fb700e0d,#1941b60d);opacity:0;transition:opacity .3s ease;z-index:0}
.val-box:hover{border-color:#FB700E;box-shadow:0 4px 16px #fb700e26}
.val-box:hover::before{opacity:1}
.val-box .icon-area{width:60px;height:60px;background:linear-gradient(135deg,#FB700E,#1941B6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:1}
.val-box .icon-area i{font-size:1.8rem;color:#fff}
.val-box h3{font-size:1.5rem;margin:0 0 1rem;color:#1a1a1a;position:relative;z-index:1}
.val-box p{font-size:1rem;line-height:1.6;color:#5a5a5a;margin:0;position:relative;z-index:1}
.folks-section{background:#FFFDF3;padding:5rem 1.5rem}
.folks-inner{max-width:1200px;margin:0 auto}
.folks-inner h2{font-size:2.5rem;text-align:center;margin:0 0 3.5rem;color:#1a1a1a}
.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}
.profile-item{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:transform .3s ease}
.profile-item:hover{transform:scale(1.02)}
.profile-item .photo-wrap{width:100%;height:320px;overflow:hidden}
.profile-item .photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.profile-item .info-block{padding:2rem}
.profile-item .info-block h3{font-size:1.5rem;margin:0 0 .5rem;color:#1a1a1a}
.profile-item .info-block .role-tag{font-size:.95rem;color:#FB700E;font-weight:600;margin-bottom:1rem;display:block}
.profile-item .info-block p{font-size:1rem;line-height:1.6;color:#5a5a5a;margin:0}
.proof-block{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}
.proof-block h2{font-size:2.5rem;margin:0 0 1rem;color:#1a1a1a;text-align:center}
.proof-block .subhead{text-align:center;font-size:1.1rem;color:#4a4a4a;margin:0 0 3rem;line-height:1.7}
.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:3rem}
.stat-card{text-align:center;padding:2rem;background:linear-gradient(135deg,#fb700e14,#1941b614);border-radius:6px;position:relative;overflow:hidden}
.stat-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FB700E,#1941B6)}
.stat-card .num{font-size:3rem;font-weight:700;color:#1941B6;margin:0 0 .5rem;line-height:1}
.stat-card .lbl{font-size:1.1rem;color:#4a4a4a;font-weight:600}
.showcase-pics{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:center}
.showcase-pics .left-img img{width:100%;height:auto;border-radius:6px;box-shadow:0 4px 16px #0000001a}
.showcase-pics .right-img img{width:100%;height:auto;border-radius:6px;box-shadow:0 4px 16px #0000001a}
@media (max-width: 1024px) {
.top-hero{flex-direction:column;gap:2.5rem}
.vals-display{grid-template-columns:1fr}
.showcase-pics{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.top-hero h1{font-size:2.2rem}
.top-hero p{font-size:1rem}
.journey-inner h2,.vals-grid h2,.folks-inner h2,.proof-block h2{font-size:2rem}
.timeline-holder{grid-template-columns:1fr}
.stat-row{grid-template-columns:1fr}
.profile-grid{grid-template-columns:1fr}
.top-hero .btn-grp{flex-direction:column;width:100%}
.top-hero .btn-grp a{width:100%;text-align:center}
}
@media (max-width: 480px) {
.top-hero{padding:3rem 1rem}
.journey-wrap,.vals-grid,.folks-section,.proof-block{padding:3rem 1rem}
.top-hero h1{font-size:1.8rem}
.milestone-card,.val-box,.profile-item .info-block{padding:1.5rem}
}
.pg-top{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(#1941b6d9,#fb700ebf),url(./event_images/20240504-cover-cover-18.jpg);background-size:cover;background-position:center}
.pg-top::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#fffdf31a,transparent 60%);pointer-events:none}
.pg-top .wrap{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:60px 20px;text-align:center}
.pg-top h1{font-size:48px;color:#FFFDF3;margin:0 0 20px;font-weight:700;line-height:1.2}
.pg-top .sub{font-size:20px;color:#FFFDF3;margin:0;line-height:1.6;opacity:.95}
.intro-sect{padding:80px 20px;background:#FFFDF3}
.intro-sect .box{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intro-sect .txt h2{font-size:36px;color:#1941B6;margin:0 0 24px;line-height:1.3;position:relative;padding-left:20px}
.intro-sect .txt h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(to bottom,#FB700E,#1941B6);border-radius:3px}
.intro-sect .txt p{font-size:17px;color:#2c2c2c;line-height:1.7;margin:0 0 16px}
.intro-sect .img-side img{width:100%;height:auto;border-radius:6px;box-shadow:0 12px 24px #1941b626}
.modules-area{padding:80px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.modules-area .container{max-width:1200px;margin:0 auto}
.modules-area h2{font-size:38px;color:#1941B6;text-align:center;margin:0 0 50px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.modules-area h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(to right,#FB700E,#1941B6);border-radius:2px}
.mod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.mod-card{background:#fff;padding:32px 28px;border-radius:6px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border-top:3px solid transparent}
.mod-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #1941b633;border-top-color:#FB700E}
.mod-card h3{font-size:22px;color:#1941B6;margin:0 0 16px;line-height:1.3}
.mod-card .desc{font-size:16px;color:#4a4a4a;line-height:1.6;margin:0 0 20px}
.mod-card .points{list-style:none;padding:0;margin:0}
.mod-card .points li{font-size:15px;color:#2c2c2c;padding:8px 0 8px 28px;position:relative;line-height:1.5}
.mod-card .points li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:linear-gradient(135deg,#FB700E,#1941B6);border-radius:50%;opacity:.8}
.instructor-block{padding:80px 20px;background:#fff}
.instructor-block .wrapper{max-width:1200px;margin:0 auto}
.instructor-block h2{font-size:36px;color:#1941B6;margin:0 0 60px;text-align:center}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.team-member{text-align:center;background:#f8f9fa;padding:24px 20px;border-radius:6px;transition:all .3s ease}
.team-member:hover{background:linear-gradient(135deg,#fb700e0d,#1941b60d);transform:scale(1.03)}
.team-member img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 16px;border:4px solid #FFFDF3;box-shadow:0 4px 12px #0000001f}
.team-member h4{font-size:19px;color:#1941B6;margin:0 0 6px}
.team-member .role{font-size:14px;color:#FB700E;margin:0 0 12px;font-weight:600}
.team-member .bio{font-size:14px;color:#5a5a5a;line-height:1.5;margin:0}
.enroll-section{padding:90px 20px;background:linear-gradient(135deg,#1941B6 0%,#FB700E 100%);position:relative;overflow:hidden}
.enroll-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fffdf326,transparent 70%);border-radius:50%}
.enroll-section .content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.enroll-section h2{font-size:42px;color:#FFFDF3;margin:0 0 20px;line-height:1.2}
.enroll-section .text{font-size:18px;color:#FFFDF3;margin:0 0 36px;line-height:1.6;opacity:.95}
.enroll-section .cta-btn{display:inline-block;padding:18px 48px;background:#FFFDF3;color:#1941B6;font-size:18px;font-weight:700;text-decoration:none;border-radius:4px;transition:all .3s ease;box-shadow:0 6px 16px #0003}
.enroll-section .cta-btn:hover{background:#fff;transform:translateY(-3px);box-shadow:0 10px 24px #0000004d}
.enroll-section .features{display:flex;justify-content:center;gap:40px;margin-top:50px}
.enroll-section .feat-item{text-align:center}
.enroll-section .feat-item .icon{width:60px;height:60px;margin:0 auto 12px;background:#fffdf333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#FFFDF3}
.enroll-section .feat-item .label{font-size:16px;color:#FFFDF3;margin:0;font-weight:600}
@media (max-width: 1024px) {
.intro-sect .box{grid-template-columns:1fr;gap:40px}
.mod-grid{grid-template-columns:repeat(2,1fr)}
.team-grid{grid-template-columns:repeat(2,1fr);gap:24px}
.pg-top h1{font-size:38px}
}
@media (max-width: 768px) {
.pg-top h1{font-size:32px}
.pg-top .sub{font-size:17px}
.intro-sect .txt h2{font-size:28px}
.modules-area h2{font-size:30px}
.mod-grid{grid-template-columns:1fr}
.team-grid{grid-template-columns:1fr}
.enroll-section h2{font-size:32px}
.enroll-section .features{flex-direction:column;gap:24px}
}
.ck-hero{background:linear-gradient(135deg,#1941B6 0%,#FB700E 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.ck-hero::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#fffdf31a 0%,transparent 70%);border-radius:50%;top:-100px;right:-100px;animation:float1 8s ease-in-out infinite}
.ck-hero::after{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#fffdf314 0%,transparent 70%);border-radius:50%;bottom:-80px;left:-80px;animation:float2 10s ease-in-out infinite}
@keyframes float1 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(-30px,30px)}
}
@keyframes float2 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(40px,-20px)}
}
.ck-center{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ck-title{font-size:48px;font-weight:700;color:#FFFDF3;margin:0 0 16px;line-height:1.2}
.ck-subtitle{font-size:18px;color:#fffdf3e6;margin:0;line-height:1.6}
.ck-particles{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;pointer-events:none}
.ck-particle{position:absolute;width:4px;height:4px;background:#fffdf34d;border-radius:50%;animation:particle-float 15s infinite ease-in-out}
.ck-particle:nth-child(1){left:10%;top:20%;animation-delay:0s}
.ck-particle:nth-child(2){left:30%;top:60%;animation-delay:2s}
.ck-particle:nth-child(3){left:50%;top:40%;animation-delay:4s}
.ck-particle:nth-child(4){left:70%;top:70%;animation-delay:6s}
.ck-particle:nth-child(5){left:85%;top:30%;animation-delay:8s}
@keyframes particle-float {
0%,100%{transform:translateY(0) scale(1);opacity:.3}
50%{transform:translateY(-40px) scale(1.2);opacity:.6}
}
.ck-policy-wrap{max-width:1200px;margin:0 auto;padding:80px 20px}
.ck-policy-content{background:#fff;border-radius:6px;box-shadow:0 4px 16px #00000014;padding:60px}
.ck-section-hd{font-size:32px;font-weight:700;color:#1941B6;margin:0 0 24px;position:relative;padding-left:20px}
.ck-section-hd::before{content:'';position:absolute;left:0;top:8px;width:6px;height:28px;background:linear-gradient(180deg,#FB700E,#1941B6);border-radius:3px}
.ck-sub-hd{font-size:24px;font-weight:600;color:#1941B6;margin:40px 0 16px;padding-left:16px;border-left:4px solid #FB700E}
.ck-txt{font-size:16px;line-height:1.7;color:#333;margin:0 0 20px}
.ck-list{list-style:none;padding:0;margin:0 0 24px}
.ck-list-item{font-size:16px;line-height:1.7;color:#333;margin:0 0 12px;padding-left:32px;position:relative}
.ck-list-item::before{content:'';position:absolute;left:8px;top:10px;width:8px;height:8px;background:#FB700E;border-radius:50%}
.ck-table-box{overflow-x:auto;margin:24px 0;border-radius:4px;border:1px solid #e0e0e0}
.ck-table{width:100%;border-collapse:collapse;background:#fff}
.ck-table th{background:linear-gradient(135deg,#1941B6,#FB700E);color:#FFFDF3;padding:16px;text-align:left;font-weight:600;font-size:15px}
.ck-table td{padding:14px 16px;border-bottom:1px solid #e8e8e8;font-size:15px;color:#333}
.ck-table tr:last-child td{border-bottom:none}
.ck-table tr:nth-child(even){background:#f9f9f9}
.ck-highlight{background:#fb700e1a;padding:20px;border-radius:4px;border-left:4px solid #FB700E;margin:24px 0}
.ck-highlight .ck-txt{margin:0}
.ck-contact-box{background:linear-gradient(135deg,#1941b60d,#fb700e0d);padding:32px;border-radius:6px;margin:40px 0 0;text-align:center}
.ck-contact-title{font-size:20px;font-weight:600;color:#1941B6;margin:0 0 12px}
.ck-contact-link{color:#FB700E;text-decoration:none;font-size:16px;transition:opacity .3s}
.ck-contact-link:hover{opacity:.8}
.ck-divider{height:2px;background:linear-gradient(90deg,transparent,#FB700E,#1941B6,transparent);margin:48px 0;border:none}
@media (max-width: 768px) {
.ck-hero{padding:80px 20px 60px}
.ck-title{font-size:36px}
.ck-subtitle{font-size:16px}
.ck-policy-content{padding:32px 24px}
.ck-section-hd{font-size:26px}
.ck-sub-hd{font-size:20px}
.ck-txt,.ck-list-item{font-size:15px}
.ck-table th,.ck-table td{padding:10px;font-size:14px}
.ck-contact-box{padding:24px 20px}
}
@media (max-width: 480px) {
.ck-title{font-size:28px}
.ck-policy-content{padding:24px 16px}
}
.pol-hero{background:linear-gradient(135deg,#FFFDF3 0%,#f5f5f5 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.pol-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#1941b614 0%,transparent 70%);border-radius:50%}
.pol-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#fb700e0f 0%,transparent 70%);border-radius:50%}
.pol-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.pol-title{font-size:48px;font-weight:700;color:#1941B6;margin:0 0 16px;line-height:1.2}
.pol-subtitle{font-size:18px;color:#666;margin:0 0 12px;line-height:1.6}
.pol-updated{display:inline-block;background:#FB700E;color:#fff;padding:8px 18px;border-radius:4px;font-size:14px;font-weight:600}
.content-wrap{background:#fff;padding:80px 20px}
.pol-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:60px}
.nav-sidebar{position:sticky;top:20px;height:fit-content}
.nav-title{font-size:14px;font-weight:700;color:#1941B6;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px}
.nav-list{list-style:none;padding:0;margin:0}
.nav-list li{margin:0 0 12px}
.nav-list a{color:#666;text-decoration:none;font-size:15px;line-height:1.5;display:block;padding:8px 12px;border-radius:3px;transition:all .2s ease;border-left:3px solid transparent}
.nav-list a:hover{color:#FB700E;background:#fb700e0d;border-left-color:#FB700E;padding-left:16px}
.policy-main{color:#333}
.section-policy{margin:0 0 50px;padding:0 0 40px;border-bottom:1px solid #e0e0e0}
.section-policy:last-child{border-bottom:none}
.sec-heading{font-size:32px;font-weight:700;color:#1941B6;margin:0 0 24px;line-height:1.3;position:relative;padding-left:20px}
.sec-heading::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#FB700E 0%,#1941B6 100%);border-radius:3px}
.policy-main h3{font-size:22px;font-weight:600;color:#333;margin:32px 0 16px;line-height:1.4}
.policy-main p{font-size:16px;line-height:1.8;color:#555;margin:0 0 18px}
.policy-main ul{list-style:none;padding:0;margin:0 0 24px}
.policy-main ul li{font-size:16px;line-height:1.8;color:#555;margin:0 0 12px;padding-left:28px;position:relative}
.policy-main ul li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#FB700E;border-radius:50%}
.highlight-box{background:linear-gradient(135deg,#1941b60d 0%,#fb700e0d 100%);border-left:4px solid #1941B6;padding:24px 28px;margin:28px 0;border-radius:4px}
.highlight-box p{margin:0;font-size:16px;line-height:1.7;color:#333}
.contact-info{background:#f9f9f9;padding:28px;border-radius:6px;margin:32px 0}
.contact-info p{margin:0 0 10px;font-size:16px;color:#333}
.contact-info a{color:#FB700E;text-decoration:none;font-weight:600;transition:color .2s ease}
.contact-info a:hover{color:#1941B6}
@media (max-width: 1024px) {
.pol-content{grid-template-columns:1fr;gap:40px}
.nav-sidebar{position:static;background:#f9f9f9;padding:24px;border-radius:6px}
.nav-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
}
@media (max-width: 768px) {
.pol-hero{padding:80px 20px 60px}
.pol-title{font-size:36px}
.pol-subtitle{font-size:16px}
.content-wrap{padding:60px 20px}
.nav-list{grid-template-columns:1fr}
.sec-heading{font-size:26px}
.policy-main h3{font-size:20px}
}
.success-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.hero-confirm{display:flex;align-items:center;gap:60px;padding:80px 0;background:linear-gradient(135deg,#FFFDF3 0%,#fff 100%);border-radius:4px;margin-bottom:60px}
.hero-confirm .img-box{flex:0 0 380px;padding-left:40px}
.hero-confirm .img-frame{width:100%;height:380px;background:linear-gradient(160deg,#FB700E 0%,#1941B6 100%);border-radius:3px;box-shadow:0 12px 24px #1941b626;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.hero-confirm .img-frame::before{content:'';position:absolute;width:120px;height:120px;border:3px solid #fffdf34d;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.hero-confirm .img-frame i{font-size:80px;color:#FFFDF3;position:relative;z-index:2}
.hero-confirm .txt-area{flex:1;padding-right:40px}
.hero-confirm .main-heading{font-size:46px;line-height:1.2;color:#1941B6;margin:0 0 24px;font-weight:700}
.hero-confirm .quote-line{font-size:20px;line-height:1.6;color:#333;margin:0;padding-left:20px;border-left:4px solid #FB700E}
.detail-zone{background:#fff;padding:70px 0 80px}
.detail-zone .content-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1200px;margin:0 auto;padding:0 20px}
.detail-zone .info-card{background:linear-gradient(180deg,#FFFDF3 0%,#fff 100%);padding:40px;border-radius:4px;box-shadow:0 4px 16px #00000014;position:relative}
.detail-zone .info-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#FB700E 0%,#1941B6 100%);border-radius:4px 0 0 4px}
.detail-zone .card-heading{font-size:28px;color:#1941B6;margin:0 0 20px;font-weight:600;display:flex;align-items:center;gap:12px}
.detail-zone .card-heading i{font-size:32px;color:#FB700E}
.detail-zone .card-text{font-size:17px;line-height:1.7;color:#444;margin:0 0 24px}
.detail-zone .info-list{list-style:none;padding:0;margin:0}
.detail-zone .info-list li{padding:12px 0 12px 36px;position:relative;font-size:16px;color:#333;line-height:1.6}
.detail-zone .info-list li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#FB700E;border-radius:50%;box-shadow:0 2px 6px #fb700e4d}
.detail-zone .info-list li::after{content:'';position:absolute;left:5px;top:16px;color:#FFFDF3;font-size:14px;font-weight:700}
.detail-zone .action-box{margin-top:32px;padding-top:28px;border-top:2px solid #1941b61a}
.detail-zone .btn-primary{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#FB700E 0%,#1941B6 100%);color:#FFFDF3;text-decoration:none;border-radius:3px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #fb700e4d}
.detail-zone .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #fb700e66}
.detail-zone .contact-info{margin-top:20px;font-size:15px;color:#666}
.detail-zone .contact-info a{color:#1941B6;text-decoration:none;font-weight:600;transition:color .2s ease}
.detail-zone .contact-info a:hover{color:#FB700E}
.detail-zone .timeline-card{background:#fff;padding:40px;border-radius:4px;box-shadow:0 4px 16px #00000014}
.detail-zone .timeline-card .card-heading{color:#1941B6;margin-bottom:30px}
.detail-zone .progress-steps{position:relative;padding-left:40px}
.detail-zone .progress-steps::before{content:'';position:absolute;left:10px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FB700E 0%,#1941B6 100%)}
.detail-zone .step-item{position:relative;padding-bottom:32px}
.detail-zone .step-item:last-child{padding-bottom:0}
.detail-zone .step-marker{position:absolute;left:-30px;top:4px;width:24px;height:24px;background:#FB700E;border:3px solid #FFFDF3;border-radius:50%;box-shadow:0 2px 8px #fb700e66}
.detail-zone .step-item.complete .step-marker{background:#1941B6}
.detail-zone .step-title{font-size:18px;color:#1941B6;font-weight:600;margin:0 0 8px}
.detail-zone .step-desc{font-size:15px;color:#555;line-height:1.6;margin:0}
.detail-zone .step-status{display:inline-block;margin-top:8px;padding:4px 12px;background:#fb700e1a;color:#FB700E;font-size:13px;border-radius:2px;font-weight:600}
.detail-zone .step-item.complete .step-status{background:#1941b61a;color:#1941B6}
@media (max-width: 1024px) {
.hero-confirm{flex-direction:column;padding:60px 20px;gap:40px}
.hero-confirm .img-box{flex:0 0 auto;padding-left:0;width:100%;max-width:320px}
.hero-confirm .img-frame{height:320px}
.hero-confirm .txt-area{padding-right:0;text-align:center}
.hero-confirm .main-heading{font-size:36px}
.hero-confirm .quote-line{border-left:none;border-top:4px solid #FB700E;padding-left:0;padding-top:16px}
.detail-zone .content-grid{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.hero-confirm .main-heading{font-size:32px}
.hero-confirm .quote-line{font-size:18px}
.detail-zone .card-heading{font-size:24px}
.detail-zone .info-card{padding:30px 24px}
.detail-zone .timeline-card{padding:30px 24px}
}
@media (max-width: 480px) {
.hero-confirm{padding:40px 16px}
.hero-confirm .img-frame{height:280px}
.hero-confirm .main-heading{font-size:28px}
.detail-zone{padding:50px 0 60px}
.detail-zone .card-heading{font-size:22px}
}