@import "https://cdn.jsdelivr.net/npm/@fontsource/montserrat@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/montserrat@latest/700.css";
html{scroll-behavior:smooth;margin:0;padding:0}
body{font-family:'Montserrat',sans-serif;margin:0;padding:0;background:linear-gradient(127deg,#FEF7F5 0%,#fff 100%);color:#233139;line-height:1.6}
.content-contain{max-width:1440px;margin:0 auto;padding:0 24px}
header .masthead-zone{background:linear-gradient(143deg,#233139 0%,#1a252b 100%);padding:32px 0;border-bottom:3px solid #FD9408}
header .brand-lockup{display:flex;align-items:center;gap:20px}
header .site-logo-img{width:90px;height:90px;object-fit:contain;background:#ffffff1a;padding:8px;border-radius:8px;border:2px solid #fd94084d}
header .company-masthead{font-size:42px;font-weight:700;color:#FEF7F5;margin:0;letter-spacing:-.5px}
header .editorial-bar{background:#FEF7F5;border-bottom:1px solid #2331391a;box-shadow:0 2px 6px #0000000d}
header .primary-nav-wrapper{padding:0}
header .nav-list-horizontal{list-style:none;margin:0;padding:0;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
header .nav-list-horizontal li{margin:0}
header .nav-link-item{display:block;padding:18px 24px;color:#233139;text-decoration:none;font-weight:500;font-size:15px;transition:color .2s ease;border-bottom:3px solid transparent}
header .nav-link-item:hover{color:#FD9408;border-bottom-color:#FD9408}
header .nav-link-item.cta-accent{background:linear-gradient(135deg,#FD9408 0%,#e68507 100%);color:#FEF7F5;border-radius:24px;padding:14px 28px;margin-left:12px;border:none}
header .nav-link-item.cta-accent:hover{background:linear-gradient(135deg,#e68507 0%,#d17706 100%);color:#fff}
footer .footer-container{background:linear-gradient(151deg,#233139 0%,#1a252b 100%);color:#FEF7F5;padding:56px 0 24px;margin-top:80px}
footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:48px;margin-bottom:40px}
footer .footer-brand{font-size:28px;font-weight:700;color:#FD9408;margin-bottom:12px}
footer .footer-tagline{color:#fef7f5cc;font-size:14px;line-height:1.5}
footer .footer-heading{font-size:16px;font-weight:700;color:#FD9408;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
footer .footer-links{list-style:none;margin:0;padding:0}
footer .footer-links li{margin-bottom:10px}
footer .footer-link{color:#fef7f5e6;text-decoration:none;font-size:14px;transition:color .2s ease}
footer .footer-link:hover{color:#FD9408}
footer .footer-contact{list-style:none;margin:0;padding:0}
footer .footer-contact li{margin-bottom:12px;color:#fef7f5e6;font-size:14px;display:flex;align-items:center;gap:10px}
footer .footer-contact i{color:#FD9408;font-size:18px}
footer .footer-contact a{color:#fef7f5e6;text-decoration:none;transition:color .2s ease}
footer .footer-contact a:hover{color:#FD9408}
footer .footer-bottom{border-top:1px solid #fef7f533;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
footer .legal-links{display:flex;gap:24px}
footer .legal-link{color:#fef7f5cc;text-decoration:none;font-size:13px;transition:color .2s ease}
footer .legal-link:hover{color:#FD9408}
footer .copyright-text{color:#fef7f5b3;font-size:13px;margin:0}
.cookie-consent-popup{position:fixed;top:24px;right:24px;background:#fff;border:2px solid #233139;border-radius:12px;padding:24px;max-width:420px;width:100%;box-shadow:0 6px 20px #23313940;z-index:10000;opacity:0;transition:opacity .3s ease}
.cookie-consent-popup.show{opacity:1}
.cookie-consent-popup .cookie-tabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:2px solid #FEF7F5}
.cookie-consent-popup .tab-btn{background:none;border:none;padding:10px 18px;cursor:pointer;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:600;color:#233139;border-bottom:3px solid transparent;transition:all .2s ease}
.cookie-consent-popup .tab-btn:hover{color:#FD9408}
.cookie-consent-popup .tab-btn.active{color:#FD9408;border-bottom-color:#FD9408}
.cookie-consent-popup .cookie-content{margin-bottom:20px;max-height:180px;overflow-y:auto}
.cookie-consent-popup .tab-content{display:none}
.cookie-consent-popup .tab-content.active{display:block}
.cookie-consent-popup .tab-content p{margin:0 0 12px;font-size:14px;line-height:1.5;color:#233139}
.cookie-consent-popup .cookie-actions{display:flex;gap:12px}
.cookie-consent-popup .cookie-btn{flex:1;padding:12px 20px;border:none;border-radius:50px;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}
.cookie-consent-popup .accept-btn{background:linear-gradient(135deg,#FD9408 0%,#e68507 100%);color:#FEF7F5}
.cookie-consent-popup .accept-btn:hover{background:linear-gradient(135deg,#e68507 0%,#d17706 100%)}
.cookie-consent-popup .decline-btn{background:#FEF7F5;color:#233139;border:2px solid #233139}
.cookie-consent-popup .decline-btn:hover{background:#233139;color:#FEF7F5}
@media (max-width: 968px) {
footer .footer-grid{grid-template-columns:1fr;gap:32px}
header .company-masthead{font-size:32px}
header .site-logo-img{width:70px;height:70px}
header .nav-list-horizontal{flex-direction:column;align-items:stretch;gap:0}
header .nav-link-item{border-bottom:1px solid #2331391a;border-left:3px solid transparent}
header .nav-link-item:hover{border-bottom-color:#2331391a;border-left-color:#FD9408}
header .nav-link-item.cta-accent{margin-left:0;margin-top:8px;text-align:center}
.cookie-consent-popup{left:16px;right:16px;top:16px;max-width:none}
footer .footer-bottom{flex-direction:column;text-align:center}
}
@media (max-width: 640px) {
header .brand-lockup{flex-direction:column;text-align:center}
header .company-masthead{font-size:26px}
}
.policy-main{max-width:1440px;margin:0 auto;padding:80px 20px;background:#FEF7F5}
.policy-main h1{font-size:42px;line-height:1.2;color:#233139;margin:0 0 48px;font-weight:700;letter-spacing:-.5px}
.policy-main h2{font-size:32px;line-height:1.3;color:#233139;margin:56px 0 24px;font-weight:700;letter-spacing:-.3px}
.policy-main h3{font-size:24px;line-height:1.4;color:#233139;margin:40px 0 20px;font-weight:600}
.policy-main h4{font-size:20px;line-height:1.5;color:#233139;margin:32px 0 16px;font-weight:600}
.policy-main h5{font-size:18px;line-height:1.5;color:#233139;margin:28px 0 14px;font-weight:600}
.policy-main h6{font-size:16px;line-height:1.5;color:#233139;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.policy-main p{font-size:17px;line-height:1.75;color:#233139;margin:0 0 20px;max-width:820px}
.policy-main ul{margin:24px 0;padding:0 0 0 28px;list-style:none}
.policy-main ul li{font-size:17px;line-height:1.75;color:#233139;margin:0 0 14px;position:relative;max-width:792px}
.policy-main ul li::before{content:'';position:absolute;left:-28px;top:12px;width:6px;height:6px;background:#FD9408;border-radius:50%}
.policy-main ol{margin:24px 0;padding:0 0 0 28px;list-style:none;counter-reset:policy-counter}
.policy-main ol li{font-size:17px;line-height:1.75;color:#233139;margin:0 0 14px;position:relative;counter-increment:policy-counter;max-width:792px}
.policy-main ol li::before{content:counter(policy-counter) ".";position:absolute;left:-28px;top:0;color:#FD9408;font-weight:600;font-size:16px}
.policy-main strong,.policy-main b{font-weight:700;color:#233139}
.policy-main table{width:100%;max-width:820px;margin:32px 0;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #23313914}
.policy-main thead{background:linear-gradient(135deg,#FD9408 0%,#fd8008 100%)}
.policy-main thead tr{border:none}
.policy-main thead th{font-size:15px;line-height:1.5;color:#fff;font-weight:700;text-align:left;padding:18px 20px;text-transform:uppercase;letter-spacing:.5px}
.policy-main tbody{background:#fff}
.policy-main tbody tr{border-bottom:1px solid #2331391a}
.policy-main tbody tr:last-child{border-bottom:none}
.policy-main tbody tr:nth-child(even){background:#FEF7F5}
.policy-main tbody td{font-size:16px;line-height:1.6;color:#233139;padding:16px 20px;vertical-align:top}
.policy-main th{font-weight:700}
.policy-main div{margin:0}
@media (max-width: 1024px) {
.policy-main{padding:60px 24px}
.policy-main h1{font-size:36px;margin-bottom:36px}
.policy-main h2{font-size:28px;margin-top:48px}
.policy-main h3{font-size:22px}
}
@media (max-width: 768px) {
.policy-main{padding:48px 20px}
.policy-main h1{font-size:32px;margin-bottom:32px}
.policy-main h2{font-size:26px;margin-top:40px;margin-bottom:20px}
.policy-main h3{font-size:20px;margin-top:32px}
.policy-main h4{font-size:18px}
.policy-main p,.policy-main ul li,.policy-main ol li{font-size:16px;line-height:1.7}
.policy-main table{font-size:14px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.policy-main thead th,.policy-main tbody td{padding:14px 16px;font-size:14px}
}
@media (max-width: 480px) {
.policy-main{padding:40px 16px}
.policy-main h1{font-size:28px;margin-bottom:28px}
.policy-main h2{font-size:24px;margin-top:36px}
.policy-main h3{font-size:19px}
.policy-main ul,.policy-main ol{padding-left:24px}
.policy-main ul li::before{left:-24px}
.policy-main ol li::before{left:-24px}
}
.priceTitleArea{position:relative;width:100%;min-height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:80px}
.priceTitle3BackImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.overlayGrad7{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#233139e0 0%,#fd9408bf 100%);z-index:2}
.priceHeroContent8{position:relative;z-index:3;text-align:center;max-width:850px;padding:40px 20px}
.priceMainTitle9{font-size:3.2rem;color:#FEF7F5;font-weight:700;margin-bottom:20px;line-height:1.2}
.priceSubtext11{font-size:1.2rem;color:#FEF7F5;line-height:1.6;opacity:.95}
.cornerDot22::before{content:'';position:absolute;top:15px;left:15px;width:8px;height:8px;background:#FD9408;border-radius:50%;z-index:4}
.cornerDot22::after{content:'';position:absolute;bottom:15px;right:15px;width:8px;height:8px;background:#FEF7F5;border-radius:50%;z-index:4}
.pricingWrapperMain{max-width:1440px;margin:0 auto;padding:0 20px 90px}
.planGridArea{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-bottom:95px}
.planCardBox{background:#FEF7F5;border:2px solid #2331391f;border-radius:18px;padding:45px 35px;transition:all .3s ease;position:relative}
.planCardBox:hover{transform:translateY(-8px);box-shadow:0 12px 28px #23313926;border-color:#FD9408}
.featured8Badge{position:absolute;top:-15px;right:25px;background:linear-gradient(125deg,#FD9408 0%,#233139 100%);color:#FEF7F5;padding:8px 22px;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #fd940859}
.planNameTitle{font-size:1.9rem;color:#233139;font-weight:700;margin-bottom:12px}
.planShortDesc{font-size:1rem;color:#233139;opacity:.75;margin-bottom:28px;line-height:1.5}
.priceAmountBox{margin-bottom:32px}
.bigPriceNum{font-size:3.5rem;color:#FD9408;font-weight:700;line-height:1}
.priceCurrency{font-size:1.8rem;vertical-align:top;margin-right:4px}
.pricePeriod{font-size:1.1rem;color:#233139;opacity:.6;margin-left:8px}
.featureListBox{list-style:none;padding:0;margin:0 0 35px}
.featureListBox li{padding:14px 0;border-bottom:1px solid #23313914;display:flex;align-items:flex-start;color:#233139;font-size:1rem;line-height:1.5}
.featureListBox li::before{content:'✓';color:#FD9408;font-weight:700;margin-right:12px;font-size:1.2rem;flex-shrink:0}
.featureListBox li:last-child{border-bottom:none}
.planActionBtn{display:block;width:100%;padding:16px 24px;background:linear-gradient(110deg,#233139 0%,#FD9408 100%);color:#FEF7F5;text-align:center;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 14px #23313933;position:relative;z-index:1}
.planActionBtn:hover{transform:scale(1.03);box-shadow:0 6px 20px #fd940866;color:#FEF7F5;text-decoration:none}
.comparisonSection{margin-bottom:90px}
.comparisonHeaderBox{text-align:center;max-width:750px;margin:0 auto 55px}
.comparisonTitleMain{font-size:2.4rem;color:#233139;font-weight:700;margin-bottom:18px}
.comparisonIntroText{font-size:1.1rem;color:#233139;opacity:.75;line-height:1.6}
.comparisonTableWrap{overflow-x:auto;background:#FEF7F5;border-radius:16px;padding:25px;box-shadow:0 4px 18px #23313914}
.comparisonTable{width:100%;border-collapse:separate;border-spacing:0}
.comparisonTable thead th{background:linear-gradient(95deg,#233139 0%,#FD9408 100%);color:#FEF7F5;padding:18px 15px;font-weight:600;font-size:1rem;text-align:left;border:none}
.comparisonTable thead th:first-child{border-top-left-radius:10px}
.comparisonTable thead th:last-child{border-top-right-radius:10px}
.comparisonTable tbody tr{border-bottom:1px solid #2331391a}
.comparisonTable tbody tr:last-child{border-bottom:none}
.comparisonTable tbody td{padding:16px 15px;color:#233139;font-size:.95rem;background:#fff}
.comparisonTable tbody td:first-child{font-weight:600;color:#FD9408}
.checkIcon8{color:#FD9408;font-weight:700;font-size:1.3rem}
.crossIcon9{color:#2331394d;font-weight:700;font-size:1.3rem}
.faqSectionArea{margin-bottom:50px}
.faqHeaderBox{text-align:center;max-width:700px;margin:0 auto 50px}
.faqMainTitle{font-size:2.3rem;color:#233139;font-weight:700;margin-bottom:16px}
.faqIntroDesc{font-size:1.05rem;color:#233139;opacity:.75;line-height:1.6}
.faqListContainer{max-width:900px;margin:0 auto}
.faqItemBox{margin-bottom:22px;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #2331390f}
.faqToggleCheck{display:none}
.faqQuestionLabel{display:flex;justify-content:space-between;align-items:center;padding:22px 28px;background:#FEF7F5;cursor:pointer;transition:all .3s ease;border-left:4px solid transparent}
.faqQuestionLabel:hover{background:linear-gradient(90deg,#fd940814 0%,#fef7f5ff 100%);border-left-color:#FD9408}
.faqQuestionText{font-size:1.15rem;color:#233139;font-weight:600;margin:0;flex:1}
.faqIcon{font-size:1.5rem;color:#FD9408;transition:transform .3s ease;flex-shrink:0;margin-left:15px}
.faqToggleCheck:checked ~ .faqQuestionLabel .faqIcon{transform:rotate(45deg)}
.faqAnswerContent{max-height:0;overflow:hidden;transition:max-height .4s ease;background:#fff}
.faqToggleCheck:checked ~ .faqAnswerContent{max-height:600px}
.faqAnswerInner{padding:25px 28px;color:#233139;font-size:1rem;line-height:1.7;opacity:.85;border-top:1px solid #23313914}
.ctaBottomSection{background:linear-gradient(145deg,#233139 0%,#FD9408 100%);border-radius:20px;padding:60px 40px;text-align:center;position:relative;overflow:hidden;box-shadow:0 8px 24px #23313933}
.ctaBottomSection::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#fef7f514;border-radius:50%}
.ctaBottomSection::after{content:'';position:absolute;bottom:-30%;left:-15%;width:350px;height:350px;background:#fef7f50f;border-radius:50%}
.ctaContentBox{position:relative;z-index:2;max-width:700px;margin:0 auto}
.ctaHeadline{font-size:2.2rem;color:#FEF7F5;font-weight:700;margin-bottom:18px;line-height:1.3}
.ctaDescText{font-size:1.1rem;color:#FEF7F5;opacity:.95;line-height:1.6;margin-bottom:35px}
.ctaButtonLink{display:inline-block;padding:18px 45px;background:#FEF7F5;color:#233139;text-decoration:none;border-radius:12px;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 18px #00000026;position:relative;z-index:3}
.ctaButtonLink:hover{transform:translateY(-4px);box-shadow:0 10px 26px #00000040;background:#fff;color:#FD9408;text-decoration:none}
@media (max-width: 768px) {
.priceMainTitle9{font-size:2.2rem}
.priceSubtext11{font-size:1rem}
.planGridArea{grid-template-columns:1fr;gap:25px}
.comparisonTitleMain{font-size:1.9rem}
.comparisonTableWrap{padding:15px}
.comparisonTable thead th,.comparisonTable tbody td{padding:12px 10px;font-size:.9rem}
.faqMainTitle{font-size:1.9rem}
.ctaHeadline{font-size:1.8rem}
.ctaBottomSection{padding:45px 25px}
}
@media (max-width: 480px) {
.priceTitleArea{min-height:420px}
.priceMainTitle9{font-size:1.8rem}
.bigPriceNum{font-size:2.8rem}
.planCardBox{padding:35px 25px}
.faqQuestionLabel{padding:18px 20px}
.faqQuestionText{font-size:1rem}
.ctaHeadline{font-size:1.5rem}
}
.hero56{position:relative;min-height:580px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#FEF7F5 0%,#fff 100%)}
.hero56::before{content:'';position:absolute;top:-20%;right:-10%;width:60%;height:140%;background:linear-gradient(125deg,#fd940814 0%,#2331390d 100%);transform:skewY(-8deg);z-index:1}
.hero56::after{content:'';position:absolute;bottom:-15%;left:-5%;width:50%;height:120%;background:linear-gradient(65deg,#fd94080f 0%,transparent 100%);transform:skewY(12deg);z-index:1}
.hero-container89{max-width:1440px;margin:0 auto;padding:60px 24px;position:relative;z-index:2}
.hero-grid23{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.hero-content-left7{max-width:580px}
.problem-label4{display:inline-block;padding:8px 18px;background:#fd94081f;color:#FD9408;font-size:14px;font-weight:600;border-radius:6px;margin-bottom:24px;letter-spacing:.5px}
.hero-heading92 h1{font-size:52px;line-height:1.15;color:#233139;margin:0 0 28px;font-weight:700}
.solution-text11{font-size:18px;line-height:1.7;color:#233139;margin-bottom:36px;opacity:.85}
.hero-actions33{display:flex;gap:16px;flex-wrap:wrap}
.btn-primary88{padding:16px 32px;background:linear-gradient(135deg,#FD9408 0%,#e68507 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #fd940840;position:relative;z-index:10}
.btn-primary88:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fd940859;background:linear-gradient(135deg,#e68507 0%,#FD9408 100%)}
.btn-secondary77{padding:16px 32px;background:transparent;color:#233139;text-decoration:none;border:2px solid #233139;border-radius:8px;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease;position:relative;z-index:10}
.btn-secondary77:hover{background:#233139;color:#fff;transform:translateY(-2px)}
.hero-image-wrapper34{position:relative;height:460px}
.hero-image-main55{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #23313926;clip-path:polygon(8% 0,100% 0,100% 92%,92% 100%,0 100%,0 8%)}
.metrics-wrapper12{background:#FEF7F5;padding:80px 24px;position:relative}
.metrics-container67{max-width:1440px;margin:0 auto}
.metrics-intro45{text-align:center;margin-bottom:64px;max-width:720px;margin-left:auto;margin-right:auto}
.metrics-intro45 h2{font-size:42px;color:#233139;margin:0 0 20px;font-weight:700}
.metrics-intro45 p{font-size:17px;color:#233139;opacity:.75;line-height:1.6}
.progress-grid89{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.progress-card44{background:#fff;padding:36px 28px;border-radius:12px;box-shadow:0 2px 8px #23313914;transition:all .3s ease}
.progress-card44:hover{transform:translateY(-4px);box-shadow:0 6px 24px #2331391f}
.progress-icon78{width:56px;height:56px;background:linear-gradient(125deg,#fd940826 0%,#fd94080d 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.progress-icon78 i{font-size:28px;color:#FD9408}
.progress-card44 h3{font-size:22px;color:#233139;margin:0 0 14px;font-weight:600}
.progress-card44 p{font-size:15px;color:#233139;opacity:.7;line-height:1.6;margin:0 0 20px}
.progress-bar-bg33{width:100%;height:8px;background:#fd94081f;border-radius:4px;overflow:hidden;margin-bottom:10px}
.progress-bar-fill88{height:100%;background:linear-gradient(90deg,#FD9408 0%,#e68507 100%);border-radius:4px;transition:width 1s ease}
.progress-label22{font-size:13px;color:#FD9408;font-weight:600}
.social-section91{background:linear-gradient(155deg,#233139 0%,#1a252b 100%);padding:90px 24px;position:relative;overflow:hidden}
.social-section91::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,#fd940814 1px,transparent 1px);background-size:24px 24px;opacity:.4}
.social-container56{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.social-layout77{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.social-image-block23{position:relative}
.social-image-block23 img{width:100%;height:480px;object-fit:cover;border-radius:14px;box-shadow:0 12px 40px #0000004d}
.social-content88{color:#FEF7F5}
.social-content88 h2{font-size:40px;margin:0 0 24px;font-weight:700;color:#FEF7F5}
.social-content88 p{font-size:17px;line-height:1.7;margin-bottom:20px;opacity:.9}
.impact-stats44{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}
.stat-item66{background:#fef7f514;padding:24px;border-radius:10px;border:1px solid #fef7f51f}
.stat-number99{font-size:36px;font-weight:700;color:#FD9408;margin-bottom:8px}
.stat-label88{font-size:14px;opacity:.8}
.efficiency-wrapper55{background:#fff;padding:85px 24px}
.efficiency-container22{max-width:1440px;margin:0 auto}
.efficiency-header11{text-align:center;margin-bottom:56px}
.efficiency-header11 h2{font-size:40px;color:#233139;margin:0 0 18px;font-weight:700}
.efficiency-header11 p{font-size:17px;color:#233139;opacity:.75;max-width:680px;margin:0 auto;line-height:1.6}
.skills-comparison88{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.comparison-column33{background:#FEF7F5;padding:40px;border-radius:14px}
.column-header77{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #fd940833}
.column-icon44{width:48px;height:48px;background:linear-gradient(135deg,#FD9408 0%,#e68507 100%);border-radius:8px;display:flex;align-items:center;justify-content:center}
.column-icon44 i{font-size:24px;color:#fff}
.column-header77 h3{font-size:24px;color:#233139;margin:0;font-weight:600}
.skill-item99{margin-bottom:28px}
.skill-item99:last-child{margin-bottom:0}
.skill-name66{font-size:16px;color:#233139;font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.skill-name66::before{content:'';width:8px;height:8px;background:#FD9408;border-radius:50%;flex-shrink:0}
.skill-description44{font-size:14px;color:#233139;opacity:.7;line-height:1.6;margin-bottom:12px}
.skill-progress-wrap22{width:100%;height:6px;background:#2331391a;border-radius:3px;overflow:hidden}
.skill-progress-bar55{height:100%;background:linear-gradient(90deg,#FD9408 0%,#233139 100%);border-radius:3px}
.certification-section44{background:linear-gradient(145deg,#FEF7F5 0%,#fff 100%);padding:80px 24px;position:relative}
.certification-container88{max-width:1440px;margin:0 auto}
.cert-layout66{display:grid;grid-template-columns:45% 55%;gap:64px;align-items:center}
.cert-visual33{position:relative}
.cert-visual33 img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 6px 24px #2331391f}
.cert-content77 h2{font-size:38px;color:#233139;margin:0 0 22px;font-weight:700}
.cert-content77 p{font-size:16px;color:#233139;opacity:.75;line-height:1.7;margin-bottom:32px}
.cert-features99{display:grid;gap:20px}
.cert-feature-item22{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border-radius:10px;border-left:4px solid #FD9408;transition:all .3s ease}
.cert-feature-item22:hover{transform:translateX(4px);box-shadow:0 4px 16px #fd940826}
.cert-feature-icon88{width:40px;height:40px;background:#fd94081f;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cert-feature-icon88 i{font-size:20px;color:#FD9408}
.cert-feature-text66 h4{font-size:18px;color:#233139;margin:0 0 6px;font-weight:600}
.cert-feature-text66 p{font-size:14px;color:#233139;opacity:.7;line-height:1.5;margin:0}
.motivation-wrapper77{background:#fff;padding:85px 24px}
.motivation-container55{max-width:1440px;margin:0 auto}
.motivation-header99{text-align:center;margin-bottom:60px}
.motivation-header99 h2{font-size:40px;color:#233139;margin:0 0 20px;font-weight:700}
.motivation-header99 p{font-size:17px;color:#233139;opacity:.75;max-width:700px;margin:0 auto;line-height:1.6}
.tools-grid22{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.tool-card88{background:#FEF7F5;padding:32px 24px;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent}
.tool-card88:hover{border-color:#FD9408;transform:scale(1.05);box-shadow:0 6px 20px #fd940826}
.tool-icon-wrap44{width:72px;height:72px;background:linear-gradient(135deg,#fd940826 0%,#23313914 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.tool-icon-wrap44 i{font-size:32px;color:#FD9408}
.tool-card88 h3{font-size:19px;color:#233139;margin:0 0 10px;font-weight:600}
.tool-card88 p{font-size:14px;color:#233139;opacity:.7;line-height:1.5;margin:0}
.testimonial-divider99{width:100%;height:3px;background:linear-gradient(90deg,transparent 0%,#FD9408 50%,transparent 100%);margin:80px 0}
.testimonial-section33{background:linear-gradient(125deg,#FEF7F5 0%,#fff 100%);padding:75px 24px}
.testimonial-container11{max-width:1040px;margin:0 auto;text-align:center}
.testimonial-container11 h2{font-size:36px;color:#233139;margin:0 0 48px;font-weight:700}
.testimonial-card66{background:#fff;padding:48px 40px;border-radius:14px;box-shadow:0 4px 16px #2331391a;position:relative}
.testimonial-card66::before{content:'"';position:absolute;top:20px;left:30px;font-size:80px;color:#fd940833;font-family:Georgia,serif;line-height:1}
.testimonial-text88{font-size:18px;color:#233139;line-height:1.7;margin-bottom:32px;font-style:italic;opacity:.85}
.testimonial-author44{display:flex;align-items:center;justify-content:center;gap:20px}
.author-photo22{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #FD9408}
.author-info55{text-align:left}
.author-name77{font-size:18px;color:#233139;font-weight:600;margin:0 0 4px}
.author-role99{font-size:14px;color:#FD9408;margin:0}
.cta-final88{background:linear-gradient(145deg,#233139 0%,#1a252b 100%);padding:80px 24px;text-align:center;position:relative;overflow:hidden}
.cta-final88::before{content:'';position:absolute;top:-50%;left:-20%;width:60%;height:200%;background:linear-gradient(65deg,#fd94081a 0%,transparent 100%);transform:rotate(15deg)}
.cta-final88::after{content:'';position:absolute;bottom:-50%;right:-20%;width:60%;height:200%;background:linear-gradient(245deg,#fd940814 0%,transparent 100%);transform:rotate(15deg)}
.cta-content-wrap99{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-content-wrap99 h2{font-size:42px;color:#FEF7F5;margin:0 0 20px;font-weight:700}
.cta-content-wrap99 p{font-size:18px;color:#FEF7F5;opacity:.9;line-height:1.6;margin-bottom:36px}
.cta-buttons77{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-cta-primary66{padding:18px 40px;background:linear-gradient(135deg,#FD9408 0%,#e68507 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:17px;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #fd94084d;position:relative;z-index:10}
.btn-cta-primary66:hover{transform:translateY(-3px);box-shadow:0 8px 28px #fd940866}
.btn-cta-secondary44{padding:18px 40px;background:transparent;color:#FEF7F5;text-decoration:none;border:2px solid #FEF7F5;border-radius:8px;font-weight:600;font-size:17px;display:inline-block;transition:all .3s ease;position:relative;z-index:10}
.btn-cta-secondary44:hover{background:#FEF7F5;color:#233139;transform:translateY(-3px)}
@media (max-width: 1024px) {
.hero-grid23{grid-template-columns:1fr;gap:48px}
.hero-heading92 h1{font-size:42px}
.progress-grid89{grid-template-columns:1fr}
.social-layout77{grid-template-columns:1fr;gap:48px}
.skills-comparison88{grid-template-columns:1fr;gap:32px}
.cert-layout66{grid-template-columns:1fr;gap:40px}
.tools-grid22{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero-heading92 h1{font-size:36px}
.hero-actions33{flex-direction:column}
.btn-primary88,.btn-secondary77{width:100%;text-align:center}
.hero-image-wrapper34{height:320px}
.impact-stats44{grid-template-columns:1fr}
.tools-grid22{grid-template-columns:1fr}
.metrics-intro45 h2,.efficiency-header11 h2,.motivation-header99 h2{font-size:32px}
.cta-content-wrap99 h2{font-size:34px}
.cta-buttons77{flex-direction:column}
.btn-cta-primary66,.btn-cta-secondary44{width:100%}
}
.pageHeader34{display:flex;align-items:center;gap:48px;max-width:1440px;margin:80px auto 0;padding:0 24px}
.textSide-left{flex:1;position:relative}
.textSide-left::before{content:'';position:absolute;top:-20px;left:-30px;width:140px;height:140px;background:linear-gradient(135deg,#FD9408 0%,#FEF7F5 100%);border-radius:50%;opacity:.15;animation:float47 6s ease-in-out infinite}
@keyframes float47 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(15px,-15px) scale(1.1)}
}
.headingMain92{font-size:48px;font-weight:700;color:#233139;margin:0 0 24px;line-height:1.2}
.subDescription71{font-size:18px;line-height:1.7;color:#233139;margin:0;opacity:.85}
.imageSide-right{width:380px;position:relative}
.imageSide-right::after{content:'';position:absolute;bottom:-25px;right:-25px;width:100px;height:100px;background:linear-gradient(225deg,#233139 0%,#FD9408 100%);border-radius:20px;opacity:.12;animation:pulse88 4s ease-in-out infinite}
@keyframes pulse88 {
0%,100%{transform:scale(1) rotate(0deg)}
50%{transform:scale(1.15) rotate(5deg)}
}
.contactImageCard{width:100%;height:300px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #2331391f;position:relative}
.contactImageCard img{width:100%;height:100%;object-fit:cover;filter:saturate(0.7)}
.contactInfoSection{max-width:1440px;margin:120px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.infoCard-wrapper{background:linear-gradient(165deg,#FEF7F5 0%,#fff 100%);padding:40px 32px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;position:relative}
.infoCard-wrapper:hover{border-color:#FD9408;transform:translateY(-4px);box-shadow:0 6px 24px #fd940826}
.iconHolder92{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#FD9408;border-radius:12px;margin-bottom:24px}
.iconHolder92 i{font-size:28px;color:#FEF7F5}
.cardTitle64{font-size:22px;font-weight:700;color:#233139;margin:0 0 16px}
.cardDetails58{font-size:16px;line-height:1.8;color:#233139;margin:0;opacity:.8}
.cardDetails58 a{color:#FD9408;text-decoration:none;transition:opacity .2s ease}
.cardDetails58 a:hover{opacity:.75}
.formSection-mainWrapper{max-width:1440px;margin:120px auto 100px;padding:0 24px}
.formContainer77{max-width:800px;margin:0 auto;background:linear-gradient(145deg,#FEF7F5 0%,#fff 100%);padding:60px 50px;border-radius:20px;box-shadow:0 8px 32px #23313914}
.formHeader12{text-align:center;margin-bottom:48px}
.formTitleMain{font-size:36px;font-weight:700;color:#233139;margin:0 0 16px;position:relative;display:inline-block}
.formTitleMain::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FD9408 0%,#233139 100%);border-radius:2px}
.formSubtext93{font-size:16px;color:#233139;margin:20px 0 0;opacity:.75}
.formGrid-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.inputGroup-wrapper{display:flex;flex-direction:column}
.inputGroup-wrapper.fullWidth{grid-column:1 / -1}
.labelText84{font-size:15px;font-weight:600;color:#233139;margin-bottom:8px;display:block}
.inputField93{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;color:#233139;background:#fff;transition:all .25s ease;outline:none}
.inputField93:focus{border-color:#FD9408;box-shadow:0 0 0 4px #fd94081a}
.selectGroup-wrapper{grid-column:1 / -1;display:flex;flex-direction:column}
.selectDropdown71{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;color:#233139;background:#fff;cursor:pointer;transition:all .25s ease;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23233139' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}
.selectDropdown71:focus{border-color:#FD9408;box-shadow:0 0 0 4px #fd94081a}
.radioSection-wrapper{grid-column:1 / -1;margin-top:12px}
.radioGroupTitle{font-size:15px;font-weight:600;color:#233139;margin-bottom:16px;display:block}
.radioOptions-flex{display:flex;gap:32px;flex-wrap:wrap}
.radioItem-holder{display:flex;align-items:center;gap:10px;cursor:pointer}
.radioInput83{width:20px;height:20px;accent-color:#FD9408;cursor:pointer}
.radioLabel47{font-size:15px;color:#233139;cursor:pointer;user-select:none}
.privacyCheckbox-wrapper{grid-column:1 / -1;margin-top:16px;display:flex;align-items:flex-start;gap:12px}
.checkboxInput66{width:18px;height:18px;accent-color:#FD9408;cursor:pointer;margin-top:2px;flex-shrink:0}
.consentText92{font-size:14px;color:#233139;line-height:1.6;opacity:.85}
.consentText92 a{color:#FD9408;text-decoration:underline;transition:opacity .2s ease}
.consentText92 a:hover{opacity:.75}
.submitButton-wrapper{grid-column:1 / -1;margin-top:24px}
.submitBtn94{width:100%;padding:16px 32px;background:linear-gradient(135deg,#FD9408 0%,#233139 100%);color:#FEF7F5;border:none;border-radius:8px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s ease;position:relative;z-index:10;box-shadow:0 4px 16px #fd94084d}
.submitBtn94:hover{transform:translateY(-2px);box-shadow:0 6px 24px #fd940866}
.submitBtn94:active{transform:translateY(0)}
@media (max-width: 968px) {
.pageHeader34{flex-direction:column;margin-top:60px;gap:40px}
.imageSide-right{width:100%;max-width:500px}
.contactInfoSection{grid-template-columns:1fr;margin-top:80px;gap:24px}
.formContainer77{padding:40px 30px}
.formGrid-layout{grid-template-columns:1fr}
.formSection-mainWrapper{margin:80px auto}
}
@media (max-width: 640px) {
.headingMain92{font-size:36px}
.subDescription71{font-size:16px}
.contactImageCard{height:240px}
.formTitleMain{font-size:28px}
.formContainer77{padding:32px 20px}
.radioOptions-flex{flex-direction:column;gap:16px}
}
.aboutLeadBlock{position:relative;background:linear-gradient(127deg,#FEF7F5 0%,#fff 48%,#FEF7F5 100%);padding:0;overflow:visible;margin-bottom:140px}
.aboutLeadBlock .leadInner{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:0;position:relative}
.aboutLeadBlock .textZone{flex:1;padding:96px 64px 96px 88px;position:relative;z-index:3}
.aboutLeadBlock .textZone::before{content:'';position:absolute;top:16px;left:16px;width:8px;height:8px;background:radial-gradient(circle,#FD9408 2px,transparent 2px);background-size:8px 8px;background-repeat:repeat;opacity:.4}
.aboutLeadBlock .textZone::after{content:'';position:absolute;bottom:16px;right:16px;width:12px;height:12px;background:radial-gradient(circle,#233139 2px,transparent 2px);background-size:6px 6px;background-repeat:repeat;opacity:.3}
.aboutLeadBlock .pageLabel{font-size:13px;text-transform:uppercase;letter-spacing:1.8px;color:#FD9408;font-weight:600;margin:0 0 18px}
.aboutLeadBlock .mainHeading{font-size:54px;line-height:1.16;color:#233139;font-weight:700;margin:0 0 28px;max-width:520px}
.aboutLeadBlock .descText{font-size:17px;line-height:1.65;color:#4a5964;margin:0 0 22px;max-width:480px}
.aboutLeadBlock .imageWrap{flex:0 0 580px;position:relative;height:640px;margin-right:-120px}
.aboutLeadBlock .imageWrap img{width:100%;height:100%;object-fit:cover;border-radius:8px 0 0 8px;box-shadow:-16px 24px 48px #23313924}
.storySection{max-width:1440px;margin:0 auto 160px;padding:0 88px}
.storySection .contentGrid{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:start}
.storySection .leftCol{position:relative}
.storySection .sectionLabel92{font-size:14px;text-transform:uppercase;letter-spacing:1.6px;color:#FD9408;font-weight:600;margin:0 0 20px;display:inline-block;position:relative}
.storySection .sectionLabel92::after{content:'';position:absolute;bottom:-6px;left:0;width:48px;height:3px;background:linear-gradient(90deg,#FD9408 0%,transparent 100%)}
.storySection .storyTitle{font-size:42px;line-height:1.22;color:#233139;font-weight:700;margin:0 0 32px}
.storySection .narrative87{font-size:16px;line-height:1.72;color:#556b78;margin:0 0 26px}
.storySection .rightCol{display:flex;flex-direction:column;gap:48px}
.storySection .infoCard31{background:linear-gradient(142deg,#FEF7F5 0%,#fff 100%);border-radius:12px;padding:36px 40px;border:1px solid #fd94081f;position:relative;transition:all .28s ease}
.storySection .infoCard31:hover{transform:translateY(-4px);box-shadow:0 12px 32px #23313914;border-color:#fd94083d}
.storySection .infoCard31::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FD9408 0%,transparent 100%);border-radius:12px 0 0 12px}
.storySection .cardTitle49{font-size:22px;line-height:1.3;color:#233139;font-weight:700;margin:0 0 16px}
.storySection .cardPara{font-size:15px;line-height:1.68;color:#627886;margin:0}
.teamBlock76{background:linear-gradient(156deg,#233139 0%,#2d3f4a 52%,#233139 100%);padding:96px 88px 104px;position:relative;overflow:hidden}
.teamBlock76::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fd940814 0%,transparent 70%);border-radius:50%}
.teamBlock76 .teamContainer{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.teamBlock76 .sectionHead94{text-align:center;margin-bottom:64px}
.teamBlock76 .teamLabel{font-size:13px;text-transform:uppercase;letter-spacing:1.8px;color:#FD9408;font-weight:600;margin:0 0 18px}
.teamBlock76 .teamHeading{font-size:44px;line-height:1.2;color:#fff;font-weight:700;margin:0 0 22px}
.teamBlock76 .teamIntro88{font-size:17px;line-height:1.64;color:#b8c5ce;margin:0 auto;max-width:680px}
.teamBlock76 .memberGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:48px;margin-top:56px}
.teamBlock76 .memberCard{background:#ffffff0a;border-radius:16px;padding:0;border:1px solid #ffffff14;overflow:hidden;transition:all .32s ease;display:flex;flex-direction:column}
.teamBlock76 .memberCard:hover{transform:translateY(-6px);border-color:#fd94084d;box-shadow:0 16px 48px #0000003d}
.teamBlock76 .photoWrap{width:100%;height:420px;overflow:hidden;position:relative}
.teamBlock76 .photoWrap::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(0deg,#233139cc 0%,transparent 100%)}
.teamBlock76 .photoWrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.teamBlock76 .memberCard:hover .photoWrap img{transform:scale(1.06)}
.teamBlock76 .memberInfo{padding:32px 28px;flex:1;display:flex;flex-direction:column}
.teamBlock76 .memberName{font-size:24px;line-height:1.28;color:#fff;font-weight:700;margin:0 0 8px}
.teamBlock76 .memberRole{font-size:15px;line-height:1.5;color:#FD9408;font-weight:600;margin:0 0 18px;letter-spacing:.4px}
.teamBlock76 .memberBio{font-size:15px;line-height:1.7;color:#c4d0d8;margin:0;flex:1}
.teamBlock76 .expertiseList{margin:24px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:10px}
.teamBlock76 .expertiseList li{font-size:13px;color:#fff;background:#fd940829;padding:6px 14px;border-radius:20px;border:1px solid #fd94083d}
@media (max-width: 1024px) {
.aboutLeadBlock .leadInner{flex-direction:column}
.aboutLeadBlock .textZone{padding:64px 48px}
.aboutLeadBlock .mainHeading{font-size:44px}
.aboutLeadBlock .imageWrap{flex:0 0 auto;width:100%;margin-right:0;height:480px}
.aboutLeadBlock .imageWrap img{border-radius:0 0 8px 8px}
.storySection{padding:0 48px;margin-bottom:120px}
.storySection .contentGrid{grid-template-columns:1fr;gap:56px}
.teamBlock76{padding:72px 48px 80px}
.teamBlock76 .teamHeading{font-size:38px}
.teamBlock76 .memberGrid{gap:40px}
}
@media (max-width: 768px) {
.aboutLeadBlock{margin-bottom:96px}
.aboutLeadBlock .textZone{padding:48px 32px}
.aboutLeadBlock .mainHeading{font-size:36px}
.aboutLeadBlock .descText{font-size:16px}
.aboutLeadBlock .imageWrap{height:360px}
.storySection{padding:0 32px;margin-bottom:96px}
.storySection .storyTitle{font-size:34px}
.storySection .rightCol{gap:36px}
.storySection .infoCard31{padding:28px 32px}
.teamBlock76{padding:56px 32px 64px}
.teamBlock76 .teamHeading{font-size:32px}
.teamBlock76 .memberGrid{grid-template-columns:1fr;gap:32px}
.teamBlock76 .photoWrap{height:360px}
}
@media (max-width: 480px) {
.aboutLeadBlock .textZone{padding:40px 24px}
.aboutLeadBlock .mainHeading{font-size:30px}
.aboutLeadBlock .imageWrap{height:300px}
.storySection{padding:0 24px;margin-bottom:80px}
.storySection .storyTitle{font-size:28px}
.storySection .contentGrid{gap:44px}
.teamBlock76{padding:48px 24px 56px}
.teamBlock76 .teamHeading{font-size:28px}
.teamBlock76 .sectionHead94{margin-bottom:48px}
.teamBlock76 .photoWrap{height:320px}
.teamBlock76 .memberInfo{padding:24px 20px}
}
.program-hero-wrapper{position:relative;background:linear-gradient(142deg,#233139 0%,#1a252b 100%);padding:120px 0 140px;overflow:hidden}
.program-hero-wrapper::before{content:'';position:absolute;top:-10%;right:-5%;width:600px;height:600px;background:linear-gradient(217deg,#fd940826 0%,#fd94080d 100%);border-radius:43% 57% 62% 38% / 45% 50% 50% 55%;animation:morphShape 18s ease-in-out infinite}
.program-hero-wrapper::after{content:'';position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;background:linear-gradient(312deg,#fef7f514 0%,#fef7f505 100%);border-radius:38% 62% 48% 52% / 55% 43% 57% 45%;animation:morphShape 22s ease-in-out infinite reverse}
@keyframes morphShape {
0%,100%{border-radius:43% 57% 62% 38% / 45% 50% 50% 55%;transform:rotate(0deg) scale(1)}
50%{border-radius:57% 43% 38% 62% / 50% 55% 45% 50%;transform:rotate(180deg) scale(1.1)}
}
.program-content-main{max-width:1440px;margin:0 auto;padding:0 32px;position:relative;z-index:2}
.program-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hero-text-block h1{font-size:52px;line-height:1.15;color:#FEF7F5;margin:0 0 24px;font-weight:700}
.hero-text-block h1::before{content:'';display:block;width:68px;height:5px;background:linear-gradient(90deg,#FD9408 0%,#fd94084d 100%);margin-bottom:28px;border-radius:3px}
.hero-description-text{font-size:18px;line-height:1.7;color:#fef7f5d9;margin:0 0 36px}
.hero-image-container{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 24px 48px #0000004d 0 8px 16px #0003;transform:translateY(0);transition:transform .6s ease}
.hero-image-container:hover{transform:translateY(-8px)}
.hero-image-container img{width:100%;height:480px;object-fit:cover;display:block}
.hero-stats-display{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.stat-item7{background:#fef7f50f;padding:24px;border-radius:12px;border:1px solid #fef7f51a;transition:all .3s ease}
.stat-item7:hover{background:#fef7f51a;border-color:#fd940866;transform:translateY(-4px)}
.stat-number3{font-size:36px;font-weight:700;color:#FD9408;margin:0 0 8px;display:block}
.stat-label9{font-size:14px;color:#fef7f5b3;margin:0}
.curriculum-structure-section{padding:96px 0;background:linear-gradient(180deg,#FEF7F5 0%,#fef7f580 100%)}
.curriculum-inner-container{max-width:1440px;margin:0 auto;padding:0 32px}
.section-header-center{text-align:center;max-width:740px;margin:0 auto 64px}
.section-header-center h2{font-size:42px;color:#233139;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.section-header-center h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#fd940833 0%,#FD9408 50%,#fd940833 100%);border-radius:2px}
.section-intro-text{font-size:17px;line-height:1.7;color:#233139;opacity:.8;margin:28px 0 0}
.modules-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.module-card-enhanced{background:#fff;border-radius:16px;padding:40px;border:2px solid transparent;box-shadow:0 4px 12px #23313914;transition:all .4s ease;position:relative;overflow:hidden}
.module-card-enhanced::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FD9408 0%,#233139 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.module-card-enhanced:hover{border-color:#fd94084d;box-shadow:0 12px 32px #23313926;transform:translateY(-6px)}
.module-card-enhanced:hover::before{transform:scaleX(1)}
.module-icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#fd94081a 0%,#fd94080d 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .3s ease}
.module-card-enhanced:hover .module-icon-wrapper{background:linear-gradient(135deg,#fd940833 0%,#fd94081a 100%);transform:rotate(5deg) scale(1.1)}
.module-icon-wrapper i{font-size:32px;color:#FD9408}
.module-card-enhanced h3{font-size:24px;color:#233139;margin:0 0 16px;font-weight:700}
.module-description11{font-size:16px;line-height:1.65;color:#233139;opacity:.75;margin:0 0 24px}
.module-topics-list{list-style:none;padding:0;margin:0}
.module-topics-list li{font-size:15px;color:#233139;padding:8px 0 8px 32px;position:relative;opacity:.8}
.module-topics-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:linear-gradient(135deg,#FD9408 0%,#fd940899 100%);border-radius:50%;box-shadow:0 2px 6px #fd94084d}
.module-topics-list li::after{content:'✓';position:absolute;left:6px;top:50%;transform:translateY(-50%);color:#fff;font-size:12px;font-weight:700}
.learning-approach-section{padding:112px 0;background:#233139;position:relative;overflow:hidden}
.learning-approach-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,#fd940814 0%,transparent 50%),radial-gradient(circle at 80% 70%,#fef7f50d 0%,transparent 50%);pointer-events:none}
.approach-content-wrapper{max-width:1440px;margin:0 auto;padding:0 32px;position:relative;z-index:2}
.approach-asymmetric-grid{display:grid;grid-template-columns:45% 55%;gap:72px;align-items:center}
.approach-visual-side{position:relative}
.approach-image-frame{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 28px 64px #0006}
.approach-image-frame img{width:100%;height:520px;object-fit:cover;display:block}
.approach-image-frame::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fd940826 0%,transparent 60%);pointer-events:none}
.floating-badge13{position:absolute;bottom:32px;right:32px;background:linear-gradient(135deg,#FD9408 0%,#e68507 100%);padding:20px 28px;border-radius:12px;box-shadow:0 8px 24px #fd940866;z-index:3}
.badge-text-white{font-size:15px;color:#fff;margin:0 0 4px;font-weight:600}
.badge-number-big{font-size:32px;color:#fff;font-weight:700;margin:0}
.approach-text-content h2{font-size:44px;color:#FEF7F5;margin:0 0 28px;font-weight:700;line-height:1.2}
.approach-intro-paragraph{font-size:18px;line-height:1.7;color:#fef7f5d9;margin:0 0 40px}
.approach-features-stack{display:flex;flex-direction:column;gap:24px}
.feature-row-item{display:flex;gap:20px;background:#fef7f50a;padding:24px;border-radius:12px;border-left:4px solid #FD9408;transition:all .3s ease}
.feature-row-item:hover{background:#fef7f514;transform:translateX(8px)}
.feature-icon-box{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#fd940833 0%,#fd94081a 100%);border-radius:10px;display:flex;align-items:center;justify-content:center}
.feature-icon-box i{font-size:24px;color:#FD9408}
.feature-text-block h4{font-size:19px;color:#FEF7F5;margin:0 0 8px;font-weight:600}
.feature-text-block p{font-size:15px;line-height:1.6;color:#fef7f5b3;margin:0}
.enrollment-cta-section{padding:88px 0;background:linear-gradient(167deg,#FEF7F5 0%,#fff 100%);position:relative}
.enrollment-cta-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#FD9408 50%,transparent 100%)}
.cta-container-centered{max-width:1440px;margin:0 auto;padding:0 32px}
.cta-card-elevated{background:#fff;border-radius:24px;padding:64px;box-shadow:0 16px 48px #2331391f;text-align:center;max-width:920px;margin:0 auto;border:1px solid #fd94081a;position:relative;overflow:hidden}
.cta-card-elevated::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,#fd94080d 50%,transparent 100%);animation:shimmer 3s infinite}
@keyframes shimmer {
0%{left:-100%}
100%{left:100%}
}
.cta-card-elevated h2{font-size:38px;color:#233139;margin:0 0 20px;font-weight:700;position:relative;z-index:2}
.cta-description-text{font-size:17px;line-height:1.7;color:#233139;opacity:.8;margin:0 0 36px;max-width:680px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.cta-buttons-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}
.btn-primary-orange{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#FD9408 0%,#e68507 100%);color:#fff;padding:16px 40px;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;border:none;box-shadow:0 6px 20px #fd94084d;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;z-index:10}
.btn-primary-orange::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,#fff3 50%,transparent 100%);transition:left .5s ease}
.btn-primary-orange:hover{transform:translateY(-3px);box-shadow:0 10px 28px #fd940866}
.btn-primary-orange:hover::before{left:100%}
.btn-outline-dark{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#233139;padding:16px 40px;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;border:2px solid #233139;transition:all .3s ease;cursor:pointer;z-index:10}
.btn-outline-dark:hover{background:#233139;color:#FEF7F5;transform:translateY(-3px);box-shadow:0 6px 20px #23313940}
.info-pills-row{display:flex;gap:32px;justify-content:center;margin-top:40px;flex-wrap:wrap;position:relative;z-index:2}
.info-pill-item{display:flex;align-items:center;gap:12px;font-size:15px;color:#233139;opacity:.75}
.info-pill-item i{font-size:20px;color:#FD9408}
@media (max-width: 960px) {
.program-hero-grid,.approach-asymmetric-grid{grid-template-columns:1fr;gap:48px}
.hero-text-block h1{font-size:40px}
.hero-stats-display{grid-template-columns:1fr}
.modules-grid-layout{grid-template-columns:1fr}
.section-header-center h2{font-size:36px}
.approach-text-content h2{font-size:36px}
.cta-card-elevated{padding:48px 32px}
.cta-card-elevated h2{font-size:32px}
.cta-buttons-row{flex-direction:column;align-items:stretch}
}
@media (max-width: 640px) {
.program-hero-wrapper{padding:80px 0 100px}
.program-content-main,.curriculum-inner-container,.approach-content-wrapper,.cta-container-centered{padding:0 20px}
.hero-text-block h1{font-size:32px}
.hero-description-text{font-size:16px}
.hero-image-container img{height:320px}
.curriculum-structure-section{padding:64px 0}
.section-header-center h2{font-size:28px}
.module-card-enhanced{padding:28px}
.learning-approach-section{padding:72px 0}
.approach-image-frame img{height:380px}
.enrollment-cta-section{padding:64px 0}
.info-pills-row{flex-direction:column;align-items:center}
}
.page-mainWrapper{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.success-heroContainer{position:relative;max-width:900px;width:100%;margin:0 auto;overflow:hidden;border-radius:16px}
.success-heroContainer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(132deg,#FD9408 0%,#233139 100%);opacity:.95;z-index:1}
.success-heroContainer::after{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fef7f526 0%,transparent 70%);z-index:2}
.success-contentZone{position:relative;z-index:3;padding:80px 60px;text-align:center}
.success-iconWrapper{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;background:#fef7f533;border-radius:50%;margin-bottom:32px;backdrop-filter:blur(8px);box-shadow:0 4px 16px #00000026}
.success-iconWrapper i{font-size:48px;color:#FEF7F5}
.success-heading{font-size:42px;font-weight:700;color:#FEF7F5;margin:0 0 20px;line-height:1.2}
.success-description{font-size:18px;color:#FEF7F5;opacity:.9;line-height:1.6;margin:0 0 40px;max-width:600px;margin-left:auto;margin-right:auto}
.success-buttonGroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.success-btn{padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;position:relative;z-index:4;border:2px solid transparent}
.success-btn.primary3{background:#FEF7F5;color:#233139;box-shadow:0 4px 12px #0003}
.success-btn.primary3:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}
.success-btn.secondary7{background:transparent;color:#FEF7F5;border-color:#fef7f566}
.success-btn.secondary7:hover{background:#fef7f526;border-color:#FEF7F5;transform:translateY(-2px)}
.infoPanel-wrap{max-width:1440px;margin:0 auto;padding:80px 20px}
.infoPanel-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.card-itemBox{background:#FEF7F5;border-radius:12px;padding:40px 32px;box-shadow:0 2px 8px #23313914;transition:all .3s ease;position:relative;overflow:hidden}
.card-itemBox::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FD9408 0%,#233139 100%);transition:height .4s ease}
.card-itemBox:hover::before{height:100%}
.card-itemBox:hover{transform:translateY(-4px);box-shadow:0 6px 20px #23313926}
.card-iconCircle{width:64px;height:64px;background:linear-gradient(135deg,#FD9408 0%,#fd9408b3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card-iconCircle i{font-size:32px;color:#FEF7F5}
.card-itemBox h3{font-size:22px;font-weight:700;color:#233139;margin:0 0 12px;line-height:1.3}
.card-itemBox p{font-size:15px;color:#233139;opacity:.8;line-height:1.6;margin:0 0 20px}
.card-linkAction{display:inline-flex;align-items:center;gap:6px;color:#FD9408;font-weight:600;font-size:15px;text-decoration:none;transition:all .3s ease}
.card-linkAction i{font-size:14px;transition:transform .3s ease}
.card-linkAction:hover{color:#233139}
.card-linkAction:hover i{transform:translateX(4px)}
@media (max-width: 768px) {
.success-contentZone{padding:60px 30px}
.success-heading{font-size:32px}
.success-description{font-size:16px}
.success-buttonGroup{flex-direction:column;align-items:stretch}
.success-btn{justify-content:center}
.infoPanel-wrap{padding:60px 20px}
.infoPanel-container{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.success-contentZone{padding:40px 20px}
.success-heading{font-size:28px}
.success-iconWrapper{width:80px;height:80px}
.success-iconWrapper i{font-size:40px}
.card-itemBox{padding:32px 24px}
}