*{box-sizing:inherit;margin:0;padding:0}
html{box-sizing:border-box}
body{font-family:'Work Sans',sans-serif;background:#FFF;color:#2A2A2A;line-height:1.6}
.hd-wrap{background:linear-gradient(135deg,#FCEAF1 0%,#F5F9FA 100%);border-bottom:1px solid #04a1b11a;padding:1.5rem 0}
.hd-container{max-width:1024px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brnd-holder{display:flex;align-items:center;gap:1rem}
.lg-box{width:85px;height:85px;background:#fff;border-radius:30px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #04a1b126}
.lg-box img{width:70px;height:70px;object-fit:contain}
.cmpny-name{font-size:1.85rem;font-weight:700;color:#04A1B1;letter-spacing:-.02em}
.rt-col{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}
.nv-primary{display:flex;gap:.5rem;list-style:none;flex-wrap:wrap;justify-content:flex-end}
.nv-primary a{text-decoration:none;color:#623739;padding:.5rem 1.2rem;border-radius:25px;transition:background .2s ease-in-out;font-weight:400;font-size:.95rem}
.nv-primary a:hover{background:#04a1b11a;color:#04A1B1}
.cntct-info{display:flex;gap:1.5rem;font-size:.9rem;color:#623739}
.cntct-info a{color:#623739;text-decoration:none;transition:color .2s ease-in-out}
.cntct-info a:hover{color:#04A1B1}
.ft-zone{background:linear-gradient(to bottom,#623739,#4A2B2D);color:#FCEAF1;padding:2.5rem 0 1.5rem;margin-top:4rem}
.ft-content{max-width:1024px;margin:0 auto;padding:0 1.5rem}
.ft-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:2rem}
.cmpny-details h3{font-size:1.4rem;margin-bottom:1rem;color:#04A1B1}
.cmpny-details p{margin-bottom:.5rem;font-size:.9rem}
.ft-links h4{font-size:1.1rem;margin-bottom:1rem;color:#FCEAF1}
.ft-links ul{list-style:none}
.ft-links a{color:#FCEAF1;text-decoration:none;display:block;padding:.4rem 0;font-size:.9rem;transition:color .2s ease-in-out}
.ft-links a:hover{color:#04A1B1}
.cpyrght{text-align:center;padding-top:1.5rem;border-top:1px solid #fceaf133;font-size:.85rem}
.ck-overlay{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -8px 24px #00000026;z-index:9999;border-top:3px solid #04A1B1}
.ck-overlay.showing{display:block}
.ck-holder{max-width:1024px;margin:0 auto;padding:2rem 1.5rem}
.ck-intro{margin-bottom:1.5rem}
.ck-intro h3{font-size:1.3rem;color:#623739;margin-bottom:.5rem}
.ck-intro p{color:#555;font-size:.95rem;line-height:1.5}
.ck-intro a{color:#04A1B1;text-decoration:underline}
.ck-settings{display:none;margin:1.5rem 0;padding:1.5rem;background:#FCEAF1;border-radius:25px}
.ck-settings.showing{display:block}
.ck-category{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #6237391a}
.ck-category:last-child{border-bottom:none}
.cat-info h4{font-size:1rem;color:#623739;margin-bottom:.3rem}
.cat-info p{font-size:.85rem;color:#666}
.tgl-switch{position:relative;width:50px;height:26px}
.tgl-switch input{opacity:0;width:0;height:0}
.tgl-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:.3s ease-in-out;border-radius:50px}
.tgl-slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background:#fff;transition:.3s ease-in-out;border-radius:50%}
.tgl-switch input:checked + .tgl-slider{background:#04A1B1}
.tgl-switch input:checked + .tgl-slider:before{transform:translateX(24px)}
.tgl-switch input:disabled + .tgl-slider{background:#04A1B1;opacity:.6;cursor:not-allowed}
.btn-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}
.ck-btn{padding:.75rem 2rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.95rem}
.btn-accept{background:#04A1B1;color:#fff}
.btn-accept:hover{background:#038997}
.btn-decline{background:#623739;color:#fff}
.btn-decline:hover{background:#4A2B2D}
.btn-settings{background:transparent;color:#623739;border:2px solid #623739}
.btn-settings:hover{background:#6237391a}
.prefs-link{position:fixed;bottom:1rem;right:1rem;background:#04A1B1;color:#fff;padding:.5rem 1rem;border-radius:50px;text-decoration:none;font-size:.85rem;box-shadow:0 4px 12px #0003;transition:background .2s ease-in-out;z-index:9998}
.prefs-link:hover{background:#038997}
@media (max-width: 768px) {
.hd-container{flex-direction:column;align-items:flex-start}
.brnd-holder{width:100%;justify-content:center}
.rt-col{width:100%;align-items:flex-start}
.nv-primary{justify-content:flex-start;width:100%}
.cntct-info{flex-direction:column;gap:.5rem}
.ft-grid{grid-template-columns:1fr;gap:2rem}
.btn-row{flex-direction:column}
.ck-btn{width:100%}
}
.doc-area{max-width:1024px;margin:0 auto;padding:60px 24px;background:#fff}
.doc-area h1{font-size:42px;font-weight:700;color:#623739;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.doc-area h2{font-size:32px;font-weight:600;color:#04A1B1;margin:48px 0 20px;line-height:1.3;padding-top:24px;border-top:2px solid #FCEAF1}
.doc-area h3{font-size:24px;font-weight:600;color:#623739;margin:36px 0 16px;line-height:1.4}
.doc-area h4{font-size:20px;font-weight:600;color:#04A1B1;margin:28px 0 12px;line-height:1.4}
.doc-area h5{font-size:18px;font-weight:600;color:#623739;margin:24px 0 12px;line-height:1.5}
.doc-area h6{font-size:16px;font-weight:600;color:#04A1B1;margin:20px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.doc-area p{font-size:17px;line-height:1.75;color:#2d2d2d;margin:0 0 20px;text-align:justify}
.doc-area ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:none}
.doc-area ul li{font-size:17px;line-height:1.75;color:#2d2d2d;margin:0 0 12px;padding-left:12px;position:relative}
.doc-area ul li::before{content:"";position:absolute;left:-16px;top:12px;width:6px;height:6px;background:#04A1B1;border-radius:50%}
.doc-area ol{margin:0 0 24px;padding:0 0 0 28px;counter-reset:policy-counter}
.doc-area ol li{font-size:17px;line-height:1.75;color:#2d2d2d;margin:0 0 12px;padding-left:12px;position:relative;list-style:none;counter-increment:policy-counter}
.doc-area ol li::before{content:counter(policy-counter) ".";position:absolute;left:-28px;font-weight:600;color:#04A1B1}
.doc-area em,.doc-area i{font-style:italic;color:#623739}
.doc-area a{color:#04A1B1;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease-in-out;font-weight:500}
.doc-area a:hover{border-bottom-color:#04A1B1;color:#623739}
.doc-area a:focus{outline:2px solid #04A1B1;outline-offset:2px;border-radius:4px}
.doc-area hr{border:none;height:2px;background:linear-gradient(90deg,#FCEAF1 0%,#04A1B1 50%,#FCEAF1 100%);margin:48px 0;border-radius:20px}
.doc-area div{margin:0 0 20px}
.doc-area h1 + p{font-size:19px;color:#555;margin-bottom:32px}
.doc-area ul ul,.doc-area ul ol,.doc-area ol ul,.doc-area ol ol{margin-top:12px;margin-bottom:12px}
.doc-area strong{font-weight:600;color:#623739}
@media (max-width: 1024px) {
.doc-area{padding:48px 32px}
.doc-area h1{font-size:36px}
.doc-area h2{font-size:28px;margin-top:40px}
.doc-area h3{font-size:22px}
}
@media (max-width: 640px) {
.doc-area{padding:32px 20px}
.doc-area h1{font-size:30px;margin-bottom:12px}
.doc-area h2{font-size:24px;margin-top:32px;padding-top:20px}
.doc-area h3{font-size:20px;margin-top:28px}
.doc-area h4{font-size:18px}
.doc-area h5,.doc-area h6{font-size:16px}
.doc-area p,.doc-area ul li,.doc-area ol li{font-size:16px;line-height:1.7;text-align:left}
.doc-area h1 + p{font-size:17px}
.doc-area hr{margin:36px 0}
}
.intro-zone{display:flex;align-items:center;gap:60px;max-width:1024px;margin:80px auto;padding:0 20px}
.intro-zone .txt-holder{flex:1}
.intro-zone .img-wrap{flex:0 0 380px;position:relative}
.intro-zone .img-wrap img{width:100%;height:460px;object-fit:cover;border-radius:30px;box-shadow:0 12px 28px #62373926}
.intro-zone h1{font-size:48px;line-height:1.2;margin:0 0 24px;color:#623739}
.intro-zone .desc-txt{font-size:18px;line-height:1.7;color:#555;margin:0 0 32px}
.intro-zone .act-grp{display:flex;gap:16px;flex-wrap:wrap}
.intro-zone .bt{display:inline-block;padding:16px 32px;border-radius:25px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}
.intro-zone .bt.prim{background:linear-gradient(135deg,#04A1B1,#623739);color:#fff}
.intro-zone .bt.prim:hover{transform:translateY(-2px);box-shadow:0 8px 20px #04a1b14d}
.intro-zone .bt.sec{background:#fff;color:#04A1B1;border:2px solid #04A1B1}
.intro-zone .bt.sec:hover{background:#04A1B1;color:#fff}
.adv-panel{background:linear-gradient(180deg,#FCEAF1 0%,white 100%);padding:100px 20px;margin:0}
.adv-panel .cnt-wrap{max-width:1024px;margin:0 auto}
.adv-panel h2{font-size:42px;text-align:center;color:#623739;margin:0 0 60px}
.adv-panel .grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px}
.adv-panel .ft-bx{background:#fff;padding:36px 28px;border-radius:24px;box-shadow:0 4px 16px #04a1b114;transition:all .3s ease-in-out}
.adv-panel .ft-bx:hover{transform:translateY(-6px);box-shadow:0 12px 32px #6237391f}
.adv-panel .ft-bx .ic-shp{width:64px;height:64px;background:linear-gradient(135deg,#04A1B1,#FCEAF1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.adv-panel .ft-bx .ic-shp svg{width:32px;height:32px;fill:#623739}
.adv-panel .ft-bx h3{font-size:20px;color:#623739;margin:0 0 12px}
.adv-panel .ft-bx p{font-size:15px;line-height:1.6;color:#666;margin:0}
.trial-sec{padding:90px 20px;background:#fff}
.trial-sec .inner{max-width:1024px;margin:0 auto;display:flex;align-items:center;gap:70px}
.trial-sec .visual{flex:0 0 420px}
.trial-sec .visual img{width:100%;height:500px;object-fit:cover;border-radius:32px;box-shadow:0 16px 40px #6237392e}
.trial-sec .txt-col{flex:1}
.trial-sec h2{font-size:38px;color:#04A1B1;margin:0 0 24px}
.trial-sec .lead{font-size:17px;line-height:1.7;color:#555;margin:0 0 28px}
.trial-sec .steps-lst{list-style:none;padding:0;margin:0 0 32px}
.trial-sec .steps-lst li{position:relative;padding:0 0 0 48px;margin:0 0 20px;font-size:16px;line-height:1.6;color:#666}
.trial-sec .steps-lst li::before{content:'';position:absolute;left:0;top:4px;width:32px;height:32px;background:linear-gradient(135deg,#04A1B1,#FCEAF1);border-radius:50%}
.trial-sec .act-btn{display:inline-block;padding:18px 40px;background:#623739;color:#fff;border-radius:28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}
.trial-sec .act-btn:hover{background:#04A1B1;transform:translateY(-3px);box-shadow:0 10px 24px #04a1b140}
.opp-zone{background:radial-gradient(circle at top right,#FCEAF1,white);padding:100px 20px}
.opp-zone .cnt{max-width:1024px;margin:0 auto}
.opp-zone h2{font-size:40px;text-align:center;color:#623739;margin:0 0 56px}
.opp-zone .card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.opp-zone .opp-crd{background:#fff;padding:40px 32px;border-radius:28px;border:2px solid transparent;transition:all .3s ease-in-out;box-shadow:0 6px 20px #04a1b10f}
.opp-zone .opp-crd:hover{border-color:#04A1B1;transform:scale(1.03);box-shadow:0 14px 36px #62373926}
.opp-zone .opp-crd h3{font-size:22px;color:#04A1B1;margin:0 0 16px}
.opp-zone .opp-crd h3::before{content:'';display:inline-block;width:6px;height:24px;background:linear-gradient(180deg,#04A1B1,#623739);margin-right:12px;vertical-align:middle;border-radius:3px}
.opp-zone .opp-crd p{font-size:15px;line-height:1.7;color:#666;margin:0}
.tech-sect{padding:90px 20px;background:#fff}
.tech-sect .wrapper{max-width:1024px;margin:0 auto}
.tech-sect h2{font-size:40px;text-align:center;color:#623739;margin:0 0 20px}
.tech-sect .subt{text-align:center;font-size:18px;color:#555;margin:0 0 56px;line-height:1.6}
.tech-sect .showcase{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.tech-sect .img-side{position:relative}
.tech-sect .img-side img{width:100%;height:440px;object-fit:cover;border-radius:30px;box-shadow:0 12px 32px #04a1b126}
.tech-sect .details{display:flex;flex-direction:column;gap:28px}
.tech-sect .tech-itm{display:flex;gap:20px;align-items:flex-start}
.tech-sect .tech-itm .badge{flex:0 0 56px;height:56px;background:linear-gradient(135deg,#FCEAF1,#04A1B1);border-radius:16px;display:flex;align-items:center;justify-content:center}
.tech-sect .tech-itm .badge svg{width:28px;height:28px;fill:#623739}
.tech-sect .tech-itm .info h4{font-size:19px;color:#623739;margin:0 0 8px}
.tech-sect .tech-itm .info p{font-size:15px;line-height:1.6;color:#666;margin:0}
.flex-learn{background:linear-gradient(135deg,#04A1B1,#623739);padding:100px 20px;position:relative;overflow:hidden}
.flex-learn::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#fceaf133,transparent);border-radius:50%}
.flex-learn .container{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.flex-learn h2{font-size:42px;text-align:center;color:#fff;margin:0 0 60px}
.flex-learn .flex-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.flex-learn .flex-card{background:#ffffff1f;backdrop-filter:blur(10px);padding:36px 32px;border-radius:26px;border:1px solid #fff3;transition:all .3s ease-in-out}
.flex-learn .flex-card:hover{background:#ffffff2e;transform:translateY(-4px)}
.flex-learn .flex-card h3{font-size:22px;color:#fff;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.flex-learn .flex-card h3::before{content:'';width:8px;height:8px;background:#FCEAF1;border-radius:50%;display:inline-block}
.flex-learn .flex-card p{font-size:16px;line-height:1.7;color:#ffffffe6;margin:0}
.proof-sec{padding:90px 20px;background:#FCEAF1}
.proof-sec .wrap{max-width:1024px;margin:0 auto}
.proof-sec h2{font-size:40px;text-align:center;color:#623739;margin:0 0 52px}
.proof-sec .testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:36px}
.proof-sec .testi-box{background:#fff;padding:36px;border-radius:28px;box-shadow:0 8px 24px #6237391a}
.proof-sec .testi-box .quote-icon{width:48px;height:48px;background:linear-gradient(135deg,#04A1B1,#FCEAF1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.proof-sec .testi-box .quote-icon svg{width:24px;height:24px;fill:#623739}
.proof-sec .testi-box .txt{font-size:16px;line-height:1.7;color:#555;margin:0 0 24px}
.proof-sec .testi-box .author{display:flex;align-items:center;gap:16px}
.proof-sec .testi-box .author img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.proof-sec .testi-box .author .bio h4{font-size:17px;color:#04A1B1;margin:0 0 4px}
.proof-sec .testi-box .author .bio p{font-size:14px;color:#888;margin:0}
@media (max-width: 1024px) {
.intro-zone{flex-direction:column;gap:40px;margin:60px auto}
.intro-zone .img-wrap{flex:0 0 auto;width:100%}
.intro-zone .img-wrap img{height:380px}
.intro-zone h1{font-size:38px}
.trial-sec .inner{flex-direction:column;gap:50px}
.trial-sec .visual{flex:0 0 auto;width:100%}
.trial-sec .visual img{height:400px}
.tech-sect .showcase{grid-template-columns:1fr;gap:40px}
.flex-learn .flex-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.intro-zone{margin:40px auto}
.intro-zone h1{font-size:32px}
.intro-zone .desc-txt{font-size:16px}
.intro-zone .act-grp{flex-direction:column}
.intro-zone .bt{width:100%;text-align:center}
.adv-panel{padding:60px 20px}
.adv-panel h2{font-size:32px;margin:0 0 40px}
.adv-panel .grid-4{grid-template-columns:1fr;gap:28px}
.trial-sec{padding:60px 20px}
.trial-sec h2{font-size:30px}
.trial-sec .visual img{height:320px}
.opp-zone{padding:60px 20px}
.opp-zone h2{font-size:32px}
.opp-zone .card-grid{grid-template-columns:1fr}
.tech-sect{padding:60px 20px}
.tech-sect h2{font-size:32px}
.tech-sect .img-side img{height:320px}
.flex-learn{padding:60px 20px}
.flex-learn h2{font-size:32px}
.proof-sec{padding:60px 20px}
.proof-sec h2{font-size:32px}
.proof-sec .testimonials{grid-template-columns:1fr}
}
.cntHD{position:relative;width:100%;max-width:1024px;margin:0 auto 4rem;padding:8rem 1.5rem 3rem;overflow:hidden}
.cntHD::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:140%;height:120%;background:radial-gradient(circle at 30% 40%,#04a1b114,transparent 60%),radial-gradient(circle at 70% 60%,#6237390f,transparent 50%);animation:bgFloat 18s ease-in-out infinite;pointer-events:none;z-index:0}
@keyframes bgFloat {
0%,100%{transform:translateX(-50%) translateY(0) scale(1)}
50%{transform:translateX(-50%) translateY(-20px) scale(1.03)}
}
.hd-cntWRP{position:relative;z-index:1;max-width:720px;margin:0 auto;text-align:center}
.hd-cntWRP .tx-sm{font-size:.95rem;color:#04A1B1;font-weight:500;letter-spacing:.5px;margin-bottom:.75rem;opacity:.9}
.hd-cntWRP .mn-ttl{font-size:2.8rem;font-weight:700;color:#623739;margin:0 0 1.25rem;line-height:1.2}
.hd-cntWRP .sb-txt{font-size:1.15rem;color:#555;line-height:1.7;margin:0;opacity:.88}
.bgIMG-holder{position:absolute;top:50%;right:5%;transform:translateY(-50%);width:280px;height:200px;opacity:.12;z-index:0;border-radius:28px;overflow:hidden}
.bgIMG-holder img{width:100%;height:100%;object-fit:cover;filter:grayscale(60%) brightness(1.1)}
.infoGRD-section{width:100%;max-width:1024px;margin:0 auto 5rem;padding:0 1.5rem}
.infoGRD-holder{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.info-crd{background:linear-gradient(135deg,#fceaf180,#04a1b114);padding:2.5rem 2rem;border-radius:32px;text-align:center;border:2px solid #04a1b126;transition:all .3s ease-in-out}
.info-crd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #04a1b126;border-color:#04a1b14d}
.info-crd .icn-wrp{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#04A1B1,#623739);border-radius:50%;display:flex;align-items:center;justify-content:center}
.info-crd .icn-wrp svg{width:32px;height:32px;fill:#fff}
.info-crd .ttl-3{font-size:1.35rem;font-weight:700;color:#623739;margin:0 0 1rem}
.info-crd .dtl-txt{font-size:1rem;color:#555;line-height:1.6;margin:0}
.info-crd .dtl-txt a{color:#04A1B1;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease-in-out}
.info-crd .dtl-txt a:hover{border-bottom-color:#04A1B1}
.frmSCTN-2{width:100%;max-width:1024px;margin:0 auto 5rem;padding:0 1.5rem}
.frm-outer{background:linear-gradient(160deg,#fceaf159,#04a1b11f);padding:4rem 3.5rem;border-radius:36px;border:3px solid #6237391a;box-shadow:0 8px 24px #0000000f}
.frm-hdr{text-align:center;margin-bottom:3rem}
.frm-hdr .ttl2{font-size:2.2rem;font-weight:700;color:#623739;margin:0 0 1rem}
.frm-hdr .desc-p{font-size:1.05rem;color:#666;line-height:1.6;margin:0}
.step-frm{display:flex;flex-direction:column;gap:2.5rem}
.stp-blk{position:relative;padding:2rem 2.5rem 2rem 4.5rem;background:#fff;border-radius:28px;border:2px solid #04a1b133;transition:all .3s ease-in-out}
.stp-blk:focus-within{border-color:#04A1B1;box-shadow:0 6px 20px #04a1b126}
.stp-blk::before{content:attr(data-step);position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:42px;height:42px;background:linear-gradient(135deg,#04A1B1,#623739);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.stp-blk .lbl-txt{display:block;font-size:.95rem;font-weight:600;color:#623739;margin-bottom:.75rem}
.stp-blk .inpt-fld{width:100%;padding:.95rem 1.25rem;font-size:1rem;border:2px solid #04a1b140;border-radius:20px;background:#f9f9f9;transition:all .3s ease-in-out;outline:none}
.stp-blk .inpt-fld:focus{background:#fff;border-color:#04A1B1}
.stp-blk .inpt-fld::placeholder{color:#aaa}
.nm-grp{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.priv-chk{display:flex;align-items:flex-start;gap:1rem;padding:1.75rem 0}
.priv-chk input[type="checkbox"]{margin-top:.25rem;width:20px;height:20px;cursor:pointer;accent-color:#04A1B1;flex-shrink:0}
.priv-chk .chk-lbl{font-size:.95rem;color:#555;line-height:1.6}
.priv-chk .chk-lbl a{color:#04A1B1;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease-in-out}
.priv-chk .chk-lbl a:hover{border-bottom-color:#04A1B1}
.btn-sbmt{width:100%;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#04A1B1,#623739);border:none;border-radius:28px;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 16px #04a1b140}
.btn-sbmt:hover{transform:translateY(-3px);box-shadow:0 8px 24px #04a1b159}
.btn-sbmt:active{transform:translateY(-1px)}
.extra-inf{width:100%;max-width:1024px;margin:0 auto 4rem;padding:0 1.5rem}
.inf-wrp{background:linear-gradient(90deg,#04a1b114,#fceaf166);padding:3.5rem 3rem;border-radius:32px;border-left:6px solid #04A1B1;box-shadow:0 6px 20px #0000000d}
.inf-wrp .hdr-4{font-size:1.8rem;font-weight:700;color:#623739;margin:0 0 1.5rem}
.inf-wrp .cnt-p{font-size:1.05rem;color:#555;line-height:1.8;margin:0 0 1.25rem}
.inf-wrp .cnt-p:last-child{margin-bottom:0}
.inf-wrp .cnt-p::before{content:'→';display:inline-block;margin-right:.75rem;color:#04A1B1;font-weight:700}
@media (max-width: 1024px) {
.infoGRD-holder{grid-template-columns:1fr;gap:1.5rem}
.bgIMG-holder{display:none}
.frm-outer{padding:3rem 2rem}
.nm-grp{grid-template-columns:1fr;gap:0}
.stp-blk{padding:2rem 1.5rem 2rem 4rem}
}
@media (max-width: 640px) {
.hd-cntWRP .mn-ttl{font-size:2rem}
.hd-cntWRP .sb-txt{font-size:1rem}
.cntHD{padding:5rem 1rem 2rem}
.frm-outer{padding:2.5rem 1.5rem}
.stp-blk{padding:1.75rem 1.25rem 1.75rem 3.5rem}
.stp-blk::before{width:36px;height:36px;font-size:1rem;left:1rem}
.frm-hdr .ttl2{font-size:1.75rem}
.inf-wrp{padding:2.5rem 1.75rem}
.inf-wrp .hdr-4{font-size:1.5rem}
}
.hero-lp{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:60px}
.hero-lp .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(3px);z-index:1}
.hero-lp .spot-1,.hero-lp .spot-2{position:absolute;border-radius:50%;filter:blur(80px);z-index:2}
.hero-lp .spot-1{width:300px;height:300px;background:radial-gradient(circle,#04A1B1,transparent);top:-50px;left:10%;opacity:.7}
.hero-lp .spot-2{width:400px;height:400px;background:radial-gradient(circle,#623739,transparent);bottom:-80px;right:15%;opacity:.6}
.hero-lp .content-holder{position:relative;z-index:3;text-align:center;max-width:800px;padding:40px 20px;background:#ffffffeb;border-radius:30px;box-shadow:0 8px 24px #00000026}
.hero-lp .content-holder h1{font-size:2.8rem;color:#2a2a2a;margin:0 0 20px;line-height:1.2}
.hero-lp .content-holder h1 .hl{background:linear-gradient(90deg,#04A1B1,#623739);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom:3px solid #04A1B1;padding-bottom:4px}
.hero-lp .content-holder p{font-size:1.1rem;color:#555;line-height:1.7;margin:0}
@media (max-width: 640px) {
.hero-lp{min-height:360px}
.hero-lp .content-holder h1{font-size:2rem}
.hero-lp .spot-1,.hero-lp .spot-2{display:none}
}
.program-grid{max-width:1024px;margin:0 auto 80px;padding:0 20px}
.program-grid h2{font-size:2.2rem;color:#2a2a2a;margin:0 0 40px;text-align:center;position:relative}
.program-grid h2::before{content:'';position:absolute;width:80px;height:4px;background:linear-gradient(90deg,#04A1B1,#623739);bottom:-10px;left:50%;transform:translateX(-50%);border-radius:8px}
.grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.prg-card{background:#fff;border-radius:25px;padding:35px 25px;box-shadow:0 4px 16px #00000014;transition:all .3s ease-in-out;border:2px solid transparent}
.prg-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #04a1b133;border-color:#04A1B1}
.prg-card .ic{width:60px;height:60px;margin-bottom:20px}
.prg-card h3{font-size:1.5rem;color:#623739;margin:0 0 15px}
.prg-card p{font-size:1rem;color:#666;line-height:1.7;margin:0 0 20px}
.prg-card .meta{display:flex;flex-direction:column;gap:8px;padding-top:15px;border-top:1px solid #FCEAF1}
.prg-card .meta span{font-size:.9rem;color:#888;display:flex;align-items:center;gap:8px}
.prg-card .meta span::before{content:'';width:6px;height:6px;background:#04A1B1;border-radius:50%;display:inline-block}
@media (max-width: 640px) {
.grid-layout{grid-template-columns:1fr}
}
.pathway-section{background:linear-gradient(135deg,#FCEAF1 0%,#fff 100%);padding:70px 20px;margin-bottom:80px}
.pathway-section .wrap{max-width:1024px;margin:0 auto}
.pathway-section h2{font-size:2.2rem;color:#2a2a2a;margin:0 0 50px;text-align:center}
.pathway-section h2::after{content:'';display:block;width:100px;height:3px;background:#623739;margin:15px auto 0;border-radius:5px}
.tabs-holder{display:flex;gap:15px;margin-bottom:40px;flex-wrap:wrap;justify-content:center}
.tabs-holder input[type="radio"]{display:none}
.tabs-holder label{padding:14px 28px;background:#fff;border-radius:30px;cursor:pointer;font-size:1rem;color:#555;border:2px solid #e0e0e0;transition:all .3s ease-in-out}
.tabs-holder label:hover{border-color:#04A1B1;color:#04A1B1}
.tabs-holder input[type="radio"]:checked + label{background:linear-gradient(135deg,#04A1B1,#623739);color:#fff;border-color:transparent;box-shadow:0 6px 18px #04a1b14d}
.tab-content{display:none}
#tab1:checked ~ .tabs-content .tc1,#tab2:checked ~ .tabs-content .tc2,#tab3:checked ~ .tabs-content .tc3{display:block}
.tc-inner{background:#fff;border-radius:30px;padding:40px;box-shadow:0 6px 20px #00000014}
.tc-inner h3{font-size:1.8rem;color:#623739;margin:0 0 25px}
.tc-inner p{font-size:1.05rem;color:#555;line-height:1.8;margin:0 0 20px}
.step-list{list-style:none;padding:0;margin:30px 0 0}
.step-list li{padding:20px 20px 20px 60px;margin-bottom:15px;background:#FCEAF1;border-radius:20px;position:relative;font-size:1rem;color:#444;line-height:1.6}
.step-list li::before{content:attr(data-num);position:absolute;left:20px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#04A1B1,#623739);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.img-with-testimonial{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;max-width:1024px;margin:0 auto 80px;padding:0 20px}
.img-side img{width:100%;height:500px;object-fit:cover;border-radius:30px;box-shadow:0 8px 24px #0000001f}
.testimonial-side{background:#fff;padding:40px;border-radius:30px;box-shadow:0 6px 20px #00000014;border-left:5px solid #04A1B1}
.testimonial-side h4{font-size:1.6rem;color:#623739;margin:0 0 20px}
.testimonial-side p{font-size:1.05rem;color:#555;line-height:1.8;margin:0 0 25px;font-style:italic}
.testimonial-side .author{display:flex;align-items:center;gap:15px;margin-top:25px}
.testimonial-side .author img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #FCEAF1}
.testimonial-side .author .info{display:flex;flex-direction:column;gap:4px}
.testimonial-side .author .nm{font-weight:700;color:#2a2a2a;font-size:1.1rem}
.testimonial-side .author .role{font-size:.9rem;color:#888}
@media (max-width: 640px) {
.img-with-testimonial{grid-template-columns:1fr;gap:30px}
.img-side img{height:300px}
}
.expert-showcase{max-width:1024px;margin:0 auto 80px;padding:0 20px}
.expert-showcase h2{font-size:2.2rem;color:#2a2a2a;margin:0 0 50px;text-align:center}
.expert-showcase h2 span{color:#04A1B1;position:relative}
.expert-showcase h2 span::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:#623739;border-radius:3px}
.experts-row{display:flex;gap:40px;flex-wrap:wrap;justify-content:center}
.expert-profile{flex:1;min-width:280px;max-width:320px;text-align:center;background:#fff;padding:30px;border-radius:30px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease-in-out}
.expert-profile:hover{transform:scale(1.05)}
.expert-profile img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:4px solid #FCEAF1}
.expert-profile h3{font-size:1.4rem;color:#623739;margin:0 0 10px}
.expert-profile .title{font-size:.95rem;color:#04A1B1;margin-bottom:15px;font-weight:600}
.expert-profile p{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.cta-section{background:linear-gradient(135deg,#04A1B1,#623739);padding:60px 20px;text-align:center;margin-bottom:0;border-radius:40px 40px 0 0}
.cta-section .container{max-width:800px;margin:0 auto}
.cta-section h2{font-size:2.4rem;color:#fff;margin:0 0 20px}
.cta-section p{font-size:1.15rem;color:#FCEAF1;line-height:1.7;margin:0 0 35px}
.cta-section .button{display:inline-block;padding:16px 40px;background:#fff;color:#04A1B1;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:30px;transition:all .3s ease-in-out;box-shadow:0 6px 20px #00000026}
.cta-section .button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040;background:#FCEAF1}
@media (max-width: 640px) {
.cta-section h2{font-size:1.8rem}
.cta-section .button{padding:14px 32px;font-size:1rem}
}
.pg-ttle{background:linear-gradient(135deg,#04A1B1 0%,#623739 100%);padding:80px 20px;text-align:center;color:#fff;position:relative;overflow:hidden}
.pg-ttle::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fceaf126 0%,transparent 70%);border-radius:50%}
.pg-ttle::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%}
.pg-ttle .ttle-wrap{max-width:780px;margin:0 auto;position:relative;z-index:2}
.pg-ttle h1{font-size:48px;font-weight:700;margin:0 0 24px;line-height:1.2}
.pg-ttle .mfst{font-size:18px;line-height:1.7;opacity:.95;max-width:680px;margin:0 auto}
.prjct-gllry{max-width:1024px;margin:0 auto;padding:90px 20px}
.gllry-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:50px}
.prjct-crd{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 6px 24px #04a1b11f;transition:all .35s ease-in-out;position:relative}
.prjct-crd:hover{transform:translateY(-8px);box-shadow:0 12px 36px #6237392e}
.prjct-crd .img-hldr{width:100%;height:280px;overflow:hidden;position:relative}
.prjct-crd .img-hldr img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}
.prjct-crd:hover .img-hldr img{transform:scale(1.08)}
.prjct-crd .cntnt-area{padding:32px 28px}
.prjct-crd h3{font-size:24px;color:#623739;margin:0 0 16px;font-weight:600}
.prjct-crd .dscrptn{font-size:15px;line-height:1.7;color:#555;margin:0 0 20px}
.prjct-crd .mtdta{display:flex;align-items:center;gap:24px;padding-top:18px;border-top:1px solid #e8e8e8}
.prjct-crd .stdnt-nfo{display:flex;align-items:center;gap:12px;flex:1}
.prjct-crd .stdnt-img{width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid #04A1B1}
.prjct-crd .stdnt-img img{width:100%;height:100%;object-fit:cover}
.prjct-crd .stdnt-nm{font-size:14px;font-weight:600;color:#333}
.prjct-crd .tg{background:linear-gradient(90deg,#04A1B1,#623739);color:#fff;padding:6px 14px;border-radius:16px;font-size:12px;font-weight:600;letter-spacing:.3px}
.cptblts-sctn{background:#FCEAF1;padding:80px 20px}
.cptblts-cntnt{max-width:1024px;margin:0 auto}
.cptblts-sctn h2{font-size:38px;color:#623739;text-align:center;margin:0 0 60px;font-weight:700;position:relative}
.cptblts-sctn h2::after{content:'';display:block;width:90px;height:4px;background:linear-gradient(90deg,#04A1B1,#623739);margin:18px auto 0;border-radius:4px}
.skll-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px}
.skll-blck{background:#fff;padding:36px 28px;border-radius:24px;text-align:center;box-shadow:0 4px 16px #62373914;transition:all .3s ease-in-out}
.skll-blck:hover{transform:translateY(-4px);box-shadow:0 8px 24px #04a1b129}
.skll-blck .icn-wrp{width:70px;height:70px;margin:0 auto 20px;background:linear-gradient(135deg,#04A1B1,#623739);border-radius:50%;display:flex;align-items:center;justify-content:center}
.skll-blck .icn-wrp svg{width:36px;height:36px;fill:#fff}
.skll-blck h4{font-size:19px;color:#623739;margin:0 0 12px;font-weight:600}
.skll-blck p{font-size:14px;line-height:1.6;color:#666;margin:0}
.prcss-flw{max-width:1024px;margin:0 auto;padding:90px 20px}
.prcss-flw h2{font-size:38px;color:#623739;margin:0 0 50px;font-weight:700;text-align:left}
.prcss-flw h2::before{content:'';display:inline-block;width:6px;height:48px;background:linear-gradient(180deg,#04A1B1,#623739);margin-right:18px;vertical-align:middle;border-radius:3px}
.stp-cntnr{display:flex;flex-direction:column;gap:40px}
.stp-itm{display:grid;grid-template-columns:80px 1fr;gap:28px;align-items:flex-start}
.stp-itm .nmbr-hldr{width:80px;height:80px;background:linear-gradient(135deg,#04A1B1,#623739);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;box-shadow:0 6px 20px #04a1b140}
.stp-itm .txt-cntnt h3{font-size:24px;color:#623739;margin:0 0 14px;font-weight:600}
.stp-itm .txt-cntnt p{font-size:15px;line-height:1.7;color:#555;margin:0}
.ftr-rslts{background:linear-gradient(135deg,#04a1b114 0%,#fceaf1cc 100%);padding:80px 20px}
.ftr-rslts-cntnt{max-width:1024px;margin:0 auto}
.ftr-rslts h2{font-size:38px;color:#623739;text-align:center;margin:0 0 24px;font-weight:700}
.ftr-rslts .intro-txt{text-align:center;font-size:17px;line-height:1.7;color:#555;max-width:720px;margin:0 auto 50px}
.ftr-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:36px}
.ftr-bx{background:#fff;padding:32px 24px;border-radius:24px;text-align:center;border:2px solid transparent;transition:all .3s ease-in-out}
.ftr-bx:hover{border-color:#04A1B1;transform:scale(1.04)}
.ftr-bx .nmbr-dsplt{font-size:48px;font-weight:700;background:linear-gradient(90deg,#04A1B1,#623739);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 12px}
.ftr-bx .lbl{font-size:15px;color:#666;font-weight:500}
@media (max-width: 768px) {
.pg-ttle{padding:60px 20px}
.pg-ttle h1{font-size:36px}
.pg-ttle .mfst{font-size:16px}
.prjct-gllry{padding:60px 20px}
.gllry-grd{grid-template-columns:1fr;gap:40px}
.cptblts-sctn{padding:60px 20px}
.cptblts-sctn h2{font-size:32px;margin-bottom:40px}
.skll-grd{grid-template-columns:1fr;gap:24px}
.prcss-flw{padding:60px 20px}
.prcss-flw h2{font-size:32px}
.stp-itm{grid-template-columns:1fr;gap:20px}
.stp-itm .nmbr-hldr{width:60px;height:60px;font-size:26px;margin:0 auto}
.stp-itm .txt-cntnt{text-align:center}
.ftr-rslts{padding:60px 20px}
.ftr-rslts h2{font-size:32px}
.ftr-grd{grid-template-columns:1fr;gap:24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.gllry-grd{grid-template-columns:repeat(2,1fr)}
.skll-grd{grid-template-columns:repeat(2,1fr)}
.ftr-grd{grid-template-columns:repeat(2,1fr)}
}
.cnf-wrap{max-width:1024px;margin:0 auto;padding:60px 20px}
.cnf-hero{text-align:center;padding:80px 20px;background:linear-gradient(135deg,#FCEAF1 0%,#fff 50%,#e6f9fb 100%);border-radius:32px;margin-bottom:60px;position:relative;overflow:hidden}
.cnf-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#04a1b11f 0%,transparent 70%);border-radius:50%}
.cnf-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,#62373914 0%,transparent 70%);border-radius:50%}
.ck-icn{width:120px;height:120px;margin:0 auto 30px;position:relative;z-index:2}
.ck-icn svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px #04a1b133)}
.cnf-hero .hd1{font-size:42px;font-weight:700;color:#623739;margin:0 0 20px;position:relative;z-index:2;line-height:1.2}
.cnf-hero .txt-sub{font-size:18px;color:#2d2d2d;line-height:1.6;max-width:600px;margin:0 auto 35px;position:relative;z-index:2}
.cnf-hero .txt-sub strong{color:#04A1B1;font-weight:600}
.ac-nxt{background:linear-gradient(135deg,#04A1B1 0%,#037d8a 100%);color:#fff;padding:16px 40px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease-in-out;position:relative;z-index:3;box-shadow:0 6px 20px #04a1b140}
.ac-nxt:hover{transform:translateY(-3px);box-shadow:0 10px 28px #04a1b159}
.ac-nxt:active{transform:translateY(-1px)}
.dtl-bx{background:#fff;border-radius:28px;padding:50px 40px;box-shadow:0 8px 24px #0000000f;position:relative;overflow:hidden}
.dtl-bx::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#04A1B1 0%,#623739 50%,#04A1B1 100%)}
.dtl-bx .hd2{font-size:28px;font-weight:700;color:#623739;margin:0 0 30px;padding-left:20px;border-left:4px solid #04A1B1}
.info-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:35px}
.inf-crd{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);padding:25px;border-radius:20px;border:2px solid #FCEAF1;transition:all .3s ease-in-out}
.inf-crd:hover{border-color:#04A1B1;transform:translateY(-2px);box-shadow:0 6px 16px #04a1b11f}
.inf-crd .lbl{font-size:14px;font-weight:600;color:#623739;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;display:block}
.inf-crd .val{font-size:16px;color:#2d2d2d;line-height:1.6;margin:0}
.inf-crd .val a{color:#04A1B1;text-decoration:none;font-weight:600;transition:color .3s ease-in-out}
.inf-crd .val a:hover{color:#037d8a;text-decoration:underline}
.dtl-bx .txt-msg{font-size:16px;line-height:1.7;color:#2d2d2d;margin:0 0 25px;padding:20px;background:#f8fbfc;border-radius:16px;border-left:4px solid #04A1B1}
.dtl-bx .txt-msg strong{color:#623739;font-weight:600}
.nxt-stp{margin-top:40px;padding-top:35px;border-top:2px dashed #FCEAF1}
.nxt-stp .hd3{font-size:22px;font-weight:700;color:#623739;margin:0 0 20px}
.stp-list{list-style:none;padding:0;margin:0}
.stp-list li{padding:15px 0 15px 45px;position:relative;font-size:16px;line-height:1.6;color:#2d2d2d}
.stp-list li::before{content:'';position:absolute;left:0;top:18px;width:28px;height:28px;background:linear-gradient(135deg,#04A1B1 0%,#037d8a 100%);border-radius:50%;box-shadow:0 4px 12px #04a1b140}
.stp-list li::after{content:'✓';position:absolute;left:8px;top:19px;color:#fff;font-size:14px;font-weight:700}
@media (max-width: 768px) {
.cnf-wrap{padding:40px 15px}
.cnf-hero{padding:60px 20px;margin-bottom:40px}
.cnf-hero .hd1{font-size:32px}
.cnf-hero .txt-sub{font-size:16px}
.ck-icn{width:90px;height:90px;margin-bottom:25px}
.dtl-bx{padding:35px 25px}
.dtl-bx .hd2{font-size:24px}
.info-grd{grid-template-columns:1fr;gap:20px}
.ac-nxt{padding:14px 32px;font-size:16px}
}
@media (max-width: 480px) {
.cnf-hero .hd1{font-size:28px}
.dtl-bx .hd2{font-size:22px;padding-left:15px}
.nxt-stp .hd3{font-size:20px}
.stp-list li{padding-left:40px;font-size:15px}
}