*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'PT Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#063847;background-color:#FFF8F0;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.header-grid-box{max-width:1600px;margin:0 auto;padding:25px 40px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:20px 30px;background:linear-gradient(135deg,#FFF8F0 0%,#fff 100%);border-bottom:3px solid #0CDF71;box-shadow:0 4px 12px #06384714}
.logo-area{grid-column:1;grid-row:1;display:flex;align-items:center}
.brand-logo-link{display:block;width:110px;height:110px}
.site-logo-img{width:100%;height:100%;object-fit:contain;border-radius:12px;background:#fff8f04d;padding:8px;box-shadow:0 3px 8px #0cdf7126}
.company-title-area{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:flex-end;padding-right:20px}
.brand-name-text{font-size:2.8rem;font-weight:700;color:#063847;letter-spacing:-.5px;text-transform:uppercase;background:linear-gradient(135deg,#063847 0%,#0CDF71 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.main-nav-wrapper{grid-column:1 / -1;grid-row:2;margin-top:10px;padding-top:20px;border-top:1px solid #0638471a}
.nav-list-horizontal{list-style:none;display:flex;gap:35px;justify-content:center;flex-wrap:wrap}
.nav-item{display:inline-block}
.nav-link-item{display:inline-block;padding:12px 28px;font-size:1.05rem;font-weight:600;color:#063847;text-decoration:none;border-radius:10px;background-color:#fff8f099;border:2px solid transparent;transition:all .3s ease-in-out}
.nav-link-item:hover{background-color:#0CDF71;color:#063847;transform:scale(1.04);border-color:#063847;box-shadow:0 4px 10px #0cdf714d}
.nav-link-item.is-active{background-color:#0CDF71;color:#063847;border-color:#063847}
@media (max-width: 1024px) {
.header-grid-box{padding:20px 30px;gap:18px 25px}
.brand-name-text{font-size:2.2rem}
.nav-list-horizontal{gap:25px}
}
@media (max-width: 640px) {
.header-grid-box{grid-template-columns:1fr;grid-template-rows:auto auto auto;padding:20px;gap:15px}
.logo-area{grid-column:1;grid-row:1;justify-content:center}
.brand-logo-link{width:90px;height:90px}
.company-title-area{grid-column:1;grid-row:2;justify-content:center;padding-right:0}
.brand-name-text{font-size:1.8rem}
.main-nav-wrapper{grid-column:1;grid-row:3}
.nav-list-horizontal{flex-direction:column;gap:12px;align-items:center}
.nav-link-item{padding:10px 24px;font-size:1rem;width:100%;max-width:280px;text-align:center}
}
.footer-box{background:linear-gradient(180deg,#063847 0%,#041f28 100%);color:#FFF8F0;padding:60px 40px 30px;margin-top:80px}
.footer-content-wrapper{max-width:1600px;margin:0 auto}
.footer-top-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:45px;padding-bottom:40px;border-bottom:1px solid #fff8f033}
.footer-brand-title{font-size:1.8rem;font-weight:700;color:#0CDF71;margin-bottom:20px;letter-spacing:.5px}
.footer-address-text{font-size:1rem;line-height:1.8;color:#FFF8F0;opacity:.9}
.footer-contact-block{display:flex;flex-direction:column;gap:15px}
.footer-contact-item{font-size:1rem;color:#FFF8F0;display:flex;align-items:center;gap:12px}
.footer-contact-item span{color:#0CDF71;font-size:1.2rem}
.footer-cta-section{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:50px}
.footer-action-btn,.footer-action-btn-alt{padding:14px 32px;font-size:1.05rem;font-weight:600;border-radius:10px;text-decoration:none;transition:all .3s ease-in-out;display:inline-block}
.footer-action-btn{background-color:#0CDF71;color:#063847;border:2px solid #0CDF71}
.footer-action-btn:hover{background-color:#0bf166;transform:scale(1.05);box-shadow:0 6px 16px #0cdf7166}
.footer-action-btn-alt{background-color:transparent;color:#FFF8F0;border:2px solid #FFF8F0}
.footer-action-btn-alt:hover{background-color:#FFF8F0;color:#063847;transform:scale(1.05)}
.footer-nav-wrapper{margin-bottom:35px}
.footer-links-list{list-style:none;display:flex;gap:30px;justify-content:center;flex-wrap:wrap}
.footer-link{color:#FFF8F0;text-decoration:none;font-size:.95rem;opacity:.85;transition:all .3s ease-in-out}
.footer-link:hover{opacity:1;color:#0CDF71}
.footer-bottom-section{text-align:center;padding-top:25px;border-top:1px solid #fff8f026}
.copyright-text{font-size:.9rem;color:#FFF8F0;opacity:.7}
@media (max-width: 1024px) {
.footer-top-section{grid-template-columns:1fr;gap:30px}
.footer-cta-section{flex-direction:column;align-items:center}
.footer-action-btn,.footer-action-btn-alt{width:100%;max-width:320px;text-align:center}
}
@media (max-width: 640px) {
.footer-box{padding:40px 20px 25px;margin-top:50px}
.footer-links-list{flex-direction:column;gap:15px;align-items:center}
}
.cookie-popup-card{display:none;position:fixed;top:20px;right:20px;width:420px;max-width:calc(100vw - 40px);background-color:#fff;border-radius:14px;box-shadow:0 8px 24px #06384740;z-index:9999;border:2px solid #0CDF71}
.cookie-content-wrapper{padding:30px}
.cookie-title-text{font-size:1.4rem;font-weight:700;color:#063847;margin-bottom:12px}
.cookie-description-text{font-size:.95rem;color:#063847;line-height:1.5;margin-bottom:20px;opacity:.85}
.cookie-categories-grid{display:grid;grid-template-columns:1fr;gap:15px;margin-bottom:25px}
.cookie-category-card{padding:15px;background-color:#FFF8F0;border-radius:10px;border:1px solid #0638471a}
.cookie-category-label{display:flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:5px}
.cookie-checkbox{width:18px;height:18px;cursor:pointer}
.cookie-category-name{font-size:1rem;font-weight:600;color:#063847}
.cookie-category-desc{font-size:.85rem;color:#063847;opacity:.7;margin-left:28px;line-height:1.4}
.cookie-buttons-wrapper{display:flex;gap:12px}
.cookie-btn-accept,.cookie-btn-decline{flex:1;padding:12px 20px;font-size:1rem;font-weight:600;border-radius:10px;border:2px solid;cursor:pointer;transition:all .3s ease-in-out}
.cookie-btn-accept{background-color:#0CDF71;color:#063847;border-color:#0CDF71}
.cookie-btn-accept:hover{background-color:#0bf166;transform:scale(1.03)}
.cookie-btn-decline{background-color:transparent;color:#063847;border-color:#063847}
.cookie-btn-decline:hover{background-color:#063847;color:#FFF8F0;transform:scale(1.03)}
@media (max-width: 640px) {
.cookie-popup-card{top:10px;right:10px;width:calc(100vw - 20px)}
.cookie-content-wrapper{padding:20px}
.cookie-title-text{font-size:1.2rem}
.cookie-buttons-wrapper{flex-direction:column}
}
.policy-info{max-width:1400px;margin:0 auto;padding:60px 24px;background:#FFF8F0;color:#063847;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.75}
.policy-info h1{font-size:2.5rem;font-weight:700;color:#063847;margin:0 0 48px;line-height:1.2;letter-spacing:-.02em}
.policy-info h2{font-size:1.875rem;font-weight:700;color:#063847;margin:56px 0 24px;line-height:1.3;letter-spacing:-.01em;border-bottom:2px solid #0CDF71;padding-bottom:12px}
.policy-info h3{font-size:1.5rem;font-weight:600;color:#063847;margin:40px 0 20px;line-height:1.4}
.policy-info h4{font-size:1.25rem;font-weight:600;color:#063847;margin:32px 0 16px;line-height:1.4}
.policy-info h5{font-size:1.125rem;font-weight:600;color:#063847;margin:28px 0 14px;line-height:1.5}
.policy-info h6{font-size:1rem;font-weight:600;color:#063847;margin:24px 0 12px;line-height:1.5}
.policy-info p{font-size:1.0625rem;color:#063847;margin:0 0 20px;line-height:1.75}
.policy-info ul{list-style:none;margin:0 0 24px;padding:0 0 0 28px}
.policy-info ul li{position:relative;margin:0 0 12px;padding-left:20px;font-size:1.0625rem;color:#063847;line-height:1.7}
.policy-info ul li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;background:#0CDF71;border-radius:50%}
.policy-info ol{list-style:none;counter-reset:policy-counter;margin:0 0 24px;padding:0 0 0 28px}
.policy-info ol li{position:relative;counter-increment:policy-counter;margin:0 0 12px;padding-left:32px;font-size:1.0625rem;color:#063847;line-height:1.7}
.policy-info ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;font-weight:600;color:#0CDF71}
.policy-info ul ul,.policy-info ol ol,.policy-info ul ol,.policy-info ol ul{margin:12px 0 0}
.policy-info strong,.policy-info b{font-weight:600;color:#063847}
.policy-info a{color:#0CDF71;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease-in-out,color .2s ease-in-out}
.policy-info a:hover{color:#063847;border-bottom-color:#063847}
.policy-info table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #06384714}
.policy-info thead{background:linear-gradient(135deg,#0CDF71 0%,#063847 100%)}
.policy-info thead tr{border:none}
.policy-info thead th{padding:16px 20px;text-align:left;font-weight:600;font-size:.9375rem;color:#FFF8F0;text-transform:uppercase;letter-spacing:.05em}
.policy-info tbody{background:#fff}
.policy-info tbody tr{border-bottom:1px solid #0638471a;transition:background .2s ease-in-out}
.policy-info tbody tr:last-child{border-bottom:none}
.policy-info tbody tr:hover{background:#0cdf7108}
.policy-info tbody td{padding:16px 20px;font-size:1rem;color:#063847;line-height:1.6}
.policy-info th,.policy-info td{vertical-align:top}
.policy-info div{margin:0 0 20px}
@media (max-width: 1024px) {
.policy-info{padding:48px 20px}
.policy-info h1{font-size:2rem;margin-bottom:36px}
.policy-info h2{font-size:1.625rem;margin:44px 0 20px}
.policy-info h3{font-size:1.375rem}
.policy-info table{font-size:.9375rem}
.policy-info thead th,.policy-info tbody td{padding:12px 16px}
}
@media (max-width: 640px) {
.policy-info{padding:36px 16px}
.policy-info h1{font-size:1.75rem;margin-bottom:28px}
.policy-info h2{font-size:1.5rem;margin:36px 0 16px}
.policy-info h3{font-size:1.25rem;margin:28px 0 14px}
.policy-info h4{font-size:1.125rem}
.policy-info p,.policy-info ul li,.policy-info ol li{font-size:1rem}
.policy-info ul,.policy-info ol{padding-left:20px}
.policy-info table{display:block;overflow-x:auto;font-size:.875rem}
.policy-info thead th,.policy-info tbody td{padding:10px 12px;white-space:nowrap}
}
.hero-wrapper{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#063847 0%,#0CDF71 100%);margin-bottom:80px}
.hero-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./visual_library/2024_10_22products2.jpg);background-size:cover;background-position:center;opacity:.15;filter:blur(3px);z-index:1}
.hero-wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#fff8f005 2px,#fff8f005 4px);z-index:2;pointer-events:none}
.hero-content-wrap{position:relative;z-index:3;max-width:1600px;margin:0 auto;padding:60px 24px;width:100%}
.hero-content-wrap h1{font-size:3.2rem;color:#FFF8F0;margin-bottom:24px;font-weight:700;line-height:1.2;text-shadow:2px 2px 8px #06384766}
.hero-content-wrap .hero-text{font-size:1.3rem;color:#FFF8F0;max-width:720px;line-height:1.7;margin-bottom:16px;text-shadow:1px 1px 4px #0638474d}
.program-structure-area{max-width:1600px;margin:0 auto 100px;padding:0 24px}
.program-structure-area h2{font-size:2.4rem;color:#063847;margin-bottom:48px;text-align:center;position:relative}
.program-structure-area h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0CDF71 0%,#063847 100%);border-radius:2px}
.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:64px}
.module-card{background:#FFF8F0;border-radius:12px;padding:32px;box-shadow:0 4px 12px #06384714;border:2px solid transparent;transition:all .3s ease-in-out;position:relative;overflow:hidden}
.module-card::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#0CDF71 0%,#063847 100%);opacity:0;transition:opacity .3s ease-in-out}
.module-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #06384726;border-color:#0CDF71}
.module-card:hover::before{opacity:1}
.module-card h3{font-size:1.5rem;color:#063847;margin-bottom:16px;font-weight:600}
.module-card .module-duration{display:inline-block;background:#0CDF71;color:#063847;padding:4px 12px;border-radius:6px;font-size:.875rem;font-weight:600;margin-bottom:16px}
.module-card .module-description{font-size:1rem;color:#063847;line-height:1.6;margin-bottom:20px}
.module-card .topic-list{list-style:none;padding:0;margin:0}
.module-card .topic-list li{font-size:.95rem;color:#063847;padding:8px 0 8px 28px;position:relative;line-height:1.5}
.module-card .topic-list li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:#0CDF71;border-radius:50%;box-shadow:0 2px 4px #0cdf714d}
.learning-path-section{background:linear-gradient(24deg,#FFF8F0 0%,#063847 50%,#0CDF71 100%);padding:80px 24px;margin-bottom:100px;position:relative}
.learning-path-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#fff8f00d 20px,#fff8f00d 40px);pointer-events:none}
.learning-path-inner{max-width:1600px;margin:0 auto;position:relative;z-index:1}
.learning-path-inner h2{font-size:2.4rem;color:#FFF8F0;margin-bottom:56px;text-align:center}
.path-timeline{display:flex;flex-direction:column;gap:40px;max-width:900px;margin:0 auto}
.path-step{display:flex;gap:24px;align-items:flex-start;background:#fff8f0f2;padding:28px;border-radius:10px;box-shadow:0 6px 16px #06384733;position:relative;transition:all .3s ease-in-out}
.path-step:hover{transform:scale(1.02);box-shadow:0 10px 28px #0638474d}
.step-number{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);color:#FFF8F0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #0cdf7166}
.step-content h4{font-size:1.4rem;color:#063847;margin-bottom:12px;font-weight:600}
.step-content p{font-size:1rem;color:#063847;line-height:1.6;margin:0}
.enrollment-block{max-width:1600px;margin:0 auto 80px;padding:0 24px}
.enrollment-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.enrollment-info h2{font-size:2.2rem;color:#063847;margin-bottom:24px;font-weight:700}
.enrollment-info p{font-size:1.05rem;color:#063847;line-height:1.7;margin-bottom:20px}
.benefit-list{list-style:none;padding:0;margin:32px 0}
.benefit-list li{font-size:1rem;color:#063847;padding:12px 0 12px 36px;position:relative;line-height:1.6}
.benefit-list li::before{content:'✓';position:absolute;left:0;top:12px;width:24px;height:24px;background:#0CDF71;color:#063847;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}
.enrollment-form-wrapper{background:#FFF8F0;padding:40px;border-radius:12px;box-shadow:0 8px 24px #0638471f;border:2px solid #0CDF71}
.enrollment-form-wrapper h3{font-size:1.6rem;color:#063847;margin-bottom:28px;text-align:center}
.form-group-custom{margin-bottom:24px}
.form-group-custom label{display:block;font-size:.95rem;color:#063847;margin-bottom:8px;font-weight:600}
.form-group-custom input,.form-group-custom select,.form-group-custom textarea{width:100%;padding:12px 16px;border:2px solid #063847;border-radius:8px;font-size:1rem;color:#063847;background:#FFF8F0;transition:all .3s ease-in-out}
.form-group-custom input:focus,.form-group-custom select:focus,.form-group-custom textarea:focus{outline:none;border-color:#0CDF71;box-shadow:0 0 0 4px #0cdf7126}
.form-group-custom textarea{resize:vertical;min-height:100px}
.submit-btn-custom{width:100%;padding:16px 32px;background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);color:#FFF8F0;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 12px #0cdf714d}
.submit-btn-custom:hover{transform:scale(1.05);box-shadow:0 6px 20px #0cdf7180}
.submit-btn-custom:active{transform:scale(1.02)}
@media (max-width: 1024px) {
.hero-content-wrap h1{font-size:2.4rem}
.hero-content-wrap .hero-text{font-size:1.1rem}
.enrollment-grid{grid-template-columns:1fr;gap:40px}
.module-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.hero-wrapper{min-height:420px}
.hero-content-wrap{padding:40px 20px}
.hero-content-wrap h1{font-size:1.9rem}
.hero-content-wrap .hero-text{font-size:1rem}
.program-structure-area h2,.learning-path-inner h2,.enrollment-info h2{font-size:1.8rem}
.module-card{padding:24px}
.path-step{flex-direction:column;gap:16px;padding:20px}
.learning-path-section{padding:60px 20px}
.enrollment-form-wrapper{padding:28px 20px}
.enrollment-block,.program-structure-area{padding:0 20px}
}
.upcoming-courses-layout{background:#FFF8F0;padding:0;margin:0}
.title-intro-block{position:relative;max-width:1600px;margin:0 auto;padding:80px 20px;overflow:hidden}
.title-intro-block .geo-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.title-intro-block .geo-background svg{width:100%;height:100%}
.title-intro-block .content-wrapper-hero{position:relative;z-index:2;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}
.title-intro-block .text-content-hero{max-width:680px}
.title-intro-block .main-headline{font-size:56px;font-weight:700;color:#063847;margin:0 0 24px;line-height:1.1}
.title-intro-block .metaphor-description{font-size:18px;line-height:1.7;color:#063847;margin:0 0 32px}
.title-intro-block .image-cutout-container{position:relative;width:380px;height:480px}
.title-intro-block .image-cutout-container img{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #06384726}
.title-intro-block .decorative-dots{position:absolute;right:-40px;bottom:40px;display:flex;flex-direction:column;gap:12px;z-index:3}
.title-intro-block .decorative-dots .dot{width:8px;height:8px;border-radius:50%;background:#0CDF71}
.title-intro-block .decorative-dots .dot:nth-child(2),.title-intro-block .decorative-dots .dot:nth-child(4){opacity:.6}
.title-intro-block .decorative-dots .dot:nth-child(3){opacity:.3}
.courses-grid-section{max-width:1600px;margin:0 auto;padding:100px 20px;background:linear-gradient(165deg,#FFF8F0 0%,#0cdf7114 100%)}
.courses-grid-section .section-intro{max-width:740px;margin:0 0 64px}
.courses-grid-section .section-intro h2{font-size:42px;font-weight:700;color:#063847;margin:0 0 20px;line-height:1.2}
.courses-grid-section .section-intro p{font-size:17px;line-height:1.6;color:#063847;margin:0}
.courses-grid-section .course-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px}
.courses-grid-section .course-card-item{background:#fff;border-radius:12px;padding:36px 32px;box-shadow:0 2px 8px #06384714;transition:all .3s ease-in-out;border:2px solid transparent}
.courses-grid-section .course-card-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #06384726;border-color:#0CDF71}
.courses-grid-section .course-card-item .card-header-box{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}
.courses-grid-section .course-card-item .course-label{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#0CDF71 0%,#0cdf71b3 100%);color:#063847;font-size:13px;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}
.courses-grid-section .course-card-item .enrollment-badge{padding:6px 12px;background:#FFF8F0;color:#063847;font-size:12px;font-weight:600;border-radius:6px}
.courses-grid-section .course-card-item h3{font-size:24px;font-weight:700;color:#063847;margin:0 0 16px;line-height:1.3}
.courses-grid-section .course-card-item .course-summary{font-size:15px;line-height:1.6;color:#063847;margin:0 0 24px}
.courses-grid-section .course-card-item .course-meta-list{display:flex;flex-direction:column;gap:10px;margin:0 0 24px;padding:0;list-style:none}
.courses-grid-section .course-card-item .course-meta-list li{font-size:14px;color:#063847;display:flex;align-items:center;gap:10px}
.courses-grid-section .course-card-item .course-meta-list li::before{content:'';width:6px;height:6px;background:#0CDF71;border-radius:50%;flex-shrink:0}
.courses-grid-section .course-card-item .enroll-link-box{display:inline-block;padding:12px 28px;background:#063847;color:#FFF8F0;text-decoration:none;border-radius:8px;font-size:15px;font-weight:600;transition:all .3s ease-in-out}
.courses-grid-section .course-card-item .enroll-link-box:hover{background:#0CDF71;color:#063847;transform:scale(1.04)}
.learning-approach-section{max-width:1600px;margin:0 auto;padding:100px 20px}
.learning-approach-section .approach-wrapper-main{display:grid;grid-template-columns:420px 1fr;gap:80px;align-items:start}
.learning-approach-section .approach-sidebar{position:sticky;top:40px}
.learning-approach-section .approach-sidebar h2{font-size:38px;font-weight:700;color:#063847;margin:0 0 20px;line-height:1.2}
.learning-approach-section .approach-sidebar p{font-size:16px;line-height:1.7;color:#063847;margin:0 0 32px}
.learning-approach-section .approach-sidebar .contact-cta-btn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);color:#fff;text-decoration:none;border-radius:10px;font-size:16px;font-weight:600;transition:all .3s ease-in-out;box-shadow:0 4px 12px #0cdf714d}
.learning-approach-section .approach-sidebar .contact-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0cdf7166}
.learning-approach-section .phases-content{display:flex;flex-direction:column;gap:48px}
.learning-approach-section .phase-item{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 16px #06384714;position:relative;border-left:4px solid #0CDF71;transition:all .3s ease-in-out}
.learning-approach-section .phase-item:hover{box-shadow:0 8px 24px #0638471f;border-left-width:6px}
.learning-approach-section .phase-item .phase-number{position:absolute;top:-16px;left:32px;width:48px;height:48px;background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;box-shadow:0 4px 12px #0cdf714d}
.learning-approach-section .phase-item h3{font-size:26px;font-weight:700;color:#063847;margin:0 0 16px;line-height:1.3}
.learning-approach-section .phase-item .phase-description{font-size:16px;line-height:1.7;color:#063847;margin:0 0 20px}
.learning-approach-section .phase-item .features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0;margin:0;list-style:none}
.learning-approach-section .phase-item .features-list li{font-size:14px;color:#063847;padding:8px 12px;background:#FFF8F0;border-radius:6px;display:flex;align-items:center;gap:8px}
.learning-approach-section .phase-item .features-list li::before{content:'→';color:#0CDF71;font-weight:700;flex-shrink:0}
@media (max-width: 1024px) {
.title-intro-block .content-wrapper-hero{grid-template-columns:1fr;gap:40px}
.title-intro-block .image-cutout-container{width:100%;max-width:480px;margin:0 auto}
.title-intro-block .decorative-dots{right:20px}
.learning-approach-section .approach-wrapper-main{grid-template-columns:1fr;gap:60px}
.learning-approach-section .approach-sidebar{position:static}
.learning-approach-section .phase-item .features-list{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.title-intro-block{padding:60px 20px}
.title-intro-block .main-headline{font-size:38px}
.title-intro-block .metaphor-description{font-size:16px}
.courses-grid-section{padding:60px 20px}
.courses-grid-section .section-intro h2{font-size:32px}
.courses-grid-section .course-cards-grid{grid-template-columns:1fr}
.learning-approach-section{padding:60px 20px}
.learning-approach-section .approach-sidebar h2{font-size:30px}
.learning-approach-section .phase-item{padding:32px 24px}
}
.hero-circular{position:relative;padding:120px 20px 100px;background:linear-gradient(165deg,#FFF8F0 0%,#0CDF71 45%,#063847 100%);overflow:hidden}
.hero-circular::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#0cdf7126 0%,transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite}
.hero-circular::after{content:'';position:absolute;bottom:-40%;left:-15%;width:700px;height:700px;background:radial-gradient(circle,#0638471f 0%,transparent 70%);border-radius:50%;animation:float 10s ease-in-out infinite reverse}
@keyframes float {
0%,100%{transform:translateY(0) translateX(0)}
50%{transform:translateY(-30px) translateX(20px)}
}
.Domain-hero-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.title-content-area{text-align:left}
.title-content-area h1{font-size:3.2rem;line-height:1.15;color:#063847;margin-bottom:24px;font-weight:700}
.title-content-area .subtitle-text{font-size:1.25rem;line-height:1.6;color:#063847;margin-bottom:36px;opacity:.9}
.hero-action-box{display:flex;gap:16px;flex-wrap:wrap}
.hero-action-box .primary-btn{padding:16px 36px;background:#063847;color:#FFF8F0;border:none;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;display:inline-block;box-shadow:0 4px 12px #06384740}
.hero-action-box .primary-btn:hover{transform:scale(1.05);box-shadow:0 6px 16px #06384759;background:#084a5e}
.hero-action-box .secondary-btn{padding:16px 36px;background:transparent;color:#063847;border:2px solid #063847;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;display:inline-block}
.hero-action-box .secondary-btn:hover{background:#063847;color:#FFF8F0;transform:scale(1.04)}
.hero-visual-container{position:relative;display:flex;justify-content:center;align-items:center}
.hero-visual-container img{width:100%;max-width:520px;height:auto;border-radius:24px;box-shadow:0 12px 40px #0638474d;position:relative;z-index:1}
.hero-visual-container::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,#0cdf7133 0%,transparent 70%);border-radius:50%;z-index:0}
.platform-capabilities-wrapper{padding:100px 20px;background:#FFF8F0}
.capabilities-inner{max-width:1400px;margin:0 auto}
.section-headline h2{font-size:2.6rem;color:#063847;text-align:center;margin-bottom:16px;position:relative;display:inline-block;width:100%}
.section-headline h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0CDF71 0%,#063847 100%);border-radius:2px}
.section-headline p{font-size:1.15rem;color:#063847;text-align:center;margin-bottom:60px;opacity:.85;max-width:700px;margin-left:auto;margin-right:auto}
.features-grid-alt{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.feature-card-styled{background:#fff;padding:40px 32px;border-radius:16px;box-shadow:0 6px 20px #06384714;transition:all .3s ease-in-out;border:2px solid transparent}
.feature-card-styled:hover{transform:translateY(-8px);box-shadow:0 12px 32px #06384726;border-color:#0CDF71}
.feature-card-styled .icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 12px #0cdf7140}
.feature-card-styled .icon-wrapper i{font-size:1.8rem;color:#FFF8F0}
.feature-card-styled h3{font-size:1.5rem;color:#063847;margin-bottom:16px;font-weight:600}
.feature-card-styled p{font-size:1rem;line-height:1.7;color:#063847;opacity:.8}
.support-system-section{padding:100px 20px;background:linear-gradient(180deg,#063847 0%,#084a5e 100%);position:relative;overflow:hidden}
.support-system-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,#0cdf711a 0%,transparent 50%),radial-gradient(circle at 80% 70%,#0cdf7114 0%,transparent 50%);pointer-events:none}
.support-inner-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}
.support-inner-container h2{font-size:2.6rem;color:#FFF8F0;text-align:center;margin-bottom:20px}
.support-inner-container .intro-para{font-size:1.15rem;color:#FFF8F0;text-align:center;margin-bottom:60px;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}
.support-levels-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.level-box{background:#fff8f00d;padding:44px 36px;border-radius:16px;border:2px solid #0cdf7133;transition:all .3s ease-in-out;backdrop-filter:blur(10px)}
.level-box:hover{background:#fff8f01a;border-color:#0CDF71;transform:scale(1.03)}
.level-box h3{font-size:1.6rem;color:#0CDF71;margin-bottom:20px;font-weight:600;display:flex;align-items:center;gap:12px}
.level-box h3::before{content:'';width:8px;height:8px;background:#0CDF71;border-radius:50%;box-shadow:0 0 12px #0CDF71}
.level-box p{font-size:1.05rem;line-height:1.8;color:#FFF8F0;opacity:.9;margin-bottom:20px}
.level-box ul{list-style:none;padding:0;margin:0}
.level-box ul li{font-size:1rem;color:#FFF8F0;opacity:.85;padding:10px 0;padding-left:28px;position:relative}
.level-box ul li::before{content:'→';position:absolute;left:0;color:#0CDF71;font-weight:700}
.level-box img{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-top:24px;box-shadow:0 8px 24px #0000004d}
.personalized-growth-section{padding:100px 20px;background:#FFF8F0}
.growth-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:70px;align-items:center}
.growth-text-area h2{font-size:2.6rem;color:#063847;margin-bottom:24px;line-height:1.2}
.growth-text-area h2::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#0CDF71 0%,#063847 100%);margin-bottom:20px;border-radius:3px}
.growth-text-area p{font-size:1.1rem;line-height:1.75;color:#063847;opacity:.85;margin-bottom:20px}
.growth-text-area .emphasis-text{font-size:1.15rem;color:#0CDF71;font-weight:600;margin-top:28px;padding:16px 20px;background:#0cdf7114;border-left:4px solid #0CDF71;border-radius:6px}
.journey-stages-visual{position:relative}
.stage-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:32px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #06384714;transition:all .3s ease-in-out}
.stage-item:hover{box-shadow:0 8px 24px #06384726;transform:translateX(8px)}
.stage-number{min-width:50px;height:50px;background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFF8F0;font-size:1.3rem;font-weight:700;box-shadow:0 4px 12px #0cdf714d}
.stage-details h4{font-size:1.3rem;color:#063847;margin-bottom:10px;font-weight:600}
.stage-details p{font-size:.98rem;line-height:1.7;color:#063847;opacity:.8;margin:0}
.growth-cta-block{margin-top:40px}
.growth-cta-block a{padding:16px 40px;background:#063847;color:#FFF8F0;border-radius:12px;text-decoration:none;font-size:1.05rem;font-weight:600;display:inline-block;transition:all .3s ease-in-out;box-shadow:0 4px 12px #06384740}
.growth-cta-block a:hover{background:#084a5e;transform:scale(1.05);box-shadow:0 6px 16px #06384759}
@media (max-width: 1024px) {
.Domain-hero-inner{grid-template-columns:1fr;gap:50px}
.title-content-area h1{font-size:2.6rem}
.features-grid-alt{grid-template-columns:repeat(2,1fr);gap:30px}
.support-levels-layout{grid-template-columns:1fr;gap:40px}
.growth-container{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 640px) {
.hero-circular{padding:80px 20px 60px}
.title-content-area h1{font-size:2rem}
.title-content-area .subtitle-text{font-size:1.1rem}
.hero-action-box{flex-direction:column}
.hero-action-box .primary-btn,.hero-action-box .secondary-btn{width:100%;text-align:center}
.features-grid-alt{grid-template-columns:1fr}
.section-headline h2{font-size:2rem}
.growth-text-area h2{font-size:2rem}
.stage-item{flex-direction:column;align-items:center;text-align:center}
}
.contact-hero-wrapper{max-width:1600px;margin:0 auto;padding:80px 20px}
.hero-dual-section{display:flex;align-items:center;gap:60px}
.hero-text-region{flex:1}
.hero-text-region .lead-title{font-size:2.8rem;color:#063847;margin-bottom:32px;line-height:1.2;font-weight:700}
.hero-text-region .subtitle-intro{font-size:1.15rem;color:#063847;line-height:1.7;margin-bottom:48px;opacity:.85}
.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap}
.hero-cta-group .btn-main{background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);color:#FFF8F0;padding:14px 32px;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease-in-out;box-shadow:0 4px 12px #0cdf7133}
.hero-cta-group .btn-main:hover{transform:scale(1.05);box-shadow:0 6px 16px #0cdf7159}
.hero-cta-group .btn-secondary{background:#FFF8F0;color:#063847;padding:14px 32px;border-radius:12px;text-decoration:none;font-weight:600;border:2px solid #0CDF71;transition:all .3s ease-in-out}
.hero-cta-group .btn-secondary:hover{background:#0CDF71;color:#FFF8F0;transform:scale(1.03)}
.hero-visual-region{flex:1;position:relative}
.hero-visual-region::before{content:'';position:absolute;top:-15px;right:-15px;width:100px;height:100px;border-top:3px solid #0CDF71;border-right:3px solid #0CDF71}
.hero-visual-region::after{content:'';position:absolute;bottom:-15px;left:-15px;width:100px;height:100px;border-bottom:3px solid #063847;border-left:3px solid #063847}
.hero-visual-region img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 24px #06384726;display:block}
.contact-info-box{max-width:1600px;margin:0 auto;padding:60px 20px;background:linear-gradient(160deg,#FFF8F0 0%,#0cdf7114 100%)}
.info-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.info-card-item{background:#FFF8F0;padding:32px;border-radius:12px;border-left:4px solid #0CDF71;box-shadow:0 3px 10px #06384714;transition:all .3s ease-in-out}
.info-card-item:hover{transform:translateY(-4px);box-shadow:0 6px 18px #06384726}
.info-card-item .card-icon{font-size:2rem;color:#0CDF71;margin-bottom:16px}
.info-card-item .card-label{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#063847;opacity:.7;margin-bottom:8px;font-weight:600}
.info-card-item .card-value{font-size:1.1rem;color:#063847;font-weight:500;line-height:1.6}
.info-card-item a{color:#063847;text-decoration:none;transition:color .3s ease-in-out}
.info-card-item a:hover{color:#0CDF71}
.form-section-wrapper{max-width:800px;margin:0 auto;padding:80px 20px}
.form-section-wrapper .section-heading{font-size:2.2rem;color:#063847;margin-bottom:16px;text-align:center;font-weight:700}
.form-section-wrapper .section-subtext{font-size:1.05rem;color:#063847;opacity:.8;text-align:center;margin-bottom:48px;line-height:1.6}
.contact-form-box{background:#FFF8F0;padding:48px;border-radius:16px;box-shadow:0 6px 20px #0638471f}
.form-group-field{margin-bottom:28px}
.form-group-field label{display:block;font-size:.95rem;font-weight:600;color:#063847;margin-bottom:8px}
.form-group-field input[type="email"]{width:100%;padding:14px 18px;border:2px solid #06384733;border-radius:10px;font-size:1rem;color:#063847;transition:all .3s ease-in-out;background:#FFF8F0}
.form-group-field input[type="email"]:focus{outline:none;border-color:#0CDF71;box-shadow:0 0 0 3px #0cdf7126}
.radio-options-group{margin-bottom:28px}
.radio-options-group .group-label{display:block;font-size:.95rem;font-weight:600;color:#063847;margin-bottom:16px}
.radio-item-wrapper{margin-bottom:12px}
.radio-item-wrapper input[type="radio"]{margin-right:10px;width:18px;height:18px;cursor:pointer;accent-color:#0CDF71}
.radio-item-wrapper label{font-size:1rem;color:#063847;cursor:pointer;display:inline-flex;align-items:center}
.privacy-consent-box{margin-bottom:32px;display:flex;align-items:flex-start;gap:10px}
.privacy-consent-box input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#0CDF71}
.privacy-consent-box label{font-size:.9rem;color:#063847;opacity:.85;line-height:1.5}
.privacy-consent-box a{color:#0CDF71;text-decoration:none;font-weight:600}
.privacy-consent-box a:hover{text-decoration:underline}
.submit-btn-area{text-align:center}
.submit-btn-area button{background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);color:#FFF8F0;padding:16px 48px;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 14px #0cdf7140;position:relative;z-index:10}
.submit-btn-area button:hover{transform:scale(1.06);box-shadow:0 6px 20px #0cdf7166}
.hours-section-box{max-width:1000px;margin:0 auto;padding:60px 20px;text-align:center}
.hours-section-box .section-title{font-size:2rem;color:#063847;margin-bottom:40px;font-weight:700}
.schedule-display-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
.schedule-card-block{background:linear-gradient(145deg,#FFF8F0 0%,#0cdf710f 100%);padding:28px;border-radius:12px;border:2px solid #0cdf714d;transition:all .3s ease-in-out}
.schedule-card-block:hover{border-color:#0CDF71;box-shadow:0 4px 16px #0cdf7133}
.schedule-card-block .day-name{font-size:1.1rem;font-weight:700;color:#063847;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.schedule-card-block .time-range{font-size:1.3rem;color:#0CDF71;font-weight:600}
.faq-section-wrapper{max-width:1000px;margin:0 auto;padding:80px 20px;background:#FFF8F0}
.faq-section-wrapper .section-head{font-size:2.2rem;color:#063847;margin-bottom:16px;text-align:center;font-weight:700}
.faq-section-wrapper .section-intro{font-size:1.05rem;color:#063847;opacity:.8;text-align:center;margin-bottom:48px;line-height:1.6}
.faq-item-container{margin-bottom:20px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #06384714}
.faq-toggle-input{display:none}
.faq-question-label{display:block;padding:20px 24px;background:linear-gradient(135deg,#0cdf711a 0%,#FFF8F0 100%);font-size:1.1rem;font-weight:600;color:#063847;cursor:pointer;position:relative;transition:all .3s ease-in-out}
.faq-question-label:hover{background:linear-gradient(135deg,#0cdf7126 0%,#FFF8F0 100%)}
.faq-question-label::after{content:'+';position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:1.5rem;color:#0CDF71;font-weight:700;transition:transform .3s ease-in-out}
.faq-toggle-input:checked + .faq-question-label::after{content:'−';transform:translateY(-50%) rotate(180deg)}
.faq-answer-content{max-height:0;overflow:hidden;background:#FFF8F0;transition:max-height .4s ease-in-out}
.faq-toggle-input:checked ~ .faq-answer-content{max-height:500px}
.faq-answer-inner{padding:20px 24px;font-size:1rem;color:#063847;line-height:1.7;opacity:.85}
@media (max-width: 1024px) {
.hero-dual-section{flex-direction:column}
.hero-text-region .lead-title{font-size:2.2rem}
.info-grid-layout{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.contact-form-box{padding:32px}
}
@media (max-width: 640px) {
.contact-hero-wrapper{padding:60px 16px}
.hero-text-region .lead-title{font-size:1.8rem;margin-bottom:24px}
.hero-text-region .subtitle-intro{font-size:1rem;margin-bottom:32px}
.hero-cta-group{flex-direction:column}
.hero-cta-group .btn-main,.hero-cta-group .btn-secondary{width:100%;text-align:center}
.hero-visual-region::before,.hero-visual-region::after{width:60px;height:60px}
.info-grid-layout{grid-template-columns:1fr}
.form-section-wrapper .section-heading{font-size:1.8rem}
.contact-form-box{padding:24px}
.schedule-display-grid{grid-template-columns:1fr}
.faq-section-wrapper .section-head{font-size:1.8rem}
.submit-btn-area button{width:100%}
}
.confirm-hero{min-height:75vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#FFF8F0 0%,#fff 100%);overflow:hidden;padding:3rem 1.5rem}
.confirm-hero::before{content:'';position:absolute;top:-10%;right:-5%;width:450px;height:450px;background:linear-gradient(217deg,#0cdf7126 0%,#06384714 100%);border-radius:42% 58% 45% 55% / 52% 48% 52% 48%;animation:float-shape 8s ease-in-out infinite}
.confirm-hero::after{content:'';position:absolute;bottom:-8%;left:-3%;width:380px;height:380px;background:linear-gradient(124deg,#0638471f 0%,#0cdf7117 100%);border-radius:58% 42% 55% 45% / 48% 52% 48% 52%;animation:float-shape 10s ease-in-out infinite reverse}
@keyframes float-shape {
0%,100%{transform:translate(0,0) rotate(0deg)}
33%{transform:translate(20px,-25px) rotate(5deg)}
66%{transform:translate(-15px,15px) rotate(-3deg)}
}
.confirm-content-wrapper{position:relative;z-index:5;max-width:720px;width:100%;margin:0 auto;text-align:center}
.success-icon-box{width:110px;height:110px;margin:0 auto 2.5rem;position:relative;background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0cdf7140 0 2px 8px #06384726;animation:scale-in .6s ease-out}
.success-icon-box::before{content:'';position:absolute;width:130px;height:130px;border:3px solid #0cdf714d;border-radius:50%;animation:pulse-ring 2s ease-in-out infinite}
@keyframes scale-in {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
@keyframes pulse-ring {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.15);opacity:.3}
}
.success-icon-box svg{width:56px;height:56px;fill:#FFF8F0;stroke:#FFF8F0;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;animation:check-draw .5s ease-out .3s both}
@keyframes check-draw {
0%{stroke-dasharray:100;stroke-dashoffset:100}
100%{stroke-dasharray:100;stroke-dashoffset:0}
}
.confirm-heading-primary{font-size:3.2rem;font-weight:700;color:#063847;margin:0 0 1.25rem;line-height:1.15;letter-spacing:-.02em;animation:fade-up .7s ease-out .2s both}
@keyframes fade-up {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.confirm-text-sub{font-size:1.2rem;color:#063847;opacity:.75;margin:0 0 2.75rem;line-height:1.6;max-width:540px;margin-left:auto;margin-right:auto;animation:fade-up .7s ease-out .4s both}
.confirm-action-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fade-up .7s ease-out .6s both}
.btn-confirm-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.25rem;background:linear-gradient(135deg,#0CDF71 0%,#063847 100%);color:#FFF8F0;font-size:1.05rem;font-weight:600;border:none;border-radius:10px;text-decoration:none;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 12px #0cdf714d;position:relative;overflow:hidden;z-index:10}
.btn-confirm-primary::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#063847 0%,#0CDF71 100%);opacity:0;transition:opacity .3s ease-in-out;z-index:-1}
.btn-confirm-primary:hover{transform:scale(1.05);box-shadow:0 6px 18px #0cdf7166}
.btn-confirm-primary:hover::before{opacity:1}
.decorative-element-top{position:absolute;top:15%;left:8%;width:80px;height:80px;border:4px solid #0cdf7133;border-radius:12px;transform:rotate(25deg);animation:rotate-slow 15s linear infinite}
.decorative-element-bottom{position:absolute;bottom:18%;right:12%;width:60px;height:60px;background:#06384714;border-radius:50%;animation:rotate-slow 12s linear infinite reverse}
@keyframes rotate-slow {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
@media (max-width: 1024px) {
.confirm-hero{min-height:65vh;padding:2.5rem 1.25rem}
.confirm-heading-primary{font-size:2.6rem}
.confirm-text-sub{font-size:1.1rem}
.success-icon-box{width:95px;height:95px}
.success-icon-box svg{width:48px;height:48px}
.success-icon-box::before{width:115px;height:115px}
}
@media (max-width: 640px) {
.confirm-hero{min-height:90vh;padding:2rem 1rem}
.confirm-heading-primary{font-size:2rem;margin-bottom:1rem}
.confirm-text-sub{font-size:1rem;margin-bottom:2rem}
.success-icon-box{width:85px;height:85px;margin-bottom:2rem}
.success-icon-box svg{width:42px;height:42px}
.success-icon-box::before{width:100px;height:100px}
.confirm-action-group{flex-direction:column;align-items:stretch}
.btn-confirm-primary{width:100%;justify-content:center;padding:.95rem 1.75rem}
.decorative-element-top,.decorative-element-bottom{display:none}
.confirm-hero::before,.confirm-hero::after{width:280px;height:280px}
}