*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{font-family:'Figtree',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:linear-gradient(165deg,#fef8f4 0%,#fff 40%,#f9f5f8 100%);min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:all .25s ease}
button{border:none;background:none;cursor:pointer;font-family:inherit}
.headerWrap{max-width:1600px;width:100%;margin:0 auto;padding:0 20px}
.topRow{display:flex;justify-content:space-between;align-items:center;padding:30px 0 20px;border-bottom:2px solid #fd7c2c1f}
.brandBlock{display:flex;align-items:center;gap:24px}
.logoLink{display:block;width:110px;height:110px;flex-shrink:0;background:#ffffffe6;border-radius:12px;padding:14px;box-shadow:0 6px 18px #fd7c2c24 0 2px 6px #29611f14;transition:all .3s ease}
.logoLink:hover{transform:scale(1.05);box-shadow:0 8px 24px #fd7c2c33 0 3px 8px #29611f1f}
.siteLogo{width:100%;height:100%;object-fit:contain}
.taglineBox{max-width:320px}
.brandDescription{font-family:'Red Hat Display',sans-serif;font-size:18px;font-weight:600;line-height:1.4;color:#29611F;margin:0}
.ctaBlock{display:flex;align-items:center}
.primaryBtn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#FD7C2C 0%,#ff9350 100%);color:#fff;font-size:16px;font-weight:600;border-radius:8px;box-shadow:0 4px 14px #fd7c2c47 inset 0 1px 0 #ffffff4d;transition:all .3s ease}
.primaryBtn:hover{transform:scale(1.04);box-shadow:0 6px 20px #fd7c2c61 inset 0 1px 0 #fff6;background:linear-gradient(135deg,#ff8a3d 0%,#ffa261 100%)}
.bottomRow{padding:18px 0}
.mainNav{display:flex;gap:8px;flex-wrap:wrap}
.navLink{display:block;padding:10px 20px;font-size:15px;font-weight:600;color:#2a2a2a;border-radius:6px;transition:all .25s ease}
.navLink:hover{background:#fd7c2c1a;color:#FD7C2C}
.footerContainer{max-width:1600px;width:100%;margin:0 auto;padding:40px 20px 20px;background:#ffffffb3;backdrop-filter:blur(12px);border-top:1px solid #fd7c2c2e}
.footerGrid{margin-bottom:30px}
.footerHeading{font-family:'Red Hat Display',sans-serif;font-size:18px;font-weight:700;color:#29611F;margin-bottom:14px}
.footerText{font-size:14px;line-height:1.7;color:#4a4a4a;margin-bottom:8px}
.footerText .oi{font-size:12px;margin-right:6px;color:#FD7C2C}
.footerLink{color:#4a4a4a;transition:color .25s ease}
.footerLink:hover{color:#FD7C2C}
.footerNav{display:flex;flex-direction:column;gap:8px}
.footerNav .footerLink{display:block;padding:4px 0;font-size:14px}
.copyrightBar{padding-top:20px;border-top:1px solid #29611f1f}
.copyrightText{font-size:13px;color:#6a6a6a;text-align:center}
.cookiePanel{position:fixed;bottom:20px;right:20px;width:360px;max-width:calc(100vw - 40px);background:#fff;border-radius:16px;box-shadow:0 12px 48px #0000002e 0 4px 12px #fd7c2c1f;z-index:10000;animation:foldIn .4s ease-out}
@keyframes foldIn {
from{opacity:0;transform:translateY(30px) scale(0.9)}
to{opacity:1;transform:translateY(0) scale(1)}
}
.panelContent{padding:24px}
.panelTitle{font-family:'Red Hat Display',sans-serif;font-size:20px;font-weight:700;color:#29611F;margin-bottom:12px}
.panelDesc{font-size:14px;line-height:1.6;color:#4a4a4a;margin-bottom:18px}
.cookieCategories{margin-bottom:20px;padding:16px;background:#ddc8e926;border-radius:10px}
.catItem{margin-bottom:14px}
.catItem:last-child{margin-bottom:0}
.catLabel{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:600;color:#2a2a2a;margin-bottom:4px}
.catCheck{width:18px;height:18px;cursor:pointer}
.catInfo{font-size:13px;color:#6a6a6a;margin-left:28px;line-height:1.5}
.panelActions{display:flex;flex-wrap:wrap;gap:8px}
.panelActions button{flex:1;min-width:calc(50% - 4px);padding:11px 16px;font-size:14px;font-weight:600;border-radius:6px;transition:all .25s ease}
.btnAccept{background:linear-gradient(135deg,#29611F 0%,#367a27 100%);color:#fff;box-shadow:0 3px 10px #29611f40}
.btnAccept:hover{transform:scale(1.03);box-shadow:0 4px 14px #29611f59}
.btnReject{background:#e8e8e8;color:#4a4a4a}
.btnReject:hover{background:#d8d8d8}
.btnCustomize{background:#fd7c2c1f;color:#FD7C2C;border:1px solid #fd7c2c4d}
.btnCustomize:hover{background:#fd7c2c33}
.btnSave{background:linear-gradient(135deg,#FD7C2C 0%,#ff9350 100%);color:#fff;box-shadow:0 3px 10px #fd7c2c47}
.btnSave:hover{transform:scale(1.03);box-shadow:0 4px 14px #fd7c2c61}
@media (max-width: 1024px) {
.topRow{flex-direction:column;gap:20px;align-items:flex-start}
.brandBlock{flex-direction:column;align-items:flex-start;gap:16px}
.ctaBlock{width:100%}
.primaryBtn{width:100%;text-align:center}
.mainNav{flex-direction:column;gap:4px}
.navLink{width:100%}
}
@media (max-width: 640px) {
.logoLink{width:90px;height:90px}
.brandDescription{font-size:16px}
.footerHeading{font-size:16px}
.panelActions button{min-width:100%}
.cookiePanel{bottom:10px;right:10px;width:calc(100vw - 20px)}
}
.policy-box{max-width:900px;margin:0 auto;padding:60px 24px;background:#fff}
.policy-box p{font-size:16px;line-height:1.75;color:#2d2d2d;margin:0 0 20px}
.policy-box p:last-child{margin-bottom:0}
.policy-box ul,.policy-box ol{margin:0 0 24px;padding-left:28px}
.policy-box ul{list-style-type:disc}
.policy-box ol{list-style-type:decimal}
.policy-box li{font-size:16px;line-height:1.75;color:#2d2d2d;margin-bottom:12px;padding-left:8px}
.policy-box li:last-child{margin-bottom:0}
.policy-box ul ul,.policy-box ol ol,.policy-box ul ol,.policy-box ol ul{margin-top:12px;margin-bottom:12px}
.policy-box strong,.policy-box b{font-weight:700;color:#1a1a1a}
.policy-box em,.policy-box i{font-style:italic}
.policy-box hr{border:none;border-top:2px solid #e5e5e5;margin:40px 0;opacity:.6}
@media (max-width: 640px) {
.policy-box{padding:40px 20px}
.policy-box p,.policy-box li{font-size:15px;line-height:1.7}
.policy-box ul,.policy-box ol{padding-left:24px}
.policy-box hr{margin:32px 0}
}
@media (min-width: 1024px) {
.policy-box{padding:80px 32px}
.policy-box p,.policy-box li{font-size:17px;line-height:1.8}
}
.titleWrap{position:relative;max-width:1600px;margin:0 auto 80px;padding:60px 20px;overflow:hidden}
.titleWrap .imageClip{position:relative;width:100%;max-width:900px;margin:0 auto 40px;height:420px;clip-path:polygon(8% 0%,100% 0%,92% 100%,0% 100%);box-shadow:12px 12px 28px #fd7c2c2e}
.titleWrap .imageClip img{width:100%;height:100%;object-fit:cover;filter:brightness(0.92) contrast(1.08)}
.titleWrap .headingBox{text-align:center;max-width:820px;margin:0 auto;position:relative}
.titleWrap .headingBox h1{font-size:52px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.titleWrap .headingBox h1 .accent{color:#29611F;position:relative;display:inline-block}
.titleWrap .headingBox h1 .accent::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FD7C2C 0%,#DDC8E9 100%)}
.titleWrap .headingBox .lead{font-size:20px;line-height:1.6;color:#3a3a3a;margin:0}
.titleWrap .decorArrow{position:absolute;bottom:20px;right:10%;width:80px;height:80px}
.titleWrap .decorArrow svg{width:100%;height:100%}
.journeySection{max-width:1600px;margin:0 auto 100px;padding:80px 20px;background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)}
.journeySection .contentGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.journeySection .textColumn h2{font-size:42px;line-height:1.3;color:#1a1a1a;margin:0 0 28px;font-weight:700}
.journeySection .textColumn h2::before{content:'';display:block;width:60px;height:4px;background:#FD7C2C;margin-bottom:20px}
.journeySection .textColumn p{font-size:18px;line-height:1.7;color:#3a3a3a;margin:0 0 20px}
.journeySection .imageColumn img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 24px #29611f1f}
.journeySection .stageTracker{margin-top:40px;display:flex;flex-direction:column;gap:20px}
.journeySection .stageItem{padding:20px 24px;background:#fff;border-left:4px solid #DDC8E9;border-radius:8px;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}
.journeySection .stageItem:hover{border-left-color:#FD7C2C;transform:translateX(6px);box-shadow:0 4px 16px #fd7c2c26}
.journeySection .stageItem h4{font-size:20px;color:#29611F;margin:0 0 8px;font-weight:600}
.journeySection .stageItem p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.outcomesBlock{max-width:1600px;margin:0 auto 100px;padding:80px 20px;background:#fff}
.outcomesBlock .sectionHead{text-align:center;max-width:720px;margin:0 auto 60px}
.outcomesBlock .sectionHead h2{font-size:44px;line-height:1.25;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.outcomesBlock .sectionHead h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:linear-gradient(90deg,#29611F 0%,#FD7C2C 100%)}
.outcomesBlock .sectionHead p{font-size:18px;line-height:1.6;color:#3a3a3a;margin:0}
.outcomesBlock .skillsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.outcomesBlock .skillCard{padding:32px 28px;background:#f9f9f9;border-radius:12px;border-top:5px solid #DDC8E9;transition:all .3s ease;position:relative;overflow:hidden}
.outcomesBlock .skillCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(180deg,#FD7C2C 0%,transparent 100%);opacity:.06;transition:height .3s ease}
.outcomesBlock .skillCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #29611f26;border-top-color:#FD7C2C}
.outcomesBlock .skillCard:hover::before{height:100%}
.outcomesBlock .skillCard .icon{width:56px;height:56px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#29611F 0%,#FD7C2C 100%);border-radius:12px;box-shadow:0 4px 12px #fd7c2c4d}
.outcomesBlock .skillCard .icon svg{width:28px;height:28px}
.outcomesBlock .skillCard h3{font-size:22px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.outcomesBlock .skillCard p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.mechanicsArea{max-width:1600px;margin:0 auto 100px;padding:80px 20px;background:linear-gradient(150deg,#FD7C2C 0%,#29611F 50%,#DDC8E9 100%);position:relative;overflow:hidden}
.mechanicsArea::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffeb;z-index:1}
.mechanicsArea .innerWrap{position:relative;z-index:2}
.mechanicsArea .topRow{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;margin-bottom:60px;align-items:center}
.mechanicsArea .textBox h2{font-size:40px;line-height:1.3;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.mechanicsArea .textBox p{font-size:18px;line-height:1.7;color:#3a3a3a;margin:0 0 20px}
.mechanicsArea .imgBox img{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 30px #0000001a}
.mechanicsArea .methodsList{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.mechanicsArea .methodCard{padding:28px 24px;background:#fff;border-radius:10px;border-left:6px solid #29611F;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.mechanicsArea .methodCard:hover{transform:scale(1.04);border-left-color:#FD7C2C;box-shadow:0 8px 24px #fd7c2c33}
.mechanicsArea .methodCard h4{font-size:20px;color:#29611F;margin:0 0 10px;font-weight:600}
.mechanicsArea .methodCard p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.pricingZone{max-width:1600px;margin:0 auto 100px;padding:80px 20px;background:#f9f9f9}
.pricingZone .header{text-align:center;max-width:700px;margin:0 auto 60px}
.pricingZone .header h2{font-size:42px;line-height:1.3;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.pricingZone .header p{font-size:18px;line-height:1.6;color:#3a3a3a;margin:0}
.pricingZone .plansContainer{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1100px;margin:0 auto}
.pricingZone .planBox{padding:40px 36px;background:#fff;border-radius:16px;box-shadow:0 6px 20px #00000014;border-top:8px solid #DDC8E9;transition:all .3s ease;position:relative}
.pricingZone .planBox.featured{border-top-color:#FD7C2C;transform:scale(1.05)}
.pricingZone .planBox:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 14px 40px #29611f2e}
.pricingZone .planBox .badge{position:absolute;top:20px;right:20px;padding:6px 14px;background:linear-gradient(135deg,#FD7C2C 0%,#29611F 100%);color:#fff;font-size:13px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}
.pricingZone .planBox h3{font-size:28px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.pricingZone .planBox .price{font-size:48px;color:#29611F;font-weight:700;margin:0 0 8px;line-height:1}
.pricingZone .planBox .price .currency{font-size:28px;vertical-align:super}
.pricingZone .planBox .period{font-size:16px;color:#666;margin:0 0 24px}
.pricingZone .planBox .featureList{list-style:none;padding:0;margin:0 0 32px}
.pricingZone .planBox .featureList li{font-size:16px;line-height:1.8;color:#3a3a3a;padding:10px 0;border-bottom:1px solid #ececec;position:relative;padding-left:28px}
.pricingZone .planBox .featureList li::before{content:'✓';position:absolute;left:0;color:#29611F;font-weight:700;font-size:18px}
.pricingZone .planBox .ctaBtn{display:block;width:100%;padding:16px 24px;background:linear-gradient(135deg,#29611F 0%,#FD7C2C 100%);color:#fff;text-align:center;text-decoration:none;font-size:18px;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #fd7c2c4d;border:none;cursor:pointer}
.pricingZone .planBox .ctaBtn:hover{transform:scale(1.06);box-shadow:0 8px 20px #fd7c2c73}
@media (max-width: 1024px) {
.titleWrap .headingBox h1{font-size:42px}
.journeySection .contentGrid{grid-template-columns:1fr;gap:40px}
.outcomesBlock .skillsGrid{grid-template-columns:repeat(2,1fr)}
.mechanicsArea .topRow{grid-template-columns:1fr}
.mechanicsArea .methodsList{grid-template-columns:1fr}
.pricingZone .plansContainer{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.titleWrap{margin-bottom:60px;padding:40px 16px}
.titleWrap .imageClip{height:280px;margin-bottom:30px}
.titleWrap .headingBox h1{font-size:32px;margin-bottom:16px}
.titleWrap .headingBox .lead{font-size:17px}
.titleWrap .decorArrow{width:60px;height:60px;right:5%}
.journeySection{padding:60px 16px;margin-bottom:80px}
.journeySection .textColumn h2{font-size:32px}
.journeySection .textColumn p{font-size:16px}
.outcomesBlock{padding:60px 16px;margin-bottom:80px}
.outcomesBlock .sectionHead h2{font-size:34px}
.outcomesBlock .skillsGrid{grid-template-columns:1fr;gap:20px}
.mechanicsArea{padding:60px 16px;margin-bottom:80px}
.mechanicsArea .textBox h2{font-size:32px}
.pricingZone{padding:60px 16px;margin-bottom:80px}
.pricingZone .header h2{font-size:32px}
.pricingZone .planBox{padding:32px 24px}
.pricingZone .planBox.featured{transform:scale(1)}
}
.contactHero{background:linear-gradient(165deg,#FD7C2C 0%,#29611F 55%,#DDC8E9 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contactHero::before{content:'';position:absolute;top:20px;left:20px;width:60px;height:60px;border-top:2px solid #ffffff4d;border-left:2px solid #ffffff4d}
.contactHero::after{content:'';position:absolute;bottom:20px;right:20px;width:60px;height:60px;border-bottom:2px solid #ffffff4d;border-right:2px solid #ffffff4d}
.heroWrap{max-width:1200px;margin:0 auto;text-align:center}
.heroWrap .mainTitle{font-size:3.2rem;color:#fff;margin:0 0 12px;font-weight:700;line-height:1.1}
.heroWrap .subtitle{font-size:1.5rem;color:#fffffff2;margin:0 0 8px;font-weight:400}
.heroWrap .smallText{font-size:1.1rem;color:#ffffffd9;margin:0;font-weight:300}
.contactContent{background:#fdfbf8;padding:80px 20px}
.contentWrap{max-width:1400px;margin:0 auto;display:flex;gap:60px;flex-wrap:wrap}
.infoSide{flex:1;min-width:300px}
.formSide{flex:1.5;min-width:320px}
.infoSide .sectionTitle{font-size:2.2rem;color:#29611F;margin:0 0 24px;font-weight:600}
.infoSide .intro{font-size:1.05rem;color:#3a3a3a;line-height:1.7;margin:0 0 40px}
.detailBox{background:#fff;padding:28px;border-radius:12px;box-shadow:0 4px 12px #fd7c2c14;margin-bottom:24px;border-left:4px solid #FD7C2C}
.detailBox .label{font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-weight:500}
.detailBox .value{font-size:1.15rem;color:#1a1a1a;margin:0;font-weight:400}
.detailBox .value a{color:#29611F;text-decoration:none;transition:color .3s ease}
.detailBox .value a:hover{color:#FD7C2C}
.formSide .formTitle{font-size:2rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.formSide .formDesc{font-size:1rem;color:#555;line-height:1.6;margin:0 0 32px}
.contactForm{background:#fff;padding:40px;border-radius:16px;box-shadow:0 6px 20px #29611f1a}
.formRow{display:flex;gap:20px;margin-bottom:24px;flex-wrap:wrap}
.formGroup{flex:1;min-width:200px}
.formGroup.full{flex-basis:100%}
.formGroup label{display:block;font-size:.95rem;color:#333;margin-bottom:8px;font-weight:500}
.formGroup input,.formGroup textarea,.formGroup select{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;color:#1a1a1a;transition:all .3s ease;background:#fafafa;box-sizing:border-box}
.formGroup input:focus,.formGroup textarea:focus,.formGroup select:focus{outline:none;border-color:#FD7C2C;background:#fff;box-shadow:0 0 0 3px #fd7c2c1a}
.formGroup textarea{min-height:140px;resize:vertical;font-family:inherit}
.privacyCheck{margin:28px 0}
.privacyCheck input[type="checkbox"]{width:auto;margin-right:8px;cursor:pointer}
.privacyCheck label{font-size:.9rem;color:#444;cursor:pointer;display:inline}
.privacyCheck label a{color:#29611F;text-decoration:underline}
.privacyCheck label a:hover{color:#FD7C2C}
.submitBtn{background:linear-gradient(135deg,#FD7C2C 0%,#29611F 100%);color:#fff;padding:16px 48px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #fd7c2c4d}
.submitBtn:hover{transform:scale(1.05);box-shadow:0 6px 18px #fd7c2c73}
.submitBtn:active{transform:scale(1.02)}
.hoursSection{background:#fff;padding:80px 20px}
.hoursWrap{max-width:1000px;margin:0 auto;text-align:center}
.hoursWrap .heading{font-size:2.4rem;color:#29611F;margin:0 0 16px;font-weight:600}
.hoursWrap .description{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 48px}
.hoursGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;text-align:left}
.hourCard{background:linear-gradient(145deg,#fdfbf8 0%,#fff 100%);padding:32px;border-radius:12px;border:2px solid #f0f0f0;position:relative;transition:all .3s ease}
.hourCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FD7C2C 0%,#DDC8E9 100%);border-radius:12px 12px 0 0}
.hourCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #29611f26;border-color:#FD7C2C}
.hourCard .icon{font-size:2rem;color:#FD7C2C;margin-bottom:16px;display:block}
.hourCard .cardTitle{font-size:1.4rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.hourCard .cardText{font-size:1rem;color:#666;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.contactHero{padding:60px 20px 50px}
.heroWrap .mainTitle{font-size:2.6rem}
.heroWrap .subtitle{font-size:1.3rem}
.contentWrap{gap:40px}
.hoursGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
}
@media (max-width: 640px) {
.contactHero{padding:50px 16px 40px}
.heroWrap .mainTitle{font-size:2rem}
.heroWrap .subtitle{font-size:1.1rem}
.heroWrap .smallText{font-size:.95rem}
.contactContent{padding:50px 16px}
.contentWrap{gap:30px}
.contactForm{padding:28px 20px}
.formRow{flex-direction:column;gap:0}
.hoursSection{padding:50px 16px}
.hoursGrid{grid-template-columns:1fr}
.hourCard{padding:24px}
}
.titleArea{position:relative;max-width:1600px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:40px;align-items:center;overflow:hidden}
.titleArea .leftPhoto{position:relative;width:100%;height:400px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #fd7c2c26}
.titleArea .leftPhoto img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(1.05)}
.titleArea .rightPhoto{position:relative;width:100%;height:400px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #29611f26}
.titleArea .rightPhoto img{width:100%;height:100%;object-fit:cover;object-position:center 65%;filter:brightness(0.95)}
.titleArea .textBox{text-align:center;padding:40px 20px;position:relative;z-index:2}
.titleArea .textBox h1{font-size:48px;line-height:1.2;margin:0 0 20px;color:#2a2a2a;font-weight:700}
.titleArea .textBox h1 .highlight{color:#FD7C2C;position:relative;display:inline-block}
.titleArea .textBox h1 .highlight::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FD7C2C 0%,#29611F 100%);border-radius:2px}
.titleArea .textBox .subtitle{font-size:18px;line-height:1.6;color:#555;max-width:600px;margin:0 auto}
.decorLayer-1{position:absolute;top:-50px;left:-50px;width:200px;height:200px;background:linear-gradient(135deg,#fd7c2c1a 0%,#ddc8e91a 100%);border-radius:50%;z-index:1;animation:floatSlow 8s ease-in-out infinite}
.decorLayer-2{position:absolute;bottom:-30px;right:-30px;width:150px;height:150px;background:linear-gradient(225deg,#29611f1f 0%,#fd7c2c14 100%);border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;z-index:1;animation:floatMedium 6s ease-in-out infinite}
.decorLayer-3{position:absolute;top:50%;left:10%;width:80px;height:80px;background:#ddc8e926;border-radius:16px;transform:rotate(45deg) translateY(-50%);z-index:0;animation:floatFast 4s ease-in-out infinite}
@keyframes floatSlow {
0%,100%{transform:translate(0,0)}
50%{transform:translate(30px,40px)}
}
@keyframes floatMedium {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-25px,-30px) rotate(15deg)}
}
@keyframes floatFast {
0%,100%{transform:rotate(45deg) translate(0,0)}
50%{transform:rotate(45deg) translate(15px,-20px)}
}
.storySection{max-width:1400px;margin:0 auto;padding:100px 20px}
.storySection .contentWrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.storySection .textColumn h2{font-size:36px;line-height:1.3;color:#2a2a2a;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.storySection .textColumn h2::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#FD7C2C 0%,#29611F 100%);border-radius:2px}
.storySection .textColumn .paragraph{font-size:17px;line-height:1.7;color:#444;margin:0 0 20px}
.storySection .textColumn .paragraph:last-child{margin-bottom:0}
.storySection .dataColumn{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);border-radius:20px;padding:50px 40px;box-shadow:0 4px 20px #0000000f;position:relative}
.storySection .dataColumn::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FD7C2C 0%,#29611F 50%,#DDC8E9 100%);border-radius:20px 20px 0 0}
.storySection .statItem{margin-bottom:40px;position:relative;padding-left:60px}
.storySection .statItem:last-child{margin-bottom:0}
.storySection .statItem .iconCircle{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#FD7C2C 0%,#29611F 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;box-shadow:0 4px 12px #fd7c2c40}
.storySection .statItem .label{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#888;margin:0 0 8px;font-weight:600}
.storySection .statItem .value{font-size:32px;font-weight:700;color:#29611F;margin:0 0 8px;line-height:1}
.storySection .statItem .description{font-size:15px;line-height:1.5;color:#555;margin:0}
.approachSection{background:linear-gradient(165deg,#fd7c2c0d 0%,#ddc8e914 50%,#29611f0d 100%);padding:100px 20px;position:relative;overflow:hidden}
.approachSection::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#fd7c2c14 0%,transparent 70%);border-radius:50%}
.approachSection::after{content:'';position:absolute;bottom:-80px;left:-80px;width:350px;height:350px;background:radial-gradient(circle,#29611f0f 0%,transparent 70%);border-radius:50%}
.approachSection .container{max-width:1600px;margin:0 auto;position:relative;z-index:2}
.approachSection .sectionHeader{text-align:center;margin-bottom:60px}
.approachSection .sectionHeader h2{font-size:42px;line-height:1.2;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.approachSection .sectionHeader .lead{font-size:18px;line-height:1.6;color:#555;max-width:700px;margin:0 auto}
.approachSection .cardGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approachSection .principleCard{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 6px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.approachSection .principleCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FD7C2C 0%,#29611F 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.approachSection .principleCard:hover::before{transform:scaleX(1)}
.approachSection .principleCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #fd7c2c26}
.approachSection .principleCard .cardIcon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#fd7c2c26 0%,#29611f1a 100%);display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.approachSection .principleCard .cardIcon svg{width:32px;height:32px;fill:#29611F}
.approachSection .principleCard h3{font-size:22px;line-height:1.3;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.approachSection .principleCard .text{font-size:16px;line-height:1.7;color:#555;margin:0}
.teamSection{max-width:1400px;margin:0 auto;padding:100px 20px}
.teamSection .introBlock{text-align:center;max-width:800px;margin:0 auto 70px}
.teamSection .introBlock h2{font-size:38px;line-height:1.3;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.teamSection .introBlock .subtext{font-size:17px;line-height:1.7;color:#555;margin:0}
.teamSection .profileCard{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 28px #0000001a;display:grid;grid-template-columns:400px 1fr;gap:0;max-width:1100px;margin:0 auto}
.teamSection .profileCard .photoSide{position:relative;overflow:hidden}
.teamSection .profileCard .photoSide img{width:100%;height:100%;object-fit:cover;object-position:center}
.teamSection .profileCard .infoSide{padding:60px 50px;background:linear-gradient(135deg,#fff 0%,#f9f9f9 100%);display:flex;flex-direction:column;justify-content:center}
.teamSection .profileCard .infoSide .name{font-size:32px;line-height:1.2;color:#2a2a2a;margin:0 0 8px;font-weight:700}
.teamSection .profileCard .infoSide .role{font-size:18px;color:#FD7C2C;margin:0 0 24px;font-weight:600;letter-spacing:.5px}
.teamSection .profileCard .infoSide .bio{font-size:16px;line-height:1.7;color:#555;margin:0 0 16px}
.teamSection .profileCard .infoSide .bio:last-of-type{margin-bottom:0}
@media (max-width: 1024px) {
.titleArea{grid-template-columns:1fr;gap:30px;padding:60px 20px}
.titleArea .leftPhoto,.titleArea .rightPhoto{height:300px}
.titleArea .textBox h1{font-size:36px}
.storySection .contentWrap{grid-template-columns:1fr;gap:50px}
.approachSection .cardGrid{grid-template-columns:1fr;gap:30px}
.teamSection .profileCard{grid-template-columns:1fr}
.teamSection .profileCard .photoSide{height:400px}
.teamSection .profileCard .infoSide{padding:40px 30px}
}
@media (max-width: 640px) {
.titleArea .textBox h1{font-size:28px}
.titleArea .textBox .subtitle{font-size:16px}
.storySection,.approachSection,.teamSection{padding:60px 20px}
.storySection .textColumn h2,.approachSection .sectionHeader h2,.teamSection .introBlock h2{font-size:28px}
.storySection .dataColumn{padding:30px 24px}
.teamSection .profileCard .infoSide .name{font-size:26px}
}
.titleWrap{position:relative;min-height:520px;display:flex;align-items:center;margin-bottom:80px;overflow:hidden}
.titleWrap .backgroundImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.titleWrap .overlayGradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(105deg,#29611feb 0%,#fd7c2ce0 65%,#ddc8e9d9 100%);z-index:2}
.titleWrap .contentBox{position:relative;z-index:3;max-width:1600px;width:90%;margin:0 auto;padding:60px 0}
.titleWrap .mainHeading{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:2px 4px 12px #0000004d}
.titleWrap .descriptionText{font-size:1.25rem;color:#fff;max-width:680px;margin:0 0 32px;line-height:1.6;text-shadow:1px 2px 8px #00000040}
.titleWrap .ctaButton{display:inline-block;padding:16px 42px;background:#fff;color:#29611F;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;box-shadow:0 6px 20px #0003;transition:all .3s ease}
.titleWrap .ctaButton:hover{transform:scale(1.05);box-shadow:0 8px 24px #fd7c2c66;background:#FD7C2C;color:#fff}
.titleWrap .decorShape{position:absolute;bottom:-2px;right:8%;width:180px;height:180px;opacity:.15;z-index:3;pointer-events:none}
.webinarGrid{max-width:1600px;width:90%;margin:0 auto 100px}
.webinarGrid .sectionLabel{font-size:.95rem;font-weight:600;color:#FD7C2C;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 16px}
.webinarGrid .sectionLabel::before{content:'';display:inline-block;width:40px;height:3px;background:linear-gradient(90deg,#FD7C2C 0%,#29611F 100%);margin-right:12px;vertical-align:middle}
.webinarGrid .gridHeading{font-size:2.4rem;font-weight:700;color:#29611F;margin:0 0 48px;line-height:1.3}
.webinarGrid .cardsContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.webinarGrid .webinarCard{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #29611f1a;transition:all .3s ease;display:flex;flex-direction:column}
.webinarGrid .webinarCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #fd7c2c2e}
.webinarGrid .cardImageWrap{position:relative;width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,#DDC8E9 0%,#29611F 100%)}
.webinarGrid .cardImage{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.webinarGrid .webinarCard:hover .cardImage{transform:scale(1.08)}
.webinarGrid .statusBadge{position:absolute;top:16px;left:16px;padding:6px 16px;background:#29611F;color:#fff;font-size:.85rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}
.webinarGrid .cardContent{padding:28px;flex:1;display:flex;flex-direction:column}
.webinarGrid .cardTitle{font-size:1.4rem;font-weight:700;color:#29611F;margin:0 0 12px;line-height:1.3}
.webinarGrid .instructorInfo{display:flex;align-items:center;margin:0 0 16px}
.webinarGrid .instructorPhoto{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-right:12px;border:2px solid #DDC8E9}
.webinarGrid .instructorName{font-size:.95rem;font-weight:600;color:#444}
.webinarGrid .cardDescription{font-size:1rem;color:#666;line-height:1.6;margin:0 0 20px}
.webinarGrid .cardMeta{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #eee;margin-top:auto}
.webinarGrid .metaItem{display:flex;align-items:center;font-size:.9rem;color:#666}
.webinarGrid .metaIcon{width:18px;height:18px;margin-right:6px;fill:#FD7C2C}
.webinarGrid .enrollButton{display:inline-flex;align-items:center;padding:10px 24px;background:linear-gradient(135deg,#FD7C2C 0%,#29611F 100%);color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;margin-top:16px}
.webinarGrid .enrollButton:hover{transform:scale(1.04);box-shadow:0 6px 18px #fd7c2c4d}
@media (max-width: 1024px) {
.titleWrap .mainHeading{font-size:2.6rem}
.titleWrap .descriptionText{font-size:1.1rem}
.webinarGrid .gridHeading{font-size:2rem}
.webinarGrid .cardsContainer{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
}
@media (max-width: 640px) {
.titleWrap{min-height:420px}
.titleWrap .mainHeading{font-size:2rem}
.titleWrap .descriptionText{font-size:1rem}
.titleWrap .decorShape{width:120px;height:120px}
.webinarGrid .gridHeading{font-size:1.7rem}
.webinarGrid .cardsContainer{grid-template-columns:1fr}
.webinarGrid .cardImageWrap{height:180px}
.webinarGrid .cardContent{padding:20px}
}
.successWrap{max-width:1600px;margin:0 auto;padding:0 20px}
.success-hero{display:flex;align-items:center;gap:60px;padding:80px 0;min-height:500px}
.success-hero .imageSection{flex:0 0 45%;position:relative}
.success-hero .imageSection::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(135deg,#fd7c2c26 0%,#29611f26 100%);border-radius:16px;z-index:1}
.success-hero .imageSection::after{content:'';position:absolute;top:20px;left:20px;right:-20px;bottom:-20px;background:linear-gradient(225deg,#ddc8e933 0%,#fd7c2c1a 100%);border-radius:16px;z-index:1}
.success-hero .imagePlaceholder{position:relative;z-index:2;width:100%;aspect-ratio:3/4;background:linear-gradient(150deg,#FD7C2C 0%,#29611F 50%,#DDC8E9 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}
.success-hero .imagePlaceholder .icon{width:120px;height:120px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #29611f40}
.success-hero .imagePlaceholder .icon::before{content:'✓';font-size:64px;color:#29611F;font-weight:700}
.success-hero .textContent{flex:1}
.success-hero .textContent h1{font-size:48px;line-height:1.2;margin:0 0 24px;color:#1a1a1a}
.success-hero .textContent h1 .accent{position:relative;display:inline-block;color:#29611F}
.success-hero .textContent h1 .accent::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#FD7C2C 0%,#29611F 100%);border-radius:2px}
.success-hero .textContent .mainDescription{font-size:20px;line-height:1.6;color:#333;margin:0 0 32px}
.success-hero .textContent .detailsBox{background:linear-gradient(135deg,#fd7c2c14 0%,#ddc8e91f 100%);padding:28px;border-radius:12px;border-left:4px solid #FD7C2C;margin-bottom:32px}
.success-hero .textContent .detailsBox p{font-size:16px;line-height:1.7;color:#2a2a2a;margin:0 0 12px}
.success-hero .textContent .detailsBox p:last-child{margin-bottom:0}
.success-hero .textContent .detailsBox strong{color:#29611F;font-weight:600}
.success-hero .buttonGroup{display:flex;gap:16px;flex-wrap:wrap}
.success-hero .btn{padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;position:relative;z-index:10}
.success-hero .btnPrimary{background:linear-gradient(135deg,#FD7C2C 0%,#29611F 100%);color:#fff;box-shadow:0 4px 12px #fd7c2c4d}
.success-hero .btnPrimary:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 20px #fd7c2c66}
.success-hero .btnSecondary{background:#fff;color:#29611F;border:2px solid #29611F;box-shadow:0 2px 8px #29611f26}
.success-hero .btnSecondary:hover{background:#29611F;color:#fff;transform:translateY(-2px) scale(1.03);box-shadow:0 6px 16px #29611f4d}
.success-hero .infoCard{margin-top:40px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;border-top:3px solid #DDC8E9}
.success-hero .infoCard h3{font-size:20px;color:#1a1a1a;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.success-hero .infoCard h3::before{content:'';width:32px;height:32px;background:linear-gradient(135deg,#FD7C2C 0%,#29611F 100%);border-radius:6px;flex-shrink:0}
.success-hero .infoCard ul{list-style:none;padding:0;margin:0}
.success-hero .infoCard ul li{padding:12px 0;padding-left:32px;position:relative;font-size:16px;line-height:1.6;color:#333;border-bottom:1px solid #ddc8e94d}
.success-hero .infoCard ul li:last-child{border-bottom:none}
.success-hero .infoCard ul li::before{content:'→';position:absolute;left:0;color:#FD7C2C;font-weight:700;font-size:18px}
@media (max-width: 1024px) {
.success-hero{flex-direction:column;padding:60px 0;gap:40px}
.success-hero .imageSection{flex:0 0 auto;width:100%;max-width:400px}
.success-hero .textContent h1{font-size:36px}
.success-hero .textContent .mainDescription{font-size:18px}
}
@media (max-width: 640px) {
.successWrap{padding:0 16px}
.success-hero{padding:40px 0;gap:32px}
.success-hero .imageSection{max-width:100%}
.success-hero .textContent h1{font-size:28px}
.success-hero .textContent .mainDescription{font-size:16px}
.success-hero .textContent .detailsBox{padding:20px}
.success-hero .buttonGroup{flex-direction:column}
.success-hero .btn{width:100%;justify-content:center}
.success-hero .infoCard{padding:20px}
.success-hero .infoCard h3{font-size:18px}
.success-hero .infoCard ul li{font-size:15px}
}