@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,400;0,700;1,700&display=swap";
:root{font-size:16px;line-height:1.6}
html{scroll-behavior:smooth}
body{margin:0;padding:0;font-family:'Lato',sans-serif;color:#2a2a2a;background:#fefefe}
*{box-sizing:border-box}
.page-holder{max-width:1000px;margin:0 auto;padding:0 20px}
.top-header-bar{background:#24bdec14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #24bdec26;padding:18px 0}
.top-header-bar .page-holder{display:flex;justify-content:space-between;align-items:center;gap:30px}
.brand-logo-holder{flex-shrink:0}
.brand-logo-holder img{height:110px;width:110px;display:block;filter:drop-shadow(0 2px 8px #24bdec33)}
.header-nav-list{display:flex;gap:28px;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:flex-end}
.header-nav-list a{text-decoration:none;color:#2a2a2a;font-weight:400;font-size:15px;transition:color .2s ease;position:relative}
.header-nav-list a:hover{color:#24BDEC}
.bottom-header-section{background:linear-gradient(135deg,#dcf9e366 0%,#24bdec0f 100%);padding:22px 0;border-bottom:2px solid #cf5a101a;box-shadow:0 4px 16px #00000008}
.company-title-display{font-size:28px;font-weight:700;color:#CF5A10;text-align:center;margin:0;letter-spacing:.5px;text-shadow:0 2px 4px #cf5a101a}
.footer-main-wrapper{background:linear-gradient(165deg,#f8f8f8 0%,#dcf9e34d 50%,#f8f8f8 100%);border-top:3px solid #24bdec33;padding:50px 0 30px;margin-top:80px}
.footer-grid-layout{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:40px;margin-bottom:40px}
.footer-block-primary{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 16px #0000000f;border-left:4px solid #24BDEC}
.footer-block-secondary{background:#ffffffb3;padding:24px;border-radius:8px;box-shadow:0 2px 12px #0000000a}
.footer-block-tertiary{background:#cf5a100d;padding:20px;border-radius:8px;border:1px solid #cf5a1026}
.footer-section-header{font-size:18px;font-weight:700;color:#24BDEC;margin:0 0 18px}
.footer-nav-links{list-style:none;margin:0;padding:0}
.footer-nav-links li{margin-bottom:12px}
.footer-nav-links a{text-decoration:none;color:#2a2a2a;font-size:14px;transition:color .2s ease}
.footer-nav-links a:hover{color:#CF5A10}
.contact-info-item{margin-bottom:14px;font-size:14px;line-height:1.6}
.contact-info-item strong{color:#24BDEC;display:block;margin-bottom:4px}
.copyright-text-holder{text-align:center;padding-top:30px;border-top:1px solid #24bdec33;color:#666;font-size:13px}
.cookie-popup-container{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateX(-100vw);max-width:900px;width:90%;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;z-index:10000;transition:transform .4s ease;border:2px solid #24BDEC}
.cookie-popup-container.showing{transform:translateX(-50%) translateX(0)}
.cookie-popup-container.hiding{transform:translateX(-50%) translateX(-100vw)}
.cookie-tabs-header{display:flex;border-bottom:2px solid #f0f0f0}
.cookie-tab-button{flex:1;padding:16px;background:transparent;border:none;font-size:15px;font-weight:700;color:#666;cursor:pointer;transition:background .2s ease}
.cookie-tab-button.active-tab{background:#24BDEC;color:#fff}
.cookie-content-area{padding:24px}
.cookie-tab-panel{display:none}
.cookie-tab-panel.active-panel{display:block}
.cookie-brief-text{font-size:15px;line-height:1.7;margin-bottom:20px}
.cookie-category-holder{margin-bottom:18px;padding:14px;background:#dcf9e34d;border-radius:6px}
.cookie-category-title{font-weight:700;margin-bottom:8px;display:flex;align-items:center;gap:10px}
.cookie-toggle-switch{position:relative;width:50px;height:26px}
.cookie-toggle-switch input{opacity:0;width:0;height:0}
.toggle-slider-element{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:50px}
.toggle-slider-element:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}
.cookie-toggle-switch input:checked + .toggle-slider-element{background-color:#24BDEC}
.cookie-toggle-switch input:checked + .toggle-slider-element:before{transform:translateX(24px)}
.cookie-toggle-switch input:disabled + .toggle-slider-element{background-color:#CF5A10;cursor:not-allowed;opacity:.7}
.data-sale-optout-holder{margin-top:20px;padding:16px;background:#cf5a1014;border-radius:6px;border-left:4px solid #CF5A10}
.cookie-actions-holder{display:flex;gap:12px;margin-top:24px}
.cookie-button-primary{flex:1;padding:14px 24px;border:none;border-radius:50px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease}
.cookie-accept-btn{background:#24BDEC;color:#fff}
.cookie-accept-btn:hover{background:#1aa3d1;box-shadow:0 4px 12px #24bdec4d}
.cookie-decline-btn{background:#CF5A10;color:#fff}
.cookie-decline-btn:hover{background:#b84f0e;box-shadow:0 4px 12px #cf5a104d}
.cookie-policy-link-text{color:#24BDEC;text-decoration:none;font-weight:700}
.cookie-policy-link-text:hover{text-decoration:underline}
@media (max-width: 768px) {
.top-header-bar .page-holder{flex-direction:column;text-align:center}
.header-nav-list{justify-content:center;gap:18px}
.footer-grid-layout{grid-template-columns:1fr;gap:24px}
.company-title-display{font-size:22px}
.cookie-popup-container{width:95%;top:10px}
.cookie-actions-holder{flex-direction:column}
}
@media (max-width: 480px) {
.brand-logo-holder img{height:80px;width:80px}
.header-nav-list a{font-size:14px}
.cookie-tab-button{font-size:13px;padding:12px 8px}
}
.policy-section{max-width:1000px;margin:0 auto;padding:60px 20px;background:#fff}
.policy-section h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 40px;line-height:1.2;padding-bottom:20px;border-bottom:3px solid #24BDEC}
.policy-section h2{font-size:32px;font-weight:600;color:#2a2a2a;margin:50px 0 24px;line-height:1.3;padding-left:16px;border-left:4px solid #24BDEC}
.policy-section h3{font-size:24px;font-weight:600;color:#3a3a3a;margin:40px 0 20px;line-height:1.4}
.policy-section h4{font-size:20px;font-weight:600;color:#4a4a4a;margin:30px 0 16px;line-height:1.4}
.policy-section h5{font-size:18px;font-weight:600;color:#5a5a5a;margin:24px 0 12px;line-height:1.5}
.policy-section h6{font-size:16px;font-weight:600;color:#6a6a6a;margin:20px 0 10px;line-height:1.5}
.policy-section p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px}
.policy-section ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.policy-section ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.policy-section li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.policy-section li ul{margin:12px 0 0}
.policy-section li ol{margin:12px 0 0}
.policy-section li li{margin:8px 0}
.policy-section strong{font-weight:700;color:#1a1a1a}
.policy-section b{font-weight:700;color:#1a1a1a}
.policy-section em{font-style:italic;color:#2a2a2a}
.policy-section i{font-style:italic;color:#2a2a2a}
.policy-section a{color:#24BDEC;text-decoration:none;border-bottom:1px solid #24bdec4d;transition:all .3s ease}
.policy-section a:hover{color:#1a9ac7;border-bottom-color:#1a9ac7}
.policy-section a:focus{outline:2px solid #24BDEC;outline-offset:2px;border-radius:2px}
.policy-section table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#fff;box-shadow:0 2px 8px #00000014;border-radius:6px;overflow:hidden}
.policy-section thead{background:#24BDEC}
.policy-section thead tr{border-bottom:2px solid #1a9ac7}
.policy-section tbody{background:#fff}
.policy-section tr{border-bottom:1px solid #e5e5e5}
.policy-section tbody tr:last-child{border-bottom:none}
.policy-section tbody tr:hover{background:#dcf9e34d}
.policy-section th{padding:16px 20px;text-align:left;font-size:15px;font-weight:700;color:#fff;line-height:1.5}
.policy-section td{padding:14px 20px;font-size:15px;line-height:1.7;color:#333}
.policy-section div{margin:0 0 20px}
@media screen and (max-width: 768px) {
.policy-section{padding:40px 16px}
.policy-section h1{font-size:32px;margin-bottom:30px;padding-bottom:16px}
.policy-section h2{font-size:26px;margin:40px 0 20px;padding-left:12px}
.policy-section h3{font-size:22px;margin:32px 0 16px}
.policy-section h4{font-size:19px;margin:24px 0 14px}
.policy-section h5{font-size:17px;margin:20px 0 12px}
.policy-section h6{font-size:16px;margin:18px 0 10px}
.policy-section p{font-size:15px;line-height:1.7}
.policy-section ul{padding-left:20px}
.policy-section ol{padding-left:20px}
.policy-section li{font-size:15px;line-height:1.7}
.policy-section table{font-size:14px;margin-bottom:24px}
.policy-section th{padding:12px 14px;font-size:14px}
.policy-section td{padding:10px 14px;font-size:14px}
}
@media screen and (max-width: 480px) {
.policy-section{padding:32px 12px}
.policy-section h1{font-size:28px}
.policy-section h2{font-size:23px;padding-left:10px}
.policy-section h3{font-size:20px}
.policy-section table{display:block;overflow-x:auto}
}
.learning-detail-holder{max-width:1000px;margin:0 auto;padding:0 20px}
.detail-header-area{padding:60px 0 40px;background:linear-gradient(135deg,#24bdec14 0%,#dcf9e31f 100%);border-radius:0 0 8px 8px;margin-bottom:50px}
.detail-header-area .learning-detail-holder{display:flex;flex-direction:column;gap:20px}
.detail-meta-row{display:flex;flex-wrap:wrap;gap:15px;align-items:center;font-size:14px;color:#5a5a5a}
.detail-meta-row .category-badge{background:#24BDEC;color:#fff;padding:6px 14px;border-radius:6px;font-weight:500;font-size:13px}
.detail-meta-row .publish-info{display:flex;align-items:center;gap:6px}
.detail-meta-row .stat-item{display:flex;align-items:center;gap:5px}
.detail-meta-row .stat-item svg{width:16px;height:16px;fill:#CF5A10}
.detail-title-block h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0;font-weight:700}
.detail-price-display{display:inline-flex;align-items:baseline;gap:8px;background:#cf5a101a;padding:12px 24px;border-radius:8px;border-left:4px solid #CF5A10}
.detail-price-display .price-value{font-size:32px;font-weight:700;color:#CF5A10}
.detail-price-display .price-label{font-size:14px;color:#666}
.detail-visual-section{margin:0 0 60px}
.detail-visual-section .learning-detail-holder{position:relative}
.detail-image-wrapper{width:100%;border-radius:10px;overflow:hidden;box-shadow:0 12px 28px #0000001f}
.detail-image-wrapper img{width:100%;height:auto;display:block}
.detail-program-section{background:#f8f9fa;padding:50px 0;margin-bottom:60px;border-radius:8px}
.detail-program-section h2{font-size:32px;color:#1a1a1a;margin:0 0 30px;position:relative;padding-left:20px}
.detail-program-section h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:40px;background:linear-gradient(180deg,#24BDEC 0%,#CF5A10 100%);border-radius:3px}
.program-content-area{background:#fff;padding:35px;border-radius:8px;box-shadow:0 4px 16px #0000000f}
.program-content-area h3{font-size:22px;color:#2a2a2a;margin:30px 0 15px;font-weight:600}
.program-content-area h3:first-child{margin-top:0}
.program-content-area p{font-size:16px;line-height:1.7;color:#444;margin:0 0 16px}
.program-content-area ol{margin:20px 0;padding-left:25px}
.program-content-area ol li{font-size:16px;line-height:1.8;color:#444;margin-bottom:12px;padding-left:8px}
.program-content-area dl{margin:20px 0}
.program-content-area dt{font-weight:600;color:#24BDEC;font-size:17px;margin:18px 0 8px}
.program-content-area dd{margin:0 0 12px 20px;font-size:16px;line-height:1.7;color:#444}
.program-content-area blockquote{margin:25px 0;padding:20px 25px;background:#dcf9e34d;border-left:5px solid #24BDEC;border-radius:0 6px 6px 0;font-style:italic;color:#333}
.program-content-area cite{display:block;margin-top:10px;font-size:14px;color:#666;font-style:normal}
.program-content-area abbr{text-decoration:none;border-bottom:2px dotted #24BDEC;cursor:help;color:#24BDEC}
.detail-description-section{margin-bottom:60px}
.detail-description-section h2{font-size:32px;color:#1a1a1a;margin:0 0 30px;padding-bottom:15px;border-bottom:3px solid #24bdec33}
.description-text-area h3{font-size:24px;color:#2a2a2a;margin:35px 0 18px;font-weight:600}
.description-text-area p{font-size:17px;line-height:1.75;color:#444;margin:0 0 18px}
.description-text-area small{font-size:14px;color:#777;display:block;margin:10px 0}
.description-text-area ul{margin:20px 0;padding-left:0;list-style:none}
.description-text-area ul li{font-size:16px;line-height:1.7;color:#444;margin-bottom:12px;padding-left:30px;position:relative}
.description-text-area ul li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#24BDEC;border-radius:50%;box-shadow:0 0 0 3px #24bdec33}
.description-text-area dl{margin:25px 0;background:#dcf9e333;padding:25px;border-radius:8px}
.description-text-area dt{font-weight:700;color:#CF5A10;font-size:17px;margin:18px 0 8px}
.description-text-area dt:first-child{margin-top:0}
.description-text-area dd{margin:0 0 15px 20px;font-size:16px;line-height:1.7;color:#444}
.description-text-area blockquote{margin:30px 0;padding:25px 30px;background:#fff;border-left:6px solid #CF5A10;border-radius:0 8px 8px 0;box-shadow:0 6px 20px #00000014;font-size:18px;line-height:1.6;color:#333}
.detail-cta-section{background:linear-gradient(135deg,#24bdec1f 0%,#dcf9e326 100%);padding:50px 0;border-radius:10px;margin-bottom:60px}
.cta-content-wrapper{text-align:center;max-width:700px;margin:0 auto}
.cta-content-wrapper h2{font-size:28px;color:#1a1a1a;margin:0 0 18px}
.cta-content-wrapper p{font-size:17px;line-height:1.6;color:#555;margin:0 0 30px}
.cta-button-primary{display:inline-block;padding:16px 40px;background:#24BDEC;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;box-shadow:0 8px 20px #24bdec4d;transition:all .3s ease;position:relative;z-index:10}
.cta-button-primary:hover{background:#1da5cc;box-shadow:0 12px 28px #24bdec66;transform:translateY(-2px)}
.cta-button-primary:active{transform:translateY(0);box-shadow:0 6px 16px #24bdec4d}
@media (max-width: 768px) {
.detail-header-area{padding:40px 0 30px}
.detail-title-block h1{font-size:32px}
.detail-price-display .price-value{font-size:28px}
.detail-program-section h2,.detail-description-section h2{font-size:26px}
.program-content-area{padding:25px 20px}
.program-content-area h3{font-size:20px}
.description-text-area h3{font-size:22px}
.cta-content-wrapper h2{font-size:24px}
}
@media (max-width: 480px) {
.detail-header-area{padding:30px 0 25px}
.detail-title-block h1{font-size:26px}
.detail-meta-row{font-size:13px}
.detail-price-display{padding:10px 18px}
.detail-price-display .price-value{font-size:24px}
.program-content-area{padding:20px 15px}
.detail-program-section h2,.detail-description-section h2{font-size:22px}
.cta-button-primary{padding:14px 30px;font-size:16px}
}
.title-wrapper{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;margin:0 0 48px}
.title-wrapper .background-photo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:saturate(0.6) brightness(0.75);z-index:1}
.title-wrapper .overlay-layer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#24bdec1a 0%,#24bdec99 100%);z-index:2}
.title-wrapper .content-holder{position:relative;z-index:3;max-width:1000px;width:100%;margin:0 auto;padding:0 20px 64px}
.title-wrapper .main-heading{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2}
.title-wrapper .points-listing{list-style:none;padding:0;margin:0 0 32px}
.title-wrapper .points-listing li{font-size:1.15rem;color:#fff;margin:0 0 12px;padding-left:28px;position:relative;line-height:1.5}
.title-wrapper .points-listing li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#DCF9E3;border-radius:50%}
.title-wrapper .action-button{display:inline-block;padding:14px 36px;background:#CF5A10;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 16px #cf5a104d}
.title-wrapper .action-button:hover{background:#b84f0d;transform:translateY(-2px);box-shadow:0 6px 20px #cf5a1066}
.analytics-section{max-width:1000px;margin:0 auto 64px;padding:0 20px}
.analytics-section .section-intro{text-align:center;margin:0 0 48px}
.analytics-section .section-intro h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.analytics-section .section-intro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#24BDEC,#CF5A10)}
.analytics-section .section-intro p{font-size:1.1rem;color:#555;line-height:1.7;max-width:720px;margin:24px auto 0}
.analytics-section .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.analytics-section .feature-item{background:linear-gradient(135deg,#24bdec0d,#dcf9e326);padding:32px 24px;border-radius:8px;border:1px solid #24bdec33;transition:all .35s ease;position:relative;overflow:hidden}
.analytics-section .feature-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#24BDEC;transition:height .35s ease}
.analytics-section .feature-item:hover::before{height:100%}
.analytics-section .feature-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #24bdec26}
.analytics-section .feature-item h3{font-size:1.35rem;color:#1a1a1a;margin:0 0 14px;font-weight:600}
.analytics-section .feature-item p{font-size:.98rem;color:#666;line-height:1.6;margin:0}
.audience-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:72px 20px;margin:0 0 64px}
.audience-section .content-wrapper{max-width:1000px;margin:0 auto;display:flex;gap:48px;align-items:center}
.audience-section .text-holder{flex:1}
.audience-section .text-holder h2{font-size:2.1rem;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;padding-left:16px}
.audience-section .text-holder h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#24BDEC,#CF5A10);border-radius:3px}
.audience-section .text-holder p{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 24px}
.audience-section .levels-container{display:flex;flex-direction:column;gap:16px}
.audience-section .level-bar{background:#fff;padding:18px 24px;border-radius:8px;border-left:4px solid #24BDEC;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}
.audience-section .level-bar:nth-child(2){border-left-color:#DCF9E3;border-left-width:4px;border-left-style:solid}
.audience-section .level-bar:nth-child(3){border-left-color:#CF5A10}
.audience-section .level-bar:hover{transform:translateX(8px);box-shadow:0 4px 16px #24bdec1f}
.audience-section .level-bar h4{font-size:1.15rem;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.audience-section .level-bar p{font-size:.95rem;color:#666;margin:0;line-height:1.5}
.audience-section .image-holder{flex:0 0 420px}
.audience-section .image-holder img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 24px #0000001a;object-fit:cover}
.efficiency-section{max-width:1000px;margin:0 auto 72px;padding:0 20px}
.efficiency-section .intro-header{text-align:center;margin:0 0 56px}
.efficiency-section .intro-header h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.efficiency-section .intro-header p{font-size:1.1rem;color:#555;line-height:1.7;max-width:680px;margin:0 auto}
.efficiency-section .process-timeline{position:relative;padding:0 0 0 60px}
.efficiency-section .process-timeline::before{content:'';position:absolute;left:24px;top:0;width:2px;height:100%;background:linear-gradient(180deg,#24BDEC,#CF5A10)}
.efficiency-section .timeline-step{position:relative;margin:0 0 48px}
.efficiency-section .timeline-step::before{content:'';position:absolute;left:-48px;top:8px;width:16px;height:16px;background:#24BDEC;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #24bdec4d}
.efficiency-section .timeline-step:nth-child(2)::before{background:#DCF9E3;border-color:#24BDEC}
.efficiency-section .timeline-step:nth-child(3)::before{background:#CF5A10}
.efficiency-section .timeline-step h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.efficiency-section .timeline-step p{font-size:1.02rem;color:#666;line-height:1.6;margin:0 0 16px}
.efficiency-section .step-visuals{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:20px 0 0}
.efficiency-section .visual-card{background:linear-gradient(135deg,#dcf9e333,#24bdec1a);padding:20px;border-radius:6px;border:1px solid #24bdec26}
.efficiency-section .visual-card img{width:100%;height:180px;object-fit:cover;border-radius:4px;margin:0 0 12px}
.efficiency-section .visual-card h5{font-size:1.05rem;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.efficiency-section .visual-card p{font-size:.92rem;color:#666;line-height:1.5;margin:0}
@media (max-width: 900px) {
.title-wrapper .main-heading{font-size:2.2rem}
.analytics-section .feature-grid{grid-template-columns:1fr;gap:20px}
.audience-section .content-wrapper{flex-direction:column-reverse}
.audience-section .image-holder{flex:1;width:100%}
.efficiency-section .step-visuals{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.title-wrapper{min-height:500px}
.title-wrapper .main-heading{font-size:1.8rem}
.title-wrapper .points-listing li{font-size:1rem}
.analytics-section .section-intro h2,.audience-section .text-holder h2,.efficiency-section .intro-header h2{font-size:1.75rem}
.efficiency-section .process-timeline{padding-left:40px}
}
.title-intro-wrapper{max-width:1000px;margin:4rem auto 0;padding:0 1.5rem}
.intro-heading-area h1{font-size:2.8rem;color:#1a1a1a;margin:0 0 1.5rem;font-weight:700;line-height:1.2}
.intro-heading-area .decorative-accent{width:80px;height:4px;background:linear-gradient(90deg,#24BDEC,#CF5A10);margin-bottom:2rem;border-radius:2px}
.intro-text-content p{font-size:1.15rem;line-height:1.7;color:#333;margin:0 0 1.2rem}
.intro-image-holder{margin:3rem 0;position:relative}
.intro-image-holder img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 12px 28px #24bdec26}
.intro-image-holder::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;background:linear-gradient(135deg,#24bdec33,#cf5a101a);border-radius:8px;z-index:-1}
.divider-line-section{max-width:1000px;margin:5rem auto;padding:0 1.5rem}
.divider-visual{height:2px;background:linear-gradient(90deg,transparent,#24BDEC 20%,#CF5A10 80%,transparent);position:relative}
.divider-visual::after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#24BDEC;border-radius:50%}
.approach-content-section{max-width:1000px;margin:0 auto 5rem;padding:0 1.5rem}
.approach-layout-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3.5rem;align-items:start}
.approach-left-column img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000001f}
.approach-text-holder h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 1.8rem;font-weight:600}
.approach-text-holder p{font-size:1.05rem;line-height:1.75;color:#444;margin:0 0 1.5rem}
.approach-text-holder .highlight-term{color:#24BDEC;font-weight:500}
.values-showcase-area{background:linear-gradient(135deg,#DCF9E3 0%,#f8fdfa 100%);padding:4.5rem 0;margin-bottom:5rem}
.values-container-holder{max-width:1000px;margin:0 auto;padding:0 1.5rem}
.values-container-holder h2{font-size:2.4rem;color:#1a1a1a;text-align:center;margin:0 0 3.5rem;font-weight:600}
.values-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.value-card-item{background:#fff;padding:2.5rem 2rem;border-radius:10px;box-shadow:0 6px 20px #24bdec14;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.value-card-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #24bdec2e}
.value-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#24BDEC,#CF5A10)}
.value-icon-holder{width:56px;height:56px;margin-bottom:1.5rem}
.value-icon-holder svg{width:100%;height:100%}
.value-card-item h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 1rem;font-weight:600}
.value-card-item p{font-size:1rem;line-height:1.7;color:#555;margin:0}
.team-story-wrapper{max-width:1000px;margin:0 auto 6rem;padding:0 1.5rem}
.team-asymmetric-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}
.team-narrative-content h2{font-size:2.3rem;color:#1a1a1a;margin:0 0 2rem;font-weight:600;position:relative;padding-left:1.2rem}
.team-narrative-content h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#24BDEC,#CF5A10);border-radius:3px}
.team-narrative-content p{font-size:1.08rem;line-height:1.75;color:#444;margin:0 0 1.4rem}
.team-visual-holder img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}
.learning-environment-block{background:#fff;padding:5rem 0;margin-bottom:4rem}
.environment-content-wrapper{max-width:1000px;margin:0 auto;padding:0 1.5rem}
.environment-split-view{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.environment-image-area img{width:100%;height:400px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #cf5a101f}
.environment-description-zone h2{font-size:2.1rem;color:#1a1a1a;margin:0 0 1.8rem;font-weight:600}
.environment-description-zone p{font-size:1.05rem;line-height:1.7;color:#444;margin:0 0 1.3rem}
.environment-description-zone .accent-phrase{color:#CF5A10;font-weight:500}
.cta-action-area{text-align:center;margin-top:3rem}
.cta-action-area a{display:inline-block;background:linear-gradient(135deg,#24BDEC,#1a9fcc);color:#fff;padding:1rem 2.8rem;border-radius:6px;text-decoration:none;font-size:1.1rem;font-weight:600;box-shadow:0 6px 20px #24bdec4d;transition:transform .3s ease,box-shadow .3s ease}
.cta-action-area a:hover{transform:translateY(-2px);box-shadow:0 10px 28px #24bdec66}
@media (max-width: 768px) {
.intro-heading-area h1{font-size:2rem}
.intro-image-holder img{height:280px}
.approach-layout-grid{grid-template-columns:1fr;gap:2.5rem}
.approach-left-column img{height:320px}
.values-grid-layout{grid-template-columns:1fr;gap:2rem}
.team-asymmetric-layout{grid-template-columns:1fr;gap:2.5rem}
.team-visual-holder img{height:320px}
.environment-split-view{grid-template-columns:1fr;gap:2.5rem}
.environment-image-area img{height:280px}
.values-container-holder h2,.team-narrative-content h2,.environment-description-zone h2{font-size:1.8rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.values-grid-layout{grid-template-columns:repeat(2,1fr)}
.team-asymmetric-layout{gap:3rem}
.environment-split-view{gap:2.5rem}
}
.contact-intro-holder{max-width:1000px;margin:0 auto;padding:60px 20px}
.intro-layout-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;align-items:center}
.intro-visual-section{position:relative;height:380px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#24BDEC 0%,#DCF9E3 100%)}
.intro-visual-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,#cf5a104d,transparent 60%);mix-blend-mode:multiply}
.intro-visual-section::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:#24bdec66;border-radius:50%;filter:blur(40px)}
.intro-text-content h1{font-size:2.5rem;color:#333;margin:0 0 20px;line-height:1.2}
.intro-text-content .metaphor-text{font-size:1.1rem;color:#555;line-height:1.7;margin:0}
.intro-text-content .metaphor-text::before{content:'';display:inline-block;width:40px;height:3px;background:linear-gradient(90deg,#CF5A10,#24BDEC);margin-right:12px;vertical-align:middle}
.form-wrapper-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:70px 20px}
.form-main-container{max-width:1000px;margin:0 auto}
.form-header-area{text-align:center;margin-bottom:50px}
.form-header-area h2{font-size:2rem;color:#333;margin:0 0 15px}
.form-header-area h2::after{content:'';display:block;width:60px;height:3px;background:#24BDEC;margin:15px auto 0}
.form-header-area .description-para{font-size:1rem;color:#666;margin:0;line-height:1.6}
.contact-form-element{background:#fff;padding:50px;border-radius:10px;box-shadow:0 8px 24px #00000014}
.category-selector-area{margin-bottom:35px}
.category-label-text{display:block;font-size:.95rem;font-weight:600;color:#444;margin-bottom:12px}
.category-options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.category-radio-input{display:none}
.category-option-label{display:block;padding:16px 20px;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;font-size:.9rem;color:#555}
.category-radio-input:checked + .category-option-label{background:#24bdec1a;border-color:#24BDEC;color:#24BDEC;font-weight:600}
.category-option-label:hover{border-color:#24BDEC;background:#24bdec0d}
.email-input-area{margin-bottom:30px}
.email-label-text{display:block;font-size:.95rem;font-weight:600;color:#444;margin-bottom:10px}
.email-field-input{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}
.email-field-input:focus{outline:none;border-color:#24BDEC}
.message-input-area{margin-bottom:30px}
.message-label-text{display:block;font-size:.95rem;font-weight:600;color:#444;margin-bottom:10px}
.message-textarea-field{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;resize:vertical;min-height:150px;transition:border-color .3s ease;box-sizing:border-box;font-family:inherit}
.message-textarea-field:focus{outline:none;border-color:#24BDEC}
.privacy-checkbox-area{margin-bottom:25px;display:flex;align-items:flex-start}
.privacy-checkbox-input{margin-right:10px;margin-top:4px;width:18px;height:18px;cursor:pointer}
.privacy-label-text{font-size:.9rem;color:#555;line-height:1.6}
.privacy-label-text a{color:#24BDEC;text-decoration:underline}
.privacy-label-text a:hover{color:#CF5A10}
.submit-button-area{text-align:center}
.submit-action-button{padding:16px 50px;background:linear-gradient(135deg,#24BDEC,#1a9fd1);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #24bdec4d}
.submit-action-button:hover{background:linear-gradient(135deg,#1a9fd1,#24BDEC);box-shadow:0 6px 16px #24bdec66;transform:translateY(-2px)}
.submit-action-button:active{transform:translateY(0)}
.info-cards-container{max-width:1000px;margin:60px auto 0;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.info-single-card{background:#fff;padding:30px 25px;border-radius:8px;box-shadow:0 4px 16px #0000000f;text-align:center;border-top:3px solid #24BDEC}
.card-icon-holder{width:50px;height:50px;margin:0 auto 20px;background:#24bdec1a;border-radius:50%;display:flex;align-items:center;justify-content:center}
.card-icon-holder svg{width:24px;height:24px;fill:#24BDEC}
.card-title-text{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 10px}
.card-detail-text{font-size:.95rem;color:#666;margin:0;line-height:1.5}
.card-detail-text a{color:#24BDEC;text-decoration:none}
.card-detail-text a:hover{text-decoration:underline}
@media (max-width: 768px) {
.intro-layout-grid{grid-template-columns:1fr;gap:30px}
.intro-visual-section{height:280px}
.intro-text-content h1{font-size:2rem}
.category-options-grid{grid-template-columns:1fr}
.contact-form-element{padding:30px 20px}
.info-cards-container{grid-template-columns:1fr}
.form-header-area h2{font-size:1.7rem}
}
@media (max-width: 480px) {
.intro-text-content h1{font-size:1.7rem}
.submit-action-button{width:100%;padding:14px 20px}
}
.program-intro-holder{max-width:1000px;margin:0 auto;padding:60px 20px;text-align:center}
.intro-main-heading{font-size:42px;color:#CF5A10;margin-bottom:20px;font-weight:700}
.intro-supporting-text{font-size:18px;color:#555;line-height:1.6;max-width:700px;margin:0 auto 16px}
.intro-subtext{font-size:16px;color:#777;line-height:1.5}
.courses-wrapper{max-width:1000px;margin:0 auto;padding:0 20px 80px}
.courses-grid-holder{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}
.single-course-card{background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.single-course-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #24bdec26}
.course-image-holder{width:100%;height:200px;overflow:hidden;position:relative}
.course-image-holder img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.single-course-card:hover .course-image-holder img{transform:scale(1.05)}
.course-category-badge{position:absolute;top:12px;left:12px;background:#24bdece6;color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}
.course-content-holder{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.course-main-title{font-size:22px;color:#222;margin-bottom:12px;font-weight:700;line-height:1.3}
.course-description-text{font-size:15px;color:#666;line-height:1.6;margin-bottom:20px;flex-grow:1}
.course-metadata-holder{display:flex;gap:16px;margin-bottom:18px;flex-wrap:wrap;font-size:13px;color:#888}
.metadata-item{display:flex;align-items:center;gap:6px}
.metadata-item svg{width:16px;height:16px;fill:#24BDEC}
.course-footer-actions{display:flex;justify-content:space-between;align-items:center;padding-top:18px;border-top:1px solid #eee}
.course-price-display{font-size:26px;color:#CF5A10;font-weight:700}
.course-link-button{background:linear-gradient(135deg,#24BDEC,#1a9dc9);color:#fff;padding:11px 24px;border-radius:6px;text-decoration:none;font-weight:600;font-size:15px;transition:background .3s ease,transform .2s ease;display:inline-block}
.course-link-button:hover{background:linear-gradient(135deg,#1a9dc9,#157a9f);transform:translateX(2px)}
.values-section-holder{background:linear-gradient(135deg,#24bdec14,#dcf9e34d);padding:70px 20px;margin-top:40px}
.values-content-wrapper{max-width:1000px;margin:0 auto}
.values-heading-main{font-size:36px;color:#222;text-align:center;margin-bottom:50px;font-weight:700}
.values-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.single-value-block{background:#fff;padding:32px;border-radius:10px;box-shadow:0 6px 20px #0000000f;text-align:center;transition:transform .3s ease}
.single-value-block:hover{transform:translateY(-6px)}
.value-icon-holder{width:70px;height:70px;margin:0 auto 20px;background:#24bdec1a;border-radius:50%;display:flex;align-items:center;justify-content:center}
.value-icon-holder svg{width:36px;height:36px;fill:#24BDEC}
.value-title-text{font-size:20px;color:#CF5A10;margin-bottom:12px;font-weight:700}
.value-description-text{font-size:15px;color:#666;line-height:1.6}
.journey-section-wrapper{padding:70px 20px;background:#fff}
.journey-content-holder{max-width:1000px;margin:0 auto}
.journey-main-heading{font-size:36px;color:#222;text-align:center;margin-bottom:20px;font-weight:700}
.journey-intro-paragraph{font-size:17px;color:#666;text-align:center;max-width:700px;margin:0 auto 50px;line-height:1.6}
.journey-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px}
.step-card-holder{position:relative;padding:28px 24px;background:linear-gradient(135deg,#f9f9f9,#fff);border-left:4px solid #24BDEC;border-radius:8px;box-shadow:0 4px 12px #0000000d}
.step-number-badge{position:absolute;top:-12px;left:20px;width:40px;height:40px;background:#CF5A10;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 3px 8px #cf5a104d}
.step-title-heading{font-size:19px;color:#222;margin-bottom:10px;margin-top:16px;font-weight:700}
.step-description-content{font-size:14px;color:#666;line-height:1.5}
@media (max-width: 768px) {
.intro-main-heading{font-size:32px}
.courses-grid-holder{grid-template-columns:1fr}
.values-heading-main,.journey-main-heading{font-size:28px}
.values-grid-layout,.journey-steps-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.course-footer-actions{flex-direction:column;gap:12px;align-items:stretch}
.course-link-button{text-align:center}
}
.success-page-wrapper{max-width:1000px;margin:0 auto;padding:0}
.confirmation-hero-area{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#24BDEC 0%,#DCF9E3 100%)}
.confirmation-hero-area::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#cf5a1026 0%,transparent 70%);animation:glow-pulse 8s ease-in-out infinite}
@keyframes glow-pulse {
0%,100%{transform:translate(0,0) scale(1);opacity:.6}
50%{transform:translate(10%,10%) scale(1.1);opacity:.3}
}
.confirmation-hero-area::after{content:'';position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent,#ffffffe6)}
.hero-content-holder{position:relative;z-index:2;text-align:center;padding:60px 24px;max-width:680px}
.success-icon-wrapper{width:96px;height:96px;margin:0 auto 32px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #24bdec40}
.success-icon-wrapper svg{width:52px;height:52px}
.hero-content-holder h1{font-size:2.8rem;line-height:1.15;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.hero-content-holder .confirmation-message-text{font-size:1.15rem;line-height:1.7;color:#2d2d2d;margin:0}
.next-actions-section{background:#fff;padding:80px 24px}
.next-actions-section .content-wrap-area{max-width:900px;margin:0 auto}
.next-actions-section h2{font-size:2.2rem;line-height:1.25;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.next-actions-section .intro-description{font-size:1.05rem;line-height:1.65;color:#4a4a4a;margin:0 0 48px}
.steps-display-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:52px}
.step-item-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #e5e5e5;border-radius:8px;padding:32px 28px;position:relative;transition:all .3s ease}
.step-item-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #24bdec26;border-color:#24BDEC}
.step-number-badge{position:absolute;top:-14px;left:28px;width:36px;height:36px;background:#CF5A10;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #cf5a104d}
.step-item-card h3{font-size:1.35rem;line-height:1.3;color:#1a1a1a;margin:8px 0 16px;font-weight:600}
.step-item-card p{font-size:.98rem;line-height:1.6;color:#5a5a5a;margin:0}
.actions-button-area{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.primary-action-button{display:inline-block;padding:16px 40px;background:#24BDEC;color:#fff;text-decoration:none;border-radius:6px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #24bdec40;position:relative;z-index:10}
.primary-action-button:hover{background:#1da3cc;transform:translateY(-2px);box-shadow:0 10px 28px #24bdec59}
.secondary-action-button{display:inline-block;padding:16px 40px;background:transparent;color:#CF5A10;text-decoration:none;border:2px solid #CF5A10;border-radius:6px;font-size:1.05rem;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.secondary-action-button:hover{background:#CF5A10;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #cf5a1040}
@media (max-width: 768px) {
.confirmation-hero-area{min-height:420px}
.hero-content-holder h1{font-size:2.1rem}
.hero-content-holder .confirmation-message-text{font-size:1.05rem}
.next-actions-section{padding:60px 20px}
.next-actions-section h2{font-size:1.8rem}
.steps-display-grid{grid-template-columns:1fr;gap:24px}
.actions-button-area{flex-direction:column;align-items:stretch}
.primary-action-button,.secondary-action-button{text-align:center}
}
@media (max-width: 480px) {
.hero-content-holder{padding:40px 20px}
.hero-content-holder h1{font-size:1.8rem}
.success-icon-wrapper{width:80px;height:80px;margin-bottom:24px}
.success-icon-wrapper svg{width:44px;height:44px}
.next-actions-section h2{font-size:1.6rem}
.step-item-card{padding:28px 20px}
}