*{margin:0;padding:0;border:0;box-sizing:border-box}
body{font-family:'Karla',sans-serif;background:#FDFBF8;color:#2A2A2A;line-height:1.6}
h1,h2,h3,h4,h5,h6{font-family:'Public Sans',sans-serif}
.HeaderWrapper{background:linear-gradient(135deg,#FFF 0%,#F9F5F0 100%);padding:28px 0;box-shadow:0 4px 12px #07532c14}
.HeaderContainer{max-width:1366px;margin:0 auto;padding:0 24px}
.LogoRow{display:flex;justify-content:center;align-items:center;margin-bottom:22px}
.LogoContainer img{width:110px;height:110px;object-fit:contain;background:#f8943a0d;padding:14px;border-radius:24px;box-shadow:0 6px 16px #f8943a26}
.CompanyNameRow{text-align:center;margin-bottom:26px}
.CompanyNameRow h1{font-size:38px;font-weight:700;color:#07532C;letter-spacing:-.5px}
.NavRow{display:flex;justify-content:center}
.MainNavigation{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;align-items:center}
.MainNavigation a{text-decoration:none;color:#2A2A2A;font-size:17px;font-weight:600;padding:14px 28px;background:#FFF;border-radius:28px;transition:all .25s ease;box-shadow:0 3px 8px #07532c1a}
.MainNavigation a:hover{background:#F8943A;color:#FFF}
.FooterBlock{background:linear-gradient(180deg,#07532C 0%,#054225 100%);color:#FFF;padding:58px 0 34px;margin-top:80px}
.FooterInner{max-width:1366px;margin:0 auto;padding:0 24px}
.FooterGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:42px;margin-bottom:46px}
.FooterColumn h3{font-size:20px;margin-bottom:18px;color:#DED6FF;font-weight:700}
.FooterColumn ul{list-style:none}
.FooterColumn ul li{margin-bottom:12px}
.FooterColumn a{color:#FFF;text-decoration:none;font-size:15px;transition:color .2s ease;display:inline-block}
.FooterColumn a:hover{color:#F8943A}
.ContactDetails p{margin-bottom:10px;font-size:15px;display:flex;align-items:center;gap:10px}
.ContactDetails i{color:#F8943A;font-size:18px}
.CopyrightBar{border-top:1px solid #ded6ff33;padding-top:24px;text-align:center;font-size:14px;color:#DED6FF}
.ModalOverlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:9999;justify-content:center;align-items:center}
.ModalOverlay.active{display:flex}
.ConsentBox{background:#FFF;max-width:680px;width:90%;border-radius:28px;padding:36px;box-shadow:0 12px 48px #07532c40}
.ConsentTabs{display:flex;gap:12px;margin-bottom:24px;border-bottom:2px solid #F0EDE8}
.TabButton{background:none;border:none;padding:12px 24px;font-size:16px;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease}
.TabButton.active{color:#07532C;border-bottom-color:#F8943A}
.TabContent{display:none}
.TabContent.active{display:block}
.ConsentBox h2{font-size:24px;margin-bottom:16px;color:#07532C}
.ConsentBox p{font-size:15px;line-height:1.7;margin-bottom:14px;color:#444}
.ActionButtons{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.ActionButtons button{flex:1;min-width:140px;padding:15px 26px;font-size:16px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .25s ease;font-family:'Public Sans',sans-serif}
.AcceptBtn{background:#F8943A;color:#FFF;box-shadow:0 6px 16px #f8943a4d}
.AcceptBtn:hover{background:#E6812A;transform:translateY(-2px)}
.DeclineBtn{background:#E0E0E0;color:#333}
.DeclineBtn:hover{background:#D0D0D0}
.OptOutBtn{background:#07532C;color:#FFF}
.OptOutBtn:hover{background:#054225}
@media (max-width: 768px) {
.CompanyNameRow h1{font-size:28px}
.MainNavigation{flex-direction:column;gap:10px}
.MainNavigation a{width:100%;text-align:center}
.FooterGrid{grid-template-columns:1fr;gap:32px}
.ActionButtons{flex-direction:column}
.ActionButtons button{width:100%}
}
@media (max-width: 480px) {
.LogoContainer img{width:85px;height:85px}
.CompanyNameRow h1{font-size:24px}
.ConsentBox{padding:24px}
}
.iou-doc-wrapper{max-width:1366px;margin:0 auto;padding:80px 20px;background:#fff}
.iou-doc-wrapper strong,.iou-doc-wrapper b{font-weight:700;color:#07532C}
.iou-doc-wrapper em,.iou-doc-wrapper i{font-style:italic;color:#1a1a1a}
.iou-doc-wrapper a{color:#F8943A;text-decoration:none;font-weight:500;transition:all .3s ease;border-bottom:2px solid #f8943a4d}
.iou-doc-wrapper a:hover{color:#07532C;border-bottom-color:#07532C}
.iou-doc-wrapper a:focus{outline:3px solid #f8943a80;outline-offset:2px;border-radius:4px}
.iou-doc-wrapper table{width:100%;margin:40px 0;border-collapse:separate;border-spacing:0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #07532c1a}
.iou-doc-wrapper thead{background:#07532C}
.iou-doc-wrapper thead tr th{padding:20px 24px;text-align:left;font-weight:600;color:#fff;font-size:16px;line-height:1.5}
.iou-doc-wrapper tbody{background:#fff}
.iou-doc-wrapper tbody tr{border-bottom:1px solid #ded6ff66;transition:background .2s ease}
.iou-doc-wrapper tbody tr:last-child{border-bottom:none}
.iou-doc-wrapper tbody tr:hover{background:#ded6ff33}
.iou-doc-wrapper tbody tr td{padding:18px 24px;color:#2a2a2a;font-size:15px;line-height:1.7}
.iou-doc-wrapper thead tr th:first-child,.iou-doc-wrapper tbody tr td:first-child{padding-left:32px}
.iou-doc-wrapper thead tr th:last-child,.iou-doc-wrapper tbody tr td:last-child{padding-right:32px}
.iou-doc-wrapper hr{margin:60px 0;border:none;height:2px;background:linear-gradient(to right,#f8943a33,#07532c33,#f8943a33);border-radius:4px}
.iou-doc-wrapper div{margin:24px 0;padding:0}
@media (max-width: 1024px) {
.iou-doc-wrapper{padding:60px 16px}
.iou-doc-wrapper thead tr th,.iou-doc-wrapper tbody tr td{padding:16px 20px;font-size:15px}
.iou-doc-wrapper thead tr th:first-child,.iou-doc-wrapper tbody tr td:first-child{padding-left:24px}
.iou-doc-wrapper thead tr th:last-child,.iou-doc-wrapper tbody tr td:last-child{padding-right:24px}
}
@media (max-width: 768px) {
.iou-doc-wrapper{padding:40px 16px}
.iou-doc-wrapper table{margin:30px 0;border-radius:12px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.iou-doc-wrapper thead tr th,.iou-doc-wrapper tbody tr td{padding:14px 16px;font-size:14px;white-space:nowrap}
.iou-doc-wrapper thead tr th:first-child,.iou-doc-wrapper tbody tr td:first-child{padding-left:20px}
.iou-doc-wrapper thead tr th:last-child,.iou-doc-wrapper tbody tr td:last-child{padding-right:20px}
.iou-doc-wrapper hr{margin:40px 0}
}
@media (max-width: 480px) {
.iou-doc-wrapper{padding:32px 12px}
.iou-doc-wrapper table{margin:24px 0;font-size:13px}
.iou-doc-wrapper thead tr th,.iou-doc-wrapper tbody tr td{padding:12px 14px}
.iou-doc-wrapper thead tr th:first-child,.iou-doc-wrapper tbody tr td:first-child{padding-left:16px}
.iou-doc-wrapper thead tr th:last-child,.iou-doc-wrapper tbody tr td:last-child{padding-right:16px}
}
.PageContent{background:linear-gradient(135deg,#FFF5EC 0%,#F5F0FF 100%);min-height:100vh}
.TitleSection{max-width:1366px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center;position:relative}
.TitleSection::before{content:'';position:absolute;top:10%;left:5%;width:300px;height:300px;background:radial-gradient(circle,#f8943a26 0%,transparent 70%);border-radius:50%;filter:blur(60px);z-index:1}
.TitleSection::after{content:'';position:absolute;bottom:15%;right:8%;width:250px;height:250px;background:radial-gradient(circle,#ded6ff66 0%,transparent 70%);border-radius:50%;filter:blur(50px);z-index:1}
.ImageFrame{position:relative;z-index:2;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px #07532c1f}
.ImageFrame img{width:100%;height:480px;object-fit:cover;display:block;filter:brightness(1.05) saturate(1.1)}
.TitleContent{position:relative;z-index:2}
.TitleContent h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.TitleContent h1 .FirstPhrase{display:block;background:linear-gradient(120deg,#F8943A 0%,#FF6B35 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}
.TitleContent .IntroText{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.TitleContent .DetailList{list-style:none;padding:0;margin:0}
.TitleContent .DetailList li{font-size:16px;line-height:1.6;color:#5a5a5a;margin-bottom:14px;padding-left:32px;position:relative}
.TitleContent .DetailList li::before{content:'';position:absolute;left:0;top:6px;width:20px;height:20px;background:linear-gradient(135deg,#F8943A 0%,#FF6B35 100%);border-radius:6px}
.StructureWrapper{background:#fff;padding:100px 24px;position:relative}
.StructureWrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F8943A 0%,#07532C 50%,#DED6FF 100%)}
.StructureInner{max-width:1366px;margin:0 auto}
.StructureInner h2{font-size:42px;color:#1a1a1a;margin:0 0 16px;font-weight:700;text-align:center}
.StructureInner .SubText{font-size:19px;line-height:1.6;color:#6a6a6a;text-align:center;max-width:720px;margin:0 auto 60px}
.ModuleGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.ModuleCard{background:linear-gradient(135deg,#FAFAFA 0%,#F5F0FF 100%);border-radius:20px;padding:36px 28px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.ModuleCard::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F8943A 0%,#07532C 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.ModuleCard:hover::before{transform:scaleX(1)}
.ModuleCard:hover{border-color:#f8943a4d;box-shadow:0 16px 40px #07532c1a;transform:translateY(-4px)}
.ModuleCard .CardNumber{font-size:56px;font-weight:700;background:linear-gradient(135deg,#F8943A 0%,#07532C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin:0 0 20px;opacity:.85}
.ModuleCard h3{font-size:22px;color:#2a2a2a;margin:0 0 14px;font-weight:600}
.ModuleCard .CardText{font-size:15px;line-height:1.7;color:#5a5a5a;margin:0 0 20px}
.ModuleCard .TopicList{list-style:none;padding:0;margin:0}
.ModuleCard .TopicList li{font-size:14px;color:#6a6a6a;margin-bottom:10px;padding-left:24px;position:relative}
.ModuleCard .TopicList li::before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;background:#F8943A;border-radius:50%}
.ApproachContainer{background:linear-gradient(180deg,#F9F9F9 0%,#FFF 100%);padding:100px 24px;position:relative}
.ApproachInner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:80px;align-items:start}
.ApproachLeft h2{font-size:40px;color:#1a1a1a;margin:0 0 24px;font-weight:700;line-height:1.25}
.ApproachLeft .MainDesc{font-size:17px;line-height:1.8;color:#4a4a4a;margin:0 0 36px}
.ApproachLeft .HighlightBox{background:linear-gradient(135deg,#f8943a14 0%,#ded6ff1f 100%);border-left:5px solid #F8943A;border-radius:0 16px 16px 0;padding:28px 32px}
.ApproachLeft .HighlightBox p{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0;font-weight:500}
.FeaturesColumn{display:flex;flex-direction:column;gap:24px}
.FeatureItem{background:#fff;border-radius:18px;padding:32px 28px;box-shadow:0 4px 20px #07532c0f;border:1px solid #07532c14;transition:all .3s ease;position:relative}
.FeatureItem::after{content:'';position:absolute;top:16px;right:16px;width:48px;height:48px;background:linear-gradient(135deg,#f8943a26 0%,#ded6ff33 100%);border-radius:12px;opacity:0;transition:opacity .3s ease}
.FeatureItem:hover{box-shadow:0 8px 28px #07532c1f;transform:translateX(4px)}
.FeatureItem:hover::after{opacity:1}
.FeatureItem .IconCircle{width:56px;height:56px;background:linear-gradient(135deg,#F8943A 0%,#FF6B35 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.FeatureItem .IconCircle i{font-size:28px;color:#fff}
.FeatureItem h3{font-size:20px;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.FeatureItem p{font-size:15px;line-height:1.7;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.TitleSection{grid-template-columns:1fr;gap:40px;padding:60px 24px}
.ImageFrame img{height:380px}
.TitleContent h1{font-size:38px}
.ModuleGrid{grid-template-columns:repeat(2,1fr);gap:24px}
.ApproachInner{grid-template-columns:1fr;gap:50px}
.StructureWrapper{padding:80px 24px}
.StructureInner h2{font-size:36px}
.ApproachLeft h2{font-size:34px}
}
@media (max-width: 768px) {
.TitleSection{padding:40px 20px}
.TitleContent h1{font-size:32px}
.TitleContent .IntroText{font-size:16px}
.ImageFrame img{height:320px}
.ModuleGrid{grid-template-columns:1fr;gap:20px}
.StructureWrapper{padding:60px 20px}
.StructureInner h2{font-size:30px}
.StructureInner .SubText{font-size:17px}
.ApproachContainer{padding:60px 20px}
.ApproachLeft h2{font-size:28px}
.ApproachLeft .MainDesc{font-size:16px}
}
@media (max-width: 480px) {
.TitleContent h1{font-size:28px}
.ImageFrame img{height:280px}
.ModuleCard{padding:28px 20px}
.ModuleCard .CardNumber{font-size:44px}
.StructureInner h2{font-size:26px}
.ApproachLeft h2{font-size:24px}
.FeatureItem{padding:24px 20px}
}
.TitleWrap{position:relative;padding:90px 20px 110px;background:linear-gradient(135deg,#DED6FF 0%,#f5f2ff 100%);overflow:hidden}
.TitleWrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f8943a26 0%,transparent 70%);border-radius:50%}
.TitleWrap::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#07532c14 0%,transparent 70%);border-radius:50%}
.title-inner{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.title-content{display:flex;flex-direction:column;gap:40px;align-items:center}
.title-text-block{max-width:900px;text-align:center}
.title-text-block h1{font-size:56px;font-weight:700;color:#07532C;margin:0 0 20px;line-height:1.2}
.title-text-block .subtitle{font-size:22px;color:#5a4d6b;line-height:1.6;margin:0}
.title-image-section{position:relative;width:100%;max-width:800px}
.title-image-section img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #07532c33 0 6px 20px #f8943a26;filter:contrast(1.05) saturate(1.1)}
.title-image-section::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;background:linear-gradient(135deg,#f8943a4d,#07532c33);border-radius:24px;z-index:-1}
.ResourceLibrary{padding:100px 20px;background:#fff}
.library-container{max-width:1366px;margin:0 auto}
.library-header{text-align:left;margin-bottom:70px;max-width:750px}
.library-header h2{font-size:44px;font-weight:700;color:#07532C;margin:0 0 24px;position:relative;display:inline-block}
.library-header h2::after{content:'';position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#F8943A,#ffc078);border-radius:4px}
.library-header p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.resource-item{background:linear-gradient(135deg,#f9f9fc 0%,#fff 100%);border:2px solid #e8e4f5;border-radius:20px;padding:40px 32px;transition:all .3s ease;position:relative}
.resource-item:hover{transform:translateY(-6px);box-shadow:0 16px 48px #07532c26;border-color:#F8943A}
.resource-item::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#F8943A,#ffc078);border-radius:20px 0 0 20px;opacity:0;transition:opacity .3s ease}
.resource-item:hover::before{opacity:1}
.resource-icon{width:56px;height:56px;background:linear-gradient(135deg,#F8943A,#f72);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 6px 20px #f8943a4d}
.resource-icon svg{width:28px;height:28px;fill:#fff}
.resource-item h3{font-size:22px;font-weight:600;color:#07532C;margin:0 0 14px;line-height:1.3}
.resource-item p{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
.StudyApproach{padding:110px 20px;background:linear-gradient(135deg,#07532C 0%,#094e2b 100%);position:relative;overflow:hidden}
.StudyApproach::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#f8943a1a 0%,transparent 50%),radial-gradient(circle at 80% 70%,#ded6ff14 0%,transparent 50%)}
.approach-wrapper{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.approach-layout{display:flex;gap:80px;align-items:center}
.approach-visual{flex:1;position:relative}
.approach-visual img{width:100%;height:500px;object-fit:cover;border-radius:28px;box-shadow:0 20px 60px #0006}
.approach-visual::after{content:'';position:absolute;top:20px;right:-20px;width:100%;height:100%;border:3px solid #f8943a66;border-radius:28px;z-index:-1}
.approach-content{flex:1}
.approach-content h2{font-size:46px;font-weight:700;color:#fff;margin:0 0 28px;line-height:1.2}
.approach-content > p{font-size:18px;line-height:1.7;color:#e0e0e0;margin:0 0 40px}
.approach-steps{display:flex;flex-direction:column;gap:24px}
.step-item{background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;padding:24px 28px;transition:all .3s ease}
.step-item:hover{background:#ffffff1f;border-color:#f8943a80;transform:translateX(8px)}
.step-number{font-size:14px;font-weight:700;color:#F8943A;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px}
.step-item h4{font-size:20px;font-weight:600;color:#fff;margin:0 0 10px}
.step-item p{font-size:16px;line-height:1.6;color:#d0d0d0;margin:0}
.AccessTools{padding:100px 20px;background:#fafafa}
.tools-container{max-width:1366px;margin:0 auto}
.tools-intro{text-align:center;max-width:850px;margin:0 auto 80px}
.tools-intro h2{font-size:48px;font-weight:700;color:#07532C;margin:0 0 26px;line-height:1.2}
.tools-intro p{font-size:19px;line-height:1.7;color:#4a4a4a;margin:0}
.tools-showcase{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.tool-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #07532c1a;transition:all .3s ease}
.tool-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #07532c2e}
.tool-header-box{background:linear-gradient(135deg,#DED6FF 0%,#e8e0ff 100%);padding:40px 36px;border-bottom:4px solid #F8943A}
.tool-header-box h3{font-size:28px;font-weight:700;color:#07532C;margin:0 0 12px}
.tool-tag{display:inline-block;background:#f8943a26;color:#F8943A;font-size:13px;font-weight:600;padding:6px 16px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}
.tool-body{padding:36px}
.tool-features{display:flex;flex-direction:column;gap:18px}
.feature-line{display:flex;align-items:flex-start;gap:14px}
.feature-line svg{width:24px;height:24px;fill:#F8943A;flex-shrink:0;margin-top:2px}
.feature-line p{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.TitleWrap{padding:70px 20px 80px}
.title-text-block h1{font-size:44px}
.title-text-block .subtitle{font-size:19px}
.title-image-section img{height:350px}
.resource-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.approach-layout{gap:50px}
.approach-content h2{font-size:38px}
.tools-showcase{gap:40px}
}
@media (max-width: 768px) {
.TitleWrap{padding:50px 20px 60px}
.title-text-block h1{font-size:36px}
.title-text-block .subtitle{font-size:17px}
.title-image-section img{height:280px}
.ResourceLibrary{padding:70px 20px}
.library-header h2{font-size:34px}
.resource-grid{grid-template-columns:1fr;gap:25px}
.StudyApproach{padding:70px 20px}
.approach-layout{flex-direction:column;gap:40px}
.approach-visual img{height:320px}
.approach-content h2{font-size:32px}
.AccessTools{padding:70px 20px}
.tools-intro h2{font-size:36px}
.tools-showcase{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 480px) {
.title-text-block h1{font-size:30px}
.title-text-block .subtitle{font-size:16px}
.title-image-section img{height:240px;border-radius:18px}
.library-header h2{font-size:28px}
.resource-item{padding:30px 24px}
.approach-content h2{font-size:28px}
.approach-visual img{height:280px}
.tools-intro h2{font-size:30px}
.tool-header-box{padding:30px 24px}
.tool-body{padding:28px 24px}
}
.TitleBlock{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#DED6FF 0%,#f8f5ff 100%);animation:bgShift 8s ease-in-out infinite alternate}
@keyframes bgShift {
0%{background:linear-gradient(135deg,#DED6FF 0%,#f8f5ff 100%)}
100%{background:linear-gradient(135deg,#f8f5ff 0%,#DED6FF 100%)}
}
.wrapper-hero{max-width:1366px;margin:0 auto;padding:0 24px;width:100%}
.TitleBlock .content-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.TitleBlock .TextZone h1{font-size:52px;line-height:1.2;color:#07532C;margin:0 0 16px;font-weight:700}
.TitleBlock .TextZone h2{font-size:28px;line-height:1.4;color:#2d2d2d;margin:0 0 24px;font-weight:400}
.TitleBlock .TextZone p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.TitleBlock .cta-group{display:flex;gap:16px;flex-wrap:wrap}
.PrimaryBtn{display:inline-block;padding:16px 36px;background:#F8943A;color:#fff;font-size:17px;font-weight:600;border-radius:24px;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 18px #f8943a59;position:relative;z-index:10}
.PrimaryBtn:hover{background:#e57d1d;transform:translateY(-2px);box-shadow:0 10px 24px #f8943a73}
.SecondaryBtn{display:inline-block;padding:16px 36px;background:transparent;color:#07532C;font-size:17px;font-weight:600;border:2px solid #07532C;border-radius:24px;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.SecondaryBtn:hover{background:#07532C;color:#fff;transform:translateY(-2px)}
.TitleBlock .ImageArea{position:relative}
.TitleBlock .ImageArea img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:0 12px 40px #00000026;filter:blur(0.4px)}
.CredibilitySection{background:#fff;padding:80px 0}
.wrapper-main{max-width:1366px;margin:0 auto;padding:0 24px;width:100%}
.CredibilitySection .intro-header{text-align:center;margin-bottom:64px}
.CredibilitySection .intro-header h3{font-size:38px;line-height:1.3;color:#07532C;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.CredibilitySection .intro-header h3::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F8943A,#DED6FF);border-radius:2px}
.CredibilitySection .intro-header p{font-size:18px;line-height:1.7;color:#5a5a5a;max-width:720px;margin:0 auto}
.CredibilitySection .expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:72px}
.ExpertCard{background:#f9f9f9;padding:40px 32px;border-radius:20px;border:2px solid transparent;transition:all .4s ease}
.ExpertCard:hover{border-color:#F8943A;transform:translateY(-6px);box-shadow:0 16px 36px #f8943a33}
.ExpertCard .icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#F8943A,#e57d1d);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.ExpertCard .icon-holder i{font-size:32px;color:#fff}
.ExpertCard h4{font-size:22px;line-height:1.4;color:#07532C;margin:0 0 16px;font-weight:600}
.ExpertCard p{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
.CredibilitySection .testimonial-area{background:linear-gradient(135deg,#ded6ff4d,#f8943a26);padding:56px 48px;border-radius:24px;border-left:6px solid #F8943A;margin-bottom:72px}
.CredibilitySection .testimonial-area .quote-mark{font-size:64px;line-height:1;color:#F8943A;opacity:.4;margin-bottom:16px}
.CredibilitySection .testimonial-area blockquote{font-size:20px;line-height:1.8;color:#2d2d2d;font-style:italic;margin:0 0 24px}
.CredibilitySection .testimonial-area .attribution{font-size:17px;line-height:1.5;color:#07532C;font-weight:600}
.CredibilitySection .testimonial-area .attribution span{display:block;font-size:15px;color:#5a5a5a;font-weight:400;margin-top:4px}
.CredibilitySection .visual-showcase{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.CredibilitySection .visual-showcase .image-wrapper img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 14px 40px #0000001f}
.CredibilitySection .visual-showcase .content-details h4{font-size:32px;line-height:1.3;color:#07532C;margin:0 0 20px;font-weight:700}
.CredibilitySection .visual-showcase .content-details p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 28px}
.CredibilitySection .visual-showcase .content-details .stat-row{display:flex;gap:40px;margin-bottom:32px}
.stat-item{flex:1}
.stat-item .number{font-size:36px;line-height:1.2;color:#F8943A;font-weight:700;margin-bottom:8px}
.stat-item .label{font-size:15px;line-height:1.4;color:#5a5a5a}
.ProgressTrackingSection{background:#f4f4f4;padding:80px 0}
.ProgressTrackingSection .section-intro{text-align:center;margin-bottom:56px}
.ProgressTrackingSection .section-intro h3{font-size:38px;line-height:1.3;color:#07532C;margin:0 0 20px;font-weight:700}
.ProgressTrackingSection .section-intro p{font-size:18px;line-height:1.7;color:#5a5a5a;max-width:680px;margin:0 auto}
.ProgressTrackingSection .dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.ProgressTrackingSection .tool-showcase{background:#fff;padding:48px 40px;border-radius:24px;box-shadow:0 10px 32px #00000014}
.ProgressTrackingSection .tool-showcase h4{font-size:26px;line-height:1.3;color:#07532C;margin:0 0 28px;font-weight:600}
.ProgressTrackingSection .tool-showcase .progress-steps{display:flex;flex-direction:column;gap:24px}
.step-card{position:relative;padding-left:56px}
.step-card::before{content:'';position:absolute;left:16px;top:8px;width:12px;height:12px;background:#F8943A;border-radius:50%;box-shadow:0 0 0 4px #f8943a33}
.step-card::after{content:'';position:absolute;left:21px;top:28px;width:2px;height:calc(100% + 8px);background:linear-gradient(180deg,#DED6FF,transparent)}
.step-card:last-child::after{display:none}
.step-card h5{font-size:19px;line-height:1.4;color:#2d2d2d;margin:0 0 10px;font-weight:600}
.step-card p{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
.ProgressTrackingSection .image-column img{width:100%;height:560px;object-fit:cover;border-radius:24px;box-shadow:0 14px 42px #00000026}
.ProgressTrackingSection .reflection-tools{margin-top:48px;background:#fff;padding:48px 40px;border-radius:24px;box-shadow:0 10px 32px #00000014}
.ProgressTrackingSection .reflection-tools h4{font-size:26px;line-height:1.3;color:#07532C;margin:0 0 28px;font-weight:600}
.ProgressTrackingSection .reflection-tools .tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.tool-box{padding:24px;background:#f9f9f9;border-radius:16px;border:2px solid transparent;transition:all .3s ease}
.tool-box:hover{border-color:#DED6FF;transform:scale(1.02)}
.tool-box h6{font-size:18px;line-height:1.4;color:#2d2d2d;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:10px}
.tool-box h6 i{color:#F8943A;font-size:22px}
.tool-box p{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.TitleBlock .content-grid{grid-template-columns:1fr;gap:40px}
.TitleBlock{min-height:auto;padding:60px 0}
.TitleBlock .TextZone h1{font-size:42px}
.TitleBlock .TextZone h2{font-size:24px}
.TitleBlock .ImageArea img{height:380px}
.CredibilitySection .expertise-grid{grid-template-columns:1fr 1fr}
.CredibilitySection .visual-showcase{grid-template-columns:1fr;gap:36px}
.ProgressTrackingSection .dual-layout{grid-template-columns:1fr}
.ProgressTrackingSection .reflection-tools .tool-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.TitleBlock .TextZone h1{font-size:36px}
.TitleBlock .TextZone h2{font-size:21px}
.TitleBlock .ImageArea img{height:300px}
.CredibilitySection{padding:60px 0}
.CredibilitySection .intro-header h3{font-size:32px}
.CredibilitySection .expertise-grid{grid-template-columns:1fr}
.CredibilitySection .testimonial-area{padding:40px 28px}
.CredibilitySection .testimonial-area blockquote{font-size:18px}
.CredibilitySection .visual-showcase .image-wrapper img{height:320px}
.CredibilitySection .visual-showcase .content-details h4{font-size:28px}
.CredibilitySection .visual-showcase .content-details .stat-row{flex-direction:column;gap:20px}
.ProgressTrackingSection{padding:60px 0}
.ProgressTrackingSection .section-intro h3{font-size:32px}
.ProgressTrackingSection .image-column img{height:380px}
.ProgressTrackingSection .tool-showcase,.ProgressTrackingSection .reflection-tools{padding:36px 28px}
.TitleBlock .cta-group{flex-direction:column}
.PrimaryBtn,.SecondaryBtn{width:100%;text-align:center}
}
@media (max-width: 480px) {
.TitleBlock .TextZone h1{font-size:30px}
.TitleBlock .TextZone h2{font-size:19px}
.TitleBlock .TextZone p{font-size:16px}
.CredibilitySection .intro-header h3,.ProgressTrackingSection .section-intro h3{font-size:28px}
.ExpertCard{padding:32px 24px}
.CredibilitySection .visual-showcase .image-wrapper img{height:280px}
.ProgressTrackingSection .image-column img{height:320px}
}
.TopHero{background:linear-gradient(135deg,#f8943a14 0%,#ded6ff1f 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.TopHero::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,#f8943a26 0%,transparent 70%);border-radius:50%}
.wrapper-main-hero{max-width:1366px;margin:0 auto;padding:0 24px;display:flex;gap:48px;align-items:center;position:relative;z-index:2}
.hero-text-block{flex:1}
.hero-text-block h1{font-size:52px;line-height:1.2;color:#07532C;margin:0 0 24px;font-weight:700}
.hero-text-block .manifesto-text{font-size:18px;line-height:1.7;color:#2d2d2d;margin:0 0 16px}
.hero-text-block .manifesto-text:last-of-type{margin-bottom:0}
.hero-img-strip{width:320px;height:180px;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #07532c1f}
.hero-img-strip img{width:100%;height:100%;object-fit:cover;filter:brightness(1.1) contrast(0.95)}
.hero-img-strip::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 60% 40%,#f8943a4d 0%,transparent 60%);mix-blend-mode:overlay}
.decorative-accent{position:absolute;bottom:20px;left:24px;width:80px;height:6px;background:linear-gradient(90deg,#F8943A 0%,#07532C 100%);border-radius:3px}
.info-connect-section{padding:80px 0;background:#fff}
.info-connect-wrapper{max-width:1366px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}
.contact-details-group{background:linear-gradient(135deg,#ded6ff40 0%,#f8943a14 100%);padding:48px;border-radius:24px;box-shadow:0 6px 20px #07532c14}
.contact-details-group h2{font-size:32px;color:#07532C;margin:0 0 32px;font-weight:600;position:relative;padding-bottom:16px}
.contact-details-group h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:#F8943A;border-radius:2px}
.contact-item{margin-bottom:28px;display:flex;align-items:flex-start;gap:16px}
.contact-item:last-child{margin-bottom:0}
.contact-icon{width:48px;height:48px;background:#f8943a26;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon i{font-size:24px;color:#F8943A}
.contact-info-text{flex:1}
.contact-info-text h3{font-size:16px;color:#07532C;margin:0 0 6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.contact-info-text p{font-size:18px;color:#2d2d2d;margin:0;line-height:1.6}
.contact-info-text a{color:#2d2d2d;text-decoration:none;transition:color .3s ease}
.contact-info-text a:hover{color:#F8943A}
.request-form-wrapper{background:#fff;padding:48px;border-radius:24px;border:2px solid #ded6ff66;box-shadow:0 4px 16px #07532c0f}
.request-form-wrapper h2{font-size:32px;color:#07532C;margin:0 0 12px;font-weight:600}
.request-form-wrapper .form-intro{font-size:16px;color:#666;margin:0 0 32px;line-height:1.6}
.request-form-wrapper form{display:flex;flex-direction:column;gap:24px}
.form-group{display:flex;flex-direction:column;gap:8px}
.form-group label{font-size:14px;color:#07532C;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.form-group input,.form-group select{padding:16px 20px;font-size:16px;border:2px solid #ded6ff99;border-radius:16px;background:#fff;color:#2d2d2d;transition:all .3s ease;font-family:inherit}
.form-group input:focus,.form-group select:focus{outline:none;border-color:#F8943A;box-shadow:0 0 0 4px #f8943a1a}
.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23F8943A' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:24px;cursor:pointer;padding-right:48px}
.privacy-consent{display:flex;gap:12px;align-items:flex-start}
.privacy-consent input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#F8943A;flex-shrink:0}
.privacy-consent label{font-size:14px;color:#666;line-height:1.6;cursor:pointer;font-weight:400;text-transform:none;letter-spacing:normal}
.privacy-consent label a{color:#F8943A;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-consent label a:hover{color:#07532C}
.submit-button{background:linear-gradient(135deg,#F8943A 0%,#e67e22 100%);color:#fff;padding:18px 40px;font-size:18px;font-weight:600;border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #f8943a4d;text-transform:uppercase;letter-spacing:.5px;z-index:10;position:relative}
.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f8943a66;background:linear-gradient(135deg,#e67e22 0%,#F8943A 100%)}
.submit-button:active{transform:translateY(0);box-shadow:0 4px 16px #f8943a4d}
.quick-info-section{padding:80px 0;background:linear-gradient(135deg,#07532c08 0%,#ded6ff26 100%)}
.quick-info-container{max-width:1366px;margin:0 auto;padding:0 24px}
.quick-info-container h2{font-size:42px;color:#07532C;text-align:center;margin:0 0 48px;font-weight:700}
.response-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.response-card{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 6px 20px #07532c14;text-align:center;position:relative;transition:all .3s ease;border:2px solid transparent}
.response-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #f8943a33;border-color:#f8943a4d}
.response-card::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#F8943A 0%,#07532C 100%);border-radius:0 0 2px 2px}
.response-card-icon{width:72px;height:72px;background:linear-gradient(135deg,#f8943a26 0%,#ded6ff40 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.response-card-icon i{font-size:36px;color:#F8943A}
.response-card h3{font-size:22px;color:#07532C;margin:0 0 12px;font-weight:600}
.response-card p{font-size:15px;color:#666;margin:0;line-height:1.7}
@media (max-width: 1024px) {
.wrapper-main-hero{flex-direction:column;gap:32px}
.hero-img-strip{width:100%;max-width:500px}
.info-connect-wrapper{grid-template-columns:1fr;gap:48px}
.response-cards{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.TopHero{padding:60px 0 40px}
.hero-text-block h1{font-size:38px}
.hero-text-block .manifesto-text{font-size:16px}
.contact-details-group{padding:32px}
.request-form-wrapper{padding:32px 24px}
.request-form-wrapper h2,.contact-details-group h2{font-size:28px}
.quick-info-container h2{font-size:32px}
.response-card{padding:32px 24px}
}
@media (max-width: 480px) {
.TopHero{padding:40px 0 32px}
.wrapper-main-hero{padding:0 16px}
.hero-text-block h1{font-size:32px}
.contact-details-group,.request-form-wrapper{padding:24px}
.contact-item{flex-direction:column;gap:12px}
.submit-button{padding:16px 32px;font-size:16px}
}
.title-zone{position:relative;max-width:1366px;margin:0 auto;padding:120px 24px 100px;overflow:hidden}
.title-zone::before{content:'';position:absolute;top:10%;left:-5%;width:200px;height:200px;background:radial-gradient(circle,#f8943a26,transparent 70%);border-radius:50%;animation:floatParticle 18s ease-in-out infinite}
.title-zone::after{content:'';position:absolute;bottom:15%;right:-3%;width:150px;height:150px;background:radial-gradient(circle,#ded6ff33,transparent 70%);border-radius:50%;animation:floatParticle 22s ease-in-out infinite reverse}
@keyframes floatParticle {
0%,100%{transform:translate(0,0)}
33%{transform:translate(30px,-40px)}
66%{transform:translate(-20px,30px)}
}
.title-zone .content-wrapper{max-width:920px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
.title-zone .text-area h1{font-size:52px;line-height:1.2;color:#07532C;margin:0 0 28px;font-weight:700}
.title-zone .text-area .intro-thoughts{font-size:18px;line-height:1.7;color:#444;margin:0}
.title-zone .image-area{margin-top:32px}
.title-zone .image-area img{width:100%;height:400px;object-fit:cover;border-radius:24px;filter:saturate(0.7);box-shadow:0 12px 32px #0000001f}
.story-container{max-width:1366px;margin:80px auto;padding:0 24px}
.story-container .story-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:64px;align-items:start}
.story-container .story-left h2{font-size:36px;line-height:1.3;color:#07532C;margin:0 0 24px;font-weight:600}
.story-container .story-left .subtitle{font-size:16px;color:#F8943A;margin:0 0 16px;font-weight:500}
.story-container .story-right .narrative-text{font-size:17px;line-height:1.8;color:#555;margin:0 0 24px}
.story-container .story-right .narrative-text:last-child{margin-bottom:0}
.approach-area{background:linear-gradient(135deg,#DED6FF 0%,#f5f2ff 100%);padding:100px 24px;margin:100px 0}
.approach-area .inner-container{max-width:1366px;margin:0 auto}
.approach-area h2{font-size:42px;line-height:1.25;color:#07532C;text-align:center;margin:0 0 64px;font-weight:700}
.approach-area .principles-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach-area .principle-card{background:#fff;padding:36px 28px;border-radius:20px;box-shadow:0 8px 24px #07532c14;transition:transform .3s ease,box-shadow .3s ease}
.approach-area .principle-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #07532c24}
.approach-area .principle-card h3{font-size:22px;line-height:1.4;color:#07532C;margin:0 0 16px;font-weight:600;display:flex;align-items:center;gap:12px}
.approach-area .principle-card h3::before{content:'';width:8px;height:8px;background:#F8943A;border-radius:50%;flex-shrink:0}
.approach-area .principle-card p{font-size:16px;line-height:1.7;color:#666;margin:0}
.journey-section{max-width:1366px;margin:100px auto;padding:0 24px}
.journey-section .journey-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.journey-section .visual-side{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.journey-section .visual-side img{width:100%;height:280px;object-fit:cover;border-radius:20px;box-shadow:0 10px 28px #0000001a}
.journey-section .visual-side img:nth-child(1){margin-top:40px}
.journey-section .visual-side img:nth-child(2){margin-top:-20px}
.journey-section .content-side h2{font-size:38px;line-height:1.3;color:#07532C;margin:0 0 28px;font-weight:700}
.journey-section .content-side .journey-paragraph{font-size:17px;line-height:1.8;color:#555;margin:0 0 24px}
.journey-section .content-side .journey-paragraph:last-of-type{margin-bottom:32px}
.journey-section .content-side .action-btn{display:inline-block;padding:16px 40px;background:#F8943A;color:#fff;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:background .3s ease,transform .2s ease;box-shadow:0 8px 20px #f8943a40}
.journey-section .content-side .action-btn:hover{background:#e67f25;transform:translateY(-3px);box-shadow:0 12px 28px #f8943a59}
@media (max-width: 1024px) {
.title-zone{padding:80px 24px 60px}
.title-zone .text-area h1{font-size:42px}
.story-container .story-grid{grid-template-columns:1fr;gap:40px}
.approach-area .principles-wrapper{grid-template-columns:1fr;gap:28px}
.journey-section .journey-layout{grid-template-columns:1fr;gap:48px}
.journey-section .visual-side img:nth-child(1),.journey-section .visual-side img:nth-child(2){margin-top:0}
}
@media (max-width: 768px) {
.title-zone .text-area h1{font-size:36px;margin-bottom:20px}
.title-zone .text-area .intro-thoughts{font-size:16px}
.title-zone .image-area img{height:280px}
.story-container .story-left h2{font-size:30px}
.approach-area h2{font-size:34px;margin-bottom:40px}
.approach-area{padding:60px 24px;margin:60px 0}
.journey-section{margin:60px auto}
.journey-section .content-side h2{font-size:32px}
.journey-section .visual-side{grid-template-columns:1fr}
.journey-section .visual-side img{height:240px}
}
@media (max-width: 480px) {
.title-zone{padding:60px 16px 40px}
.title-zone .text-area h1{font-size:28px}
.story-container,.journey-section{padding:0 16px}
.approach-area{padding:50px 16px}
.approach-area .principle-card{padding:28px 20px}
}
.success-wrapper{background:linear-gradient(135deg,#DED6FF 0%,#fff 50%,#FFF4EC 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.success-wrapper::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,#f8943a26 0%,transparent 70%);top:-200px;right:-200px;border-radius:50%;animation:floatParticle 8s ease-in-out infinite}
.success-wrapper::after{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#07532c1a 0%,transparent 70%);bottom:-150px;left:-150px;border-radius:50%;animation:floatParticle 10s ease-in-out infinite reverse}
@keyframes floatParticle {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.success-container{max-width:820px;margin:0 auto;position:relative;z-index:2}
.confirmation-card{background:#fff;border-radius:28px;padding:70px 50px;box-shadow:0 12px 40px #07532c14 0 4px 12px #f8943a0f;text-align:center;position:relative;transform:translateY(0);transition:transform .4s ease,box-shadow .4s ease}
.confirmation-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px #07532c1f 0 6px 16px #f8943a1a}
.icon-success-wrap{width:120px;height:120px;margin:0 auto 36px;background:linear-gradient(135deg,#f8943a1f 0%,#07532c14 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse 2s ease-in-out infinite}
@keyframes successPulse {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #f8943a66}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #f8943a00}
}
.icon-success-wrap::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #07532c26;border-radius:50%;animation:ringExpand 2s ease-in-out infinite}
@keyframes ringExpand {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.2);opacity:0}
}
.check-symbol{width:56px;height:56px;stroke:#07532C;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:drawCheck .8s ease-out forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-title{font-size:42px;font-weight:700;color:#07532C;margin:0 0 18px;line-height:1.2}
.success-subtitle{font-size:19px;color:#5a5a5a;line-height:1.6;margin:0 0 16px;max-width:580px;margin-left:auto;margin-right:auto}
.confirmation-text{font-size:16px;color:#7a7a7a;line-height:1.7;margin:0 0 42px;max-width:620px;margin-left:auto;margin-right:auto}
.action-buttons-wrapper{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.btn-primary-success{background:linear-gradient(135deg,#F8943A 0%,#e87d1f 100%);color:#fff;padding:17px 42px;border-radius:24px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;box-shadow:0 8px 20px #f8943a59;transition:all .3s ease;border:none;cursor:pointer;position:relative;z-index:10}
.btn-primary-success:hover{background:linear-gradient(135deg,#e87d1f 0%,#d66d0f 100%);box-shadow:0 12px 28px #f8943a73;transform:translateY(-2px)}
.btn-primary-success:active{transform:translateY(0)}
.btn-secondary-success{background:transparent;color:#07532C;padding:17px 42px;border-radius:24px;font-size:17px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;border:2px solid #07532C;transition:all .3s ease;cursor:pointer;position:relative;z-index:10}
.btn-secondary-success:hover{background:#07532C;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #07532c40}
.btn-secondary-success:active{transform:translateY(0)}
.next-steps-section{margin-top:80px;padding:0 20px}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;max-width:1366px;margin:0 auto}
.step-card{background:linear-gradient(135deg,#fff 0%,#fafafa 100%);border-radius:20px;padding:38px 32px;border:2px solid transparent;transition:all .4s ease;position:relative;overflow:hidden}
.step-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F8943A 0%,#07532C 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.step-card:hover{border-color:#f8943a4d;box-shadow:0 10px 30px #07532c1a;transform:translateY(-6px)}
.step-card:hover::before{transform:scaleX(1)}
.step-number{width:52px;height:52px;background:linear-gradient(135deg,#ded6ff99 0%,#f8943a26 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#07532C;margin-bottom:24px}
.step-heading{font-size:21px;font-weight:700;color:#07532C;margin:0 0 14px;line-height:1.3}
.step-description{font-size:16px;color:#6a6a6a;line-height:1.7;margin:0}
@media (max-width: 768px) {
.success-wrapper{padding:40px 16px;min-height:auto}
.confirmation-card{padding:50px 28px;border-radius:22px}
.success-title{font-size:32px}
.success-subtitle{font-size:17px}
.confirmation-text{font-size:15px}
.icon-success-wrap{width:100px;height:100px;margin-bottom:28px}
.check-symbol{width:48px;height:48px}
.action-buttons-wrapper{flex-direction:column;gap:14px}
.btn-primary-success,.btn-secondary-success{width:100%;justify-content:center;padding:15px 32px;font-size:16px}
.next-steps-section{margin-top:60px}
.steps-grid{grid-template-columns:1fr;gap:20px}
.step-card{padding:32px 24px}
.step-heading{font-size:19px}
}
@media (max-width: 480px) {
.success-title{font-size:28px}
.success-subtitle{font-size:16px}
.step-number{width:46px;height:46px;font-size:20px}
}