body{margin:0;padding:0;font-family:'Lexend',sans-serif;background:linear-gradient(176deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%);color:#1a1a1a;line-height:1.6}
.site-holder{background:#fff;min-height:100vh}
.hd-v3{background:linear-gradient(135deg,#08A2CB 0%,#E43112 100%);padding:0;position:relative;box-shadow:0 4px 12px #08a2cb26}
.hd-v3::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#E43112 0%,#08A2CB 50%,#FDD1CD 100%)}
.TopRow{display:flex;justify-content:center;align-items:center;padding:28px 20px;background:#ffffff0d}
.logo-holder{display:flex;align-items:center;justify-content:center}
.logo-holder img{height:110px;width:110px;object-fit:contain;background:#fffffff2;padding:12px;border-radius:28px;box-shadow:0 6px 16px #e4311240}
.MidRow{text-align:center;padding:24px 20px;background:#ffffff14}
.corporate-title{font-size:42px;font-weight:700;color:#fff;margin:0;text-shadow:2px 2px 8px #0003;letter-spacing:-.5px}
.BtmRow{display:flex;justify-content:center;padding:18px 20px 22px;background:#ffffff1f}
.nv-v1{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;align-items:center;max-width:1400px;margin:0 auto}
.nv-v1 .division-link{position:relative;padding:14px 28px;color:#fff;text-decoration:none;font-size:16px;font-weight:700;background:#ffffff1a;border-radius:32px;transition:background .3s ease,color .3s ease;border:2px solid transparent}
.nv-v1 .division-link:hover{background:#ffffff40;color:#fff;border-color:#ffffff4d}
.nv-v1 .dropdown-holder{position:relative}
.nv-v1 .sublist-v2{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:24px;box-shadow:0 8px 24px #08a2cb40;padding:12px 0;min-width:220px;z-index:1000}
.nv-v1 .dropdown-holder:hover .sublist-v2{display:block}
.nv-v1 .sublist-v2 .sub-item-v1{display:block;padding:12px 24px;color:#1a1a1a;text-decoration:none;font-size:15px;font-weight:400;transition:background .3s ease,color .3s ease}
.nv-v1 .sublist-v2 .sub-item-v1:hover{background:linear-gradient(90deg,#08A2CB 0%,#E43112 100%);color:#fff}
.ft-v2{background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);padding:48px 20px 32px;margin-top:80px;position:relative}
.ft-v2::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%)}
.ft-content-wrapper{max-width:1400px;margin:0 auto}
.contact-card-v3{background:#ffffff0d;border-radius:32px;padding:36px;margin-bottom:36px;border:2px solid #08a2cb4d;box-shadow:inset 0 2px 8px #0000004d}
.contact-card-v3 .card-heading{font-size:28px;font-weight:700;color:#fff;margin-bottom:24px;text-align:center}
.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:28px}
.ct-item{display:flex;align-items:center;gap:12px;color:#FDD1CD;font-size:15px}
.ct-item .oi{color:#08A2CB;font-size:18px}
.ct-item a{color:#FDD1CD;text-decoration:none;transition:color .3s ease}
.ct-item a:hover{color:#fff}
.cta-bt-v1{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#E43112 0%,#08A2CB 100%);color:#fff;text-decoration:none;font-weight:700;font-size:16px;border-radius:0;margin:0 auto;display:block;width:fit-content;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #e4311266}
.cta-bt-v1:hover{transform:translateY(-2px);box-shadow:0 6px 18px #e4311299}
.ft-nav-v2{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin:32px 0 24px;padding-top:28px;border-top:1px solid #ffffff1a}
.ft-nav-v2 a{color:#FDD1CD;text-decoration:none;font-size:14px;transition:color .3s ease}
.ft-nav-v2 a:hover{color:#fff}
.copyright-v1{text-align:center;color:#fff9;font-size:13px;margin-top:24px}
.cookie-popup-v3{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:42px 48px;box-shadow:0 12px 48px #0006;z-index:10000;max-width:560px;width:90%;clip-path:polygon(0 0,100% 0,95% 100%,5% 100%);animation:fadeIn .4s ease}
.cookie-popup-v3.show{display:block}
@keyframes fadeIn {
from{opacity:0;transform:translate(-50%,-45%)}
to{opacity:1;transform:translate(-50%,-50%)}
}
.cookie-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:9999}
.cookie-overlay.show{display:block}
.cookie-popup-v3 h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 18px}
.cookie-popup-v3 p{font-size:15px;color:#4a4a4a;margin:0 0 24px;line-height:1.6}
.cookie-categories{margin:24px 0}
.category-item{margin-bottom:16px;display:flex;align-items:center;gap:12px}
.category-item input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.category-item input[type="checkbox"]:disabled{cursor:not-allowed}
.category-item label{font-size:14px;color:#2a2a2a;cursor:pointer}
.cookie-actions{display:flex;gap:12px;margin-top:24px}
.cookie-actions button{flex:1;padding:14px 24px;font-size:15px;font-weight:700;border:none;cursor:pointer;transition:background .3s ease,transform .2s ease;border-radius:0}
.accept-bt{background:linear-gradient(135deg,#08A2CB 0%,#E43112 100%);color:#fff}
.accept-bt:hover{transform:translateY(-2px);box-shadow:0 4px 12px #08a2cb66}
.reject-bt{background:#e0e0e0;color:#1a1a1a}
.reject-bt:hover{background:#d0d0d0;transform:translateY(-2px)}
.cookie-popup-v3 a{color:#08A2CB;text-decoration:none;font-weight:700}
.cookie-popup-v3 a:hover{color:#E43112}
@media (max-width: 768px) {
.corporate-title{font-size:28px}
.logo-holder img{height:80px;width:80px}
.nv-v1 .division-link{padding:12px 20px;font-size:14px}
.contact-grid{grid-template-columns:1fr}
.ft-nav-v2{flex-direction:column;align-items:center;gap:16px}
.cookie-popup-v3{padding:32px 24px;width:95%}
.cookie-actions{flex-direction:column}
}
@media (max-width: 480px) {
.TopRow{padding:20px 15px}
.MidRow{padding:18px 15px}
.BtmRow{padding:15px}
.corporate-title{font-size:22px}
.logo-holder img{height:65px;width:65px}
.contact-card-v3{padding:24px}
}
.qst-hldr{max-width:1400px;margin:0 auto;padding:80px 20px}
.TtlBox-v1{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:100px;position:relative}
.TtlBox-v1::before{content:'';position:absolute;top:-40px;right:10%;width:200px;height:200px;background:linear-gradient(135deg,#08a2cb26 0%,#fdd1cd26 100%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:-1}
.txt-PartV2 h1{font-size:48px;line-height:1.2;margin-bottom:24px;color:#1a1a1a;position:relative}
.txt-PartV2 h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#08A2CB 0%,#E43112 100%);margin-top:16px;border-radius:20px}
.txt-PartV2 p{font-size:18px;line-height:1.7;color:#444}
.img-FragV1{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.img-FragV1 img{width:100%;height:280px;object-fit:cover;border-radius:30px}
.img-FragV1 img:first-child{grid-column:1 / 2;margin-top:40px}
.img-FragV1 img:last-child{grid-column:2 / 3}
.fq-sec-v3{max-width:1100px;margin:0 auto 100px}
.fq-sec-v3 h2{font-size:38px;text-align:center;margin-bottom:60px;color:#1a1a1a;position:relative;display:inline-block;width:100%}
.fq-sec-v3 h2::before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-15px;width:60px;height:3px;background:#E43112;border-radius:20px}
.aq-grid-holder{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.qItem-v1{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:25px;padding:32px;border:2px solid transparent;transition:all .3s ease;position:relative}
.qItem-v1::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:25px;padding:2px;background:linear-gradient(135deg,#08A2CB 0%,#FDD1CD 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}
.qItem-v1:hover::before{opacity:1}
.qItem-v1:hover{transform:translateY(-5px);box-shadow:0 12px 30px #08a2cb26}
.qItem-v1 h3{font-size:20px;margin-bottom:16px;color:#08A2CB;line-height:1.4}
.qItem-v1 p{font-size:16px;line-height:1.6;color:#555}
.expert-BlockV2{background:linear-gradient(176deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%);border-radius:35px;padding:80px 60px;position:relative;overflow:hidden}
.expert-BlockV2::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.expert-BlockV2::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#ffffff14;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.exp-ContentGrid{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.exp-txt-holder h2{font-size:36px;color:#fff;margin-bottom:24px;line-height:1.3}
.exp-txt-holder p{font-size:17px;line-height:1.7;color:#fff;margin-bottom:20px}
.exp-txt-holder p:last-of-type{margin-bottom:32px}
.cta-BtnsRow{display:flex;gap:20px;flex-wrap:wrap}
.bt-primary-v1{display:inline-block;padding:16px 36px;background:#fff;color:#08A2CB;text-decoration:none;border-radius:30px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}
.bt-primary-v1:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026;background:#f8f9fa}
.bt-outline-v2{display:inline-block;padding:16px 36px;background:transparent;color:#fff;text-decoration:none;border-radius:30px;font-size:16px;font-weight:600;border:2px solid #fff;transition:all .3s ease}
.bt-outline-v2:hover{background:#ffffff26;transform:translateY(-3px)}
.profile-Stack{display:flex;flex-direction:column;gap:20px}
.profileCard-v1{background:#fffffff2;border-radius:25px;padding:20px;display:flex;align-items:center;gap:20px;backdrop-filter:blur(10px);transition:all .3s ease}
.profileCard-v1:hover{transform:translateX(10px);box-shadow:0 8px 20px #0000001a}
.profileCard-v1 img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #FDD1CD}
.profile-InfoV2 h4{font-size:16px;color:#1a1a1a;margin-bottom:4px}
.profile-InfoV2 p{font-size:14px;color:#666;margin:0}
.divider-geo1{height:80px;background:linear-gradient(90deg,transparent 0%,#08A2CB 50%,transparent 100%);-webkit-mask:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);mask:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);margin:100px 0;opacity:.3}
@media (max-width: 1024px) {
.TtlBox-v1{grid-template-columns:1fr;gap:40px}
.txt-PartV2 h1{font-size:38px}
.aq-grid-holder{grid-template-columns:1fr}
.exp-ContentGrid{grid-template-columns:1fr;gap:40px}
.expert-BlockV2{padding:60px 40px}
}
@media (max-width: 768px) {
.qst-hldr{padding:60px 15px}
.txt-PartV2 h1{font-size:32px}
.img-FragV1{grid-template-columns:1fr}
.img-FragV1 img:first-child{margin-top:0}
.fq-sec-v3 h2{font-size:30px}
.expert-BlockV2{padding:40px 25px}
.exp-txt-holder h2{font-size:28px}
.cta-BtnsRow{flex-direction:column}
.bt-primary-v1,.bt-outline-v2{width:100%;text-align:center}
.profileCard-v1{flex-direction:column;text-align:center}
}
.prim-hdr-v1{max-width:1400px;margin:2rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.txt-holder-v2{padding:2rem 0}
.txt-holder-v2 h1{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;color:#1a1a1a;font-weight:700}
.txt-holder-v2 .desc-v1{font-size:1.125rem;line-height:1.7;color:#4a4a4a;margin-bottom:1rem}
.img-wrapper-v3{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 8px 24px #08a2cb26}
.img-wrapper-v3::before{content:'';position:absolute;top:-10px;right:-10px;width:80px;height:80px;background:radial-gradient(circle,#08A2CB 2px,transparent 2px);background-size:15px 15px;z-index:2}
.img-wrapper-v3::after{content:'';position:absolute;bottom:-10px;left:-10px;width:80px;height:80px;background:radial-gradient(circle,#E43112 2px,transparent 2px);background-size:15px 15px;z-index:2}
.img-wrapper-v3 img{width:100%;height:450px;object-fit:cover;display:block}
.mentor-div-v1{max-width:1400px;margin:5rem auto;padding:0 1.5rem}
.mentor-div-v1 .hd-v2{text-align:center;margin-bottom:3rem}
.mentor-div-v1 .hd-v2 h2{font-size:2.25rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700}
.mentor-div-v1 .hd-v2 .sbhd-v1{font-size:1.125rem;color:#5a5a5a;line-height:1.6}
.crd-grid-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:2rem}
.mntr-crd-v3{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-radius:25px;padding:2rem;box-shadow:0 4px 16px #00000014;display:flex;gap:1.5rem;transition:all .3s ease;border:2px solid transparent}
.mntr-crd-v3:hover{transform:translateY(-4px);box-shadow:0 12px 32px #08a2cb33;border-color:#08A2CB}
.mntr-crd-v3 .phto-hldr-v1{flex-shrink:0}
.mntr-crd-v3 .phto-hldr-v1 img{width:140px;height:140px;border-radius:20px;object-fit:cover;border:3px solid #08A2CB}
.mntr-crd-v3 .dtls-holder-v2{flex:1}
.mntr-crd-v3 .dtls-holder-v2 h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:600}
.mntr-crd-v3 .dtls-holder-v2 .rle-v1{font-size:.95rem;color:#E43112;margin-bottom:1rem;font-weight:500}
.mntr-crd-v3 .dtls-holder-v2 .bio-v1{font-size:1rem;color:#4a4a4a;line-height:1.6;margin-bottom:1rem}
.achvmt-list-v1{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}
.achvmt-list-v1 .bdg-v2{background:linear-gradient(90deg,#08A2CB 0%,#06789a 100%);color:#fff;padding:.4rem 1rem;border-radius:15px;font-size:.875rem;font-weight:500;box-shadow:0 2px 8px #08a2cb40}
.prsn-div-v2{max-width:1400px;margin:5rem auto;padding:0 1.5rem}
.prsn-div-v2 .sect-hdr-v1{text-align:center;margin-bottom:3rem}
.prsn-div-v2 .sect-hdr-v1 h2{font-size:2.25rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700}
.prsn-div-v2 .sect-hdr-v1 .intro-v1{font-size:1.125rem;color:#5a5a5a;line-height:1.6;max-width:800px;margin:0 auto}
.trck-container-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}
.trck-bx-v2{background:#fff;border-radius:30px;padding:2.5rem 2rem;box-shadow:0 6px 20px #00000014;position:relative;border:3px solid #f0f0f0;transition:all .3s ease}
.trck-bx-v2:hover{border-color:#08A2CB;transform:scale(1.03)}
.trck-bx-v2::before{content:'';position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(176deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%);border-radius:30px;z-index:-1;opacity:0;transition:opacity .3s ease}
.trck-bx-v2:hover::before{opacity:1}
.trck-bx-v2 .icn-v1{width:60px;height:60px;background:linear-gradient(135deg,#08A2CB 0%,#06789a 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #08a2cb4d}
.trck-bx-v2 .icn-v1 svg{width:32px;height:32px;fill:#fff}
.trck-bx-v2 h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}
.trck-bx-v2 .desc-v2{font-size:1rem;color:#4a4a4a;line-height:1.6;margin-bottom:1.5rem}
.prgrss-holder-v1{margin-top:1.5rem}
.prgrss-holder-v1 .lbl-v1{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;color:#5a5a5a;font-weight:500}
.prgrss-br-v1{height:8px;background:#e8e8e8;border-radius:10px;overflow:hidden;position:relative}
.prgrss-br-v1 .fll-v1{height:100%;background:linear-gradient(90deg,#08A2CB 0%,#E43112 100%);border-radius:10px;transition:width .6s ease}
.prgrss-br-v1 .fll-v1.w-85{width:85%}
.prgrss-br-v1 .fll-v1.w-70{width:70%}
.prgrss-br-v1 .fll-v1.w-60{width:60%}
.feat-list-v1{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}
.feat-list-v1 .itm-v1{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#3a3a3a}
.feat-list-v1 .itm-v1::before{content:'';width:6px;height:6px;background:#E43112;border-radius:50%;flex-shrink:0}
@media (max-width: 1024px) {
.prim-hdr-v1{grid-template-columns:1fr;gap:2rem}
.txt-holder-v2 h1{font-size:2.5rem}
.crd-grid-v1{grid-template-columns:1fr}
.trck-container-v1{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.txt-holder-v2 h1{font-size:2rem}
.img-wrapper-v3 img{height:350px}
.mentor-div-v1 .hd-v2 h2,.prsn-div-v2 .sect-hdr-v1 h2{font-size:1.875rem}
.mntr-crd-v3{flex-direction:column;text-align:center}
.mntr-crd-v3 .phto-hldr-v1{align-self:center}
.achvmt-list-v1{justify-content:center}
.trck-bx-v2{padding:2rem 1.5rem}
}
.pg-ct-v1{max-width:1400px;margin:0 auto;padding:0 20px}
.hro-blck-v2{padding:80px 0 60px;position:relative;overflow:hidden}
.hro-blck-v2::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(176deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%);opacity:.08;z-index:1;pointer-events:none}
.hro-grid-v1{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hro-txt-holder{padding:40px}
.hro-ttl-v3{font-size:3.2rem;line-height:1.2;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.hro-ttl-v3 .accent-part{color:#E43112;display:block;margin-top:12px}
.hro-dsc-v1{font-size:1.1rem;line-height:1.7;color:#444;margin-bottom:32px}
.hro-visual-box{position:relative;padding:40px;background:linear-gradient(135deg,#08a2cb26 0%,#fdd1cd33 100%);border-radius:32px;min-height:400px;display:flex;align-items:center;justify-content:center}
.hro-visual-box::after{content:'';position:absolute;top:20px;right:20px;width:120px;height:120px;background:#08A2CB;opacity:.1;border-radius:50%}
.hro-visual-box::before{content:'';position:absolute;bottom:30px;left:30px;width:80px;height:80px;background:#E43112;opacity:.08;transform:rotate(45deg)}
.geo-pattern-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:300px;margin:0 auto}
.geo-item-v1{aspect-ratio:1;background:#08a2cb1f;border-radius:20px;transition:all .3s ease}
.geo-item-v1:nth-child(3n){background:#e431121a}
.geo-item-v1:nth-child(4n){background:#fdd1cd40}
.ct-form-sec-v3{padding:100px 0;background:linear-gradient(to bottom,#fff 0%,#fdd1cd26 100%)}
.ct-form-holder{max-width:800px;margin:0 auto;background:#fff;padding:60px;border-radius:32px;box-shadow:0 8px 24px #0000000f}
.frm-ttl-v2{font-size:2.4rem;color:#1a1a1a;margin-bottom:12px;font-weight:700}
.frm-subtxt-v1{font-size:1.05rem;color:#666;margin-bottom:40px;line-height:1.6}
.ct-form-v1{display:flex;flex-direction:column;gap:28px}
.fld-grp-v2{display:flex;flex-direction:column;gap:8px}
.fld-lbl-v1{font-size:.95rem;font-weight:600;color:#333;display:block}
.fld-inp-v3{width:100%;padding:16px 20px;border:2px solid #e0e0e0;border-radius:24px;font-size:1rem;color:#333;transition:all .3s ease;background:#fafafa}
.fld-inp-v3:focus{outline:none;border-color:#08A2CB;background:#fff;box-shadow:0 4px 12px #08a2cb26}
.rd-grp-holder{display:flex;flex-direction:column;gap:16px;padding:20px;background:#fafafa;border-radius:24px}
.rd-opt-v2{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px 16px;background:#fff;border-radius:20px;border:2px solid transparent;transition:all .3s ease}
.rd-opt-v2:hover{border-color:#08A2CB;background:#08a2cb0d}
.rd-inp-v1{width:22px;height:22px;cursor:pointer;accent-color:#E43112}
.rd-lbl-v1{font-size:1rem;color:#333;cursor:pointer;flex:1}
.prv-chk-holder{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#08a2cb0d;border-radius:24px}
.prv-chk-v1{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#E43112;flex-shrink:0}
.prv-txt-v1{font-size:.92rem;color:#555;line-height:1.6}
.prv-txt-v1 a{color:#08A2CB;text-decoration:none;font-weight:600;transition:color .3s ease}
.prv-txt-v1 a:hover{color:#E43112;text-decoration:underline}
.sbt-btn-v2{padding:18px 48px;background:linear-gradient(135deg,#08A2CB 0%,#E43112 100%);color:#fff;border:none;border-radius:28px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #e4311240;align-self:flex-start}
.sbt-btn-v2:hover{transform:translateY(-3px);box-shadow:0 10px 28px #e4311259}
.sbt-btn-v2:active{transform:translateY(-1px)}
.inf-cards-sec-v1{padding:100px 0;background:#fff}
.sec-ttl-v4{font-size:2.6rem;text-align:center;color:#1a1a1a;margin-bottom:60px;font-weight:700}
.sec-ttl-v4::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#08A2CB 0%,#E43112 100%);margin:20px auto 0;border-radius:4px}
.inf-grid-v3{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}
.inf-crd-v2{padding:40px;background:linear-gradient(135deg,#08a2cb0f 0%,#fdd1cd1f 100%);border-radius:28px;transition:all .4s ease;border:2px solid transparent;position:relative}
.inf-crd-v2:hover{transform:translateY(-8px);box-shadow:0 12px 32px #08a2cb2e;border-color:#08A2CB}
.inf-crd-v2::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#08A2CB 0%,#E43112 100%);border-radius:28px;opacity:0;transition:opacity .4s ease;z-index:-1}
.inf-crd-v2:hover::before{opacity:.15}
.crd-icn-v1{width:56px;height:56px;background:linear-gradient(135deg,#08A2CB 0%,#E43112 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.crd-icn-v1 svg{width:28px;height:28px;fill:#fff}
.crd-ttl-v1{font-size:1.5rem;color:#1a1a1a;margin-bottom:16px;font-weight:700}
.crd-dsc-v1{font-size:1rem;color:#555;line-height:1.7;margin-bottom:12px}
.crd-dtl-v1{font-size:1.05rem;color:#E43112;font-weight:600;display:flex;align-items:center;gap:8px;margin-top:16px}
.crd-dtl-v1::before{content:'';display:inline-block;width:6px;height:6px;background:#E43112;border-radius:50%}
@media (max-width: 968px) {
.hro-grid-v1{grid-template-columns:1fr;gap:40px}
.hro-ttl-v3{font-size:2.4rem}
.hro-visual-box{min-height:320px}
.ct-form-holder{padding:40px 30px}
.frm-ttl-v2{font-size:2rem}
.inf-grid-v3{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.hro-blck-v2{padding:60px 0 40px}
.hro-ttl-v3{font-size:2rem}
.hro-txt-holder{padding:20px}
.hro-visual-box{padding:30px;min-height:280px}
.geo-pattern-v2{grid-template-columns:repeat(3,1fr);gap:12px}
.ct-form-sec-v3{padding:60px 0}
.ct-form-holder{padding:30px 20px}
.frm-ttl-v2{font-size:1.8rem}
.sbt-btn-v2{width:100%;padding:16px 32px}
.sec-ttl-v4{font-size:2rem}
.inf-cards-sec-v1{padding:60px 0}
.inf-crd-v2{padding:30px}
}
.pg-intro-v2{position:relative;max-width:1400px;margin:0 auto 80px;padding:60px 20px}
.intro-layout-v2{display:flex;align-items:center;gap:40px;position:relative}
.intro-visual-holder{flex:0 0 45%;position:relative}
.intro-visual-holder img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:28px;box-shadow:0 8px 24px #08a2cb26;position:relative;z-index:2}
.intro-visual-holder::before{content:'';position:absolute;inset:-20px;background:linear-gradient(135deg,#08A2CB 0%,#08a2cb4d 100%);border-radius:32px;z-index:1}
.intro-txt-v2{flex:1}
.intro-txt-v2 h1{font-size:2.8rem;line-height:1.2;color:#08A2CB;margin:0 0 20px;font-weight:700}
.intro-txt-v2 .tag{font-size:1.15rem;color:#333;line-height:1.6;margin:0 0 30px}
.intro-btns-v2{display:flex;gap:15px;flex-wrap:wrap}
.intro-btns-v2 .bt-prim-v1{background:linear-gradient(135deg,#08A2CB 0%,#E43112 100%);color:#fff;padding:14px 32px;border-radius:24px;text-decoration:none;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #e4311240}
.intro-btns-v2 .bt-prim-v1:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e4311259}
.intro-btns-v2 .bt-sec-v1{background:#fff;color:#08A2CB;padding:14px 32px;border-radius:24px;text-decoration:none;font-weight:600;border:2px solid #08A2CB;transition:all .3s}
.intro-btns-v2 .bt-sec-v1:hover{background:#08A2CB;color:#fff}
.corner-deco-v1::after,.corner-deco-v1::before{content:'';position:absolute;width:60px;height:60px;border:2px solid #e4311266}
.corner-deco-v1::before{top:-10px;left:-10px;border-right:none;border-bottom:none}
.corner-deco-v1::after{bottom:-10px;right:-10px;border-left:none;border-top:none}
.how-wrks-v3{max-width:1400px;margin:0 auto 80px;padding:0 20px}
.how-wrks-v3 h2{font-size:2.4rem;color:#E43112;text-align:center;margin:0 0 50px;font-weight:700}
.steps-grid-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.step-card-v1{background:#fff;border-radius:24px;padding:30px;box-shadow:0 4px 16px #08a2cb1a;transition:all .3s;position:relative;border:2px solid transparent}
.step-card-v1:hover{transform:translateY(-8px);border-color:#08A2CB;box-shadow:0 12px 28px #08a2cb33}
.step-num-v1{width:50px;height:50px;background:linear-gradient(135deg,#08A2CB,#E43112);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin:0 0 20px}
.step-card-v1 h3{font-size:1.3rem;color:#333;margin:0 0 12px;font-weight:600}
.step-card-v1 p{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.instructors-sect-v2{background:linear-gradient(135deg,#FDD1CD 0%,#fff 100%);padding:80px 20px;margin:0 0 80px}
.instructors-cont-v2{max-width:1400px;margin:0 auto}
.instructors-cont-v2 h2{font-size:2.4rem;color:#08A2CB;margin:0 0 50px;text-align:center;font-weight:700}
.instructor-grid-v1{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.instructor-item-v1{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 6px 20px #08a2cb1f;transition:all .3s}
.instructor-item-v1:hover{transform:scale(1.05);box-shadow:0 10px 32px #e4311233}
.instructor-photo-v1{width:100%;height:280px;overflow:hidden}
.instructor-photo-v1 img{width:100%;height:100%;object-fit:cover}
.instructor-info-v1{padding:20px}
.instructor-info-v1 h3{font-size:1.2rem;color:#333;margin:0 0 8px;font-weight:600}
.instructor-info-v1 p{font-size:.9rem;color:#666;margin:0;line-height:1.5}
.format-comp-v2{max-width:1400px;margin:0 auto 80px;padding:0 20px}
.format-comp-v2 h2{font-size:2.4rem;color:#E43112;text-align:center;margin:0 0 50px;font-weight:700}
.comparison-holder-v1{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.format-block-v1{background:#fff;border-radius:30px;padding:40px;box-shadow:0 8px 24px #08a2cb1a;border:3px solid transparent;transition:all .3s}
.format-block-v1.highlighted-v1{border-color:#08A2CB;box-shadow:0 12px 36px #08a2cb33}
.format-block-v1 h3{font-size:1.8rem;color:#08A2CB;margin:0 0 25px;font-weight:700;display:flex;align-items:center;gap:12px}
.format-block-v1 h3 .oi{font-size:1.5rem}
.feature-list-v1{list-style:none;padding:0;margin:0}
.feature-list-v1 li{padding:12px 0 12px 35px;position:relative;font-size:1rem;color:#333;line-height:1.6;border-bottom:1px solid #08a2cb1a}
.feature-list-v1 li:last-child{border-bottom:none}
.feature-list-v1 li::before{content:'';position:absolute;left:0;color:#08A2CB;font-weight:700;font-size:1.3rem}
.cta-final-v3{background:linear-gradient(176deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.cta-final-v3::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%}
.cta-final-v3::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.cta-content-v3{max-width:800px;margin:0 auto;position:relative;z-index:3}
.cta-content-v3 h2{font-size:2.6rem;color:#fff;margin:0 0 20px;font-weight:700;text-shadow:0 2px 8px #00000026}
.cta-content-v3 p{font-size:1.2rem;color:#fff;line-height:1.7;margin:0 0 35px;text-shadow:0 1px 4px #0000001a}
.cta-content-v3 .bt-large-v1{background:#fff;color:#E43112;padding:18px 48px;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.15rem;display:inline-block;transition:all .3s;box-shadow:0 6px 20px #0003}
.cta-content-v3 .bt-large-v1:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px #0000004d}
@media (max-width: 1024px) {
.intro-layout-v2{flex-direction:column}
.intro-visual-holder{flex:0 0 100%}
.steps-grid-v2{grid-template-columns:repeat(2,1fr)}
.instructor-grid-v1{grid-template-columns:repeat(2,1fr)}
.comparison-holder-v1{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.pg-intro-v2{padding:40px 20px;margin:0 0 60px}
.intro-txt-v2 h1{font-size:2rem}
.intro-txt-v2 .tag{font-size:1rem}
.steps-grid-v2{grid-template-columns:1fr}
.instructor-grid-v1{grid-template-columns:1fr}
.how-wrks-v3 h2,.instructors-cont-v2 h2,.format-comp-v2 h2,.cta-content-v3 h2{font-size:1.8rem}
.cta-content-v3 p{font-size:1rem}
.instructors-sect-v2{padding:60px 20px}
}
.ev-mn{max-width:1400px;margin:0 auto;padding:0 20px}
.ev-ti-holder{display:flex;gap:60px;align-items:center;padding:80px 0;position:relative}
.ev-ti-holder::after{content:'';position:absolute;bottom:0;left:5%;width:90%;height:2px;background:linear-gradient(90deg,transparent 0%,#08A2CB 20%,#E43112 50%,#08A2CB 80%,transparent 100%)}
.ev-ti-txt-v1{flex:1}
.ev-ti-txt-v1 h1{font-size:52px;line-height:1.2;margin:0 0 24px;color:#1a1a1a}
.ev-ti-txt-v1 .intro-ln{font-size:20px;line-height:1.6;color:#3a3a3a;margin:0 0 20px}
.ev-ti-txt-v1 .desc-ln{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 16px}
.ev-ti-txt-v1 .strong-ln{font-size:18px;line-height:1.6;color:#2a2a2a;font-weight:600;margin:0}
.ev-ti-img-crd{flex:0 0 380px;position:relative}
.ev-ti-img-crd img{width:100%;height:480px;object-fit:cover;border-radius:32px;filter:contrast(1.08) brightness(0.98);box-shadow:0 8px 24px #08a2cb26}
.ev-shw-hd{background:linear-gradient(135deg,#08A2CB 0%,#0891b3 100%);padding:90px 0;margin:60px 0}
.ev-shw-in{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ev-cd-v2{background:#fffffff2;border-radius:28px;padding:40px 32px;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.ev-cd-v2:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0000001f}
.ev-cd-v2::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#E43112 0%,#08A2CB 100%);border-radius:28px 0 0 28px}
.ev-cd-v2 h3{font-size:24px;margin:0 0 20px;color:#1a1a1a;position:relative;padding-left:36px}
.ev-cd-v2 h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#E43112;border-radius:50%}
.ev-cd-v2 .dt-tx{font-size:15px;color:#08A2CB;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.ev-cd-v2 .desc-tx{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0 0 20px}
.ev-cd-v2 .stat-rw{display:flex;gap:24px;padding-top:20px;border-top:1px solid #08a2cb33}
.ev-cd-v2 .stat-itm{flex:1}
.ev-cd-v2 .stat-itm .num{font-size:28px;font-weight:700;color:#E43112;display:block;margin-bottom:4px}
.ev-cd-v2 .stat-itm .lbl{font-size:13px;color:#6a6a6a;text-transform:uppercase;letter-spacing:.3px}
.ev-prcs-hld{padding:90px 0}
.ev-prcs-hld h2{font-size:42px;text-align:center;margin:0 0 70px;color:#1a1a1a;position:relative}
.ev-prcs-hld h2::after{content:'';position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#08A2CB 0%,#E43112 100%);border-radius:20px}
.ev-stp-grd{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 60px;position:relative}
.ev-stp-itm{display:flex;gap:24px;position:relative}
.ev-stp-num{flex:0 0 70px;height:70px;background:linear-gradient(135deg,#08A2CB 0%,#0891b3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;position:relative;z-index:2}
.ev-stp-cnt{flex:1;padding-top:8px}
.ev-stp-cnt h4{font-size:22px;margin:0 0 12px;color:#1a1a1a}
.ev-stp-cnt p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.ev-bnf-area{background:linear-gradient(176deg,#FDD1CD 0%,#fff 50%,#08A2CB 100%);padding:90px 0;margin:60px 0;position:relative;overflow:hidden}
.ev-bnf-area::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e431121a 0%,transparent 70%);border-radius:50%}
.ev-bnf-in{position:relative;z-index:1}
.ev-bnf-in h2{font-size:42px;margin:0 0 60px;color:#1a1a1a;text-align:center}
.ev-bnf-lt{display:flex;flex-direction:column;gap:30px}
.ev-bnf-bx{background:#ffffffe6;border-radius:24px;padding:36px 40px;display:flex;align-items:flex-start;gap:24px;box-shadow:0 4px 16px #08a2cb1a;transition:all .3s ease}
.ev-bnf-bx:hover{box-shadow:0 8px 24px #08a2cb33;transform:translateX(8px)}
.ev-bnf-icn{flex:0 0 48px;height:48px;background:linear-gradient(135deg,#E43112 0%,#c72910 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}
.ev-bnf-icn svg{width:24px;height:24px;fill:#fff}
.ev-bnf-txt h4{font-size:20px;margin:0 0 10px;color:#1a1a1a}
.ev-bnf-txt p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.ev-test-sec{padding:90px 0}
.ev-test-sec h2{font-size:42px;margin:0 0 60px;color:#1a1a1a;text-align:center}
.ev-test-grd{display:grid;grid-template-columns:400px 1fr;gap:60px;align-items:start}
.ev-test-prof{position:sticky;top:40px}
.ev-test-prof img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:0 12px 32px #00000026;margin-bottom:24px}
.ev-test-prof .nm{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.ev-test-prof .rl{font-size:16px;color:#08A2CB;margin:0}
.ev-test-ctt{display:flex;flex-direction:column;gap:40px}
.ev-test-qte{background:#fff;border-radius:28px;padding:40px;border-left:6px solid #E43112;box-shadow:0 4px 16px #00000014;position:relative}
.ev-test-qte::before{content:'"';position:absolute;top:20px;right:30px;font-size:120px;color:#FDD1CD;font-family:Georgia,serif;line-height:1}
.ev-test-qte p{font-size:18px;line-height:1.7;color:#3a3a3a;margin:0 0 20px;position:relative;z-index:1}
.ev-test-qte .meta{font-size:15px;color:#6a6a6a;font-style:italic}
.ev-cta-final{background:linear-gradient(135deg,#08A2CB 0%,#0673a8 100%);padding:80px 0;margin:60px 0 0;text-align:center;position:relative;overflow:hidden}
.ev-cta-final::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#fdd1cd4d 0%,transparent 70%);border-radius:50%}
.ev-cta-final::after{content:'';position:absolute;bottom:-120px;right:-120px;width:350px;height:350px;background:radial-gradient(circle,#e4311233 0%,transparent 70%);border-radius:50%}
.ev-cta-in{position:relative;z-index:1}
.ev-cta-in h2{font-size:44px;color:#fff;margin:0 0 20px}
.ev-cta-in p{font-size:20px;color:#fffffff2;margin:0 0 40px;max-width:700px;margin-left:auto;margin-right:auto}
.ev-cta-btns{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.ev-bt-primary{background:#E43112;color:#fff;padding:18px 48px;border-radius:30px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #e4311266;position:relative;z-index:10}
.ev-bt-primary:hover{background:#c72910;transform:translateY(-3px);box-shadow:0 10px 28px #e4311280}
.ev-bt-secondary{background:#fff;color:#08A2CB;padding:18px 48px;border-radius:30px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;position:relative;z-index:10}
.ev-bt-secondary:hover{background:#f5f5f5;transform:translateY(-3px);box-shadow:0 8px 24px #00000026}
@media (max-width: 1024px) {
.ev-ti-holder{flex-direction:column-reverse;gap:40px;padding:60px 0}
.ev-ti-img-crd{flex:0 0 auto;width:100%;max-width:500px}
.ev-ti-txt-v1 h1{font-size:42px}
.ev-shw-in{grid-template-columns:repeat(2,1fr);gap:30px}
.ev-stp-grd{grid-template-columns:1fr;gap:40px}
.ev-test-grd{grid-template-columns:1fr;gap:40px}
.ev-test-prof{position:static;max-width:400px;margin:0 auto}
}
@media (max-width: 768px) {
.ev-ti-txt-v1 h1{font-size:36px}
.ev-ti-txt-v1 .intro-ln{font-size:18px}
.ev-shw-hd{padding:60px 0}
.ev-shw-in{grid-template-columns:1fr;gap:24px}
.ev-cd-v2{padding:32px 24px}
.ev-prcs-hld{padding:60px 0}
.ev-prcs-hld h2{font-size:32px;margin-bottom:50px}
.ev-stp-itm{flex-direction:column;gap:16px}
.ev-bnf-area{padding:60px 0}
.ev-bnf-in h2{font-size:32px;margin-bottom:40px}
.ev-bnf-bx{padding:28px 24px;flex-direction:column;gap:16px}
.ev-test-sec{padding:60px 0}
.ev-test-sec h2{font-size:32px;margin-bottom:40px}
.ev-test-prof img{height:400px}
.ev-test-qte{padding:28px 24px}
.ev-test-qte p{font-size:16px}
.ev-cta-final{padding:60px 0}
.ev-cta-in h2{font-size:32px}
.ev-cta-in p{font-size:18px}
.ev-cta-btns{flex-direction:column;align-items:center}
.ev-bt-primary,.ev-bt-secondary{width:100%;max-width:320px;text-align:center}
}
.ck-pol-v1{max-width:1400px;margin:0 auto;padding:0 20px}
.hd-holder-v2{background:linear-gradient(176deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%);padding:80px 20px;border-radius:32px;margin-bottom:60px;position:relative;overflow:hidden}
.hd-holder-v2::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:40%;filter:blur(60px)}
.hd-holder-v2::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#0000000d;border-radius:50%;filter:blur(50px)}
.hd-inner-v3{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}
.hd-inner-v3 h1{color:#fff;font-size:3.2rem;font-weight:700;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 12px #00000026}
.hd-inner-v3 .manifesto-tx{color:#fffffff2;font-size:1.15rem;line-height:1.7;max-width:720px;margin:0 auto;text-shadow:0 1px 4px #0000001a}
.hd-inner-v3 .manifesto-tx p{margin:0 0 16px}
.hd-inner-v3 .manifesto-tx p:last-child{margin-bottom:0}
.content-holder{background:#fff;border-radius:28px;padding:60px 50px;box-shadow:0 4px 24px #0000000f;margin-bottom:40px}
.content-holder h2{color:#08A2CB;font-size:2rem;font-weight:700;margin:0 0 28px;position:relative;padding-bottom:16px}
.content-holder h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#E43112,#FDD1CD);border-radius:4px}
.content-holder h3{color:#E43112;font-size:1.5rem;font-weight:600;margin:40px 0 20px}
.content-holder p{color:#333;font-size:1.05rem;line-height:1.8;margin:0 0 20px}
.content-holder ul{margin:20px 0;padding-left:0;list-style:none}
.content-holder ul li{color:#333;font-size:1.05rem;line-height:1.8;margin-bottom:14px;padding-left:32px;position:relative}
.content-holder ul li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#08A2CB;border-radius:50%;box-shadow:0 0 0 4px #08a2cb26}
.content-holder strong{color:#E43112;font-weight:600}
.info-box-v1{background:linear-gradient(135deg,#08a2cb14 0%,#fdd1cd1f 100%);border-left:4px solid #08A2CB;padding:24px 28px;border-radius:20px;margin:32px 0}
.info-box-v1 p{margin:0;color:#1a1a1a}
.contact-section-v2{background:#f8f9fa;border-radius:24px;padding:40px;margin-top:50px;border:2px solid #08a2cb26}
.contact-section-v2 h3{color:#08A2CB;font-size:1.6rem;font-weight:700;margin:0 0 24px}
.contact-section-v2 p{color:#333;font-size:1.05rem;line-height:1.8;margin:0 0 20px}
.contact-section-v2 a{color:#E43112;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease}
.contact-section-v2 a:hover{border-bottom-color:#E43112}
.divider-v1{height:2px;background:linear-gradient(90deg,transparent 0%,#08A2CB 50%,transparent 100%);margin:50px 0;border-radius:2px}
.update-date-v1{text-align:center;color:#666;font-size:.95rem;margin-top:40px;padding-top:30px;border-top:1px solid #08a2cb26}
@media (max-width: 768px) {
.hd-holder-v2{padding:60px 20px;border-radius:24px}
.hd-inner-v3 h1{font-size:2.2rem}
.hd-inner-v3 .manifesto-tx{font-size:1.05rem}
.content-holder{padding:40px 28px;border-radius:20px}
.content-holder h2{font-size:1.6rem}
.content-holder h3{font-size:1.3rem}
.content-holder p,.content-holder ul li{font-size:1rem}
.contact-section-v2{padding:32px 24px;border-radius:20px}
}
@media (max-width: 480px) {
.hd-holder-v2{padding:50px 16px}
.hd-inner-v3 h1{font-size:1.8rem}
.content-holder{padding:32px 20px}
.info-box-v1{padding:20px}
}
.pv-pg-v1{max-width:1400px;margin:0 auto;padding:0}
.hd-tl-holder{position:relative;background:linear-gradient(176deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%);padding:120px 40px 80px;margin-bottom:0;overflow:hidden;border-radius:0 0 32px 32px}
.hd-tl-holder::before{content:'';position:absolute;top:20px;left:20px;right:20px;bottom:20px;border:2px solid #ffffff4d;border-radius:0 0 28px 28px;pointer-events:none}
.hd-tl-holder .main-hd-v2{font-size:3.2rem;font-weight:700;color:#fff;text-align:center;margin:0;position:relative;z-index:2;text-shadow:0 4px 12px #0003}
.ct-section-holder{background:#fff;padding:80px 40px;max-width:960px;margin:0 auto}
.ct-section-holder .intro-txt-v1{font-size:1.1rem;line-height:1.8;color:#2d2d2d;margin-bottom:48px;padding-bottom:32px;border-bottom:2px solid #FDD1CD}
.ct-section-holder .policy-block-v3{margin-bottom:56px}
.ct-section-holder .policy-block-v3:last-child{margin-bottom:0}
.ct-section-holder .sc-hd-v1{font-size:1.9rem;font-weight:700;color:#08A2CB;margin:0 0 24px;position:relative;padding-left:28px}
.ct-section-holder .sc-hd-v1::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:32px;background:linear-gradient(180deg,#E43112 0%,#FDD1CD 100%);border-radius:3px}
.ct-section-holder .txt-para-v2{font-size:1.05rem;line-height:1.7;color:#3d3d3d;margin-bottom:20px}
.ct-section-holder .lst-item-holder{margin:24px 0;padding-left:0;list-style:none}
.ct-section-holder .lst-item-holder .itm-v1{position:relative;padding-left:32px;margin-bottom:16px;font-size:1.05rem;line-height:1.7;color:#3d3d3d}
.ct-section-holder .lst-item-holder .itm-v1::before{content:'';position:absolute;left:0;top:10px;width:10px;height:10px;background:#E43112;border-radius:50%}
.ct-section-holder .sub-hd-v2{font-size:1.4rem;font-weight:600;color:#2d2d2d;margin:32px 0 16px}
.ct-section-holder .highlight-box-v1{background:linear-gradient(135deg,#08a2cb14 0%,#fdd1cd1f 100%);padding:28px 32px;border-radius:24px;border-left:5px solid #08A2CB;margin:32px 0}
.ct-section-holder .highlight-box-v1 .txt-para-v2{margin-bottom:0;font-weight:500}
.ct-section-holder .contact-info-v1{background:#f8f9fa;padding:32px;border-radius:28px;margin-top:48px;border:2px solid #FDD1CD}
.ct-section-holder .contact-info-v1 .info-hd-v1{font-size:1.5rem;font-weight:700;color:#E43112;margin:0 0 20px}
.ct-section-holder .contact-info-v1 .info-txt-v2{font-size:1.05rem;line-height:1.7;color:#3d3d3d;margin-bottom:12px}
.ct-section-holder .contact-info-v1 .link-v1{color:#08A2CB;text-decoration:none;font-weight:600;transition:color .3s ease}
.ct-section-holder .contact-info-v1 .link-v1:hover{color:#E43112}
.ct-section-holder .date-update-v1{text-align:center;font-size:.95rem;color:#6d6d6d;margin-top:64px;padding-top:32px;border-top:1px solid #e0e0e0;font-style:italic}
@media (max-width: 768px) {
.hd-tl-holder{padding:80px 24px 60px;border-radius:0 0 24px 24px}
.hd-tl-holder .main-hd-v2{font-size:2.2rem}
.ct-section-holder{padding:48px 24px}
.ct-section-holder .sc-hd-v1{font-size:1.5rem;padding-left:22px}
.ct-section-holder .sc-hd-v1::before{width:5px;height:26px}
.ct-section-holder .txt-para-v2,.ct-section-holder .lst-item-holder .itm-v1{font-size:1rem}
.ct-section-holder .highlight-box-v1{padding:20px 24px;border-radius:20px}
.ct-section-holder .contact-info-v1{padding:24px}
}
@media (max-width: 480px) {
.hd-tl-holder{padding:60px 20px 48px}
.hd-tl-holder .main-hd-v2{font-size:1.8rem}
.ct-section-holder{padding:36px 20px}
.ct-section-holder .sc-hd-v1{font-size:1.3rem}
}
.sc-v1{max-width:1400px;margin:0 auto;padding:80px 20px}
.cnf-holder-v2{position:relative;background:linear-gradient(176deg,#08A2CB 0%,#E43112 50%,#FDD1CD 100%);border-radius:32px;padding:60px 40px;text-align:center;overflow:hidden;box-shadow:0 8px 24px #08a2cb26}
.cnf-holder-v2::before{content:'';position:absolute;top:-50%;left:-20%;width:300px;height:300px;background:#ffffff1a;border-radius:50%;filter:blur(80px);z-index:1}
.cnf-holder-v2::after{content:'';position:absolute;bottom:-30%;right:-10%;width:250px;height:250px;background:#e4311226;border-radius:50%;filter:blur(90px);z-index:1}
.ic-circle-v1{position:relative;z-index:2;width:120px;height:120px;margin:0 auto 30px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #08a2cb40}
.ic-circle-v1 svg{width:60px;height:60px}
.cnf-holder-v2 .tx-main-v3{position:relative;z-index:2;font-size:42px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;text-shadow:0 2px 12px #00000026}
.cnf-holder-v2 .tx-sub-v1{position:relative;z-index:2;font-size:18px;color:#fffffff2;margin:0 0 40px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}
.dtls-bx-v2{position:relative;z-index:2;background:#fffffff2;border-radius:24px;padding:40px;max-width:700px;margin:0 auto 40px;box-shadow:0 6px 20px #00000014}
.dtls-bx-v2 .lbl-v1{font-size:14px;font-weight:600;color:#08A2CB;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 20px}
.inf-grid-v3{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}
.inf-itm-v1{text-align:left}
.inf-itm-v1 .ttl-v2{font-size:13px;color:#666;margin:0 0 8px;font-weight:500}
.inf-itm-v1 .val-v1{font-size:16px;color:#1a1a1a;font-weight:600;display:flex;align-items:center;gap:8px}
.inf-itm-v1 .val-v1 svg{width:18px;height:18px;flex-shrink:0}
.ref-num-v1{background:linear-gradient(135deg,#FDD1CD 0%,#E43112 100%);padding:20px;border-radius:16px;margin-top:25px}
.ref-num-v1 .rf-lbl{font-size:12px;color:#1a1a1ab3;margin:0 0 8px;font-weight:500}
.ref-num-v1 .rf-cod{font-size:24px;font-weight:700;color:#1a1a1a;letter-spacing:2px;font-family:monospace}
.act-holder-v3{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px;max-width:500px;margin:0 auto}
.bt-prim-v1{background:#fff;color:#08A2CB;border:none;padding:18px 40px;border-radius:28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;text-decoration:none;display:inline-block;z-index:10;position:relative}
.bt-prim-v1:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000026;background:#f8f9fa}
.bt-sec-v2{background:#fff3;color:#fff;border:2px solid #ffffff80;padding:16px 40px;border-radius:28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.bt-sec-v2:hover{background:#ffffff4d;border-color:#fffc;transform:translateY(-2px)}
.nxt-stps-v1{position:relative;z-index:2;background:#ffffff26;border-radius:20px;padding:30px;margin-top:40px;backdrop-filter:blur(10px)}
.nxt-stps-v1 h3{font-size:20px;color:#fff;margin:0 0 24px;font-weight:600}
.stp-list-v2{display:flex;flex-direction:column;gap:16px}
.stp-v1{display:flex;align-items:flex-start;gap:16px;background:#ffffff1a;padding:18px;border-radius:16px;transition:all .3s ease}
.stp-v1:hover{background:#fff3;transform:translateX(8px)}
.stp-num-v1{width:36px;height:36px;background:#fff;color:#08A2CB;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}
.stp-cnt-v2{flex:1}
.stp-cnt-v2 h4{font-size:16px;color:#fff;margin:0 0 6px;font-weight:600}
.stp-cnt-v2 p{font-size:14px;color:#ffffffd9;margin:0;line-height:1.5}
@media (max-width: 768px) {
.sc-v1{padding:60px 16px}
.cnf-holder-v2{padding:40px 24px;border-radius:24px}
.cnf-holder-v2 .tx-main-v3{font-size:32px}
.cnf-holder-v2 .tx-sub-v1{font-size:16px}
.dtls-bx-v2{padding:28px}
.inf-grid-v3{grid-template-columns:1fr;gap:20px}
.ic-circle-v1{width:100px;height:100px}
.ic-circle-v1 svg{width:50px;height:50px}
.ref-num-v1 .rf-cod{font-size:20px}
.bt-prim-v1,.bt-sec-v2{padding:16px 32px;font-size:15px}
}
@media (max-width: 480px) {
.cnf-holder-v2 .tx-main-v3{font-size:28px}
.nxt-stps-v1{padding:24px 20px}
.stp-v1{padding:14px}
.ref-num-v1 .rf-cod{font-size:18px;letter-spacing:1px}
}