*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body{font-family:'Public Sans',sans-serif;color:#00362E;background:#FFF;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5em}
p{margin-bottom:1em}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;height:auto;display:block}
button{border:none;background:none;cursor:pointer;font-family:inherit}
header{position:relative;background:linear-gradient(135deg,#00362E 0%,#28839B 100%);box-shadow:0 4px 12px #28839b26}
.header-top-wrapper{position:relative;z-index:3;padding:20px 0}
.header-container-main{max-width:1320px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.logo-box{flex-shrink:0}
.logo-link-data{display:block}
.logo-img{height:85px;width:85px;background:#ceedeb33;padding:8px;border-radius:12px;box-shadow:0 2px 8px #00362e4d}
.main-nav-handler{flex-grow:1;display:flex;justify-content:flex-end}
.nav-list-data{display:flex;gap:32px;align-items:center}
.nav-item-box{position:relative}
.nav-link{font-size:17px;font-weight:600;color:#CEEDEB;padding:8px 16px;border-radius:6px;transition:background-color 0.3s,color .3s}
.nav-link:hover{background-color:#ceedeb40;color:#FFF}
.header-accent-strip{height:4px;background:linear-gradient(90deg,#CEEDEB 0%,#28839B 100%);position:relative;z-index:2}
.header-company-layer{position:relative;z-index:1;padding:16px 0;background:#00362e99;overflow:hidden}
.company-name-bg{font-family:'Roboto',sans-serif;font-size:48px;font-weight:700;color:#ceedeb26;letter-spacing:8px;text-transform:uppercase;display:block;text-align:center}
main{background:#FFF}
footer{background:linear-gradient(180deg,#00362E 0%,#28839B 100%);color:#CEEDEB;padding:60px 0 30px}
.footer-wrapper-main{max-width:1320px;margin:0 auto;padding:0 20px}
.footer-container-data{width:100%}
.footer-content-grid{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:48px;margin-bottom:48px}
.footer-about-section,.footer-contact-section,.footer-nav-section{padding:0}
.footer-heading-text{font-size:22px;font-weight:700;color:#FFF;margin-bottom:18px}
.footer-description-box{font-size:15px;line-height:1.7;color:#CEEDEB}
.contact-info-wrapper{display:flex;flex-direction:column;gap:12px}
.contact-item-data{font-size:15px;line-height:1.6;color:#CEEDEB}
.contact-link-handler{color:#CEEDEB;transition:color .3s}
.contact-link-handler:hover{color:#FFF}
.footer-links-list{display:flex;flex-direction:column;gap:10px}
.footer-link-item{font-size:15px}
.footer-link-handler{color:#CEEDEB;transition:color .3s}
.footer-link-handler:hover{color:#FFF}
.footer-bottom-bar{border-top:1px solid #ceedeb4d;padding-top:24px;text-align:center}
.copyright-text-data{font-size:14px;color:#CEEDEB}
.cookie-popup-wrapper{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;justify-content:center;padding:20px}
.cookie-banner-box{background:linear-gradient(135deg,#00362E 0%,#28839B 100%);border-radius:8px;box-shadow:0 8px 24px #00362e66;padding:20px 32px;max-width:900px;width:100%}
.cookie-content-handler{display:flex;align-items:center;justify-content:space-between;gap:24px}
.cookie-message-text{font-size:15px;color:#CEEDEB;line-height:1.5;flex-grow:1}
.cookie-buttons-wrapper{display:flex;gap:12px;flex-shrink:0}
.cookie-btn-accept,.cookie-btn-decline,.cookie-btn-customize,.cookie-btn-save{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;transition:background-color 0.3s,color .3s}
.cookie-btn-accept{background-color:#CEEDEB;color:#00362E}
.cookie-btn-accept:hover{background-color:#FFF}
.cookie-btn-decline{background-color:transparent;color:#CEEDEB;border:1px solid #CEEDEB}
.cookie-btn-decline:hover{background-color:#ceedeb26}
.cookie-btn-customize{background-color:#28839B;color:#FFF}
.cookie-btn-customize:hover{background-color:#1f6a82}
.cookie-preferences-panel{margin-top:20px;padding-top:20px;border-top:1px solid #ceedeb4d}
.preference-item-box{margin-bottom:12px}
.preference-label-text{display:flex;align-items:center;gap:10px;font-size:14px;color:#CEEDEB;cursor:pointer}
.preference-toggle{width:18px;height:18px;cursor:pointer}
.cookie-btn-save{margin-top:16px;background-color:#CEEDEB;color:#00362E;width:100%}
.cookie-btn-save:hover{background-color:#FFF}
@media (max-width: 1024px) {
.footer-content-grid{grid-template-columns:1fr 1fr;gap:32px}
.footer-nav-section{grid-column:1 / -1}
}
@media (max-width: 768px) {
.header-container-main{flex-direction:column;gap:20px}
.main-nav-handler{justify-content:center}
.nav-list-data{flex-wrap:wrap;justify-content:center;gap:16px}
.company-name-bg{font-size:32px;letter-spacing:4px}
.footer-content-grid{grid-template-columns:1fr;gap:32px}
.cookie-content-handler{flex-direction:column;align-items:flex-start}
.cookie-buttons-wrapper{width:100%;flex-direction:column}
.cookie-btn-accept,.cookie-btn-decline,.cookie-btn-customize{width:100%}
}
@media (max-width: 480px) {
.nav-list-data{flex-direction:column;gap:12px}
.nav-link{display:block;text-align:center}
.company-name-bg{font-size:24px;letter-spacing:2px}
}
.text-bk-legal{max-width:1320px;margin:0 auto;padding:80px 20px;background:linear-gradient(180deg,#CEEDEB 0%,#fff 100%)}
.text-bk-legal p{font-size:16px;line-height:1.8;color:#00362E;margin:0 0 24px;font-weight:400}
.text-bk-legal p + p{margin-top:16px}
.text-bk-legal ul{list-style:none;margin:0 0 32px;padding:0}
.text-bk-legal ol{list-style:none;counter-reset:policy-counter;margin:0 0 32px;padding:0}
.text-bk-legal ul li{font-size:16px;line-height:1.8;color:#00362E;margin:0 0 12px;padding-left:32px;position:relative}
.text-bk-legal ul li::before{content:'';position:absolute;left:8px;top:12px;width:8px;height:8px;background:#28839B;border-radius:50%}
.text-bk-legal ol li{font-size:16px;line-height:1.8;color:#00362E;margin:0 0 12px;padding-left:40px;position:relative;counter-increment:policy-counter}
.text-bk-legal ol li::before{content:counter(policy-counter) ".";position:absolute;left:8px;top:0;font-weight:700;color:#28839B;font-size:16px}
.text-bk-legal ul ul{margin:12px 0}
.text-bk-legal ol ol{margin:12px 0}
.text-bk-legal ul ul li::before{width:6px;height:6px;background:#00362E}
.text-bk-legal strong,.text-bk-legal b{font-weight:700;color:#00362E}
.text-bk-legal em,.text-bk-legal i{font-style:italic;color:#00362E}
.text-bk-legal a{color:#28839B;text-decoration:underline;font-weight:500;transition:all .3s ease}
.text-bk-legal a:hover{color:#00362E;background:#ceedeb80;text-decoration:none}
.text-bk-legal hr{border:none;height:2px;background:linear-gradient(90deg,#CEEDEB 0%,#28839B 50%,#CEEDEB 100%);margin:48px 0;opacity:.6}
.text-bk-legal div{margin:0 0 24px}
.text-bk-legal div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.text-bk-legal{padding:60px 16px}
.text-bk-legal p{font-size:15px;line-height:1.7;margin-bottom:20px}
.text-bk-legal ul li,.text-bk-legal ol li{font-size:15px;line-height:1.7;padding-left:28px}
.text-bk-legal ol li{padding-left:36px}
.text-bk-legal hr{margin:36px 0}
}
@media (max-width: 480px) {
.text-bk-legal{padding:40px 12px}
.text-bk-legal p{font-size:14px;line-height:1.6;margin-bottom:16px}
.text-bk-legal ul li,.text-bk-legal ol li{font-size:14px;line-height:1.6;padding-left:24px;margin-bottom:10px}
.text-bk-legal ol li{padding-left:32px}
.text-bk-legal ul li::before{width:6px;height:6px;top:10px;left:6px}
.text-bk-legal hr{margin:28px 0}
}
.title-section-wrap{max-width:1320px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.text-content-box{padding-right:40px}
.text-content-box .label-tag{display:inline-block;background:linear-gradient(135deg,#CEEDEB,#28839B);color:#00362E;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}
.text-content-box h1{font-size:48px;line-height:1.2;color:#00362E;margin-bottom:24px;font-weight:700}
.text-content-box .description-text{font-size:18px;line-height:1.7;color:#00362E;margin-bottom:32px;opacity:.85}
.cta-button-primary{display:inline-block;background:linear-gradient(135deg,#00362E,#28839B);color:#CEEDEB;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00362e33}
.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #28839b66}
.image-wrapper-gradient{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00362e26}
.image-wrapper-gradient::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#00362e00 0%,#00362e4d 100%);z-index:1}
.image-wrapper-gradient img{width:100%;height:500px;object-fit:cover;display:block}
.program-structure-section{background:linear-gradient(135deg,#CEEDEB 0%,#ceedeb4d 100%);padding:100px 20px;position:relative}
.program-structure-section::before{content:'';position:absolute;top:0;left:20%;width:200px;height:200px;background:radial-gradient(circle,#28839b26,transparent);border-radius:50%}
.structure-container{max-width:1320px;margin:0 auto}
.structure-container h2{font-size:42px;color:#00362E;margin-bottom:60px;text-align:center;font-weight:700}
.phases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.phase-card-item{background:#fff;padding:40px 30px;border-radius:12px;position:relative;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #28839B}
.phase-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px #28839b40}
.phase-card-item .phase-number{position:absolute;top:-20px;left:30px;width:48px;height:48px;background:linear-gradient(135deg,#00362E,#28839B);color:#CEEDEB;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #00362e4d}
.phase-card-item h3{font-size:24px;color:#00362E;margin-bottom:16px;margin-top:16px;font-weight:600}
.phase-card-item p{font-size:16px;line-height:1.6;color:#00362E;opacity:.8}
.interactive-curriculum-wrap{max-width:1320px;margin:0 auto;padding:100px 20px}
.interactive-curriculum-wrap h2{font-size:42px;color:#00362E;margin-bottom:48px;font-weight:700}
.curriculum-tabs-container{display:flex;gap:80px}
.tab-navigation-list{flex:0 0 280px}
.tab-navigation-list input[type="radio"]{display:none}
.tab-navigation-list label{display:block;padding:20px 24px;background:#fff;border-left:4px solid transparent;margin-bottom:12px;cursor:pointer;transition:all .3s ease;border-radius:6px;color:#00362E;font-weight:600;font-size:16px}
.tab-navigation-list label:hover{background:#CEEDEB;border-left-color:#28839B}
.tab-navigation-list input[type="radio"]:checked + label{background:linear-gradient(90deg,#CEEDEB,#fff);border-left-color:#00362E;box-shadow:0 4px 12px #00362e1a}
.tab-content-area{flex:1}
.tab-panel-data{display:none;animation:fadeIn .4s ease}
#tab1:checked ~ .tab-content-area .panel1,#tab2:checked ~ .tab-content-area .panel2,#tab3:checked ~ .tab-content-area .panel3,#tab4:checked ~ .tab-content-area .panel4{display:block}
@keyframes fadeIn {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.tab-panel-data h3{font-size:32px;color:#00362E;margin-bottom:24px;font-weight:700}
.tab-panel-data .module-list-wrapper{background:#fff;padding:32px;border-radius:12px;box-shadow:0 6px 20px #00362e14}
.tab-panel-data .module-list-wrapper ul{list-style:none;padding:0;margin:0}
.tab-panel-data .module-list-wrapper li{padding:16px 0;border-bottom:1px solid #ceedeb80;font-size:16px;color:#00362E;position:relative;padding-left:32px}
.tab-panel-data .module-list-wrapper li:last-child{border-bottom:none}
.tab-panel-data .module-list-wrapper li::before{content:'';position:absolute;left:0;top:22px;width:16px;height:16px;background:linear-gradient(135deg,#28839B,#CEEDEB);border-radius:3px}
.testimonials-section-box{background:#00362E;padding:100px 20px;position:relative;overflow:hidden}
.testimonials-section-box::after{content:'';position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#28839b33,transparent);border-radius:50%}
.testimonials-container-data{max-width:1320px;margin:0 auto;position:relative;z-index:1}
.testimonials-container-data h2{font-size:42px;color:#CEEDEB;margin-bottom:60px;text-align:center;font-weight:700}
.testimonial-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonial-card-wrapper{background:#ceedeb0d;padding:40px;border-radius:16px;border:1px solid #ceedeb26;display:flex;gap:24px;transition:background .3s ease,border-color .3s ease}
.testimonial-card-wrapper:hover{background:#ceedeb1a;border-color:#28839b66}
.testimonial-photo-wrap{flex:0 0 80px}
.testimonial-photo-wrap img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #28839B}
.testimonial-text-data{flex:1}
.testimonial-text-data p{font-size:16px;line-height:1.7;color:#CEEDEB;margin-bottom:20px;font-style:italic}
.testimonial-text-data .author-name-title{font-size:18px;color:#28839B;font-weight:600;margin-bottom:4px}
.testimonial-text-data .author-detail{font-size:14px;color:#ceedebb3}
@media (max-width: 1024px) {
.title-section-wrap{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.text-content-box{padding-right:0}
.text-content-box h1{font-size:38px}
.phases-grid{grid-template-columns:1fr;gap:50px}
.curriculum-tabs-container{flex-direction:column;gap:40px}
.tab-navigation-list{flex:1;display:flex;flex-wrap:wrap;gap:12px}
.tab-navigation-list label{flex:1;min-width:200px;text-align:center}
.testimonial-cards-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.text-content-box h1{font-size:32px}
.text-content-box .description-text{font-size:16px}
.structure-container h2,.interactive-curriculum-wrap h2,.testimonials-container-data h2{font-size:32px;margin-bottom:40px}
.image-wrapper-gradient img{height:300px}
.program-structure-section,.interactive-curriculum-wrap,.testimonials-section-box{padding:60px 20px}
.phase-card-item{padding:36px 24px}
.tab-navigation-list{flex-direction:column}
.tab-navigation-list label{min-width:100%}
.testimonial-card-wrapper{flex-direction:column;padding:30px 24px}
.testimonial-photo-wrap{flex:0 0 auto}
}
.teaching-methods-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1320px;margin:0 auto;min-height:520px}
.hero-image-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0;position:relative}
.hero-grid-item{position:relative;overflow:hidden}
.hero-grid-item img{width:100%;height:100%;object-fit:cover;display:block}
.hero-grid-item::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00362eb3,#28839b99);mix-blend-mode:multiply}
.hero-grid-item:nth-child(2)::after{background:linear-gradient(225deg,#28839bcc,#00362e80)}
.hero-grid-item:nth-child(3)::after{background:radial-gradient(circle at center,#ceedeb4d,#00362eb3)}
.hero-grid-item:nth-child(4)::after{background:linear-gradient(45deg,#28839bbf,#ceedeb66)}
.hero-text-content{background:linear-gradient(165deg,#00362E 0%,#28839B 100%);padding:60px 50px;display:flex;flex-direction:column;justify-content:center;position:relative}
.hero-text-content::before{content:'';position:absolute;top:30px;right:30px;width:120px;height:120px;background:#ceedeb1a;border-radius:50%;z-index:1}
.hero-text-content::after{content:'';position:absolute;bottom:40px;left:40px;width:80px;height:80px;background:#ceedeb14;clip-path:polygon(50% 0%,100% 100%,0% 100%);z-index:1}
.hero-text-wrapper{position:relative;z-index:2}
.hero-title-text{font-size:42px;font-weight:700;color:#CEEDEB;margin:0 0 24px;line-height:1.2}
.hero-description-list{list-style:none;padding:0;margin:0}
.hero-description-list li{color:#CEEDEB;font-size:17px;line-height:1.7;margin-bottom:14px;padding-left:28px;position:relative}
.hero-description-list li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#CEEDEB;border-radius:50%}
.approach-section-wrapper{background:#CEEDEB;padding:90px 0}
.approach-content-box{max-width:1320px;margin:0 auto;padding:0 20px}
.approach-header-text{text-align:center;margin-bottom:60px}
.approach-header-text h2{font-size:38px;color:#00362E;margin:0 0 18px;font-weight:700}
.approach-header-text p{font-size:18px;color:#28839B;margin:0;line-height:1.6}
.approach-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.approach-card-item{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 12px #00362e14;transition:all .3s ease;position:relative;overflow:hidden}
.approach-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00362E,#28839B);transform:scaleX(0);transition:transform .3s ease}
.approach-card-item:hover::before{transform:scaleX(1)}
.approach-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #28839b26}
.approach-card-item h3{font-size:24px;color:#00362E;margin:0 0 16px;font-weight:600}
.approach-card-item p{font-size:16px;color:#28839B;line-height:1.7;margin:0}
.structure-block-main{background:#fff;padding:80px 0}
.structure-content-wrapper{max-width:1320px;margin:0 auto;padding:0 20px}
.structure-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.structure-text-side h2{font-size:36px;color:#00362E;margin:0 0 24px;font-weight:700;position:relative;padding-bottom:20px}
.structure-text-side h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#28839B,#CEEDEB)}
.structure-text-side p{font-size:17px;color:#28839B;line-height:1.8;margin:0 0 20px}
.structure-visual-side{position:relative}
.structure-steps-container{display:flex;flex-direction:column;gap:24px}
.structure-step-box{background:linear-gradient(135deg,#CEEDEB 0%,white 100%);padding:28px 32px;border-radius:8px;border-left:5px solid #28839B;transition:all .3s ease}
.structure-step-box:hover{border-left-color:#00362E;transform:translateX(8px)}
.step-number-label{display:inline-block;width:36px;height:36px;background:#28839B;color:#fff;border-radius:50%;text-align:center;line-height:36px;font-weight:700;font-size:18px;margin-bottom:12px}
.structure-step-box h4{font-size:20px;color:#00362E;margin:0 0 10px;font-weight:600}
.structure-step-box p{font-size:15px;color:#28839B;margin:0;line-height:1.6}
.testimonials-section-wrapper{background:linear-gradient(180deg,#00362E 0%,#28839B 100%);padding:90px 0}
.testimonials-inner-container{max-width:1320px;margin:0 auto;padding:0 20px}
.testimonials-header-area{text-align:center;margin-bottom:50px}
.testimonials-header-area h2{font-size:38px;color:#CEEDEB;margin:0 0 16px;font-weight:700}
.testimonials-header-area p{font-size:18px;color:#CEEDEB;margin:0;opacity:.9}
.testimonials-grid-box{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonial-card-item{background:#ceedeb1a;padding:36px;border-radius:16px;backdrop-filter:blur(10px);border:1px solid #ceedeb33;transition:all .3s ease}
.testimonial-card-item:hover{background:#ceedeb26;transform:scale(1.02)}
.testimonial-profile-row{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.testimonial-image-wrapper{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #CEEDEB}
.testimonial-image-wrapper img{width:100%;height:100%;object-fit:cover}
.testimonial-author-info h4{font-size:20px;color:#CEEDEB;margin:0 0 6px;font-weight:600}
.testimonial-author-info p{font-size:15px;color:#CEEDEB;margin:0;opacity:.8}
.testimonial-text-content p{font-size:16px;color:#CEEDEB;line-height:1.7;margin:0;font-style:italic}
@media (max-width: 1024px) {
.teaching-methods-hero{grid-template-columns:1fr}
.hero-image-grid{min-height:300px}
.hero-text-content{padding:50px 40px}
.hero-title-text{font-size:36px}
.approach-cards-container{grid-template-columns:1fr}
.structure-grid-layout{grid-template-columns:1fr;gap:40px}
.testimonials-grid-box{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-text-content{padding:40px 30px}
.hero-title-text{font-size:30px}
.hero-description-list li{font-size:16px}
.approach-section-wrapper{padding:60px 0}
.approach-header-text h2{font-size:30px}
.approach-card-item{padding:30px 24px}
.structure-block-main{padding:60px 0}
.structure-text-side h2{font-size:28px}
.testimonials-section-wrapper{padding:60px 0}
.testimonials-header-area h2{font-size:30px}
.testimonial-card-item{padding:28px}
}
@media (max-width: 480px) {
.hero-image-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,120px)}
.hero-text-content{padding:30px 20px}
.hero-title-text{font-size:26px}
.approach-content-box{padding:0 15px}
.structure-content-wrapper{padding:0 15px}
.testimonials-inner-container{padding:0 15px}
}
.page-backdrop-handler{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}
.intro-handler-box{position:relative;min-height:550px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:18px;margin:40px 0 60px}
.intro-handler-box .blur-img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.intro-handler-box .blur-img-wrapper img{width:100%;height:100%;object-fit:cover;filter:blur(0);mask-image:radial-gradient(ellipse at center,transparent 35%,black 75%);-webkit-mask-image:radial-gradient(ellipse at center,transparent 35%,black 75%)}
.intro-handler-box .particle-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}
.intro-handler-box .particle-canvas::before,.intro-handler-box .particle-canvas::after{content:'';position:absolute;width:3px;height:3px;background:#ceedeb66;border-radius:50%;animation:float-particle 8s infinite ease-in-out}
.intro-handler-box .particle-canvas::before{top:20%;left:15%;animation-delay:0s}
.intro-handler-box .particle-canvas::after{top:60%;right:20%;animation-delay:4s}
@keyframes float-particle {
0%,100%{transform:translate(0,0);opacity:.3}
50%{transform:translate(20px,-30px);opacity:.6}
}
.intro-handler-box .text-content-zone{position:relative;z-index:3;max-width:780px;text-align:center;padding:40px 30px;background:#00362ebf;border-radius:12px;backdrop-filter:blur(8px)}
.intro-handler-box .text-content-zone .main-heading23{font-size:48px;font-weight:700;color:#CEEDEB;margin:0 0 24px;line-height:1.2}
.intro-handler-box .text-content-zone .extended-description-text{font-size:18px;line-height:1.7;color:#CEEDEB;margin:0}
.career-outcomes-wrapper{background:linear-gradient(135deg,#00362E 0%,#28839B 100%);padding:70px 0;margin:60px 0}
.career-outcomes-wrapper .inner-section-box{max-width:1320px;margin:0 auto;padding:0 20px}
.career-outcomes-wrapper .section-label-h2{font-size:38px;font-weight:600;color:#CEEDEB;text-align:center;margin:0 0 50px}
.career-outcomes-wrapper .outcomes-grid-data{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.career-outcomes-wrapper .outcome-card-item{background:#ffffff1a;border-radius:16px;padding:35px 28px;border:2px solid #ceedeb4d;transition:all .4s ease;position:relative;overflow:hidden}
.career-outcomes-wrapper .outcome-card-item::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ceedeb26 0%,transparent 70%);opacity:0;transition:opacity .5s ease}
.career-outcomes-wrapper .outcome-card-item:hover::before{opacity:1}
.career-outcomes-wrapper .outcome-card-item:hover{transform:translateY(-8px);border-color:#CEEDEB;box-shadow:0 12px 28px #28839b66}
.career-outcomes-wrapper .card-icon-svg{width:54px;height:54px;margin-bottom:20px}
.career-outcomes-wrapper .outcome-card-item .card-heading-text{font-size:24px;font-weight:600;color:#CEEDEB;margin:0 0 16px}
.career-outcomes-wrapper .outcome-card-item .card-body-text{font-size:16px;line-height:1.6;color:#ceedebe6;margin:0}
.career-outcomes-wrapper .stat-number-display{font-size:42px;font-weight:700;color:#28839B;display:block;margin-bottom:8px}
.efficiency-showcase-section{max-width:1320px;margin:80px auto;padding:0 20px}
.efficiency-showcase-section .section-title-alt{font-size:36px;font-weight:600;color:#00362E;margin:0 0 50px;text-align:center;position:relative}
.efficiency-showcase-section .section-title-alt::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#00362E,#28839B);border-radius:2px}
.efficiency-showcase-section .dual-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.efficiency-showcase-section .column-imagery{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.efficiency-showcase-section .column-imagery .img-box-handler{border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #00362e26;transition:transform .3s ease}
.efficiency-showcase-section .column-imagery .img-box-handler:hover{transform:scale(1.05)}
.efficiency-showcase-section .column-imagery .img-box-handler img{width:100%;height:280px;object-fit:cover;display:block}
.efficiency-showcase-section .column-imagery .img-box-handler:nth-child(1){grid-column:1 / -1}
.efficiency-showcase-section .column-imagery .img-box-handler:nth-child(1) img{height:320px}
.efficiency-showcase-section .text-content-column{display:flex;flex-direction:column;gap:30px}
.efficiency-showcase-section .competency-block-wrapper{background:linear-gradient(120deg,#00362e0d,#28839b0d);border-left:4px solid #28839B;padding:28px 30px;border-radius:8px;transition:all .3s ease}
.efficiency-showcase-section .competency-block-wrapper:hover{background:linear-gradient(120deg,#00362e14,#28839b14);border-left-width:6px;transform:translateX(5px)}
.efficiency-showcase-section .competency-block-wrapper .block-title-h3{font-size:22px;font-weight:600;color:#00362E;margin:0 0 14px}
.efficiency-showcase-section .competency-block-wrapper .block-description-p{font-size:16px;line-height:1.65;color:#00362E;margin:0;opacity:.85}
.efficiency-showcase-section .progress-indicator-visual{display:flex;align-items:center;gap:12px;margin-top:16px}
.efficiency-showcase-section .progress-indicator-visual .progress-bar-track{flex:1;height:8px;background:#ceedeb4d;border-radius:10px;overflow:hidden}
.efficiency-showcase-section .progress-indicator-visual .progress-bar-fill{height:100%;background:linear-gradient(90deg,#00362E,#28839B);border-radius:10px;transition:width .6s ease}
.efficiency-showcase-section .progress-indicator-visual .progress-percent-label{font-size:16px;font-weight:600;color:#00362E;min-width:45px}
.testimonial-evidence-section{background:#CEEDEB;padding:70px 0;margin:80px 0 0}
.testimonial-evidence-section .wrapper-inner{max-width:1320px;margin:0 auto;padding:0 20px}
.testimonial-evidence-section .heading-testimonials{font-size:36px;font-weight:600;color:#00362E;text-align:center;margin:0 0 50px}
.testimonial-evidence-section .testimonial-cards-flex{display:flex;gap:40px;justify-content:center}
.testimonial-evidence-section .testimonial-single-card{background:#ffffffe6;border-radius:20px;padding:35px;max-width:480px;box-shadow:0 10px 30px #00362e1a;position:relative}
.testimonial-evidence-section .testimonial-single-card::before{content:'"';position:absolute;top:-20px;left:30px;font-size:120px;font-weight:700;color:#28839b26;line-height:1}
.testimonial-evidence-section .profile-header-flex{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.testimonial-evidence-section .profile-img-holder{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #28839B}
.testimonial-evidence-section .profile-img-holder img{width:100%;height:100%;object-fit:cover}
.testimonial-evidence-section .profile-text-info .profile-name-h4{font-size:20px;font-weight:600;color:#00362E;margin:0 0 5px}
.testimonial-evidence-section .profile-text-info .profile-role-span{font-size:15px;color:#28839B;font-weight:500}
.testimonial-evidence-section .testimonial-body-content{font-size:16px;line-height:1.7;color:#00362E;margin:0;position:relative;z-index:1}
.cta-action-footer{background:linear-gradient(135deg,#00362E 0%,#28839B 100%);padding:60px 0;text-align:center}
.cta-action-footer .cta-inner-box{max-width:1320px;margin:0 auto;padding:0 20px}
.cta-action-footer .cta-title-h2{font-size:34px;font-weight:600;color:#CEEDEB;margin:0 0 20px}
.cta-action-footer .cta-description-text{font-size:18px;line-height:1.6;color:#ceedebe6;margin:0 0 35px;max-width:700px;margin-left:auto;margin-right:auto}
.cta-action-footer .button-group-flex{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-action-footer .btn-primary-action{background:#CEEDEB;color:#00362E;font-size:17px;font-weight:600;padding:16px 40px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid transparent;position:relative;z-index:5}
.cta-action-footer .btn-primary-action:hover{background:transparent;color:#CEEDEB;border-color:#CEEDEB;transform:translateY(-3px);box-shadow:0 8px 20px #ceedeb4d}
.cta-action-footer .btn-secondary-outline{background:transparent;color:#CEEDEB;font-size:17px;font-weight:600;padding:16px 40px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #CEEDEB;position:relative;z-index:5}
.cta-action-footer .btn-secondary-outline:hover{background:#CEEDEB;color:#00362E;transform:translateY(-3px);box-shadow:0 8px 20px #ceedeb4d}
@media (max-width: 992px) {
.intro-handler-box{min-height:450px;margin:30px 0 50px}
.intro-handler-box .text-content-zone .main-heading23{font-size:38px}
.intro-handler-box .text-content-zone .extended-description-text{font-size:16px}
.career-outcomes-wrapper .outcomes-grid-data{grid-template-columns:1fr;gap:25px}
.efficiency-showcase-section .dual-column-layout{grid-template-columns:1fr;gap:40px}
.testimonial-evidence-section .testimonial-cards-flex{flex-direction:column;align-items:center}
.cta-action-footer .button-group-flex{flex-direction:column;align-items:center}
}
@media (max-width: 768px) {
.intro-handler-box{min-height:380px;margin:20px 0 40px;border-radius:12px}
.intro-handler-box .text-content-zone{padding:30px 20px}
.intro-handler-box .text-content-zone .main-heading23{font-size:32px;margin-bottom:18px}
.intro-handler-box .text-content-zone .extended-description-text{font-size:15px}
.career-outcomes-wrapper{padding:50px 0;margin:40px 0}
.career-outcomes-wrapper .section-label-h2{font-size:30px;margin-bottom:35px}
.career-outcomes-wrapper .outcome-card-item{padding:28px 22px}
.career-outcomes-wrapper .stat-number-display{font-size:36px}
.efficiency-showcase-section{margin:60px auto}
.efficiency-showcase-section .section-title-alt{font-size:30px;margin-bottom:40px}
.efficiency-showcase-section .column-imagery{grid-template-columns:1fr}
.efficiency-showcase-section .column-imagery .img-box-handler:nth-child(1){grid-column:1}
.testimonial-evidence-section{padding:50px 0;margin-top:60px}
.testimonial-evidence-section .heading-testimonials{font-size:30px;margin-bottom:35px}
.cta-action-footer{padding:45px 0}
.cta-action-footer .cta-title-h2{font-size:28px}
.cta-action-footer .cta-description-text{font-size:16px;margin-bottom:28px}
.cta-action-footer .btn-primary-action,.cta-action-footer .btn-secondary-outline{width:100%;max-width:320px}
}
.top-intro-wrapper{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#00362E 0%,#28839B 100%);margin-bottom:0}
.top-intro-wrapper::before{content:'';position:absolute;top:-50%;left:-20%;width:60%;height:200%;background:radial-gradient(ellipse at center,#ceedeb26 0%,transparent 70%);transform:rotate(-25deg);animation:float-slow 20s ease-in-out infinite}
.top-intro-wrapper::after{content:'';position:absolute;bottom:-30%;right:-15%;width:50%;height:180%;background:radial-gradient(ellipse at center,#28839b33 0%,transparent 65%);transform:rotate(35deg);animation:float-reverse 18s ease-in-out infinite}
@keyframes float-slow {
0%,100%{transform:rotate(-25deg) translateY(0)}
50%{transform:rotate(-25deg) translateY(-40px)}
}
@keyframes float-reverse {
0%,100%{transform:rotate(35deg) translateY(0)}
50%{transform:rotate(35deg) translateY(30px)}
}
.intro-content-box{position:relative;z-index:3;text-align:center;max-width:820px;padding:48px 24px;background:#00362e66;backdrop-filter:blur(12px);border-radius:20px;border:1px solid #ceedeb33}
.intro-content-box h1{font-size:3.2rem;color:#CEEDEB;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.intro-content-box .subtitle-text{font-size:1.25rem;color:#ceedebe6;line-height:1.7;margin:0}
.contact-main-container{max-width:1320px;margin:0 auto;padding:80px 20px}
.contact-grid-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.info-column{background:linear-gradient(145deg,#00362E 0%,#1a4d47 100%);padding:48px 40px;border-radius:16px;box-shadow:0 8px 24px #00362e26;position:sticky;top:24px}
.info-column h2{font-size:2rem;color:#CEEDEB;margin:0 0 14px;font-weight:600}
.info-column p{font-size:1.05rem;color:#ceedebd9;line-height:1.7;margin:0 0 36px}
.contact-detail-item{margin-bottom:32px;padding-left:42px;position:relative}
.contact-detail-item::before{content:'';position:absolute;left:0;top:4px;width:32px;height:32px;background:radial-gradient(circle,#28839B 0%,#00362E 100%);border-radius:8px}
.contact-detail-item h3{font-size:1.1rem;color:#CEEDEB;margin:0 0 8px;font-weight:600}
.contact-detail-item a{color:#28839B;text-decoration:none;font-size:1.05rem;transition:color .3s ease}
.contact-detail-item a:hover{color:#CEEDEB}
.contact-detail-item .info-text{color:#ceedebcc;font-size:1rem;line-height:1.6}
.form-column{background:#fff;padding:48px 44px;border-radius:16px;box-shadow:0 6px 20px #00362e14}
.form-column h2{font-size:2rem;color:#00362E;margin:0 0 12px;font-weight:600}
.form-column .form-intro-text{font-size:1.05rem;color:#555;line-height:1.6;margin:0 0 32px}
.message-form-wrapper{display:flex;flex-direction:column;gap:24px}
.form-field-wrapper{display:flex;flex-direction:column;gap:8px}
.form-field-wrapper label{font-size:.95rem;color:#00362E;font-weight:500}
.form-field-wrapper input,.form-field-wrapper select,.form-field-wrapper textarea{padding:14px 18px;border:2px solid #CEEDEB;border-radius:8px;font-size:1rem;color:#00362E;background:#fff;transition:all .3s ease;width:100%;box-sizing:border-box}
.form-field-wrapper input:focus,.form-field-wrapper select:focus,.form-field-wrapper textarea:focus{outline:none;border-color:#28839B;box-shadow:0 0 0 3px #28839b1a}
.form-field-wrapper textarea{min-height:140px;resize:vertical}
.form-field-wrapper select{cursor:pointer;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='%2300362E' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:48px}
.privacy-consent-box{display:flex;align-items:start;gap:12px;margin-top:8px}
.privacy-consent-box input[type="checkbox"]{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#28839B}
.privacy-consent-box label{font-size:.95rem;color:#555;line-height:1.5;cursor:pointer}
.privacy-consent-box label a{color:#28839B;text-decoration:none;font-weight:500;transition:color .3s ease}
.privacy-consent-box label a:hover{color:#00362E;text-decoration:underline}
.submit-button-wrapper{margin-top:12px}
.submit-button-wrapper button{width:100%;padding:16px 32px;background:linear-gradient(135deg,#28839B 0%,#00362E 100%);color:#CEEDEB;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #28839b40}
.submit-button-wrapper button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #28839b59;background:linear-gradient(135deg,#00362E 0%,#28839B 100%)}
.support-hours-block{background:#f8fffe;padding:40px 0;margin-top:80px}
.hours-inner-container{max-width:1320px;margin:0 auto;padding:0 20px}
.hours-content-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:36px;text-align:center}
.hours-item-box{padding:32px 24px;background:#fff;border-radius:12px;box-shadow:0 4px 14px #00362e0f;border:2px solid #CEEDEB;transition:all .3s ease}
.hours-item-box:hover{border-color:#28839B;transform:translateY(-4px);box-shadow:0 8px 20px #28839b1f}
.hours-item-box h3{font-size:1.3rem;color:#00362E;margin:0 0 12px;font-weight:600}
.hours-item-box p{font-size:1rem;color:#555;line-height:1.6;margin:0}
.alternative-contact-section{max-width:1320px;margin:0 auto;padding:80px 20px}
.alternative-header{text-align:center;margin-bottom:48px}
.alternative-header h2{font-size:2.2rem;color:#00362E;margin:0 0 16px;font-weight:700}
.alternative-header p{font-size:1.1rem;color:#555;line-height:1.6;max-width:700px;margin:0 auto}
.contact-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.option-card{background:linear-gradient(135deg,#CEEDEB 0%,#e8f8f7 100%);padding:40px 36px;border-radius:14px;box-shadow:0 6px 16px #00362e14;position:relative;overflow:hidden;transition:all .3s ease}
.option-card::before{content:'';position:absolute;top:-50%;right:-30%;width:200px;height:200px;background:radial-gradient(circle,#28839b26 0%,transparent 70%);border-radius:50%}
.option-card:hover{transform:translateY(-6px);box-shadow:0 10px 28px #00362e24}
.option-card h3{font-size:1.5rem;color:#00362E;margin:0 0 14px;font-weight:600;position:relative;z-index:2}
.option-card p{font-size:1.05rem;color:#333;line-height:1.7;margin:0 0 20px;position:relative;z-index:2}
.option-card a{display:inline-block;padding:12px 28px;background:#28839B;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s ease;position:relative;z-index:2;box-shadow:0 3px 10px #28839b33}
.option-card a:hover{background:#00362E;transform:translateX(4px)}
@media (max-width: 1024px) {
.contact-grid-layout{grid-template-columns:1fr;gap:40px}
.info-column{position:static}
.hours-content-grid{grid-template-columns:1fr;gap:24px}
.contact-options-grid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.intro-content-box h1{font-size:2.2rem}
.intro-content-box .subtitle-text{font-size:1.1rem}
.contact-main-container{padding:50px 20px}
.info-column{padding:36px 28px}
.form-column{padding:36px 28px}
.alternative-header h2{font-size:1.8rem}
.option-card{padding:32px 24px}
}
.about-header-wrapper{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;margin-bottom:78px}
.about-header-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00362eeb,#28839be0);z-index:2}
.about-header-wrapper::after{content:'';position:absolute;top:18px;left:18px;right:18px;bottom:18px;border:1px solid #ceedeb59;z-index:3;pointer-events:none}
.bg-image-holder{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.bg-image-holder img{width:100%;height:100%;object-fit:cover}
.about-header-content-box{position:relative;z-index:4;max-width:1320px;width:100%;margin:0 auto;padding:0 24px}
.header-text-group h1{font-size:52px;color:#CEEDEB;margin:0 0 22px;line-height:1.2;font-weight:700}
.header-text-group .intro-para{font-size:19px;color:#ceedebf2;line-height:1.65;margin-bottom:18px;max-width:720px}
.header-text-group .emphasis-para{font-size:21px;color:#fff;line-height:1.7;margin-bottom:0;max-width:680px;font-weight:500}
.story-content-area{max-width:1320px;margin:0 auto 85px;padding:0 24px}
.story-grid-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:68px;align-items:start}
.left-column-data{display:flex;flex-direction:column;gap:52px}
.founder-profile-card{background:linear-gradient(145deg,#CEEDEB,#28839b1f);padding:38px;border-radius:18px;box-shadow:0 8px 22px #00362e1c}
.profile-img-wrap{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 0 24px;border:3px solid #28839B}
.profile-img-wrap img{width:100%;height:100%;object-fit:cover}
.founder-profile-card h3{font-size:26px;color:#00362E;margin:0 0 8px;font-weight:600}
.founder-profile-card .role-label{font-size:16px;color:#28839B;margin-bottom:18px;font-weight:500}
.founder-profile-card p{font-size:16px;color:#00362E;line-height:1.7;margin:0}
.team-showcase-block{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.team-member-item{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px #00362e14;transition:transform .3s ease,box-shadow .3s ease}
.team-member-item:hover{transform:translateY(-6px);box-shadow:0 12px 28px #28839b2e}
.team-img-container{width:100%;height:180px;overflow:hidden}
.team-img-container img{width:100%;height:100%;object-fit:cover}
.team-info-section{padding:22px}
.team-info-section h4{font-size:19px;color:#00362E;margin:0 0 6px;font-weight:600}
.team-info-section .position-text{font-size:14px;color:#28839B;margin:0}
.right-column-narrative{display:flex;flex-direction:column;gap:48px}
.narrative-section-v2 h2{font-size:34px;color:#00362E;margin:0 0 24px;font-weight:600;position:relative;padding-left:22px}
.narrative-section-v2 h2::before{content:'';position:absolute;left:0;top:6px;width:4px;height:32px;background:linear-gradient(180deg,#28839B,#00362E);border-radius:2px}
.narrative-section-v2 p{font-size:17px;color:#00362E;line-height:1.75;margin:0 0 20px}
.narrative-section-v2 p:last-child{margin-bottom:0}
.values-grid-display{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:32px}
.value-card-element{background:radial-gradient(circle at top left,#ceedeb80,#28839b14);padding:32px;border-radius:16px;border:1px solid #28839b33;transition:background .3s ease,border-color .3s ease}
.value-card-element:hover{background:radial-gradient(circle at top left,#ceedebb3,#28839b26);border-color:#28839B}
.value-icon-shape{width:56px;height:56px;background:linear-gradient(135deg,#28839B,#00362E);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.value-icon-shape svg{width:28px;height:28px;fill:#CEEDEB}
.value-card-element h4{font-size:20px;color:#00362E;margin:0 0 12px;font-weight:600}
.value-card-element p{font-size:15px;color:#00362E;line-height:1.6;margin:0}
.highlight-stats-row{display:flex;gap:38px;margin-top:42px;flex-wrap:wrap}
.stat-item-box{flex:1;min-width:160px;text-align:center;padding:28px;background:#fff;border-radius:12px;box-shadow:0 4px 14px #00362e12;position:relative;overflow:hidden}
.stat-item-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#28839B,#CEEDEB)}
.stat-number-display{font-size:42px;color:#28839B;font-weight:700;margin:0 0 8px;line-height:1}
.stat-label-text{font-size:15px;color:#00362E;margin:0;font-weight:500}
.approach-method-box{background:linear-gradient(135deg,#00362e0a,#28839b14);padding:48px;border-radius:20px;margin-top:38px}
.approach-method-box h3{font-size:28px;color:#00362E;margin:0 0 28px;font-weight:600}
.method-steps-list{display:flex;flex-direction:column;gap:24px}
.method-step-item{display:flex;gap:20px;align-items:start}
.step-number-circle{width:48px;height:48px;background:#28839B;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}
.step-content-text h5{font-size:18px;color:#00362E;margin:0 0 8px;font-weight:600}
.step-content-text p{font-size:16px;color:#00362E;line-height:1.65;margin:0}
@media (max-width: 1024px) {
.about-header-wrapper{min-height:440px;margin-bottom:62px}
.header-text-group h1{font-size:42px;margin-bottom:18px}
.header-text-group .intro-para{font-size:17px}
.header-text-group .emphasis-para{font-size:19px}
.story-grid-layout{grid-template-columns:1fr;gap:52px}
.values-grid-display{grid-template-columns:1fr;gap:24px}
.highlight-stats-row{gap:24px}
.approach-method-box{padding:36px}
}
@media (max-width: 768px) {
.about-header-wrapper{min-height:380px;margin-bottom:48px}
.about-header-wrapper::after{top:12px;left:12px;right:12px;bottom:12px}
.header-text-group h1{font-size:34px;margin-bottom:16px}
.header-text-group .intro-para{font-size:16px;margin-bottom:14px}
.header-text-group .emphasis-para{font-size:17px}
.story-content-area{margin-bottom:62px}
.left-column-data{gap:38px}
.founder-profile-card{padding:28px}
.team-showcase-block{grid-template-columns:1fr;gap:22px}
.narrative-section-v2 h2{font-size:28px;margin-bottom:20px}
.narrative-section-v2 p{font-size:16px}
.highlight-stats-row{flex-direction:column;gap:18px}
.stat-item-box{min-width:unset}
.approach-method-box{padding:28px}
.approach-method-box h3{font-size:24px}
.step-number-circle{width:42px;height:42px;font-size:18px}
}
.page-success{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#CEEDEB 0%,#28839B 50%,#00362E 100%);background-size:400% 400%;animation:gradient-shift 8s ease infinite;padding:40px 20px}
@keyframes gradient-shift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.success-container{max-width:680px;width:100%;background:#fffffff7;border-radius:20px;padding:60px 50px;box-shadow:0 12px 48px #00362e2e 0 4px 16px #28839b1f;text-align:center;position:relative;overflow:hidden}
.success-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#00362E 0%,#28839B 50%,#CEEDEB 100%)}
.icon-check-wrapper{width:92px;height:92px;margin:0 auto 28px;background:linear-gradient(135deg,#28839B,#00362E);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:scale-in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scale-in {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.icon-check-wrapper::after{content:'';position:absolute;width:110px;height:110px;border:3px solid #28839B;border-radius:50%;opacity:.3}
.check-svg{width:48px;height:48px;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .8s ease-out .3s forwards}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.headline-success{font-size:38px;font-weight:700;color:#00362E;margin:0 0 16px;line-height:1.2}
.headline-success .keyword-underline{position:relative;display:inline-block}
.headline-success .keyword-underline::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#28839B,#CEEDEB);border-radius:2px}
.message-text{font-size:17px;line-height:1.7;color:#2d4a47;margin:0 0 36px}
.info-box{background:linear-gradient(135deg,#ceedeb66,#28839b14);border-radius:12px;padding:24px 28px;margin:0 0 32px;border:1px solid #28839b33}
.info-box-text{font-size:15px;line-height:1.6;color:#00362E;margin:0}
.info-box-text strong{color:#28839B;font-weight:600}
.button-group{display:flex;flex-direction:column;gap:14px;align-items:center}
.btn-primary-success{display:inline-block;padding:16px 44px;background:linear-gradient(135deg,#00362E,#28839B);color:#fff;text-decoration:none;border-radius:10px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #00362e40;position:relative;z-index:2}
.btn-primary-success:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00362e59;background:linear-gradient(135deg,#28839B,#00362E)}
.btn-secondary-success{display:inline-block;padding:14px 36px;background:transparent;color:#28839B;text-decoration:none;border-radius:10px;font-size:15px;font-weight:500;border:2px solid #28839B;transition:all .3s ease}
.btn-secondary-success:hover{background:#28839B;color:#fff;border-color:#28839B}
.contact-detail-list{margin:32px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}
.contact-detail-item{font-size:14px;color:#2d4a47;display:flex;align-items:center;justify-content:center;gap:8px}
.contact-detail-item a{color:#28839B;text-decoration:none;transition:color .3s ease}
.contact-detail-item a:hover{color:#00362E}
.icon-inline-svg{width:18px;height:18px;fill:#28839B}
@media (max-width: 768px) {
.success-container{padding:50px 32px}
.headline-success{font-size:32px}
.message-text{font-size:16px}
.icon-check-wrapper{width:80px;height:80px}
.check-svg{width:42px;height:42px}
}
@media (max-width: 480px) {
.page-success{padding:24px 16px}
.success-container{padding:40px 24px;border-radius:16px}
.headline-success{font-size:28px}
.message-text{font-size:15px;margin-bottom:28px}
.info-box{padding:20px 22px}
.btn-primary-success{width:100%;padding:14px 32px}
.btn-secondary-success{width:100%;padding:12px 28px}
}