*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Noto Serif',serif;line-height:1.6;color:#141414;background-color:#F9FFFF;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.header-wrap{max-width:1024px;margin:0 auto;display:flex;align-items:center;padding:28px 20px;gap:40px}
.header-left{flex:1;display:flex;align-items:center;gap:18px}
.logo-block{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#05e1d014;border-radius:12px;padding:12px;box-shadow:0 4px 12px #05e1d026}
.site-logo{width:100%;height:100%;object-fit:contain}
.company-id{display:flex;flex-direction:column}
.comp-name{font-size:26px;font-weight:700;color:#141414;letter-spacing:-.5px}
.divider-vert{width:2px;height:80px;background:linear-gradient(to bottom,transparent,#05E1D0,transparent)}
.header-right{flex:1;display:flex;flex-direction:column;gap:14px}
.main-navi{display:flex;gap:28px;flex-wrap:wrap}
.main-navi .nav-link{font-size:16px;font-weight:400;color:#141414;padding:6px 0;border-bottom:2px solid transparent;transition:border-color .3s ease,color .3s ease}
.main-navi .nav-link:hover{color:#05E1D0;border-bottom-color:#05E1D0}
.tagline-area{padding:8px 0}
.tag-text{font-size:14px;font-weight:400;color:#141414b3;font-style:italic}
.footer-container{max-width:1024px;margin:0 auto;padding:60px 20px 30px}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:40px}
.footer-col .footer-heading{font-size:18px;font-weight:700;color:#141414;margin-bottom:18px;padding-bottom:10px;border-bottom:3px solid #05E1D0}
.footer-txt{font-size:14px;line-height:1.7;color:#141414cc}
.footer-navi{display:flex;flex-direction:column;gap:12px}
.footer-navi .footer-link{font-size:14px;color:#141414;padding:4px 0;transition:color .3s ease}
.footer-navi .footer-link:hover{color:#05E1D0}
.contact-info{display:flex;flex-direction:column;gap:14px}
.contact-item{font-size:14px;color:#141414d9;display:flex;align-items:flex-start;gap:10px}
.contact-item i{font-size:18px;color:#05E1D0;margin-top:2px;flex-shrink:0}
.contact-item a{transition:color .3s ease}
.contact-item a:hover{color:#05E1D0}
.social-block{display:flex;gap:14px}
.social-butt{width:44px;height:44px;background:#05E1D0;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .3s ease}
.social-butt i{font-size:22px;color:#141414}
.social-butt:hover{background:#141414;transform:translateY(-3px)}
.social-butt:hover i{color:#05E1D0}
.footer-bottom{padding-top:30px;border-top:1px solid #1414141f;text-align:center}
.copyright-txt{font-size:14px;color:#141414a6}
.cookie-popup{position:fixed;left:-400px;top:50%;transform:translateY(-50%);width:360px;background:#141414;border-radius:0 14px 14px 0;padding:26px;box-shadow:8px 8px 24px #14141459;z-index:9999;transition:left .5s ease}
.cookie-popup.is-visible{left:0}
.cookie-popup.is-hidden{left:-400px}
.cookie-content .cookie-txt{font-size:15px;line-height:1.6;color:#F9FFFF;margin-bottom:20px}
.cookie-actions{display:flex;gap:12px}
.cookie-butt{flex:1;padding:12px 18px;border:none;border-radius:8px;font-family:'Noto Serif',serif;font-size:15px;font-weight:700;cursor:pointer;transition:background .3s ease,transform .2s ease}
.accept-butt{background:#05E1D0;color:#141414}
.accept-butt:hover{background:#04c9b8;transform:translateY(-2px)}
.decline-butt{background:#f9ffff26;color:#F9FFFF}
.decline-butt:hover{background:#f9ffff40;transform:translateY(-2px)}
@media (max-width: 768px) {
.header-wrap{flex-direction:column;gap:24px;padding:20px}
.divider-vert{display:none}
.header-left{width:100%;justify-content:center}
.header-right{width:100%;align-items:center}
.main-navi{justify-content:center;gap:18px}
.main-navi .nav-link{font-size:15px}
.tagline-area{text-align:center}
.footer-grid{grid-template-columns:1fr;gap:32px}
.cookie-popup{left:-100%;top:auto;bottom:0;transform:none;width:100%;border-radius:14px 14px 0 0;max-width:100%}
.cookie-popup.is-visible{left:0}
.cookie-popup.is-hidden{left:-100%}
.cookie-actions{flex-direction:column}
}
@media (max-width: 480px) {
.logo-block{width:70px;height:70px}
.comp-name{font-size:22px}
.main-navi{flex-direction:column;gap:10px;text-align:center}
.footer-container{padding:40px 16px 20px}
}
.text-policy{max-width:1024px;margin:0 auto;padding:80px 24px;background:#F9FFFF}
.text-policy h1{font-size:42px;font-weight:700;color:#141414;margin:0 0 48px;line-height:1.2;letter-spacing:-.5px}
.text-policy h2{font-size:32px;font-weight:600;color:#141414;margin:64px 0 24px;line-height:1.3;letter-spacing:-.3px;padding-bottom:12px;border-bottom:2px solid #05E1D0}
.text-policy h3{font-size:24px;font-weight:600;color:#141414;margin:48px 0 20px;line-height:1.4}
.text-policy h4{font-size:20px;font-weight:600;color:#141414;margin:36px 0 16px;line-height:1.4}
.text-policy h5{font-size:18px;font-weight:600;color:#141414;margin:32px 0 14px;line-height:1.5}
.text-policy h6{font-size:16px;font-weight:600;color:#141414;margin:28px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.text-policy p{font-size:17px;line-height:1.8;color:#141414;margin:0 0 24px}
.text-policy strong,.text-policy b{font-weight:600;color:#141414}
.text-policy a{color:#05E1D0;text-decoration:none;border-bottom:1px solid #05e1d04d;transition:all .3s ease}
.text-policy a:hover{color:#141414;border-bottom-color:#141414}
.text-policy div{margin:32px 0}
.text-policy h1:first-child{margin-top:0}
.text-policy p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.text-policy{padding:60px 20px}
.text-policy h1{font-size:32px;margin-bottom:32px}
.text-policy h2{font-size:26px;margin:48px 0 20px}
.text-policy h3{font-size:22px;margin:36px 0 16px}
.text-policy h4{font-size:19px;margin:28px 0 14px}
.text-policy h5{font-size:17px;margin:24px 0 12px}
.text-policy h6{font-size:15px;margin:20px 0 10px}
.text-policy p{font-size:16px;line-height:1.7;margin-bottom:20px}
.text-policy div{margin:24px 0}
}
@media (max-width: 480px) {
.text-policy{padding:40px 16px}
.text-policy h1{font-size:28px;margin-bottom:28px}
.text-policy h2{font-size:24px;margin:40px 0 18px}
.text-policy h3{font-size:20px}
.text-policy p{font-size:15px;line-height:1.65}
}
.title-wrapper{position:relative;height:92vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.title-wrapper .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(4px) brightness(0.6)}
.title-wrapper .backdrop-layer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#141414b3 0%,#05e1d04d 100%);z-index:1}
.title-wrapper .content-layer{position:relative;z-index:2;max-width:1024px;margin:0 auto;padding:0 24px}
.title-wrapper .hero-txt-container{text-align:center;backdrop-filter:blur(8px);background:#f9ffff1a;padding:56px 40px;border-radius:12px;border:1px solid #05e1d04d}
.title-wrapper .main-headline{font-size:58px;font-weight:700;color:#F9FFFF;margin:0 0 24px;line-height:1.2;text-shadow:2px 2px 8px #14141480}
.title-wrapper .intro-statement{font-size:20px;color:#F9FFFF;margin:0 0 36px;line-height:1.6;max-width:720px;margin-left:auto;margin-right:auto}
.title-wrapper .cta-zone{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.title-wrapper .prim-butt{background:#05E1D0;color:#141414;padding:16px 32px;border-radius:8px;font-weight:600;text-decoration:none;font-size:17px;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #05e1d066}
.title-wrapper .prim-butt:hover{background:#04c9ba;transform:translateY(-2px);box-shadow:0 6px 16px #05e1d080}
.title-wrapper .sec-butt{background:transparent;color:#F9FFFF;padding:16px 32px;border-radius:8px;font-weight:600;text-decoration:none;font-size:17px;border:2px solid #F9FFFF;transition:all .3s ease;display:inline-block}
.title-wrapper .sec-butt:hover{background:#f9ffff1a;border-color:#05E1D0;color:#05E1D0}
.title-wrapper .deco-shape{position:absolute;z-index:1;opacity:.6;animation:float-anim 6s ease-in-out infinite}
.title-wrapper .shape-1{width:180px;height:180px;background:radial-gradient(circle,#05e1d066 0%,transparent 70%);top:15%;left:10%;border-radius:50%;animation-delay:0s}
.title-wrapper .shape-2{width:240px;height:240px;background:radial-gradient(circle,#05e1d04d 0%,transparent 70%);bottom:10%;right:8%;border-radius:50%;animation-delay:2s}
@keyframes float-anim {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
}
.platform-desc{padding:96px 24px;background:linear-gradient(180deg,#F9FFFF 0%,#05e1d014 100%)}
.platform-desc .platform-container{max-width:1024px;margin:0 auto}
.platform-desc .desc-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.platform-desc .section-headline{font-size:42px;color:#141414;margin:0 0 24px;font-weight:700;line-height:1.3}
.platform-desc .desc-para{font-size:17px;color:#141414;line-height:1.7;margin:0 0 18px}
.platform-desc .stat-display{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.platform-desc .stat-item{text-align:center;padding:24px 16px;background:#05e1d01a;border-radius:10px;border:1px solid #05e1d033}
.platform-desc .stat-numb{font-size:36px;font-weight:700;color:#05E1D0;margin:0 0 8px}
.platform-desc .stat-label{font-size:14px;color:#141414;line-height:1.4}
.platform-desc .img-col{position:relative}
.platform-desc .img-col img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #14141426;position:relative;z-index:2}
.platform-desc .accent-box{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#05e1d066 0%,transparent 70%);top:-20px;left:-20px;border-radius:12px;z-index:1}
.experience-section{padding:96px 24px;background:#141414}
.experience-section .exp-container{max-width:1024px;margin:0 auto}
.experience-section .centered-head{font-size:44px;color:#F9FFFF;text-align:center;margin:0 0 20px;font-weight:700}
.experience-section .centered-intro{font-size:18px;color:#F9FFFF;text-align:center;margin:0 auto 64px;max-width:680px;line-height:1.6;opacity:.9}
.experience-section .journey-timeline{display:flex;flex-direction:column;gap:48px}
.experience-section .timeline-step{display:grid;grid-template-columns:80px 1fr;gap:32px}
.experience-section .step-marker{display:flex;flex-direction:column;align-items:center}
.experience-section .step-circle{width:64px;height:64px;background:#05E1D0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#141414;box-shadow:0 4px 12px #05e1d066}
.experience-section .connector-line{width:2px;flex:1;background:linear-gradient(180deg,#05E1D0 0%,#05e1d033 100%);margin-top:12px}
.experience-section .timeline-step:last-child .connector-line{display:none}
.experience-section .step-content{padding:12px 0}
.experience-section .step-title{font-size:26px;color:#05E1D0;margin:0 0 16px;font-weight:600}
.experience-section .step-desc{font-size:16px;color:#F9FFFF;line-height:1.7;margin:0;opacity:.9}
.progression-area{padding:96px 24px;background:#F9FFFF}
.progression-area .prog-container{max-width:1024px;margin:0 auto}
.progression-area .split-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.progression-area .left-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #1414141f}
.progression-area .section-head{font-size:40px;color:#141414;margin:0 0 20px;font-weight:700;line-height:1.3}
.progression-area .intro-text{font-size:17px;color:#141414;line-height:1.7;margin:0 0 40px}
.progression-area .level-cards{display:flex;flex-direction:column;gap:20px}
.progression-area .level-card{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:24px;background:#05e1d014;border-radius:10px;border-left:4px solid #05E1D0;transition:all .3s ease}
.progression-area .level-card:hover{background:#05e1d026;transform:translateX(8px)}
.progression-area .level-icon{display:flex;align-items:center;justify-content:center}
.progression-area .level-icon i{font-size:48px;color:#05E1D0}
.progression-area .level-name{font-size:22px;color:#141414;margin:0 0 6px;font-weight:600}
.progression-area .level-duration{font-size:14px;color:#05E1D0;margin:0 0 12px;font-weight:600}
.progression-area .level-detail{font-size:15px;color:#141414;line-height:1.6;margin:0}
.personalization-zone{padding:96px 24px;background:linear-gradient(135deg,#141414f2 0%,#05e1d026 100%)}
.personalization-zone .person-container{max-width:1024px;margin:0 auto}
.personalization-zone .centered-title{font-size:42px;color:#F9FFFF;text-align:center;margin:0 0 18px;font-weight:700}
.personalization-zone .centered-subtitle{font-size:18px;color:#F9FFFF;text-align:center;margin:0 auto 56px;max-width:640px;line-height:1.6;opacity:.9}
.personalization-zone .scenario-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.personalization-zone .scenario-card{background:#f9ffff14;padding:32px;border-radius:10px;border:1px solid #05e1d033;transition:all .3s ease}
.personalization-zone .scenario-card:hover{background:#f9ffff1f;border-color:#05E1D0;transform:translateY(-4px);box-shadow:0 8px 20px #05e1d033}
.personalization-zone .scenario-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.personalization-zone .scenario-header i{font-size:40px;color:#05E1D0}
.personalization-zone .scenario-name{font-size:22px;color:#F9FFFF;margin:0;font-weight:600}
.personalization-zone .scenario-text{font-size:15px;color:#F9FFFF;line-height:1.7;margin:0;opacity:.9}
.problems-section{padding:96px 24px;background:#F9FFFF}
.problems-section .problems-container{max-width:1024px;margin:0 auto}
.problems-section .problems-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:start}
.problems-section .problems-headline{font-size:40px;color:#141414;margin:0 0 20px;font-weight:700;line-height:1.3}
.problems-section .problems-intro{font-size:17px;color:#141414;line-height:1.7;margin:0 0 40px}
.problems-section .challenge-list{display:flex;flex-direction:column;gap:28px}
.problems-section .challenge-item{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:24px;background:linear-gradient(135deg,#1414140a 0%,#05e1d00f 100%);border-radius:10px;border:1px solid #14141414}
.problems-section .challenge-icon{display:flex;align-items:flex-start;justify-content:center;padding-top:4px}
.problems-section .challenge-icon i{font-size:42px;color:#05E1D0}
.problems-section .challenge-title{font-size:20px;color:#141414;margin:0 0 12px;font-weight:600}
.problems-section .challenge-text{font-size:15px;color:#141414;line-height:1.7;margin:0}
.problems-section .testimonial-wrapper{position:relative}
.problems-section .testimonial-img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #14141426}
.problems-section .testimonial-box{background:#141414eb;padding:32px;border-radius:10px;margin-top:-60px;position:relative;z-index:2;box-shadow:0 8px 24px #14141433}
.problems-section .testimonial-quote{font-size:16px;color:#F9FFFF;line-height:1.7;margin:0 0 20px;font-style:italic}
.problems-section .author-name{font-size:18px;color:#05E1D0;font-weight:600;margin:0 0 4px}
.problems-section .author-role{font-size:14px;color:#F9FFFF;margin:0;opacity:.8}
.instructor-area{padding:96px 24px;background:linear-gradient(180deg,#05e1d01a 0%,#F9FFFF 100%)}
.instructor-area .instructor-container{max-width:1024px;margin:0 auto}
.instructor-area .instructor-flex{display:grid;grid-template-columns:1fr 1.3fr;gap:56px;align-items:center}
.instructor-area .instructor-image-wrapper{position:relative}
.instructor-area .instructor-image-wrapper img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #1414141f;position:relative;z-index:2}
.instructor-area .instructor-accent{position:absolute;width:100%;height:100%;background:linear-gradient(225deg,#05e1d059 0%,transparent 65%);top:20px;right:-20px;border-radius:12px;z-index:1}
.instructor-area .instructor-headline{font-size:40px;color:#141414;margin:0 0 24px;font-weight:700;line-height:1.3}
.instructor-area .instructor-para{font-size:17px;color:#141414;line-height:1.7;margin:0 0 18px}
.instructor-area .credentials-display{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:32px 0;padding:28px;background:#05e1d014;border-radius:10px;border:1px solid #05e1d033}
.instructor-area .cred-item{text-align:center}
.instructor-area .cred-number{font-size:38px;font-weight:700;color:#05E1D0;margin:0 0 8px}
.instructor-area .cred-label{font-size:14px;color:#141414;line-height:1.4}
.instructor-area .instructor-link{display:inline-flex;align-items:center;gap:8px;color:#05E1D0;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease}
.instructor-area .instructor-link:hover{gap:12px;color:#04c9ba}
.instructor-area .instructor-link i{font-size:20px}
.final-cta-section{padding:96px 24px;background:#141414}
.final-cta-section .final-cta-container{max-width:1024px;margin:0 auto}
.final-cta-section .cta-content-box{text-align:center;position:relative}
.final-cta-section .cta-headline{font-size:44px;color:#F9FFFF;margin:0 0 20px;font-weight:700;line-height:1.3}
.final-cta-section .cta-text{font-size:18px;color:#F9FFFF;line-height:1.7;margin:0 auto 40px;max-width:720px;opacity:.9}
.final-cta-section .cta-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:56px;flex-wrap:wrap}
.final-cta-section .primary-cta-butt{background:#05E1D0;color:#141414;padding:18px 36px;border-radius:8px;font-weight:600;font-size:17px;text-decoration:none;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #05e1d066}
.final-cta-section .primary-cta-butt:hover{background:#04c9ba;transform:translateY(-2px);box-shadow:0 6px 16px #05e1d080}
.final-cta-section .secondary-cta-butt{background:transparent;color:#F9FFFF;padding:18px 36px;border-radius:8px;font-weight:600;font-size:17px;text-decoration:none;border:2px solid #F9FFFF;transition:all .3s ease;display:inline-block}
.final-cta-section .secondary-cta-butt:hover{background:#f9ffff1a;border-color:#05E1D0;color:#05E1D0}
.final-cta-section .cta-visual{width:100%;max-width:800px;height:auto;border-radius:12px;box-shadow:0 12px 32px #05e1d04d;margin:0 auto;display:block}
@media (max-width: 768px) {
.title-wrapper{height:100vh}
.title-wrapper .main-headline{font-size:36px}
.title-wrapper .intro-statement{font-size:17px}
.title-wrapper .hero-txt-container{padding:40px 24px}
.platform-desc .desc-grid,.progression-area .split-layout,.problems-section .problems-layout,.instructor-area .instructor-flex{grid-template-columns:1fr;gap:40px}
.platform-desc .stat-display{grid-template-columns:1fr}
.experience-section .timeline-step{grid-template-columns:60px 1fr;gap:20px}
.personalization-zone .scenario-grid{grid-template-columns:1fr}
.progression-area .level-card{grid-template-columns:60px 1fr}
.problems-section .challenge-item{grid-template-columns:1fr;gap:12px}
.problems-section .challenge-icon{align-items:center}
.instructor-area .credentials-display{grid-template-columns:1fr}
.final-cta-section .cta-headline{font-size:32px}
.final-cta-section .cta-buttons{flex-direction:column;align-items:stretch}
}
@media (max-width: 480px) {
.title-wrapper .main-headline{font-size:28px}
.title-wrapper .cta-zone{flex-direction:column}
.title-wrapper .prim-butt,.title-wrapper .sec-butt{width:100%;text-align:center}
}
.contact-wrapp{width:100%;max-width:1024px;margin:0 auto;padding:0 20px}
.intro-splash{padding:80px 0 60px;background:linear-gradient(135deg,#F9FFFF 0%,#05e1d014 100%);position:relative;overflow:hidden}
.intro-splash::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#05e1d026 0%,transparent 70%);border-radius:50%;pointer-events:none}
.intro-splash::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,#1414140d 0%,transparent 70%);border-radius:50%;pointer-events:none}
.splash-inner{max-width:1024px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.splash-txt{flex:1;min-width:0}
.splash-txt h1{font-size:48px;line-height:1.2;color:#141414;margin:0 0 20px;font-weight:700}
.splash-txt .desc-line{font-size:18px;line-height:1.6;color:#141414bf;margin:0 0 12px}
.splash-img-zone{flex:0 0 360px;height:280px;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #1414141f}
.splash-img-zone img{width:100%;height:100%;object-fit:cover;display:block}
.splash-img-zone::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,#05e1d01a 100%);pointer-events:none;z-index:1}
.contact-main{padding:80px 0;background:#F9FFFF}
.contact-layout{max-width:1024px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.info-column h2{font-size:32px;line-height:1.3;color:#141414;margin:0 0 24px;font-weight:700}
.info-column .intro-txt{font-size:16px;line-height:1.7;color:#141414b3;margin:0 0 40px}
.contact-cards{display:flex;flex-direction:column;gap:20px}
.contact-item{background:#FFF;border:1px solid #14141414;border-radius:10px;padding:24px;display:flex;align-items:flex-start;gap:20px;transition:all .3s ease}
.contact-item:hover{border-color:#05E1D0;box-shadow:0 4px 16px #05e1d026;transform:translateY(-2px)}
.contact-item .icon-holder{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#05E1D0 0%,#05e1d0b3 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-item .icon-holder i{font-size:24px;color:#F9FFFF}
.contact-item .info-txt{flex:1;min-width:0}
.contact-item .info-txt .label-txt{font-size:14px;text-transform:uppercase;letter-spacing:.5px;color:#14141480;margin:0 0 6px;font-weight:600}
.contact-item .info-txt .value-txt{font-size:16px;line-height:1.5;color:#141414;margin:0;font-weight:500}
.contact-item .info-txt a{color:#141414;text-decoration:none;transition:color .25s ease}
.contact-item .info-txt a:hover{color:#05E1D0}
.form-column{background:#FFF;border-radius:12px;padding:40px;box-shadow:0 6px 20px #14141414}
.form-column h3{font-size:26px;line-height:1.3;color:#141414;margin:0 0 32px;font-weight:700}
.form-group{margin-bottom:24px}
.form-group label{display:block;font-size:14px;font-weight:600;color:#141414;margin-bottom:8px;letter-spacing:.3px}
.form-group input[type="text"],.form-group input[type="email"],.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #1414141a;border-radius:8px;font-size:15px;color:#141414;background:#F9FFFF;transition:all .3s ease;box-sizing:border-box}
.form-group input[type="text"]:focus,.form-group input[type="email"]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#05E1D0;background:#FFF;box-shadow:0 0 0 3px #05e1d01a}
.form-group textarea{min-height:120px;resize:vertical;font-family:inherit}
.rating-block{margin-bottom:28px}
.rating-block .label-txt{display:block;font-size:14px;font-weight:600;color:#141414;margin-bottom:12px;letter-spacing:.3px}
.rating-options{display:flex;gap:12px;flex-wrap:wrap}
.rating-options input[type="radio"]{display:none}
.rating-options label{padding:10px 20px;border:2px solid #14141426;border-radius:8px;font-size:14px;font-weight:500;color:#141414b3;cursor:pointer;transition:all .25s ease;background:#F9FFFF;user-select:none}
.rating-options label:hover{border-color:#05E1D0;color:#141414;background:#05e1d00d}
.rating-options input[type="radio"]:checked + label{border-color:#05E1D0;background:#05E1D0;color:#F9FFFF;font-weight:600}
.privacy-block{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.privacy-block input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#05E1D0;flex-shrink:0}
.privacy-block label{font-size:14px;line-height:1.6;color:#141414b3;cursor:pointer}
.privacy-block label a{color:#05E1D0;text-decoration:none;font-weight:600;transition:color .25s ease}
.privacy-block label a:hover{color:#141414;text-decoration:underline}
.submit-butt{width:100%;padding:16px 32px;background:linear-gradient(135deg,#05E1D0 0%,#05e1d0d9 100%);border:none;border-radius:10px;font-size:16px;font-weight:700;color:#F9FFFF;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 4px 12px #05e1d04d;position:relative;z-index:10}
.submit-butt:hover{background:linear-gradient(135deg,#141414 0%,#141414e6 100%);box-shadow:0 6px 20px #14141440;transform:translateY(-2px)}
.submit-butt:active{transform:translateY(0);box-shadow:0 2px 8px #05e1d033}
@media (max-width: 968px) {
.splash-inner{flex-direction:column;gap:40px}
.splash-img-zone{flex:0 0 auto;width:100%;max-width:500px;height:300px}
.splash-txt h1{font-size:38px}
.contact-layout{grid-template-columns:1fr;gap:60px}
}
@media (max-width: 640px) {
.intro-splash{padding:50px 0 40px}
.splash-txt h1{font-size:32px}
.splash-txt .desc-line{font-size:16px}
.splash-img-zone{height:240px}
.contact-main{padding:50px 0}
.info-column h2{font-size:26px}
.form-column{padding:28px 20px}
.form-column h3{font-size:22px}
.rating-options{gap:8px}
.rating-options label{padding:8px 16px;font-size:13px}
}
.hero-splash{position:relative;width:100%;height:580px;overflow:hidden;background:linear-gradient(135deg,#141414 0%,#1a3d3a 100%)}
.hero-splash .bg-layer{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;animation:slowZoom 20s ease-in-out infinite alternate}
@keyframes slowZoom {
0%{transform:scale(1)}
100%{transform:scale(1.08)}
}
.hero-splash .deco-shape{position:absolute;width:320px;height:320px;border-radius:50%;background:#05e1d01f;animation:floatShape 15s ease-in-out infinite}
.hero-splash .deco-shape:nth-child(2){top:-80px;right:10%;animation-delay:-3s}
.hero-splash .deco-shape:nth-child(3){bottom:-60px;left:5%;width:280px;height:280px;animation-delay:-7s}
@keyframes floatShape {
0%,100%{transform:translateY(0) translateX(0)}
33%{transform:translateY(-30px) translateX(20px)}
66%{transform:translateY(20px) translateX(-15px)}
}
.hero-splash .text-content{position:relative;z-index:3;max-width:1024px;margin:0 auto;padding:140px 24px 80px}
.hero-splash .question-block{margin-bottom:36px}
.hero-splash .question-block h1{font-size:48px;line-height:1.2;color:#05E1D0;margin:0 0 16px;font-weight:700}
.hero-splash .question-block .answer-txt{font-size:19px;line-height:1.6;color:#F9FFFF;max-width:720px;margin:0}
.mission-grid{background:#F9FFFF;padding:90px 24px}
.mission-grid .content-wrap{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.mission-grid .left-side h2{font-size:38px;line-height:1.3;color:#141414;margin:0 0 28px;position:relative;padding-left:20px}
.mission-grid .left-side h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:42px;background:linear-gradient(180deg,#05E1D0 0%,#141414 100%);border-radius:8px}
.mission-grid .left-side p{font-size:17px;line-height:1.7;color:#141414;margin:0 0 22px}
.mission-grid .right-side{display:flex;flex-direction:column;gap:24px}
.mission-grid .stat-card{background:linear-gradient(120deg,#05e1d014 0%,#1414140a 100%);padding:28px 32px;border-radius:12px;border-left:4px solid #05E1D0}
.mission-grid .stat-card .number{font-size:44px;font-weight:700;color:#141414;margin:0 0 8px;line-height:1}
.mission-grid .stat-card .label{font-size:16px;color:#141414bf;margin:0;line-height:1.4}
.approach-section{background:linear-gradient(160deg,#141414 0%,#1f2d2c 100%);padding:85px 24px;position:relative;overflow:hidden}
.approach-section::before{content:'';position:absolute;top:-200px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,#05e1d026 0%,transparent 70%);border-radius:50%}
.approach-section .container-hold{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.approach-section h2{font-size:42px;color:#05E1D0;text-align:center;margin:0 0 64px;line-height:1.2}
.approach-section .methods-display{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approach-section .method-item{background:#f9ffff0f;border-radius:14px;padding:36px 28px;border:1px solid #05e1d033;transition:all .3s ease}
.approach-section .method-item:hover{transform:translateY(-8px);border-color:#05e1d080;box-shadow:0 12px 32px #05e1d026}
.approach-section .method-item .icon-holder{width:64px;height:64px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#05e1d033 0%,#05e1d00d 100%);border-radius:50%}
.approach-section .method-item .icon-holder i{font-size:32px;color:#05E1D0}
.approach-section .method-item h3{font-size:22px;color:#F9FFFF;margin:0 0 16px;line-height:1.3}
.approach-section .method-item p{font-size:16px;line-height:1.6;color:#f9ffffcc;margin:0}
.timeline-area{background:#F9FFFF;padding:80px 24px}
.timeline-area .wrapper-main{max-width:920px;margin:0 auto}
.timeline-area h2{font-size:40px;color:#141414;margin:0 0 56px;text-align:center;line-height:1.2}
.timeline-area .timeline-track{position:relative;padding-left:48px}
.timeline-area .timeline-track::before{content:'';position:absolute;left:18px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#05E1D0 0%,#05e1d04d 100%)}
.timeline-area .milestone{position:relative;margin-bottom:48px;padding-left:32px}
.timeline-area .milestone::before{content:'';position:absolute;left:-30px;top:6px;width:14px;height:14px;background:#05E1D0;border:3px solid #F9FFFF;border-radius:50%;box-shadow:0 0 0 3px #05e1d033}
.timeline-area .milestone .year-tag{font-size:18px;font-weight:700;color:#05E1D0;margin:0 0 12px;line-height:1}
.timeline-area .milestone h3{font-size:24px;color:#141414;margin:0 0 14px;line-height:1.3}
.timeline-area .milestone p{font-size:16px;line-height:1.7;color:#141414cc;margin:0}
.team-showcase{background:linear-gradient(135deg,#0d2726 0%,#141414 100%);padding:90px 24px;position:relative}
.team-showcase .central-box{max-width:1024px;margin:0 auto}
.team-showcase h2{font-size:38px;color:#05E1D0;margin:0 0 48px;text-align:center;line-height:1.2}
.team-showcase .profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:42px}
.team-showcase .member-card{background:#f9ffff0d;border-radius:16px;overflow:hidden;border:1px solid #05e1d026;transition:all .35s ease}
.team-showcase .member-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #05e1d033;border-color:#05e1d066}
.team-showcase .member-card .img-zone{width:100%;height:320px;overflow:hidden;position:relative}
.team-showcase .member-card .img-zone img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.team-showcase .member-card:hover .img-zone img{transform:scale(1.06)}
.team-showcase .member-card .info-zone{padding:28px 24px}
.team-showcase .member-card .info-zone h3{font-size:22px;color:#F9FFFF;margin:0 0 8px;line-height:1.3}
.team-showcase .member-card .info-zone .role-txt{font-size:15px;color:#05E1D0;margin:0 0 16px;line-height:1.2}
.team-showcase .member-card .info-zone p{font-size:15px;line-height:1.6;color:#f9ffffbf;margin:0}
.team-showcase .additional-context{margin-top:64px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:36px}
.team-showcase .value-box{background:#05e1d014;border-radius:12px;padding:32px 28px;border:1px solid #05e1d033}
.team-showcase .value-box h4{font-size:20px;color:#05E1D0;margin:0 0 14px;line-height:1.3;display:flex;align-items:center;gap:12px}
.team-showcase .value-box h4 i{font-size:28px}
.team-showcase .value-box p{font-size:16px;line-height:1.6;color:#f9ffffcc;margin:0}
.visual-divider-one{height:6px;background:linear-gradient(90deg,transparent 0%,#05E1D0 50%,transparent 100%);margin:0}
.visual-divider-two{height:2px;background:repeating-linear-gradient(90deg,#141414 0px,#141414 20px,transparent 20px,transparent 40px);margin:0;opacity:.3}
@media (max-width: 968px) {
.hero-splash{height:520px}
.hero-splash .text-content{padding:100px 24px 60px}
.hero-splash .question-block h1{font-size:38px}
.hero-splash .question-block .answer-txt{font-size:17px}
.mission-grid .content-wrap{grid-template-columns:1fr;gap:48px}
.mission-grid .left-side h2{font-size:32px}
.approach-section .methods-display{grid-template-columns:1fr;gap:24px}
.timeline-area h2{font-size:34px}
.team-showcase .additional-context{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 640px) {
.hero-splash{height:480px}
.hero-splash .text-content{padding:80px 20px 50px}
.hero-splash .question-block h1{font-size:32px}
.hero-splash .question-block .answer-txt{font-size:16px}
.mission-grid{padding:60px 20px}
.mission-grid .left-side h2{font-size:28px}
.mission-grid .stat-card .number{font-size:36px}
.approach-section{padding:60px 20px}
.approach-section h2{font-size:32px;margin-bottom:40px}
.timeline-area{padding:60px 20px}
.timeline-area h2{font-size:28px;margin-bottom:40px}
.timeline-area .timeline-track{padding-left:36px}
.timeline-area .milestone h3{font-size:20px}
.team-showcase{padding:60px 20px}
.team-showcase h2{font-size:32px;margin-bottom:36px}
.team-showcase .profile-grid{gap:32px}
.team-showcase .member-card .img-zone{height:280px}
}
.program-main .title-stage{position:relative;max-width:1024px;margin:0 auto;padding:80px 20px;overflow:hidden}
.program-main .title-stage::before{content:'';position:absolute;top:-50px;right:-80px;width:400px;height:400px;background:linear-gradient(135deg,#05e1d014 0%,#05e1d005 100%);border-radius:50%;z-index:1}
.program-main .title-stage::after{content:'';position:absolute;bottom:20px;left:-60px;width:200px;height:200px;background:#14141408;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.program-main .title-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 280px;gap:60px;align-items:center}
.program-main .title-text h1{font-size:48px;line-height:1.2;color:#141414;margin:0 0 24px;font-weight:700}
.program-main .title-text .intro-para{font-size:18px;line-height:1.7;color:#141414;margin:0 0 16px;opacity:.85}
.program-main .title-image-wrap{position:relative}
.program-main .title-image-wrap img{width:100%;height:340px;object-fit:cover;border-radius:12px;clip-path:polygon(15% 0%,100% 0%,100% 85%,85% 100%,0% 100%,0% 15%)}
.program-main .courses-section{max-width:1024px;margin:0 auto;padding:80px 20px;background:linear-gradient(180deg,#F9FFFF 0%,#05e1d00a 100%)}
.program-main .courses-section h2{font-size:36px;line-height:1.3;color:#141414;margin:0 0 48px;text-align:center;font-weight:600}
.program-main .course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.program-main .course-card{background:#F9FFFF;border-radius:10px;padding:32px 28px;border:2px solid #05e1d026;transition:all .3s ease;position:relative}
.program-main .course-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#05E1D0;border-radius:10px 0 0 10px;transition:height .3s ease}
.program-main .course-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #14141414;border-color:#05e1d04d}
.program-main .course-card:hover::before{height:100%}
.program-main .course-card .icon-holder{width:56px;height:56px;background:linear-gradient(135deg,#05e1d01f 0%,#05e1d00d 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.program-main .course-card .icon-holder i{font-size:28px;color:#05E1D0}
.program-main .course-card h3{font-size:22px;line-height:1.4;color:#141414;margin:0 0 16px;font-weight:600}
.program-main .course-card .description{font-size:16px;line-height:1.6;color:#141414;margin:0 0 20px;opacity:.75}
.program-main .course-card .meta-info{display:flex;gap:20px;padding-top:16px;border-top:1px solid #14141414}
.program-main .course-card .meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#141414;opacity:.7}
.program-main .course-card .meta-item i{font-size:16px;color:#05E1D0}
.program-main .enrollment-area{max-width:1024px;margin:0 auto;padding:80px 20px}
.program-main .enrollment-container{display:flex;gap:48px;align-items:flex-start;background:#141414;border-radius:14px;padding:60px;position:relative;overflow:hidden}
.program-main .enrollment-container::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#05e1d026 0%,transparent 70%);border-radius:50%}
.program-main .enrollment-container::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#05e1d014;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}
.program-main .enrollment-info{flex:1;position:relative;z-index:2}
.program-main .enrollment-info h2{font-size:38px;line-height:1.3;color:#F9FFFF;margin:0 0 20px;font-weight:700}
.program-main .enrollment-info .lead-text{font-size:17px;line-height:1.7;color:#F9FFFF;margin:0 0 32px;opacity:.85}
.program-main .benefits-list{list-style:none;padding:0;margin:0 0 36px}
.program-main .benefits-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:16px;line-height:1.6;color:#F9FFFF;opacity:.9}
.program-main .benefits-list li i{font-size:20px;color:#05E1D0;flex-shrink:0;margin-top:2px}
.program-main .enrollment-form{flex:0 0 400px;background:#F9FFFF;border-radius:12px;padding:40px 36px;position:relative;z-index:2}
.program-main .enrollment-form h3{font-size:24px;line-height:1.4;color:#141414;margin:0 0 24px;font-weight:600}
.program-main .form-group{margin-bottom:20px}
.program-main .form-group label{display:block;font-size:14px;line-height:1.5;color:#141414;margin-bottom:8px;font-weight:500}
.program-main .form-group input,.program-main .form-group select,.program-main .form-group textarea{width:100%;padding:12px 16px;font-size:15px;line-height:1.5;color:#141414;background:#F9FFFF;border:2px solid #14141426;border-radius:8px;transition:all .3s ease;box-sizing:border-box}
.program-main .form-group input:focus,.program-main .form-group select:focus,.program-main .form-group textarea:focus{outline:none;border-color:#05E1D0;box-shadow:0 0 0 3px #05e1d01a}
.program-main .form-group textarea{resize:vertical;min-height:100px}
.program-main .submit-butt{width:100%;padding:14px 24px;font-size:16px;line-height:1.5;color:#F9FFFF;background:#05E1D0;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;position:relative;z-index:10}
.program-main .submit-butt:hover{background:#141414;transform:translateY(-2px);box-shadow:0 8px 20px #05e1d040}
.program-main .submit-butt:active{transform:translateY(0)}
.program-main .instructor-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:28px}
.program-main .instructor-profile{text-align:center}
.program-main .instructor-profile img{width:80px;height:80px;object-fit:cover;border-radius:50%;border:3px solid #05E1D0;margin-bottom:12px}
.program-main .instructor-profile .name-label{font-size:14px;line-height:1.5;color:#F9FFFF;margin:0;font-weight:500}
@media (max-width: 768px) {
.program-main .title-stage{padding:60px 20px}
.program-main .title-content{grid-template-columns:1fr;gap:32px}
.program-main .title-text h1{font-size:36px}
.program-main .title-image-wrap img{height:260px}
.program-main .courses-section{padding:60px 20px}
.program-main .courses-section h2{font-size:28px}
.program-main .course-grid{grid-template-columns:1fr;gap:24px}
.program-main .enrollment-area{padding:60px 20px}
.program-main .enrollment-container{flex-direction:column;padding:40px 28px;gap:36px}
.program-main .enrollment-info h2{font-size:28px}
.program-main .enrollment-form{flex:1 1 auto;width:100%}
.program-main .instructor-showcase{grid-template-columns:repeat(2,1fr);gap:20px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.program-main .title-content{gap:40px}
.program-main .title-text h1{font-size:40px}
.program-main .course-grid{grid-template-columns:repeat(2,1fr)}
.program-main .enrollment-container{padding:48px}
.program-main .enrollment-form{flex:0 0 360px}
.program-main .instructor-showcase{grid-template-columns:repeat(4,1fr)}
}
.success-stage{background:linear-gradient(135deg,#F9FFFF 0%,#05e1d014 100%);padding:80px 20px;position:relative;overflow:hidden}
.success-stage::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#05e1d026 0%,transparent 70%);border-radius:50%;z-index:1}
.success-stage::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#1414140d 0%,transparent 70%);border-radius:50%;z-index:1}
.success-wrap{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.success-canvas{background:#F9FFFF;border-radius:16px;padding:60px 40px;box-shadow:0 8px 32px #14141414;text-align:center;position:relative;border:2px solid #05e1d033}
.icon-mark{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#05E1D0 0%,#05e1d0b3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-grow 2s ease-in-out infinite}
@keyframes pulse-grow {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #05e1d066}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #05e1d000}
}
.icon-mark svg{width:48px;height:48px;fill:#F9FFFF}
.success-heading-primary{font-size:42px;font-weight:700;color:#141414;margin:0 0 16px;line-height:1.2}
.success-heading-sec{font-size:24px;font-weight:500;color:#141414;margin:0 0 24px;line-height:1.4}
.success-text-info{font-size:17px;line-height:1.7;color:#141414bf;margin:0 0 40px;max-width:600px;margin-left:auto;margin-right:auto}
.confirm-details{background:#05e1d014;border-radius:12px;padding:28px 32px;margin:0 0 40px;border-left:4px solid #05E1D0}
.confirm-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #1414141a}
.confirm-details .detail-row:last-child{border-bottom:none}
.confirm-details .detail-label{font-size:15px;color:#141414a6;font-weight:500}
.confirm-details .detail-value{font-size:16px;color:#141414;font-weight:600}
.action-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.butt-primary{background:linear-gradient(135deg,#05E1D0 0%,#05e1d0d9 100%);color:#141414;padding:16px 36px;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 16px #05e1d04d;border:none;cursor:pointer;z-index:10;position:relative}
.butt-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #05e1d073;background:linear-gradient(135deg,#05E1D0 0%,#05E1D0 100%)}
.butt-secondary{background:transparent;color:#141414;padding:16px 36px;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #141414;cursor:pointer;z-index:10;position:relative}
.butt-secondary:hover{background:#141414;color:#F9FFFF;transform:translateY(-2px);box-shadow:0 4px 16px #14141433}
.extra-info{margin-top:48px;padding-top:32px;border-top:2px dashed #05e1d04d}
.extra-info .info-heading{font-size:18px;font-weight:600;color:#141414;margin:0 0 16px}
.extra-info .info-text{font-size:15px;line-height:1.6;color:#141414b3;margin:0}
.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:24px}
.contact-item{background:#14141408;padding:20px;border-radius:10px;text-align:center;transition:all .3s ease}
.contact-item:hover{background:#05e1d01f;transform:translateY(-3px)}
.contact-item .contact-icon{font-size:28px;color:#05E1D0;margin-bottom:12px}
.contact-item .contact-label{font-size:13px;color:#14141499;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.contact-item .contact-info{font-size:15px;color:#141414;font-weight:600;margin:0;word-break:break-word}
@media (max-width: 768px) {
.success-stage{padding:60px 16px}
.success-canvas{padding:40px 24px}
.success-heading-primary{font-size:32px}
.success-heading-sec{font-size:20px}
.success-text-info{font-size:16px}
.icon-mark{width:80px;height:80px}
.icon-mark svg{width:40px;height:40px}
.action-row{flex-direction:column}
.butt-primary,.butt-secondary{width:100%;text-align:center}
.confirm-details{padding:20px 16px}
.confirm-details .detail-row{flex-direction:column;align-items:flex-start;gap:6px}
.contact-grid{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.success-canvas{padding:50px 32px}
.success-heading-primary{font-size:36px}
.contact-grid{grid-template-columns:repeat(2,1fr)}
}