@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&display=swap";
html{box-sizing:border-box}
*,::before,::after{box-sizing:inherit;margin:0;padding:0}
body{font-family:'Archivo',sans-serif;background:linear-gradient(135deg,#0a0a2e 0%,#11104E 50%,#1a1a4e 100%);color:#FCFCFC;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
header{background:linear-gradient(180deg,#11104ef2 0%,#11104ed9 100%);border-bottom:2px solid #fd79514d;box-shadow:0 4px 12px #0009}
.hdr-wrap{max-width:960px;margin:0 auto;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.hdr-left{display:flex;align-items:center;gap:30px;flex:1}
.lg-box{display:flex;align-items:center;justify-content:center;width:85px;height:85px;background:#fcfcfc14;border-radius:30px;padding:10px;box-shadow:0 4px 10px #fd795133;transition:all 180ms ease}
.lg-box:hover{background:#fcfcfc1f;box-shadow:0 6px 14px #fd795159}
.lg-img{width:100%;height:100%;object-fit:contain}
.nv-primary{display:flex;gap:18px;align-items:center}
.nv-lnk{color:#FCFCFC;text-decoration:none;font-size:15px;font-weight:400;padding:8px 12px;border-radius:20px;transition:all 200ms ease;white-space:nowrap}
.nv-lnk:hover{background:#fd795126;color:#FD7951}
.hdr-right{display:flex;align-items:center;gap:20px}
.cta-bt{background:linear-gradient(135deg,#FD7951 0%,#ff9570 100%);color:#11104E;text-decoration:none;padding:10px 24px;border-radius:30px;font-weight:700;font-size:14px;box-shadow:0 4px 10px #fd795166;transition:all 200ms ease;white-space:nowrap}
.cta-bt:hover{background:linear-gradient(135deg,#ff9570 0%,#FD7951 100%);box-shadow:0 6px 16px #fd795199;transform:translateY(-1px)}
.contact-inf{display:flex;flex-direction:column;gap:4px}
.phone-txt{color:#FCFCFC;font-size:14px;font-weight:400}
main{flex:1}
footer{background:linear-gradient(180deg,#11104E 0%,#0a0a2e 100%);border-top:2px solid #fd79514d;padding:60px 20px 30px;margin-top:80px}
.ftr-container{max-width:960px;margin:0 auto}
.ftr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:50px}
.ftr-col{display:flex;flex-direction:column;gap:18px}
.ftr-heading{color:#FD7951;font-size:18px;font-weight:700;margin-bottom:8px}
.ftr-nav{display:flex;flex-direction:column;gap:12px}
.ftr-link{color:#FCFCFC;text-decoration:none;font-size:14px;font-weight:400;transition:all 200ms ease;opacity:.85}
.ftr-link:hover{color:#FD7951;opacity:1;padding-left:4px}
.ftr-contact{display:flex;flex-direction:column;gap:10px}
.ftr-address,.ftr-phone,.ftr-email{color:#FCFCFC;font-size:14px;line-height:1.6;opacity:.85}
.ftr-bottom{border-top:1px solid #fd795133;padding-top:25px;text-align:center}
.copyright-txt{color:#FCFCFC;font-size:13px;opacity:.7}
.cookie-popup{display:none;position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(100px);background:linear-gradient(135deg,#11104E 0%,#1a1a4e 100%);border:2px solid #fd795166;border-radius:32px;padding:30px;box-shadow:0 12px 40px #000c;z-index:10000;max-width:600px;width:calc(100% - 40px);opacity:0;transition:all 300ms ease}
.cookie-popup.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
.cookie-content{display:flex;flex-direction:column;gap:20px}
.cookie-tabs{display:flex;gap:10px;border-bottom:1px solid #fd795133;padding-bottom:10px}
.cookie-tab{background:transparent;border:none;color:#FCFCFC;font-family:'Archivo',sans-serif;font-size:14px;font-weight:400;padding:8px 16px;border-radius:20px;cursor:pointer;transition:all 180ms ease;opacity:.7}
.cookie-tab:hover{opacity:1;background:#fd79511a}
.cookie-tab.is-active{background:#fd795140;color:#FD7951;opacity:1;font-weight:700}
.cookie-panel{display:none}
.cookie-panel.is-active{display:block}
.cookie-title{color:#FD7951;font-size:20px;font-weight:700;margin-bottom:12px}
.cookie-text{color:#FCFCFC;font-size:14px;line-height:1.6;opacity:.9}
.cookie-options{display:flex;flex-direction:column;gap:14px;margin-top:15px}
.cookie-option{display:flex;align-items:center;gap:10px;cursor:pointer}
.cookie-check{width:18px;height:18px;cursor:pointer;accent-color:#FD7951}
.cookie-label{color:#FCFCFC;font-size:14px;font-weight:400}
.cookie-actions{display:flex;gap:12px;justify-content:center;margin-top:10px}
.cookie-btn{padding:12px 32px;border:none;border-radius:50px;font-family:'Archivo',sans-serif;font-size:14px;font-weight:700;cursor:pointer;transition:all 200ms ease}
.accept-btn{background:linear-gradient(135deg,#FD7951 0%,#ff9570 100%);color:#11104E;box-shadow:0 4px 12px #fd795166}
.accept-btn:hover{background:linear-gradient(135deg,#ff9570 0%,#FD7951 100%);box-shadow:0 6px 16px #fd795199;transform:translateY(-2px)}
.decline-btn{background:#fcfcfc1a;color:#FCFCFC;border:1px solid #fcfcfc4d}
.decline-btn:hover{background:#fcfcfc26;border-color:#fcfcfc80}
@media (max-width: 768px) {
.hdr-wrap{flex-direction:column;align-items:flex-start;gap:15px}
.hdr-left{flex-direction:column;align-items:flex-start;gap:15px;width:100%}
.nv-primary{flex-wrap:wrap;width:100%}
.hdr-right{width:100%;justify-content:space-between}
.ftr-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.cookie-popup{bottom:20px;padding:20px}
.cookie-actions{flex-direction:column}
.cookie-btn{width:100%}
}
@media (max-width: 480px) {
.ftr-grid{grid-template-columns:1fr;gap:25px}
.lg-box{width:70px;height:70px}
.nv-lnk{font-size:14px;padding:6px 10px}
.cta-bt{padding:8px 18px;font-size:13px}
.phone-txt{font-size:13px}
}
.legal-content-mq{max-width:960px;margin:0 auto;padding:80px 20px;background:#0a0a1f;color:#FCFCFC}
.legal-content-mq h1{font-size:48px;font-weight:700;line-height:1.2;margin:0 0 40px;color:#FCFCFC;letter-spacing:-.02em}
.legal-content-mq h2{font-size:36px;font-weight:600;line-height:1.3;margin:60px 0 24px;color:#FD7951;letter-spacing:-.01em}
.legal-content-mq h3{font-size:28px;font-weight:600;line-height:1.4;margin:48px 0 20px;color:#FCFCFC}
.legal-content-mq h4{font-size:22px;font-weight:600;line-height:1.4;margin:36px 0 16px;color:#FCFCFC;opacity:.95}
.legal-content-mq h5{font-size:18px;font-weight:600;line-height:1.5;margin:28px 0 14px;color:#FCFCFC;opacity:.9}
.legal-content-mq h6{font-size:16px;font-weight:600;line-height:1.5;margin:24px 0 12px;color:#FCFCFC;opacity:.85;text-transform:uppercase;letter-spacing:.05em}
.legal-content-mq p{font-size:17px;line-height:1.8;margin:0 0 24px;color:#fcfcfce0}
.legal-content-mq strong,.legal-content-mq b{font-weight:600;color:#FCFCFC}
.legal-content-mq a{color:#FD7951;text-decoration:none;border-bottom:1px solid #fd79514d;transition:all 180ms ease}
.legal-content-mq a:hover{color:#ff9574;border-bottom-color:#FD7951}
.legal-content-mq a:focus{outline:2px solid #FD7951;outline-offset:3px;border-radius:3px}
.legal-content-mq hr{border:none;height:2px;background:linear-gradient(90deg,#fd795100 0%,#fd795166 50%,#fd795100 100%);margin:48px 0}
@media (max-width: 768px) {
.legal-content-mq{padding:60px 16px}
.legal-content-mq h1{font-size:36px;margin-bottom:32px}
.legal-content-mq h2{font-size:28px;margin-top:48px;margin-bottom:20px}
.legal-content-mq h3{font-size:24px;margin-top:40px;margin-bottom:16px}
.legal-content-mq h4{font-size:20px;margin-top:32px}
.legal-content-mq h5{font-size:17px;margin-top:24px}
.legal-content-mq h6{font-size:15px;margin-top:20px}
.legal-content-mq p{font-size:16px;line-height:1.75;margin-bottom:20px}
.legal-content-mq hr{margin:40px 0}
}
@media (max-width: 480px) {
.legal-content-mq{padding:48px 14px}
.legal-content-mq h1{font-size:30px;margin-bottom:28px}
.legal-content-mq h2{font-size:24px;margin-top:40px}
.legal-content-mq h3{font-size:21px}
.legal-content-mq p{font-size:15px;line-height:1.7}
}
.dtl-hero{background:linear-gradient(135deg,#11104E 0%,#1a1865 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.dtl-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fd795126 0%,transparent 70%);border-radius:50%}
.dtl-hero-wrap{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.dtl-hero-content h1{font-size:42px;color:#FCFCFC;margin:0 0 20px;line-height:1.2}
.dtl-meta-row{display:flex;gap:20px;margin:25px 0;flex-wrap:wrap}
.dtl-meta-item{background:#fcfcfc1a;padding:10px 18px;border-radius:25px;font-size:14px;color:#FCFCFC;border:1px solid #fd79514d}
.dtl-meta-item strong{color:#FD7951;font-weight:600}
.dtl-hero-img{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 12px 40px #0006}
.dtl-hero-img img{width:100%;height:auto;display:block}
.dtl-price-card{background:#fd795126;border:2px solid #FD7951;border-radius:25px;padding:30px;margin:30px 0}
.dtl-price-main{font-size:48px;color:#FD7951;font-weight:700;margin:0 0 10px}
.dtl-price-terms{color:#FCFCFC;font-size:16px;margin:10px 0;line-height:1.5}
.dtl-price-note{font-size:14px;color:#fcfcfcb3;margin:15px 0 0;font-style:italic}
.dtl-seats{display:inline-block;background:#FD7951;color:#11104E;padding:8px 20px;border-radius:20px;font-weight:600;font-size:14px;margin:15px 0 0}
.dtl-content-section{background:#0d0c3a;padding:70px 20px}
.dtl-content-wrap{max-width:960px;margin:0 auto}
.dtl-program-block{background:linear-gradient(135deg,#1a1865 0%,#11104E 100%);border-radius:30px;padding:50px;margin:0 0 50px;border-left:5px solid #FD7951}
.dtl-program-block h2{color:#FD7951;font-size:32px;margin:0 0 30px;position:relative;padding-bottom:15px}
.dtl-program-block h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:#FD7951}
.dtl-program-block p{color:#FCFCFC;line-height:1.7;margin:0 0 20px;font-size:16px}
.dtl-program-block ul,.dtl-program-block ol{color:#FCFCFC;line-height:1.8;margin:20px 0;padding-left:25px}
.dtl-program-block li{margin:12px 0;font-size:16px}
.dtl-program-block li::marker{color:#FD7951}
.dtl-program-block abbr{color:#FD7951;text-decoration:none;border-bottom:1px dotted #FD7951;cursor:help}
.dtl-program-block figure{margin:30px 0;padding:20px;background:#fd795114;border-radius:20px}
.dtl-program-block figcaption{color:#fcfcfccc;font-size:14px;margin-top:10px;font-style:italic}
.dtl-program-block details{background:#fcfcfc0d;border-radius:15px;padding:20px;margin:20px 0;border:1px solid #fd795133}
.dtl-program-block summary{color:#FD7951;font-weight:600;cursor:pointer;font-size:17px;padding:5px 0}
.dtl-program-block summary:hover{opacity:.8}
.dtl-desc-block{background:#0d0c3a;border-radius:30px;padding:50px;border:2px solid #fd795133}
.dtl-desc-block h2{color:#FCFCFC;font-size:32px;margin:0 0 25px;position:relative;display:inline-block}
.dtl-desc-block h2::before{content:'';position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:6px;height:100%;background:#FD7951;border-radius:3px}
.dtl-desc-block p{color:#fcfcfce6;line-height:1.7;margin:0 0 20px;font-size:16px}
.dtl-desc-block strong{color:#FD7951;font-weight:600}
.dtl-desc-block ul,.dtl-desc-block ol{color:#FCFCFC;line-height:1.8;margin:20px 0;padding-left:25px}
.dtl-desc-block li{margin:12px 0;font-size:16px}
.dtl-desc-block dl{margin:25px 0;display:grid;grid-template-columns:200px 1fr;gap:15px 30px}
.dtl-desc-block dt{color:#FD7951;font-weight:600;font-size:16px}
.dtl-desc-block dd{color:#FCFCFC;margin:0;font-size:16px}
.dtl-desc-block figure{margin:30px 0;padding:25px;background:linear-gradient(135deg,#fd79511a 0%,#11104e4d 100%);border-radius:20px}
.dtl-desc-block figcaption{color:#fcfcfccc;font-size:14px;margin-top:10px}
.dtl-desc-block details{background:#fd795114;border-radius:15px;padding:20px;margin:20px 0;border-left:4px solid #FD7951}
.dtl-desc-block summary{color:#FD7951;font-weight:600;cursor:pointer;font-size:17px}
.dtl-cta-section{background:linear-gradient(135deg,#11104E 0%,#1a1865 100%);padding:70px 20px;position:relative}
.dtl-cta-section::after{content:'';position:absolute;bottom:-50%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,#fd795133 0%,transparent 70%);border-radius:50%}
.dtl-cta-wrap{max-width:960px;margin:0 auto;text-align:center;position:relative;z-index:2}
.dtl-cta-wrap h2{font-size:36px;color:#FCFCFC;margin:0 0 20px}
.dtl-cta-wrap p{color:#fcfcfccc;font-size:18px;margin:0 0 35px;line-height:1.6}
.dtl-cta-btn{display:inline-block;background:#FD7951;color:#11104E;padding:18px 50px;border-radius:30px;text-decoration:none;font-weight:700;font-size:18px;transition:all .2s;box-shadow:0 8px 25px #fd795166}
.dtl-cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #fd795180;background:#ff8a68}
.dtl-meta-extra{background:#0d0c3a;padding:50px 20px;border-top:1px solid #fd795133}
.dtl-meta-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.dtl-info-card{background:linear-gradient(135deg,#1a1865 0%,#11104E 100%);border-radius:25px;padding:35px;text-align:center;border:2px solid #fd795133;transition:all .2s}
.dtl-info-card:hover{transform:translateY(-5px);border-color:#FD7951;box-shadow:0 10px 30px #fd79514d}
.dtl-info-icon{font-size:42px;color:#FD7951;margin:0 0 15px}
.dtl-info-label{font-size:14px;color:#fcfcfcb3;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px}
.dtl-info-value{font-size:22px;color:#FCFCFC;font-weight:700;margin:0}
@media (max-width: 768px) {
.dtl-hero-wrap{grid-template-columns:1fr;gap:30px}
.dtl-hero{padding:50px 20px 40px}
.dtl-hero-content h1{font-size:32px}
.dtl-price-card{padding:25px}
.dtl-price-main{font-size:38px}
.dtl-program-block,.dtl-desc-block{padding:30px 25px}
.dtl-program-block h2,.dtl-desc-block h2{font-size:26px}
.dtl-desc-block dl{grid-template-columns:1fr;gap:8px}
.dtl-desc-block dd{margin-bottom:20px}
.dtl-meta-grid{grid-template-columns:1fr;gap:20px}
.dtl-cta-wrap h2{font-size:28px}
.dtl-cta-btn{padding:15px 40px;font-size:16px}
}
.blg-wrap{max-width:960px;margin:0 auto;padding:60px 20px;background:#0a0a1f;color:#FCFCFC}
.blg-top{margin-bottom:50px;padding-bottom:40px;border-bottom:1px solid #fd795133}
.blg-top h1{font-size:42px;line-height:1.3;margin:0 0 25px;color:#FCFCFC;position:relative;padding-left:20px}
.blg-top h1::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#FD7951 0%,#11104E 100%);border-radius:30px}
.post-meta-container{display:flex;gap:35px;flex-wrap:wrap;align-items:center;font-size:15px;color:#fcfcfcb3}
.meta-item{display:flex;align-items:center;gap:8px}
.meta-icon{width:18px;height:18px;fill:#FD7951}
.print-bt{background:linear-gradient(135deg,#FD7951 0%,#ff9570 100%);border:none;color:#11104E;padding:12px 28px;border-radius:25px;cursor:pointer;font-size:15px;font-weight:600;transition:all 180ms ease;display:inline-flex;align-items:center;gap:10px;margin-left:auto}
.print-bt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fd795166}
.print-bt:active{transform:translateY(0)}
.featured-img-wrap{margin-bottom:60px;border-radius:30px;overflow:hidden;position:relative}
.featured-img-wrap img{width:100%;height:auto;display:block;border:2px solid #fd79514d;border-radius:30px}
.article-content-zone{line-height:1.8;font-size:17px;color:#fcfcfce6}
.article-content-zone p{margin:0 0 25px}
.article-content-zone h2{font-size:32px;margin:50px 0 25px;color:#FD7951;position:relative;padding-bottom:15px}
.article-content-zone h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#FD7951 0%,transparent 100%);border-radius:30px}
.article-content-zone h4{font-size:22px;margin:35px 0 20px;color:#FCFCFC;font-weight:600}
.article-content-zone strong{color:#FD7951;font-weight:600}
.article-content-zone mark{background:#fd795140;color:#FCFCFC;padding:2px 8px;border-radius:5px}
.article-content-zone blockquote{margin:35px 0;padding:25px 30px 25px 70px;background:#11104e80;border-left:5px solid #FD7951;border-radius:20px;position:relative;font-style:italic;color:#fcfcfcf2}
.article-content-zone blockquote::before{content:'"';position:absolute;left:20px;top:15px;font-size:60px;color:#fd79514d;line-height:1;font-family:Georgia,serif}
.article-content-zone cite{display:block;margin-top:15px;font-size:15px;color:#fd7951e6;font-style:normal}
.article-content-zone time{color:#FD7951;font-weight:500}
.article-content-zone table{width:100%;margin:40px 0;border-collapse:separate;border-spacing:0;border-radius:20px;overflow:hidden;background:#11104e4d;border:1px solid #fd795133}
.article-content-zone thead{background:#fd795133}
.article-content-zone thead tr th{padding:18px 20px;text-align:left;font-weight:600;color:#FD7951;font-size:16px}
.article-content-zone tbody tr{transition:background 200ms ease}
.article-content-zone tbody tr:hover{background:#fd795114}
.article-content-zone tbody tr td{padding:16px 20px;border-top:1px solid #fd79511a;color:#fcfcfcd9}
.article-content-zone tfoot{background:#11104e80}
.article-content-zone tfoot tr td{padding:16px 20px;font-weight:600;color:#FCFCFC}
.article-content-zone caption{caption-side:bottom;padding:15px;font-size:14px;color:#fcfcfc99;font-style:italic}
.cta-zone{margin-top:70px;padding:45px;background:linear-gradient(135deg,#fd795126 0%,#11104e99 100%);border-radius:30px;text-align:center;border:2px solid #fd795140}
.cta-zone h3{font-size:28px;margin:0 0 20px;color:#FCFCFC}
.cta-zone p{margin:0 0 30px;color:#fcfcfccc;font-size:16px}
.cta-btn{display:inline-block;background:#FD7951;color:#11104E;padding:15px 40px;border-radius:30px;text-decoration:none;font-weight:600;transition:all 200ms ease;font-size:16px}
.cta-btn:hover{background:#ff9570;transform:translateY(-3px);box-shadow:0 10px 25px #fd795180}
@media print {
.print-bt,.cta-zone,.post-meta-container .meta-item:nth-child(3),.post-meta-container .meta-item:nth-child(4){display:none}
.blg-wrap{padding:0;background:#fff;color:#000}
.blg-top h1,.article-content-zone h2,.article-content-zone h4{color:#000}
.article-content-zone{color:#000}
.article-content-zone blockquote{background:#f5f5f5;border-left-color:#333}
.article-content-zone table{border:1px solid #333;background:#fff}
.article-content-zone thead{background:#f0f0f0}
.article-content-zone thead tr th{color:#000}
.article-content-zone tbody tr td{color:#000}
}
@media (max-width: 768px) {
.blg-wrap{padding:40px 16px}
.blg-top h1{font-size:32px}
.post-meta-container{gap:20px}
.print-bt{margin-left:0;width:100%;justify-content:center}
.article-content-zone{font-size:16px}
.article-content-zone h2{font-size:26px}
.article-content-zone h4{font-size:20px}
.article-content-zone table{font-size:14px}
.article-content-zone thead tr th,.article-content-zone tbody tr td,.article-content-zone tfoot tr td{padding:12px 10px}
.cta-zone{padding:30px 20px}
.cta-zone h3{font-size:24px}
}
@media (max-width: 480px) {
.blg-top h1{font-size:26px;padding-left:15px}
.post-meta-container{flex-direction:column;align-items:flex-start;gap:12px}
.article-content-zone blockquote{padding:20px 20px 20px 50px}
.article-content-zone blockquote::before{font-size:45px;left:10px}
}
.sc-pg{background:linear-gradient(180deg,#0a0a1f 0%,#11104E 50%,#0a0a1f 100%);min-height:100vh;padding-bottom:80px}
.sc-pg .intro-zone{background:radial-gradient(ellipse at top,#fd79511f 0%,transparent 70%);padding:120px 20px 80px;text-align:center;position:relative;overflow:hidden}
.sc-pg .intro-zone::before{content:'';position:absolute;top:-50%;left:50%;width:200%;height:200%;background:radial-gradient(circle,#fd795114 0%,transparent 60%);transform:translateX(-50%);pointer-events:none}
.sc-pg .intro-zone .content-wrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.sc-pg .intro-zone h1{font-size:3.2rem;color:#FCFCFC;margin-bottom:20px;font-weight:700;line-height:1.2}
.sc-pg .intro-zone .tagline{font-size:1.25rem;color:#fcfcfcbf;line-height:1.6;max-width:720px;margin:0 auto 40px}
.sc-pg .intro-zone .highlight-term{color:#FD7951;font-weight:600}
.sc-pg .crse-grid{max-width:960px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:32px}
.sc-pg .crse-card{background:linear-gradient(145deg,#11104e99 0%,#11104e4d 100%);border:1px solid #fd795133;border-radius:28px;overflow:hidden;transition:all 220ms ease;position:relative}
.sc-pg .crse-card:hover{transform:translateY(-6px);border-color:#fd795180;box-shadow:0 12px 32px #fd795126}
.sc-pg .crse-card .img-box{width:100%;height:240px;overflow:hidden;position:relative;background:linear-gradient(135deg,#11104E 0%,#1a1964 100%)}
.sc-pg .crse-card .img-box img{width:100%;height:100%;object-fit:cover;transition:transform 300ms ease}
.sc-pg .crse-card:hover .img-box img{transform:scale(1.08)}
.sc-pg .crse-card .meta-row{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;z-index:3}
.sc-pg .crse-card .tag-label{background:#fd7951f2;color:#11104E;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.3px}
.sc-pg .crse-card .user-type{background:#fcfcfcf2;color:#11104E;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600}
.sc-pg .crse-card .info-section{padding:28px 24px}
.sc-pg .crse-card .info-section h2{font-size:1.6rem;color:#FCFCFC;margin-bottom:12px;line-height:1.3;font-weight:700}
.sc-pg .crse-card .info-section .brief{color:#fcfcfcb3;line-height:1.65;font-size:.95rem;margin-bottom:24px}
.sc-pg .crse-card .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}
.sc-pg .crse-card .detail-item{display:flex;flex-direction:column;gap:4px}
.sc-pg .crse-card .detail-item .label-txt{font-size:.75rem;color:#fcfcfc80;text-transform:uppercase;letter-spacing:.8px;font-weight:600}
.sc-pg .crse-card .detail-item .value-txt{font-size:1rem;color:#FD7951;font-weight:600}
.sc-pg .crse-card .price-zone{background:linear-gradient(135deg,#fd79511a 0%,#fd79510d 100%);padding:20px 24px;border-top:1px solid #fd795133;display:flex;justify-content:space-between;align-items:center;gap:16px}
.sc-pg .crse-card .price-info{flex:1}
.sc-pg .crse-card .price-info .amt{font-size:2rem;color:#FCFCFC;font-weight:700;display:block;margin-bottom:4px}
.sc-pg .crse-card .price-info .terms{font-size:.85rem;color:#fcfcfc99;line-height:1.4}
.sc-pg .crse-card .price-info .note-spec{font-size:.75rem;color:#fd7951cc;margin-top:4px;font-style:italic}
.sc-pg .crse-card .act-btn{background:linear-gradient(135deg,#FD7951 0%,#ff8c66 100%);color:#11104E;padding:14px 32px;border-radius:24px;text-decoration:none;font-weight:700;font-size:.95rem;transition:all 200ms ease;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #fd79514d}
.sc-pg .crse-card .act-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #fd795180;background:linear-gradient(135deg,#ff8c66 0%,#FD7951 100%)}
.sc-pg .extra-stats{position:absolute;bottom:16px;left:24px;right:24px;display:flex;justify-content:space-between;gap:16px;font-size:.8rem;color:#fcfcfc80;pointer-events:none}
.sc-pg .value-block{background:linear-gradient(135deg,#11104ecc 0%,#11104e66 100%);border:1px solid #fd795126;border-radius:32px;padding:60px 40px;max-width:960px;margin:80px auto 0;position:relative;overflow:hidden}
.sc-pg .value-block::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#fd795126 0%,transparent 70%);border-radius:50%;pointer-events:none}
.sc-pg .value-block .content-wrap{max-width:960px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.sc-pg .value-block h2{font-size:2.4rem;color:#FCFCFC;margin-bottom:24px;font-weight:700;text-align:center}
.sc-pg .value-block .desc{color:#fcfcfcbf;line-height:1.7;font-size:1.05rem;text-align:center;max-width:740px;margin:0 auto 40px}
.sc-pg .value-block .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}
.sc-pg .value-block .feat-item{text-align:center;padding:24px;background:linear-gradient(145deg,#fd795114 0%,#fd795105 100%);border-radius:24px;border:1px solid #fd795126;transition:all 220ms ease}
.sc-pg .value-block .feat-item:hover{border-color:#fd795166;transform:translateY(-4px);box-shadow:0 8px 24px #fd79511f}
.sc-pg .value-block .feat-item .icon-box{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg,#FD7951 0%,#ff8c66 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#11104E}
.sc-pg .value-block .feat-item h3{font-size:1.2rem;color:#FCFCFC;margin-bottom:8px;font-weight:600}
.sc-pg .value-block .feat-item p{color:#fcfcfca6;font-size:.9rem;line-height:1.6}
.sc-pg .approach-section{max-width:960px;margin:80px auto 0;padding:0 20px}
.sc-pg .approach-section h2{font-size:2.6rem;color:#FCFCFC;margin-bottom:20px;font-weight:700;position:relative;padding-left:28px}
.sc-pg .approach-section h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#FD7951 0%,#ff8c66 100%);border-radius:3px}
.sc-pg .approach-section .intro-txt{color:#fcfcfcbf;font-size:1.1rem;line-height:1.75;margin-bottom:48px}
.sc-pg .approach-section .steps-container{display:flex;flex-direction:column;gap:24px}
.sc-pg .approach-section .step-card{background:linear-gradient(100deg,#11104e80 0%,#11104e33 100%);border-left:4px solid #FD7951;border-radius:20px;padding:32px;display:flex;gap:24px;align-items:flex-start;transition:all 200ms ease}
.sc-pg .approach-section .step-card:hover{background:linear-gradient(100deg,#11104eb3 0%,#11104e66 100%);transform:translateX(8px);box-shadow:-4px 0 16px #fd795133}
.sc-pg .approach-section .step-num{width:56px;height:56px;background:linear-gradient(135deg,#FD7951 0%,#ff8c66 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#11104E;flex-shrink:0}
.sc-pg .approach-section .step-content h3{font-size:1.4rem;color:#FCFCFC;margin-bottom:12px;font-weight:600}
.sc-pg .approach-section .step-content p{color:#fcfcfcb3;line-height:1.7;font-size:.95rem}
@media (max-width: 960px) {
.sc-pg .crse-grid{grid-template-columns:1fr}
.sc-pg .value-block .feat-grid{grid-template-columns:1fr}
.sc-pg .intro-zone h1{font-size:2.4rem}
}
@media (max-width: 640px) {
.sc-pg .intro-zone{padding:80px 20px 60px}
.sc-pg .intro-zone h1{font-size:2rem}
.sc-pg .intro-zone .tagline{font-size:1.05rem}
.sc-pg .crse-card .detail-grid{grid-template-columns:1fr}
.sc-pg .crse-card .price-zone{flex-direction:column;align-items:flex-start}
.sc-pg .crse-card .act-btn{width:100%;text-align:center}
.sc-pg .value-block{padding:40px 24px}
.sc-pg .value-block h2{font-size:1.8rem}
.sc-pg .approach-section h2{font-size:2rem}
.sc-pg .approach-section .step-card{flex-direction:column;padding:24px}
}
.hro{position:relative;width:100%;height:620px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#0a0a1e}
.hro-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3}
.hro-ovr{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#11104ed9 0%,#0b0a2deb 100%)}
.hro-shp{position:absolute;border-radius:50%;background:#fd79511f;animation:flt 8s ease-in-out infinite}
.hro-shp:nth-child(2){width:280px;height:280px;top:10%;right:8%;animation-delay:1s}
.hro-shp:nth-child(3){width:180px;height:180px;bottom:15%;left:12%;animation-delay:2.5s}
@keyframes flt {
0%,100%{transform:translateY(0px) scale(1)}
50%{transform:translateY(-25px) scale(1.08)}
}
.hro-cnt{position:relative;z-index:3;text-align:center;max-width:820px;padding:0 24px}
.hro-tag{display:inline-block;font-size:13px;font-weight:600;color:#FD7951;text-transform:uppercase;letter-spacing:1.8px;margin-bottom:18px;padding:8px 20px;border:1.5px solid #fd795166;border-radius:28px;background:#fd795114}
.hro-title{font-size:54px;font-weight:700;line-height:1.2;color:#FCFCFC;margin:0 0 22px}
.hro-title .acnt{color:#FD7951;position:relative;display:inline-block}
.hro-title .acnt::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#FD7951,transparent)}
.hro-desc{font-size:19px;line-height:1.7;color:#fcfcfcd1;margin:0 0 32px}
.hro-bt{display:inline-block;padding:15px 38px;font-size:16px;font-weight:600;color:#11104E;background:#FD7951;border:none;border-radius:32px;text-decoration:none;transition:all 220ms ease;box-shadow:0 6px 24px #fd79514d}
.hro-bt:hover{background:#ff8a68;box-shadow:0 10px 32px #fd795173;transform:translateY(-2px)}
.fdbck-wrp{background:linear-gradient(165deg,#0d0c2e 0%,#11104E 100%);padding:95px 24px;position:relative;overflow:hidden}
.fdbck-wrp::before{content:'';position:absolute;top:-120px;right:-80px;width:350px;height:350px;background:radial-gradient(circle,#fd79511a 0%,transparent 70%);border-radius:50%}
.fdbck-container{max-width:960px;margin:0 auto}
.fdbck-hdr{text-align:center;margin-bottom:68px}
.fdbck-hdr h2{font-size:42px;font-weight:700;color:#FCFCFC;margin:0 0 16px;position:relative;display:inline-block}
.fdbck-hdr h2::before{content:'';position:absolute;left:-50px;top:50%;width:35px;height:2px;background:#FD7951}
.fdbck-hdr h2::after{content:'';position:absolute;right:-50px;top:50%;width:35px;height:2px;background:#FD7951}
.fdbck-subhdr{font-size:17px;color:#fcfcfcb3;line-height:1.6}
.fdbck-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.fdbck-card{background:#fcfcfc0a;border:1px solid #fd795133;border-radius:24px;padding:32px 28px;transition:all 200ms ease}
.fdbck-card:hover{background:#fcfcfc12;border-color:#fd795166;transform:translateY(-4px);box-shadow:0 12px 28px #fd795126}
.fdbck-card-icon{width:56px;height:56px;margin-bottom:22px}
.fdbck-card-icon svg{width:100%;height:100%}
.fdbck-card h3{font-size:22px;font-weight:600;color:#FD7951;margin:0 0 14px}
.fdbck-card p{font-size:15px;line-height:1.7;color:#fcfcfcbf;margin:0}
.tls-sec{background:#0a0a1f;padding:90px 24px;position:relative}
.tls-sec::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#fd79514d,transparent)}
.tls-container{max-width:960px;margin:0 auto}
.tls-top{display:grid;grid-template-columns:1fr 1.1fr;gap:65px;align-items:center;margin-bottom:72px}
.tls-txt h2{font-size:40px;font-weight:700;color:#FCFCFC;margin:0 0 18px;line-height:1.25}
.tls-txt .hl{color:#FD7951;position:relative}
.tls-txt .hl::before{content:'';position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#FD7951;border-radius:50%}
.tls-txt p{font-size:16px;line-height:1.75;color:#fcfcfcbf;margin:0 0 14px}
.tls-img{border-radius:28px;overflow:hidden;box-shadow:0 14px 36px #0006;position:relative}
.tls-img::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fd795126 0%,#11104e4d 100%);z-index:1}
.tls-img img{width:100%;height:420px;object-fit:cover;display:block}
.tls-features{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.tls-ft{background:linear-gradient(135deg,#11104e80 0%,#0b0a2899 100%);border:1px solid #fd795126;border-radius:22px;padding:36px 32px;position:relative;overflow:hidden;transition:all 190ms ease}
.tls-ft::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#fd795114 0%,transparent 60%);opacity:0;transition:opacity 190ms ease}
.tls-ft:hover::before{opacity:1}
.tls-ft:hover{border-color:#fd795159;transform:translateX(5px)}
.tls-ft-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#fd79511f;border-radius:18px;margin-bottom:20px;position:relative}
.tls-ft-icon svg{width:32px;height:32px}
.tls-ft h4{font-size:20px;font-weight:600;color:#FCFCFC;margin:0 0 12px;position:relative;display:inline-block}
.tls-ft h4::after{content:'';position:absolute;bottom:-3px;left:0;width:40px;height:2px;background:#FD7951}
.tls-ft p{font-size:15px;line-height:1.7;color:#fcfcfcb3;margin:0}
@media (max-width: 768px) {
.hro{height:520px}
.hro-title{font-size:38px}
.hro-desc{font-size:17px}
.hro-shp{display:none}
.fdbck-wrp{padding:70px 24px}
.fdbck-hdr h2{font-size:34px}
.fdbck-hdr h2::before,.fdbck-hdr h2::after{display:none}
.fdbck-grid{grid-template-columns:1fr;gap:24px}
.tls-sec{padding:70px 24px}
.tls-top{grid-template-columns:1fr;gap:45px;margin-bottom:50px}
.tls-txt h2{font-size:32px}
.tls-img img{height:300px}
.tls-features{grid-template-columns:1fr;gap:24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hro{height:560px}
.hro-title{font-size:46px}
.fdbck-grid{grid-template-columns:repeat(2,1fr)}
.tls-top{gap:50px}
}
.pg-wpr{max-width:960px;margin:0 auto;padding:0 20px}
.circular-intro{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;padding:80px 0;background:linear-gradient(135deg,#11104E 0%,#1a1966 100%);overflow:hidden}
.circular-intro::before,.circular-intro::after{content:'';position:absolute;border:1px solid #fd795126;border-radius:50%}
.circular-intro::before{width:480px;height:480px;top:50%;left:50%;transform:translate(-50%,-50%)}
.circular-intro::after{width:680px;height:680px;top:50%;left:50%;transform:translate(-50%,-50%)}
.ci-img-holder{position:absolute;width:320px;height:320px;border-radius:50%;overflow:hidden;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #0006 inset 0 0 40px #fd795133}
.ci-img-holder img{width:100%;height:100%;object-fit:cover}
.ci-txt-center{position:relative;z-index:2;text-align:center;max-width:540px;padding:0 20px}
.ci-txt-center h1{font-size:2.8rem;color:#FCFCFC;margin:0 0 16px;line-height:1.2;text-shadow:0 2px 12px #0000004d}
.story-dual{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:100px 0;background:#0a0a28;align-items:center}
.sd-visual{position:relative}
.sd-visual img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:0 12px 32px #00000080}
.sd-content h2{font-size:2.2rem;color:#FD7951;margin:0 0 24px;line-height:1.3}
.sd-content p{color:#d4d4e8;font-size:1.05rem;line-height:1.7;margin:0 0 20px}
.journey-grid{padding:90px 0;background:linear-gradient(180deg,#11104E 0%,#0d0c3a 100%)}
.jg-header{text-align:center;margin-bottom:60px}
.jg-header h2{font-size:2.4rem;color:#FCFCFC;margin:0 0 16px}
.jg-header p{color:#b8b8d2;font-size:1.1rem;max-width:640px;margin:0 auto;line-height:1.6}
.jg-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.jg-card{background:#fcfcfc08;border:1px solid #fd79511f;border-radius:24px;padding:36px 28px;transition:transform 0.2s,box-shadow 0.2s,border-color .2s}
.jg-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #fd795126;border-color:#fd79514d}
.jg-card h3{font-size:1.4rem;color:#FD7951;margin:0 0 16px}
.jg-card p{color:#c8c8dc;font-size:.98rem;line-height:1.6;margin:0}
.principles-block{padding:100px 0;background:#0a0a28}
.pb-layout{display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:start}
.pb-img-side img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:0 14px 36px #0009}
.pb-text-side h2{font-size:2.3rem;color:#FCFCFC;margin:0 0 32px}
.pb-text-side h2::before{content:'';display:block;width:64px;height:4px;background:linear-gradient(90deg,#FD7951 0%,#fd79514d 100%);margin-bottom:20px;border-radius:2px}
.pb-list{list-style:none;padding:0;margin:0}
.pb-list li{padding:24px 0;border-bottom:1px solid #fd795114;color:#d4d4e8;font-size:1.05rem;line-height:1.7}
.pb-list li:last-child{border-bottom:none}
.pb-list li strong{color:#FD7951;font-weight:600}
@media (max-width: 768px) {
.circular-intro{min-height:420px;padding:60px 0}
.circular-intro::before{width:340px;height:340px}
.circular-intro::after{width:480px;height:480px}
.ci-img-holder{width:240px;height:240px}
.ci-txt-center h1{font-size:2rem}
.story-dual{grid-template-columns:1fr;gap:40px;padding:60px 0}
.sd-visual img{height:320px}
.sd-content h2{font-size:1.8rem}
.journey-grid{padding:60px 0}
.jg-header h2{font-size:1.9rem}
.jg-cards{grid-template-columns:1fr;gap:24px}
.principles-block{padding:60px 0}
.pb-layout{grid-template-columns:1fr;gap:40px}
.pb-img-side img{height:360px}
.pb-text-side h2{font-size:1.9rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.circular-intro::before{width:420px;height:420px}
.circular-intro::after{width:600px;height:600px}
.ci-img-holder{width:280px;height:280px}
.jg-cards{grid-template-columns:repeat(2,1fr)}
.pb-layout{grid-template-columns:320px 1fr;gap:50px}
.pb-img-side img{height:420px}
}
.contact-title-wrap{display:flex;align-items:center;gap:0;max-width:960px;margin:0 auto 80px;background:linear-gradient(135deg,#11104ef2 0%,#11104ed9 100%);border-radius:32px;overflow:hidden;box-shadow:0 8px 24px #0006}
.contact-txt-area{flex:1;padding:60px 50px}
.contact-txt-area h1{font-size:42px;line-height:1.2;color:#FCFCFC;margin:0 0 20px;font-weight:700}
.contact-txt-area .sub-line{font-size:18px;line-height:1.6;color:#fcfcfcd9;margin:0 0 30px}
.contact-btn-row{display:flex;gap:15px;flex-wrap:wrap}
.contact-btn-row a{display:inline-block;padding:14px 28px;background:#FD7951;color:#FCFCFC;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #fd79514d}
.contact-btn-row a:hover{background:#fd7951e6;transform:translateY(-2px);box-shadow:0 6px 16px #fd795166}
.contact-btn-row a.secondary-bt{background:transparent;border:2px solid #FD7951;color:#FD7951;box-shadow:none}
.contact-btn-row a.secondary-bt:hover{background:#fd79511a;border-color:#fd7951e6}
.contact-img-zone{flex:1;position:relative;min-height:400px}
.contact-img-zone img{width:100%;height:100%;object-fit:cover;filter:sepia(0.15) contrast(1.1)}
.contact-img-zone::before{content:'';position:absolute;top:20px;right:20px;width:80px;height:80px;background:radial-gradient(circle,#fd79514d 0%,transparent 70%);border-radius:50%;z-index:1}
.form-main-container{max-width:680px;margin:0 auto 100px;padding:0 20px}
.form-main-container h2{font-size:36px;color:#FCFCFC;margin:0 0 16px;text-align:center}
.form-main-container .intro-txt{font-size:17px;line-height:1.6;color:#fcfcfccc;text-align:center;margin:0 0 50px}
.contact-form-wrapper{background:linear-gradient(145deg,#11104e99 0%,#11104e66 100%);padding:50px 45px;border-radius:28px;border:1px solid #fd795133;box-shadow:0 12px 32px #00000080}
.contact-form-wrapper form{display:flex;flex-direction:column;gap:0}
.form-field-group{margin-bottom:28px}
.form-field-group label{display:block;font-size:15px;font-weight:600;color:#FCFCFC;margin-bottom:10px}
.form-field-group input[type="text"],.form-field-group input[type="email"],.form-field-group textarea,.form-field-group select{width:100%;padding:16px 20px;background:#fcfcfc14;border:2px solid #fd79514d;border-radius:20px;font-size:16px;color:#FCFCFC;transition:all .2s;box-sizing:border-box}
.form-field-group input::placeholder,.form-field-group textarea::placeholder{color:#fcfcfc66}
.form-field-group input:focus,.form-field-group textarea:focus,.form-field-group select:focus{outline:none;border-color:#FD7951;background:#fcfcfc1f;box-shadow:0 0 0 4px #fd795126}
.form-field-group textarea{min-height:140px;resize:vertical}
.form-field-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FD7951' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;cursor:pointer}
.interest-toggle-section{margin-bottom:28px}
.interest-options{display:flex;gap:15px;margin-bottom:20px}
.interest-options input[type="radio"]{display:none}
.interest-options label{flex:1;padding:14px 20px;background:#fcfcfc0f;border:2px solid #fd795140;border-radius:20px;text-align:center;cursor:pointer;transition:all .2s;font-size:15px;font-weight:600;color:#fcfcfcb3}
.interest-options input[type="radio"]:checked + label{background:#fd795133;border-color:#FD7951;color:#FCFCFC;box-shadow:0 4px 12px #fd795140}
.interest-options label:hover{border-color:#fd795180;background:#fcfcfc1a}
.conditional-area{max-height:0;overflow:hidden;opacity:0;transition:max-height 0.3s,opacity 0.3s,margin .3s}
#interest-workshop:checked ~ .conditional-area.workshop-details,#interest-consultation:checked ~ .conditional-area.consultation-details{max-height:500px;opacity:1;margin-top:20px}
.privacy-box{margin-bottom:30px;padding:18px 22px;background:#fd795114;border-radius:18px;border:1px solid #fd795140}
.privacy-box label{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.6;color:#fcfcfcd9;cursor:pointer;margin:0}
.privacy-box input[type="checkbox"]{margin-top:4px;width:20px;height:20px;accent-color:#FD7951;cursor:pointer;flex-shrink:0}
.privacy-box a{color:#FD7951;text-decoration:underline;transition:color .2s}
.privacy-box a:hover{color:#fd7951cc}
.submit-area{text-align:center}
.submit-area button{padding:16px 50px;background:linear-gradient(135deg,#FD7951 0%,#fd7951d9 100%);color:#FCFCFC;border:none;border-radius:26px;font-size:17px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 6px 18px #fd795166}
.submit-area button:hover{transform:translateY(-3px);box-shadow:0 10px 24px #fd795180;background:linear-gradient(135deg,#fd7951f2 0%,#FD7951 100%)}
.submit-area button:active{transform:translateY(-1px)}
@media (max-width: 768px) {
.contact-title-wrap{flex-direction:column;margin-bottom:60px}
.contact-txt-area{padding:40px 30px}
.contact-txt-area h1{font-size:32px}
.contact-img-zone{min-height:280px;width:100%}
.contact-btn-row{flex-direction:column}
.contact-btn-row a{text-align:center}
.form-main-container h2{font-size:28px}
.contact-form-wrapper{padding:35px 25px}
.interest-options{flex-direction:column}
.submit-area button{width:100%;padding:16px 30px}
}
@media (max-width: 480px) {
.contact-txt-area h1{font-size:26px}
.contact-txt-area .sub-line{font-size:16px}
.form-main-container h2{font-size:24px}
.contact-form-wrapper{padding:30px 20px}
}
.title-wrap{position:relative;overflow:hidden;background:linear-gradient(135deg,#11104E 0%,#1a1875 100%);padding:120px 20px 100px}
.title-content-ctr{max-width:960px;margin:0 auto;position:relative;z-index:2}
.title-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.title-txt-zone h1{font-size:48px;color:#FCFCFC;margin:0 0 24px;line-height:1.2}
.title-txt-zone .desc-blk{font-size:18px;line-height:1.7;color:#fcfcfcd9;margin:0}
.title-img-zone{position:relative;transform:rotate(-3deg)}
.title-img-zone img{width:100%;height:400px;object-fit:cover;border-radius:30px;box-shadow:0 20px 60px #0006;position:relative}
.title-img-zone::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 40%,#11104e99 100%);border-radius:30px;pointer-events:none}
.shape-float-1{position:absolute;width:300px;height:300px;background:#fd795126;border-radius:50%;top:-100px;right:-50px;animation:float-anim 8s ease-in-out infinite}
.shape-float-2{position:absolute;width:200px;height:200px;background:#fd79511a;border-radius:40px;bottom:-50px;left:-30px;animation:float-anim 6s ease-in-out infinite reverse}
@keyframes float-anim {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-20px) rotate(5deg)}
}
.prog-overview-sec{background:#0a0a2e;padding:90px 20px}
.prog-ctr{max-width:960px;margin:0 auto}
.prog-intro{text-align:center;margin-bottom:60px}
.prog-intro h2{font-size:36px;color:#FCFCFC;margin:0 0 20px}
.prog-intro p{font-size:17px;color:#fcfcfccc;line-height:1.6;max-width:700px;margin:0 auto}
.track-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.track-item{background:linear-gradient(145deg,#1a1875 0%,#11104E 100%);padding:40px 30px;border-radius:25px;border:2px solid #fd795133;transition:all 200ms ease}
.track-item:hover{transform:translateY(-8px);border-color:#fd795199;box-shadow:0 12px 40px #fd795140}
.track-icon{width:60px;height:60px;background:#fd795126;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.track-icon svg{width:30px;height:30px;fill:#FD7951}
.track-item h3{font-size:22px;color:#FCFCFC;margin:0 0 12px}
.track-item p{font-size:15px;color:#fcfcfcbf;line-height:1.6;margin:0}
.modules-display{background:linear-gradient(180deg,#11104E 0%,#0a0a2e 100%);padding:100px 20px}
.mod-ctr{max-width:960px;margin:0 auto}
.mod-header{margin-bottom:50px}
.mod-header h2{font-size:38px;color:#FCFCFC;margin:0 0 16px}
.mod-header .sub-text{font-size:16px;color:#fcfcfcb3;line-height:1.6}
.tabs-wrapper-mod{display:flex;gap:40px}
.tabs-nav-mod{flex:0 0 220px}
.tabs-nav-mod input[type="radio"]{display:none}
.tabs-nav-mod label{display:block;padding:16px 20px;background:#fd79511a;color:#fcfcfccc;border-radius:20px;margin-bottom:12px;cursor:pointer;transition:all 180ms ease;font-size:16px;border:2px solid transparent}
.tabs-nav-mod label:hover{background:#fd795133;color:#FCFCFC}
.tabs-nav-mod input[type="radio"]:checked + label{background:#FD7951;color:#FCFCFC;border-color:#FD7951}
.tabs-content-mod{flex:1}
.tab-panel-mod{display:none;background:#1a187566;padding:35px;border-radius:25px;border:1px solid #fd795133}
#tab-mod-1:checked ~ .tabs-content-mod .panel-mod-1,#tab-mod-2:checked ~ .tabs-content-mod .panel-mod-2,#tab-mod-3:checked ~ .tabs-content-mod .panel-mod-3,#tab-mod-4:checked ~ .tabs-content-mod .panel-mod-4{display:block}
.tab-panel-mod h3{font-size:26px;color:#FCFCFC;margin:0 0 20px}
.lesson-entry{background:#11104e80;padding:18px 22px;border-radius:15px;margin-bottom:14px;display:flex;align-items:center;gap:16px;border-left:4px solid #FD7951}
.lesson-num{font-size:20px;font-weight:700;color:#FD7951;min-width:40px}
.lesson-txt{flex:1}
.lesson-txt h4{font-size:17px;color:#FCFCFC;margin:0 0 6px}
.lesson-txt p{font-size:14px;color:#fcfcfcb3;margin:0;line-height:1.5}
.approach-sec{background:#0a0a2e;padding:90px 20px}
.approach-ctr{max-width:960px;margin:0 auto}
.approach-layout{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:start}
.approach-visual img{width:100%;height:500px;object-fit:cover;border-radius:30px;box-shadow:0 15px 50px #00000080}
.approach-details h2{font-size:40px;color:#FCFCFC;margin:0 0 30px;position:relative;padding-bottom:20px}
.approach-details h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FD7951 0%,transparent 100%)}
.method-card{background:linear-gradient(135deg,#1a1875 0%,#11104E 100%);padding:28px 32px;border-radius:20px;margin-bottom:20px;border:1px solid #fd795126}
.method-card h3{font-size:20px;color:#FD7951;margin:0 0 12px}
.method-card p{font-size:15px;color:#fcfcfccc;line-height:1.7;margin:0}
.enroll-zone{background:linear-gradient(135deg,#11104E 0%,#1a1875 50%,#11104E 100%);padding:100px 20px;position:relative;overflow:hidden}
.enroll-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fd79511a 0%,transparent 70%);border-radius:50%}
.enroll-ctr{max-width:960px;margin:0 auto;position:relative;z-index:2}
.enroll-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.enroll-info h2{font-size:42px;color:#FCFCFC;margin:0 0 24px;line-height:1.2}
.enroll-info p{font-size:17px;color:#fcfcfccc;line-height:1.7;margin:0 0 16px}
.benefits-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.benefits-row svg{width:24px;height:24px;fill:#FD7951;flex-shrink:0}
.benefits-row span{font-size:16px;color:#FCFCFC}
.enroll-form-box{background:#1a187580;padding:40px;border-radius:30px;border:2px solid #fd795133}
.enroll-form-box h3{font-size:28px;color:#FCFCFC;margin:0 0 30px;text-align:center}
.form-grp{margin-bottom:20px}
.form-grp label{display:block;font-size:15px;color:#fcfcfce6;margin-bottom:8px}
.form-grp input,.form-grp select,.form-grp textarea{width:100%;padding:14px 18px;background:#11104e99;border:2px solid #fd79514d;border-radius:15px;color:#FCFCFC;font-size:15px;transition:all 180ms ease;box-sizing:border-box}
.form-grp input:focus,.form-grp select:focus,.form-grp textarea:focus{outline:none;border-color:#FD7951;background:#11104ecc}
.form-grp textarea{resize:vertical;min-height:100px}
.submit-bt{width:100%;padding:16px;background:linear-gradient(135deg,#FD7951 0%,#ff6a3d 100%);color:#FCFCFC;border:none;border-radius:20px;font-size:17px;font-weight:600;cursor:pointer;transition:all 200ms ease;box-shadow:0 6px 20px #fd795166}
.submit-bt:hover{transform:translateY(-3px);box-shadow:0 10px 30px #fd795199}
.submit-bt:active{transform:translateY(-1px)}
@media (max-width: 768px) {
.title-main-grid{grid-template-columns:1fr;gap:40px}
.title-txt-zone h1{font-size:36px}
.title-img-zone{transform:rotate(0deg)}
.title-img-zone img{height:300px}
.track-list{grid-template-columns:1fr}
.tabs-wrapper-mod{flex-direction:column}
.tabs-nav-mod{flex:auto;display:flex;gap:10px;overflow-x:auto}
.tabs-nav-mod label{white-space:nowrap}
.approach-layout{grid-template-columns:1fr;gap:40px}
.approach-visual img{height:350px}
.enroll-grid{grid-template-columns:1fr;gap:40px}
.enroll-info h2{font-size:32px}
}
.pg-tp{background:linear-gradient(165deg,#0a0a2e 0%,#11104E 45%,#1a1a4a 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.pg-tp::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#fd795126 0%,transparent 70%);border-radius:50%;pointer-events:none}
.pg-tp .ct-wrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.pg-tp .mn-hdg{font-size:3.2rem;color:#FCFCFC;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.pg-tp .sb-txt{font-size:1.15rem;color:#fcfcfcbf;line-height:1.6;max-width:680px}
.intro-blk{background:#0d0d35;padding:70px 20px;position:relative}
.intro-blk .ct-wrap{max-width:960px;margin:0 auto}
.intro-blk .intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:40px}
.intro-blk .stat-crd{background:linear-gradient(135deg,#fd795114 0%,#11104e66 100%);padding:32px 28px;border-radius:24px;border:1px solid #fd795133;transition:all 220ms ease;position:relative;overflow:hidden}
.intro-blk .stat-crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FD7951 0%,#fd79514d 100%);opacity:0;transition:opacity 220ms ease}
.intro-blk .stat-crd:hover{transform:translateY(-4px);border-color:#fd795180;box-shadow:0 12px 28px #fd795126}
.intro-blk .stat-crd:hover::before{opacity:1}
.intro-blk .stat-num{font-size:2.8rem;color:#FD7951;font-weight:700;margin:0 0 8px;display:block}
.intro-blk .stat-lbl{font-size:1rem;color:#FCFCFC;font-weight:500;display:block;margin-bottom:12px}
.intro-blk .stat-desc{font-size:.9rem;color:#fcfcfca6;line-height:1.5}
.intro-blk .intro-tx{font-size:1.05rem;color:#fcfcfccc;line-height:1.75;margin-bottom:24px}
.blog-lst{background:linear-gradient(180deg,#0d0d35 0%,#11104E 100%);padding:80px 20px 90px}
.blog-lst .ct-wrap{max-width:960px;margin:0 auto}
.blog-lst .sec-hdg{font-size:2.4rem;color:#FCFCFC;margin:0 0 50px;font-weight:700;text-align:center}
.blog-lst .pst-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px}
.blog-lst .pst-crd{background:#11104e80;border-radius:28px;overflow:hidden;transition:all 250ms cubic-bezier(0.4,0,0.2,1);border:1px solid #fcfcfc14;display:flex;flex-direction:column}
.blog-lst .pst-crd:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0006 0 0 0 1px #fd79514d}
.blog-lst .pst-img-wrp{width:100%;height:220px;overflow:hidden;position:relative;background:linear-gradient(135deg,#fd795133 0%,#11104ecc 100%)}
.blog-lst .pst-img-wrp img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}
.blog-lst .pst-crd:hover .pst-img-wrp img{transform:scale(1.08)}
.blog-lst .pst-cnt{padding:28px 24px 24px;flex-grow:1;display:flex;flex-direction:column}
.blog-lst .pst-ttl{font-size:1.35rem;color:#FCFCFC;margin:0 0 14px;font-weight:600;line-height:1.4;transition:color 200ms ease}
.blog-lst .pst-crd:hover .pst-ttl{color:#FD7951}
.blog-lst .pst-desc{font-size:.95rem;color:#fcfcfcb3;line-height:1.6;margin-bottom:20px;flex-grow:1}
.blog-lst .pst-meta{display:flex;flex-wrap:wrap;gap:16px;align-items:center;padding-top:16px;border-top:1px solid #fcfcfc1a}
.blog-lst .meta-itm{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#fcfcfc99}
.blog-lst .meta-itm svg{width:16px;height:16px;fill:#fd7951b3}
.blog-lst .pst-dt{color:#fcfcfc8c;font-size:.85rem}
.cta-blk{background:linear-gradient(145deg,#11104E 0%,#0a0a2e 100%);padding:90px 20px;position:relative;overflow:hidden}
.cta-blk::after{content:'';position:absolute;bottom:-40%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,#fd79511f 0%,transparent 65%);border-radius:50%;pointer-events:none}
.cta-blk .ct-wrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.cta-blk .cta-inr{background:linear-gradient(135deg,#fd79511a 0%,#11104e99 100%);border:2px solid #fd795140;border-radius:32px;padding:60px 40px;text-align:center}
.cta-blk .cta-hdg{font-size:2.2rem;color:#FCFCFC;margin:0 0 18px;font-weight:700}
.cta-blk .cta-txt{font-size:1.1rem;color:#fcfcfcbf;line-height:1.65;margin-bottom:36px;max-width:680px;margin-left:auto;margin-right:auto}
.cta-blk .cta-btn{display:inline-block;background:linear-gradient(135deg,#FD7951 0%,#e8693f 100%);color:#FCFCFC;padding:16px 44px;border-radius:30px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all 200ms ease;box-shadow:0 8px 24px #fd79514d;position:relative;z-index:10}
.cta-blk .cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #fd795173;background:linear-gradient(135deg,#ff865f 0%,#FD7951 100%)}
.cta-blk .cta-btn:active{transform:translateY(0)}
@media (max-width: 768px) {
.pg-tp{padding:60px 20px 50px}
.pg-tp .mn-hdg{font-size:2.2rem}
.pg-tp .sb-txt{font-size:1rem}
.intro-blk{padding:50px 20px}
.intro-blk .intro-grid{grid-template-columns:1fr;gap:24px}
.blog-lst{padding:60px 20px 70px}
.blog-lst .sec-hdg{font-size:2rem;margin-bottom:36px}
.blog-lst .pst-grid{grid-template-columns:1fr;gap:24px}
.cta-blk{padding:70px 20px}
.cta-blk .cta-inr{padding:40px 24px}
.cta-blk .cta-hdg{font-size:1.75rem}
.cta-blk .cta-txt{font-size:1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.blog-lst .pst-grid{grid-template-columns:repeat(2,1fr)}
}
.success-wrap{background:linear-gradient(165deg,#0a0923 0%,#1a1850 45%,#11104E 100%);min-height:88vh;display:flex;align-items:center;justify-content:center;padding:80px 20px;position:relative;overflow:hidden}
.success-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fd795126 0%,transparent 70%);border-radius:50%;animation:pulse-glow 4s ease-in-out infinite}
.success-wrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#fd795114 0%,transparent 65%);border-radius:50%;animation:pulse-glow 5s ease-in-out infinite reverse}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.15);opacity:.9}
}
.success-container{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:2}
.check-icon{width:140px;height:140px;margin:0 auto 48px;position:relative;animation:icon-appear .6s cubic-bezier(0.34,1.56,0.64,1) forwards;transform:scale(0)}
@keyframes icon-appear {
to{transform:scale(1)}
}
.check-icon svg{width:100%;height:100%}
.check-bg{fill:none;stroke:#fd795140;stroke-width:3}
.check-circle{fill:none;stroke:#FD7951;stroke-width:3;stroke-dasharray:440;stroke-dashoffset:440;animation:draw-circle .8s ease-out .2s forwards}
@keyframes draw-circle {
to{stroke-dashoffset:0}
}
.check-mark{fill:none;stroke:#FCFCFC;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .5s ease-out .9s forwards}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-heading{font-size:48px;font-weight:700;color:#FCFCFC;margin:0 0 20px;line-height:1.15;letter-spacing:-.02em;opacity:0;animation:fade-up .6s ease-out .5s forwards}
.success-heading .num-accent{color:#FD7951;display:inline-block;position:relative}
.success-heading .num-accent::after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#FD7951,transparent);border-radius:30px}
.success-text{font-size:18px;line-height:1.65;color:#fcfcfcbf;margin:0 0 52px;opacity:0;animation:fade-up .6s ease-out .7s forwards}
@keyframes fade-up {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.btn-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;opacity:0;animation:fade-up .6s ease-out .9s forwards}
.primary-btn{display:inline-flex;align-items:center;gap:10px;padding:18px 38px;background:linear-gradient(135deg,#FD7951 0%,#f56a42 100%);color:#FCFCFC;font-size:16px;font-weight:600;text-decoration:none;border-radius:30px;transition:all .22s ease;box-shadow:0 4px 16px #fd795159;position:relative;z-index:3}
.primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 22px #fd795180}
.primary-btn:active{transform:translateY(0)}
.secondary-btn{display:inline-flex;align-items:center;gap:10px;padding:18px 38px;background:#fcfcfc14;color:#FCFCFC;font-size:16px;font-weight:600;text-decoration:none;border-radius:30px;border:2px solid #fcfcfc26;transition:all .22s ease;position:relative;z-index:3}
.secondary-btn:hover{background:#fcfcfc1f;border-color:#fcfcfc40;transform:translateY(-2px)}
.secondary-btn:active{transform:translateY(0)}
.decorative-dots{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;overflow:hidden}
.dot{position:absolute;width:4px;height:4px;background:#fd795166;border-radius:50%;animation:float-dot 8s ease-in-out infinite}
.dot:nth-child(1){top:15%;left:10%;animation-delay:0s}
.dot:nth-child(2){top:25%;right:15%;animation-delay:1.5s;width:6px;height:6px}
.dot:nth-child(3){bottom:20%;left:20%;animation-delay:3s}
.dot:nth-child(4){bottom:30%;right:12%;animation-delay:4.5s;width:5px;height:5px}
@keyframes float-dot {
0%,100%{transform:translateY(0) translateX(0);opacity:.4}
50%{transform:translateY(-20px) translateX(10px);opacity:.8}
}
@media (max-width: 768px) {
.success-wrap{padding:60px 20px}
.check-icon{width:110px;height:110px;margin-bottom:36px}
.success-heading{font-size:36px;margin-bottom:16px}
.success-text{font-size:16px;margin-bottom:40px}
.btn-group{flex-direction:column;gap:12px}
.primary-btn,.secondary-btn{width:100%;justify-content:center;padding:16px 32px}
}
@media (max-width: 480px) {
.success-heading{font-size:30px}
.success-text{font-size:15px}
.check-icon{width:90px;height:90px}
}