html,body,ul,ol,h1,h2,h3,h4,h5,h6,p,figure{margin:0;padding:0}
ul,ol{list-style:none}
img{max-width:100%;height:auto;display:block}
body{font-family:'Karla',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#1E4429;background:linear-gradient(135deg,#D9F4DF 0%,#fff 100%)}
.SiteHeader{background:linear-gradient(180deg,#1E4429 0%,#2a5f3a 100%);box-shadow:0 4px 16px #1e442926}
.HeaderTopRow{max-width:1200px;margin:0 auto;padding:22px 28px;display:flex;justify-content:space-between;align-items:center}
.LogoContainer{display:flex;align-items:center}
.LogoContainer img{width:110px;height:110px;background:#fff;padding:14px;border-radius:18px;box-shadow:0 6px 24px #0000001f}
.TrustBadge{display:flex;align-items:center;gap:16px;color:#D9F4DF;font-size:15px;font-weight:300}
.TrustBadge span{background:#d9f4df26;padding:8px 18px;border-radius:8px;border:1px solid #d9f4df4d}
.HeaderBottomRow{background:#43ad991f;border-top:1px solid #d9f4df33}
.NavWrapper{max-width:1200px;margin:0 auto;padding:0 28px}
.MainNav{display:flex;justify-content:center;gap:4px}
.MainNav > li{position:relative}
.MainNav a{display:block;padding:18px 26px;color:#fff;text-decoration:none;font-weight:400;font-size:16px;transition:background 280ms ease}
.MainNav a:hover{background:#d9f4df2e}
.MainNav li:has(.SubMenuList) > a::after{content:'▾';margin-left:6px;font-size:12px}
.SubMenuList{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 8px 28px #1e44292e;border-radius:0 0 12px 12px;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:all 320ms ease;z-index:100}
.MainNav li:hover .SubMenuList{opacity:1;visibility:visible;transform:translateY(0)}
.SubMenuList a{color:#1E4429;padding:14px 22px;border-bottom:1px solid #D9F4DF}
.SubMenuList a:hover{background:#D9F4DF}
.SubMenuList li:last-child a{border-bottom:none;border-radius:0 0 12px 12px}
.SiteFooter{background:linear-gradient(90deg,#1E4429 0%,#1E4429 48%,#43AD99 48%,#43AD99 100%);color:#fff;margin-top:84px}
.FooterContent{max-width:1200px;margin:0 auto;padding:58px 28px;display:grid;grid-template-columns:1fr 1fr;gap:0}
.FooterLeft{padding-right:48px}
.FooterRight{padding-left:48px;border-left:1px solid #fff3}
.FooterLogo{margin-bottom:26px}
.FooterLogo img{width:88px;height:88px;background:#fff;padding:12px;border-radius:14px}
.FooterLeft p{font-size:14px;line-height:1.8;color:#D9F4DF;margin-bottom:18px}
.Copyright{font-size:13px;font-weight:300;opacity:.85;margin-top:32px}
.FooterNav{display:flex;flex-direction:column;gap:14px}
.FooterNav a{color:#fff;text-decoration:none;font-size:15px;transition:color 260ms ease;font-weight:300}
.FooterNav a:hover{color:#D9F4DF}
.ContactInfo{margin-top:28px;font-size:14px;line-height:1.9;color:#ffffffe6}
@media (max-width: 768px) {
.HeaderTopRow{flex-direction:column;gap:18px;text-align:center}
.MainNav{flex-direction:column;gap:0}
.MainNav a{border-bottom:1px solid #d9f4df26}
.SubMenuList{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:0;background:#43ad992e;display:none}
.MainNav li:hover .SubMenuList{display:block}
.FooterContent{grid-template-columns:1fr;gap:42px}
.FooterRight{padding-left:0;border-left:none;border-top:1px solid #fff3;padding-top:42px}
.SiteFooter{background:#1E4429}
}
.PrivacyContainer{position:fixed;bottom:28px;right:28px;background:#fff;border-radius:16px;box-shadow:0 12px 48px #1e44293d;max-width:420px;padding:32px;z-index:9999;border:2px solid #D9F4DF;display:none}
.PrivacyContainer.showing{display:block;animation:slideUp 380ms ease}
@keyframes slideUp {
from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
.PrivacyContainer h3{font-size:19px;margin-bottom:14px;color:#1E4429;font-weight:700}
.PrivacyContainer p{font-size:14px;line-height:1.7;color:#1E4429;margin-bottom:22px}
.ConsentCategories{margin-bottom:24px}
.ConsentItem{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:10px;background:#D9F4DF;border-radius:8px}
.ConsentItem input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.ConsentItem label{font-size:14px;color:#1E4429;cursor:pointer;flex:1}
.PrivacyActions{display:flex;gap:12px}
.PrivacyActions button{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:all 280ms ease;font-family:'Karla',sans-serif}
.AcceptBtn{background:linear-gradient(135deg,#43AD99 0%,#1E4429 100%);color:#fff}
.AcceptBtn:hover{box-shadow:0 6px 20px #43ad9959;transform:translateY(-2px)}
.DeclineBtn{background:#fff;color:#1E4429;border:2px solid #1E4429}
.DeclineBtn:hover{background:#D9F4DF}
@media (max-width: 768px) {
.PrivacyContainer{bottom:12px;right:12px;left:12px;max-width:none;padding:24px}
.PrivacyActions{flex-direction:column}
}
.MainData{max-width:1200px;margin:0 auto;padding:0 20px}
.PageIntroduction{padding:80px 0;background:linear-gradient(135deg,#1E4429 0%,#43AD99 100%);position:relative;overflow:hidden}
.PageIntroduction::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d9f4df26 0%,transparent 70%);border-radius:50%}
.IntroWrap{display:flex;flex-direction:row;gap:60px;align-items:center;position:relative;z-index:2}
.IntroText{flex:1}
.IntroText h1{font-size:48px;color:#D9F4DF;margin-bottom:24px;line-height:1.2;font-weight:700}
.IntroText .Tagline19{font-size:20px;color:#fff;line-height:1.6;margin-bottom:16px}
.IntroImage{flex:1;position:relative}
.IntroImage img{width:100%;height:440px;object-fit:cover;border-radius:20px;box-shadow:0 12px 40px #0000004d}
.OurStory{padding:90px 0;background:#fff}
.StoryGrid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.StoryContent h2{font-size:38px;color:#1E4429;margin-bottom:28px;font-weight:700}
.StoryContent h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#43AD99 0%,#1E4429 100%);margin-bottom:20px;border-radius:2px}
.StoryContent .TextBlock47{font-size:17px;color:#333;line-height:1.7;margin-bottom:20px}
.StoryVisual{position:relative}
.VisualGrid82{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.VisualGrid82 img{width:100%;height:260px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #1e442926;transition:transform 350ms,box-shadow 350ms}
.VisualGrid82 img:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #1e442940}
.VisualGrid82 img:nth-child(1){grid-column:1 / 2}
.VisualGrid82 img:nth-child(2){grid-column:2 / 3}
.VisualGrid82 img:nth-child(3){grid-column:1 / 3;height:200px}
.TeamValues{padding:90px 0;background:linear-gradient(180deg,#D9F4DF 0%,#fff 100%);position:relative}
.TeamValues::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#43AD99 50%,transparent 100%)}
.ValuesIntro{text-align:center;margin-bottom:60px}
.ValuesIntro h3{font-size:36px;color:#1E4429;margin-bottom:18px;font-weight:700}
.ValuesIntro .SubHeading{font-size:18px;color:#555;max-width:700px;margin:0 auto;line-height:1.6}
.ValuesDisplay{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ValueItem{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 6px 20px #1e44291a;position:relative;transition:transform 320ms,box-shadow 320ms}
.ValueItem:hover{transform:translateY(-6px);box-shadow:0 12px 36px #1e44292e}
.ValueItem::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#43AD99 0%,#1E4429 100%);border-radius:20px 20px 0 0}
.ValueItem h5{font-size:22px;color:#1E4429;margin-bottom:16px;font-weight:600}
.ValueItem .ValueDesc{font-size:16px;color:#666;line-height:1.6}
.IconShape{width:56px;height:56px;background:linear-gradient(135deg,#43AD99 0%,#1E4429 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.IconShape svg{width:28px;height:28px;fill:#D9F4DF}
@media (max-width: 1366px) {
.IntroWrap{gap:40px}
.IntroText h1{font-size:42px}
.StoryGrid{gap:60px}
.ValuesDisplay{gap:32px}
}
@media (max-width: 768px) {
.PageIntroduction{padding:60px 0}
.IntroWrap{flex-direction:column;gap:40px}
.IntroText h1{font-size:34px}
.IntroText .Tagline19{font-size:18px}
.IntroImage img{height:320px}
.OurStory{padding:60px 0}
.StoryGrid{grid-template-columns:1fr;gap:50px}
.StoryContent h2{font-size:32px}
.VisualGrid82{gap:16px}
.VisualGrid82 img{height:220px}
.VisualGrid82 img:nth-child(3){height:180px}
.TeamValues{padding:60px 0}
.ValuesIntro h3{font-size:30px}
.ValuesDisplay{grid-template-columns:1fr;gap:28px}
.ValueItem{padding:32px 24px}
}
@media (max-width: 375px) {
.MainData{padding:0 16px}
.PageIntroduction{padding:50px 0}
.IntroText h1{font-size:28px}
.IntroText .Tagline19{font-size:16px}
.IntroImage img{height:260px}
.OurStory{padding:50px 0}
.StoryContent h2{font-size:28px}
.StoryContent .TextBlock47{font-size:16px}
.VisualGrid82 img{height:180px}
.VisualGrid82 img:nth-child(3){height:160px}
.TeamValues{padding:50px 0}
.ValuesIntro h3{font-size:26px}
.ValuesIntro .SubHeading{font-size:16px}
.ValueItem{padding:28px 20px}
.ValueItem h5{font-size:20px}
.ValueItem .ValueDesc{font-size:15px}
.IconShape{width:48px;height:48px}
.IconShape svg{width:24px;height:24px}
}
*{margin:0;padding:0;box-sizing:border-box}
.HeroMain{background:linear-gradient(135deg,#1E4429 0%,#43AD99 100%);padding:80px 20px;position:relative;overflow:hidden}
.HeroMain::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#d9f4df26 0%,transparent 70%);border-radius:50%;top:-100px;right:-100px;z-index:1}
.HeroMain::after{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#d9f4df1a 0%,transparent 70%);border-radius:50%;bottom:-80px;left:-80px;z-index:1}
.hero-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.hero-img-wrapper{flex:0 0 480px;position:relative}
.hero-img-wrapper img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #00000040;filter:blur(0.8px);opacity:.95}
.hero-text-data{flex:1}
.hero-text-data h1{font-size:52px;font-weight:700;color:#D9F4DF;line-height:1.2;margin-bottom:32px}
.HeroBtn{display:inline-block;background:#D9F4DF;color:#1E4429;padding:16px 40px;border-radius:8px;font-size:18px;font-weight:600;text-decoration:none;transition:all 280ms;box-shadow:0 8px 24px #00000026;z-index:10;position:relative}
.HeroBtn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000040;background:#fff}
.MaterialsSection{padding:90px 20px;background:#fff}
.materials-wrapper-container{max-width:1200px;margin:0 auto}
.materials-wrapper-container h2{font-size:42px;color:#1E4429;margin-bottom:16px;font-weight:700}
.materials-wrapper-container h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#43AD99,#D9F4DF);margin-top:12px;border-radius:2px}
.IntroTextData{font-size:18px;line-height:1.7;color:#2d2d2d;margin-bottom:50px;max-width:780px}
.resource-grid-handler{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.ResourceCardItem{background:linear-gradient(135deg,#D9F4DF 0%,#fff 100%);padding:32px;border-radius:12px;box-shadow:0 6px 20px #1e442914;transition:all 320ms;border:1px solid #43ad9926}
.ResourceCardItem:hover{transform:translateY(-6px);box-shadow:0 16px 40px #1e442926}
.ResourceCardItem h5{font-size:22px;color:#1E4429;margin-bottom:14px;font-weight:600}
.ResourceCardItem p{font-size:16px;line-height:1.6;color:#3d3d3d}
.InteractionSection{padding:90px 20px;background:linear-gradient(180deg,#1E4429 0%,#2a5d38 100%);position:relative}
.interaction-content-holder{max-width:1200px;margin:0 auto}
.interaction-content-holder h3{font-size:40px;color:#D9F4DF;margin-bottom:48px;font-weight:700;text-align:center}
.format-split-layout{display:flex;gap:48px;align-items:center}
.format-img-container{flex:0 0 460px}
.format-img-container img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 16px 48px #0000004d}
.format-list-data{flex:1}
.FormatItemBox{background:#d9f4df14;padding:24px;margin-bottom:20px;border-radius:10px;border-left:4px solid #43AD99;transition:all 300ms}
.FormatItemBox:hover{background:#d9f4df24;transform:translateX(8px)}
.FormatItemBox h6{font-size:20px;color:#D9F4DF;margin-bottom:10px;font-weight:600}
.FormatItemBox p{font-size:15px;line-height:1.6;color:#b8e4c0}
.ExpertiseSection{padding:90px 20px;background:#f8f9fa}
.expertise-container-handler{max-width:1200px;margin:0 auto}
.expertise-container-handler h3{font-size:40px;color:#1E4429;margin-bottom:20px;font-weight:700}
.ExpertiseIntro{font-size:17px;line-height:1.7;color:#3d3d3d;margin-bottom:52px;max-width:820px}
.expert-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.ExpertCardBox{background:#fff;padding:36px;border-radius:16px;box-shadow:0 8px 28px #00000014;border:2px solid #D9F4DF;transition:all 340ms}
.ExpertCardBox:hover{border-color:#43AD99;box-shadow:0 14px 40px #43ad992e}
.ExpertProfile{display:flex;align-items:center;gap:20px;margin-bottom:20px}
.expert-avatar-placeholder{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#43AD99,#1E4429);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#D9F4DF;flex-shrink:0}
.ExpertInfo h5{font-size:22px;color:#1E4429;margin-bottom:6px;font-weight:600}
.ExpertInfo p{font-size:15px;color:#43AD99;font-weight:500}
.ExpertBio{font-size:16px;line-height:1.6;color:#3d3d3d}
.TrustSection{padding:90px 20px;background:#fff}
.trust-wrapper-holder{max-width:1200px;margin:0 auto}
.trust-header-content{text-align:center;margin-bottom:60px}
.trust-header-content h3{font-size:42px;color:#1E4429;margin-bottom:18px;font-weight:700}
.trust-header-content h3::before{content:'';display:inline-block;width:12px;height:12px;background:#43AD99;border-radius:50%;margin-right:12px;vertical-align:middle}
.trust-header-content p{font-size:18px;line-height:1.7;color:#3d3d3d;max-width:700px;margin:0 auto}
.trust-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.TrustFeatureCard{text-align:center;padding:32px 24px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:14px;box-shadow:0 6px 20px #0000000f;transition:all 320ms;border:1px solid transparent}
.TrustFeatureCard:hover{border-color:#43AD99;transform:scale(1.03);box-shadow:0 12px 32px #43ad9926}
.trust-icon-svg{width:64px;height:64px;margin:0 auto 20px}
.TrustFeatureCard h6{font-size:20px;color:#1E4429;margin-bottom:12px;font-weight:600}
.TrustFeatureCard p{font-size:15px;line-height:1.6;color:#3d3d3d}
.ShowcaseVisual{padding:90px 20px;background:linear-gradient(135deg,#D9F4DF 0%,#fff 50%,#D9F4DF 100%)}
.showcase-main-container{max-width:1200px;margin:0 auto}
.showcase-asymmetric-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.showcase-text-content h4{font-size:38px;color:#1E4429;margin-bottom:22px;font-weight:700;line-height:1.3}
.showcase-text-content p{font-size:17px;line-height:1.7;color:#2d2d2d;margin-bottom:28px}
.showcase-cta-btn{display:inline-block;background:#43AD99;color:#fff;padding:14px 36px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:all 300ms;box-shadow:0 6px 20px #43ad994d;z-index:10;position:relative}
.showcase-cta-btn:hover{background:#1E4429;transform:translateY(-4px);box-shadow:0 10px 28px #1e442959}
.showcase-visual-img img{width:100%;height:420px;object-fit:cover;border-radius:18px;box-shadow:0 14px 42px #0000001f}
@media (max-width: 1366px) {
.hero-container{gap:40px}
.hero-img-wrapper{flex:0 0 420px}
.hero-img-wrapper img{height:460px}
.hero-text-data h1{font-size:46px}
}
@media (max-width: 768px) {
.hero-container{flex-direction:column;gap:32px}
.hero-img-wrapper{flex:0 0 auto;width:100%}
.hero-img-wrapper img{height:340px}
.hero-text-data h1{font-size:36px;text-align:center}
.HeroBtn{display:block;text-align:center;max-width:280px;margin:0 auto}
.resource-grid-handler{grid-template-columns:1fr;gap:24px}
.format-split-layout{flex-direction:column;gap:32px}
.format-img-container{flex:0 0 auto;width:100%}
.format-img-container img{height:320px}
.expert-cards-grid{grid-template-columns:1fr;gap:28px}
.trust-features-grid{grid-template-columns:1fr;gap:24px}
.showcase-asymmetric-layout{grid-template-columns:1fr;gap:32px}
.showcase-visual-img img{height:300px}
.materials-wrapper-container h2,.interaction-content-holder h3,.expertise-container-handler h3,.trust-header-content h3{font-size:32px}
.showcase-text-content h4{font-size:30px}
}
@media (max-width: 375px) {
.HeroMain{padding:60px 16px}
.hero-text-data h1{font-size:30px}
.MaterialsSection,.InteractionSection,.ExpertiseSection,.TrustSection,.ShowcaseVisual{padding:60px 16px}
.ResourceCardItem,.ExpertCardBox,.TrustFeatureCard{padding:24px}
}
.ContactWrapper{max-width:1200px;margin:0 auto;padding:80px 24px}
.IntroSection{text-align:center;margin-bottom:90px}
.IntroSection h1{font-size:48px;color:#1E4429;margin-bottom:16px;font-weight:700}
.IntroSection .TagLine{font-size:20px;color:#43AD99;font-weight:500}
.ContactGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}
.InfoBlock{background:linear-gradient(135deg,#D9F4DF 0%,#d9f4df4d 100%);padding:48px;border-radius:20px;box-shadow:0 8px 24px #1e442914}
.InfoBlock h3{font-size:28px;color:#1E4429;margin-bottom:32px;font-weight:600}
.DetailItem{margin-bottom:28px;display:flex;align-items:flex-start;gap:16px}
.DetailItem .IconShape{width:40px;height:40px;background:linear-gradient(135deg,#43AD99,#1E4429);border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.DetailItem .IconShape svg{width:22px;height:22px;fill:#fff}
.DetailItem .DataContent{flex:1}
.DetailItem h5{font-size:14px;color:#43AD99;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}
.DetailItem p{font-size:17px;color:#1E4429;line-height:1.5}
.DetailItem a{color:#1E4429;text-decoration:none;transition:color 280ms}
.DetailItem a:hover{color:#43AD99}
.FormArea{background:#fff;border:2px solid #D9F4DF;border-radius:24px;padding:56px;box-shadow:0 16px 48px #1e44290f}
.FormArea h2{font-size:32px;color:#1E4429;margin-bottom:12px;font-weight:600}
.FormArea .FormSubtext{font-size:16px;color:#43AD99;margin-bottom:40px}
.InputRow{margin-bottom:28px}
.InputRow label{display:block;font-size:15px;font-weight:600;color:#1E4429;margin-bottom:10px}
.InputRow input,.InputRow select{width:100%;padding:16px 20px;font-size:16px;border:2px solid #D9F4DF;border-radius:12px;background:#fff;color:#1E4429;transition:all 300ms;font-family:inherit}
.InputRow input:focus,.InputRow select:focus{outline:none;border-color:#43AD99;box-shadow:0 0 0 4px #43ad991a}
.InputRow select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231E4429' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;padding-right:50px;cursor:pointer}
.PrivacyCheck{margin-bottom:32px;display:flex;align-items:flex-start;gap:12px}
.PrivacyCheck input[type="checkbox"]{width:22px;height:22px;margin-top:2px;cursor:pointer;accent-color:#43AD99;flex-shrink:0}
.PrivacyCheck label{font-size:14px;color:#1E4429;line-height:1.6;cursor:pointer}
.PrivacyCheck a{color:#43AD99;text-decoration:none;font-weight:600;transition:color 280ms}
.PrivacyCheck a:hover{color:#1E4429}
.SubmitButton{width:100%;padding:18px 32px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg,#1E4429 0%,#43AD99 100%);border:none;border-radius:12px;cursor:pointer;transition:all 320ms;box-shadow:0 4px 16px #1e442933}
.SubmitButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1e44294d}
.SubmitButton:active{transform:translateY(0)}
.HoursBlock{background:linear-gradient(180deg,#1E4429 0%,#43AD99 100%);padding:60px;border-radius:24px;text-align:center;margin-bottom:80px}
.HoursBlock h4{font-size:26px;color:#fff;margin-bottom:20px;font-weight:600}
.HoursBlock p{font-size:18px;color:#D9F4DF;line-height:1.7}
.FastResponse{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px}
.ResponseCard{background:#fff;border:2px solid #D9F4DF;padding:40px 32px;border-radius:16px;text-align:center;transition:all 350ms}
.ResponseCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #1e44291f;border-color:#43AD99}
.ResponseCard .NumberDisplay{font-size:48px;font-weight:700;color:#43AD99;margin-bottom:12px}
.ResponseCard h6{font-size:18px;color:#1E4429;font-weight:600;margin-bottom:8px}
.ResponseCard .DescText{font-size:14px;color:#1E4429;opacity:.7}
.FinalNote{text-align:center;max-width:720px;margin:0 auto;padding:48px;background:#d9f4df4d;border-radius:20px}
.FinalNote h5{font-size:22px;color:#1E4429;margin-bottom:16px;font-weight:600}
.FinalNote p{font-size:16px;color:#1E4429;line-height:1.7;opacity:.85}
@media (max-width: 768px) {
.ContactWrapper{padding:48px 20px}
.IntroSection{margin-bottom:56px}
.IntroSection h1{font-size:36px}
.IntroSection .TagLine{font-size:18px}
.ContactGrid{grid-template-columns:1fr;gap:40px;margin-bottom:56px}
.InfoBlock{padding:36px 28px}
.InfoBlock h3{font-size:24px;margin-bottom:24px}
.FormArea{padding:36px 28px}
.FormArea h2{font-size:26px}
.HoursBlock{padding:40px 28px;margin-bottom:56px}
.HoursBlock h4{font-size:22px}
.FastResponse{grid-template-columns:1fr;gap:24px;margin-bottom:56px}
.ResponseCard{padding:32px 24px}
.FinalNote{padding:36px 28px}
}
@media (max-width: 375px) {
.IntroSection h1{font-size:30px}
.FormArea{padding:28px 20px}
.InfoBlock{padding:28px 20px}
}
.ProgramIntro{max-width:1200px;margin:0 auto;padding:80px 20px 60px;background:linear-gradient(135deg,#D9F4DF 0%,#fff 100%)}
.ProgramIntro .introContent{display:flex;flex-direction:row;gap:60px;align-items:center}
.ProgramIntro .textBlock{flex:1}
.ProgramIntro .headingMain{font-size:42px;color:#1E4429;margin:0 0 24px;font-weight:700;line-height:1.2}
.ProgramIntro .descText{font-size:18px;color:#2d3748;line-height:1.7;margin:0 0 16px}
.ProgramIntro .imageBlock{flex:1;position:relative}
.ProgramIntro .imageBlock img{width:100%;height:380px;object-fit:cover;border-radius:18px;box-shadow:0 16px 48px #1e442926}
.CourseStructure{max-width:1200px;margin:0 auto;padding:70px 20px}
.CourseStructure .sectionHeading{font-size:36px;color:#1E4429;text-align:center;margin:0 0 50px;font-weight:600;position:relative}
.CourseStructure .sectionHeading::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#43AD99,#1E4429);margin:16px auto 0;border-radius:2px}
.CourseStructure .gridContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.CourseStructure .moduleCard{background:#fff;padding:36px 28px;border-radius:12px;border:2px solid #D9F4DF;transition:all 320ms ease;position:relative}
.CourseStructure .moduleCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #43ad9933;border-color:#43AD99}
.CourseStructure .moduleNumber{position:absolute;top:-18px;left:28px;background:linear-gradient(135deg,#43AD99,#1E4429);color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}
.CourseStructure .moduleTitle{font-size:22px;color:#1E4429;margin:12px 0 16px;font-weight:600}
.CourseStructure .moduleDesc{font-size:16px;color:#4a5568;line-height:1.6;margin:0}
.LearningApproach{background:linear-gradient(180deg,#1E4429 0%,#2d5a3a 100%);padding:80px 20px;position:relative;overflow:hidden}
.LearningApproach::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#43ad9926 0%,transparent 70%);border-radius:50%}
.LearningApproach .contentWrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;position:relative;z-index:2}
.LearningApproach .textSection h3{font-size:38px;color:#D9F4DF;margin:0 0 28px;font-weight:600}
.LearningApproach .textSection h4{font-size:24px;color:#43AD99;margin:32px 0 16px;font-weight:600}
.LearningApproach .textSection h5{font-size:19px;color:#D9F4DF;margin:20px 0 12px;font-weight:500}
.LearningApproach .textSection p{font-size:17px;color:#e0f2e4;line-height:1.7;margin:0 0 14px}
.LearningApproach .visualData{display:flex;flex-direction:column;gap:24px}
.LearningApproach .dataItem{background:#d9f4df1a;padding:28px 32px;border-radius:14px;border-left:5px solid #43AD99;transition:all 280ms ease}
.LearningApproach .dataItem:hover{background:#d9f4df26;transform:translateX(8px)}
.LearningApproach .dataLabel{font-size:16px;color:#D9F4DF;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px;font-weight:500}
.LearningApproach .dataValue{font-size:32px;color:#43AD99;font-weight:700;margin:0}
.SkillsOutcome{max-width:1200px;margin:0 auto;padding:75px 20px}
.SkillsOutcome h3{font-size:36px;color:#1E4429;margin:0 0 20px;font-weight:600}
.SkillsOutcome .introText{font-size:18px;color:#4a5568;line-height:1.7;margin:0 0 48px;max-width:800px}
.SkillsOutcome .skillsLayout{display:grid;grid-template-columns:2fr 3fr;gap:50px;align-items:start}
.SkillsOutcome .imageWrapper{position:relative}
.SkillsOutcome .imageWrapper img{width:100%;height:460px;object-fit:cover;border-radius:16px;box-shadow:0 20px 56px #1e44292e}
.SkillsOutcome .skillsList{display:flex;flex-direction:column;gap:28px}
.SkillsOutcome .skillItem{background:linear-gradient(120deg,#fff 0%,#D9F4DF 100%);padding:32px;border-radius:10px;border:1px solid #e0f2e4;position:relative;overflow:hidden}
.SkillsOutcome .skillItem::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#43AD99,#1E4429)}
.SkillsOutcome .skillTitle{font-size:21px;color:#1E4429;margin:0 0 14px;font-weight:600;padding-left:16px}
.SkillsOutcome .skillContent{font-size:16px;color:#2d3748;line-height:1.65;margin:0;padding-left:16px}
.EnrollmentSection{background:linear-gradient(135deg,#D9F4DF 0%,#fff 50%,#D9F4DF 100%);padding:90px 20px;position:relative}
.EnrollmentSection::before{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,#1e44290d,transparent);pointer-events:none}
.EnrollmentSection .contentBox{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.EnrollmentSection h3{font-size:38px;color:#1E4429;margin:0 0 24px;font-weight:700}
.EnrollmentSection h6{font-size:17px;color:#43AD99;margin:0 0 28px;font-weight:600;text-transform:uppercase;letter-spacing:2px}
.EnrollmentSection .enrollText{font-size:18px;color:#2d3748;line-height:1.8;margin:0 0 42px}
.EnrollmentSection .actionButtons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.EnrollmentSection .btnPrimary{background:linear-gradient(135deg,#1E4429,#43AD99);color:#fff;padding:18px 44px;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all 300ms ease;box-shadow:0 8px 24px #1e442940;text-decoration:none;display:inline-block;z-index:10;position:relative}
.EnrollmentSection .btnPrimary:hover{transform:translateY(-3px);box-shadow:0 14px 32px #1e442959}
.EnrollmentSection .btnSecondary{background:transparent;color:#1E4429;padding:18px 44px;border:2px solid #1E4429;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all 300ms ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.EnrollmentSection .btnSecondary:hover{background:#1E4429;color:#fff;transform:translateY(-3px)}
.EnrollmentSection .infoDetails{margin-top:56px;display:flex;justify-content:center;gap:60px;flex-wrap:wrap}
.EnrollmentSection .infoItem{text-align:center}
.EnrollmentSection .infoLabel{font-size:15px;color:#718096;margin:0 0 8px;font-weight:500}
.EnrollmentSection .infoValue{font-size:20px;color:#1E4429;font-weight:700;margin:0}
@media (max-width: 1366px) {
.ProgramIntro{padding:60px 20px 50px}
.ProgramIntro .introContent{gap:40px}
.CourseStructure .gridContainer{gap:24px}
}
@media (max-width: 768px) {
.ProgramIntro .introContent{flex-direction:column;gap:32px}
.ProgramIntro .headingMain{font-size:32px}
.ProgramIntro .imageBlock img{height:280px}
.CourseStructure{padding:50px 20px}
.CourseStructure .sectionHeading{font-size:28px}
.CourseStructure .gridContainer{grid-template-columns:1fr;gap:28px}
.LearningApproach{padding:60px 20px}
.LearningApproach .contentWrapper{grid-template-columns:1fr;gap:40px}
.LearningApproach .textSection h3{font-size:30px}
.SkillsOutcome{padding:55px 20px}
.SkillsOutcome h3{font-size:28px}
.SkillsOutcome .skillsLayout{grid-template-columns:1fr;gap:36px}
.SkillsOutcome .imageWrapper img{height:320px}
.EnrollmentSection{padding:60px 20px}
.EnrollmentSection h3{font-size:30px}
.EnrollmentSection .actionButtons{flex-direction:column;align-items:center}
.EnrollmentSection .btnPrimary,.EnrollmentSection .btnSecondary{width:100%;max-width:320px}
.EnrollmentSection .infoDetails{gap:32px}
}
@media (max-width: 375px) {
.ProgramIntro .headingMain{font-size:28px}
.ProgramIntro .descText{font-size:16px}
.CourseStructure .sectionHeading{font-size:24px}
.CourseStructure .moduleCard{padding:32px 20px}
.LearningApproach .textSection h3{font-size:26px}
.SkillsOutcome h3{font-size:24px}
.EnrollmentSection h3{font-size:26px}
}
.PartnersHero{background:linear-gradient(135deg,#1E4429 0%,#43AD99 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.PartnersHero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d9f4df26 0%,transparent 70%);border-radius:50%}
.PartnersHero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#43ad9933 0%,transparent 60%);border-radius:50%}
.heroContent{max-width:900px;margin:0 auto;position:relative;z-index:2}
.heroContent h1{color:#fff;font-size:48px;margin-bottom:24px;font-weight:700;letter-spacing:-.5px}
.heroContent .leadText{color:#D9F4DF;font-size:20px;line-height:1.6;max-width:700px;margin:0 auto 32px}
.PartnershipApproach{padding:100px 20px;background:#fff}
.approachWrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.approachText h2{color:#1E4429;font-size:38px;margin-bottom:28px;font-weight:700;position:relative;padding-left:20px}
.approachText h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:80%;background:linear-gradient(to bottom,#43AD99,#1E4429);border-radius:3px}
.approachText p{color:#2d3748;font-size:17px;line-height:1.7;margin-bottom:20px}
.approachText .highlightBox{background:linear-gradient(120deg,#D9F4DF 0%,#43ad9926 100%);padding:28px;border-radius:16px;margin-top:32px;border-left:4px solid #43AD99}
.highlightBox h4{color:#1E4429;font-size:20px;margin-bottom:12px;font-weight:600}
.highlightBox p{color:#2d3748;font-size:16px;margin-bottom:0}
.approachVisual{position:relative}
.approachVisual img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px #1e442926}
.approachVisual::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#43ad994d 0%,#d9f4df80 100%);border-radius:50%;z-index:-1}
.BenefitsGrid{padding:100px 20px;background:linear-gradient(to bottom,#f8fffe 0%,#fff 100%)}
.benefitsContainer{max-width:1200px;margin:0 auto}
.benefitsContainer h2{text-align:center;color:#1E4429;font-size:42px;margin-bottom:16px;font-weight:700}
.benefitsContainer .subtitleText{text-align:center;color:#4a5568;font-size:19px;max-width:650px;margin:0 auto 64px;line-height:1.6}
.benefitsLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.benefitCard{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 8px 24px #1e442914;transition:all 350ms ease;position:relative;border:2px solid transparent}
.benefitCard:hover{transform:translateY(-8px);box-shadow:0 16px 48px #1e442926;border-color:#43AD99}
.benefitCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1E4429 0%,#43AD99 100%);border-radius:20px 20px 0 0}
.benefitCard h3{color:#1E4429;font-size:24px;margin-bottom:16px;font-weight:600}
.benefitCard .iconBox{width:64px;height:64px;background:linear-gradient(135deg,#D9F4DF 0%,#43ad9933 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.iconBox svg{width:32px;height:32px}
.benefitCard p{color:#4a5568;font-size:16px;line-height:1.7;margin-bottom:0}
.benefitCard .metricDisplay{margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}
.metricDisplay .metricLabel{color:#718096;font-size:13px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}
.metricDisplay .metricValue{color:#43AD99;font-size:28px;font-weight:700}
.PartnershipCTA{padding:100px 20px;background:#1E4429;position:relative;overflow:hidden}
.PartnershipCTA::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#43ad9926 0%,transparent 50%),radial-gradient(circle at 70% 80%,#d9f4df1a 0%,transparent 50%)}
.ctaContent{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctaContent h2{color:#fff;font-size:40px;margin-bottom:24px;font-weight:700}
.ctaContent p{color:#D9F4DF;font-size:18px;line-height:1.7;margin-bottom:40px}
.actionButtons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.primaryBtn{background:linear-gradient(135deg,#43AD99 0%,#2d8a7a 100%);color:#fff;padding:18px 48px;border-radius:12px;text-decoration:none;font-size:17px;font-weight:600;transition:all 300ms ease;box-shadow:0 8px 24px #43ad994d;display:inline-block;position:relative;z-index:10}
.primaryBtn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #43ad9966;color:#fff}
.secondaryBtn{background:transparent;color:#D9F4DF;padding:18px 48px;border-radius:12px;text-decoration:none;font-size:17px;font-weight:600;transition:all 300ms ease;border:2px solid #D9F4DF;display:inline-block;position:relative;z-index:10}
.secondaryBtn:hover{background:#d9f4df1a;transform:translateY(-3px);color:#D9F4DF}
@media (max-width: 1366px) {
.approachWrapper{gap:40px}
.benefitsLayout{gap:24px}
.benefitCard{padding:32px 24px}
}
@media (max-width: 768px) {
.PartnersHero{padding:60px 20px}
.heroContent h1{font-size:36px;margin-bottom:20px}
.heroContent .leadText{font-size:18px}
.PartnershipApproach{padding:60px 20px}
.approachWrapper{grid-template-columns:1fr;gap:40px}
.approachText h2{font-size:32px;margin-bottom:20px}
.approachText p{font-size:16px}
.approachVisual img{height:350px}
.BenefitsGrid{padding:60px 20px}
.benefitsContainer h2{font-size:32px;margin-bottom:12px}
.benefitsContainer .subtitleText{font-size:17px;margin-bottom:48px}
.benefitsLayout{grid-template-columns:1fr;gap:20px}
.benefitCard h3{font-size:22px}
.PartnershipCTA{padding:60px 20px}
.ctaContent h2{font-size:32px;margin-bottom:20px}
.ctaContent p{font-size:17px;margin-bottom:32px}
.actionButtons{flex-direction:column;align-items:stretch}
.primaryBtn,.secondaryBtn{padding:16px 32px;text-align:center}
}
@media (max-width: 375px) {
.heroContent h1{font-size:30px}
.approachText h2{font-size:28px}
.benefitsContainer h2{font-size:28px}
.ctaContent h2{font-size:28px}
}
.policy-wrapper{max-width:1200px;margin:0 auto;padding:80px 24px}
.PolicyHeader{background:linear-gradient(135deg,#1E4429 0%,#43AD99 100%);padding:120px 24px 80px;margin-bottom:60px;border-radius:0 0 24px 24px;position:relative;overflow:hidden}
.PolicyHeader::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d9f4df26 0%,transparent 70%);border-radius:50%}
.PolicyHeader::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#43ad9933 0%,transparent 70%);border-radius:50%}
.policy-header-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.PolicyHeader h1{color:#D9F4DF;font-size:48px;font-weight:700;margin:0 0 16px;letter-spacing:-.5px}
.policy-meta{display:flex;flex-direction:row;gap:32px;color:#D9F4DF;font-size:15px;opacity:.9}
.meta-item{display:flex;flex-direction:row;align-items:center;gap:8px}
.meta-icon{width:20px;height:20px;fill:#D9F4DF}
.intro-section{background:#D9F4DF;border-radius:16px;padding:48px;margin-bottom:48px;position:relative;border-left:6px solid #43AD99}
.intro-section::before{content:'';position:absolute;top:0;right:0;width:200px;height:100%;background:linear-gradient(90deg,transparent 0%,#1e442908 100%);border-radius:0 16px 16px 0}
.intro-section h2{color:#1E4429;font-size:28px;font-weight:700;margin:0 0 20px}
.intro-section p{color:#1E4429;font-size:17px;line-height:1.7;margin:0 0 16px;max-width:900px}
.intro-section p:last-child{margin-bottom:0}
.policy-grid{display:grid;grid-template-columns:280px 1fr;gap:48px;margin-bottom:60px}
.policy-nav{position:sticky;top:24px;height:fit-content}
.nav-section-title{color:#1E4429;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px}
.nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}
.nav-link{display:block;padding:12px 16px;color:#1E4429;text-decoration:none;border-radius:8px;font-size:15px;transition:all .3s ease;border-left:3px solid transparent}
.nav-link:hover{background:#D9F4DF;border-left-color:#43AD99;transform:translateX(4px)}
.ContentArea{display:flex;flex-direction:column;gap:48px}
.policy-block{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 16px #1e442914;border:1px solid #43ad9926}
.policy-block h3{color:#1E4429;font-size:26px;font-weight:700;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #D9F4DF;position:relative}
.policy-block h3::after{content:'';position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:#43AD99}
.policy-block h4{color:#1E4429;font-size:20px;font-weight:600;margin:32px 0 16px}
.policy-block h4:first-of-type{margin-top:0}
.policy-block h5{color:#1E4429;font-size:17px;font-weight:600;margin:24px 0 12px}
.policy-block h6{color:#43AD99;font-size:15px;font-weight:600;margin:16px 0 8px;text-transform:uppercase;letter-spacing:.5px}
.policy-block p{color:#1E4429;font-size:16px;line-height:1.7;margin:0 0 16px}
.policy-block ul,.policy-block ol{margin:16px 0;padding-left:24px}
.policy-block li{color:#1E4429;font-size:16px;line-height:1.7;margin-bottom:12px}
.policy-block strong{color:#1E4429;font-weight:600}
.highlight-box{background:linear-gradient(135deg,#d9f4df66 0%,#43ad991a 100%);border-left:4px solid #43AD99;padding:24px;border-radius:8px;margin:24px 0}
.highlight-box p{margin-bottom:0}
.data-table-wrapper{overflow-x:auto;margin:24px 0}
.data-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden}
.data-table thead{background:linear-gradient(135deg,#1E4429 0%,#43AD99 100%)}
.data-table th{color:#D9F4DF;font-size:15px;font-weight:600;padding:16px;text-align:left}
.data-table td{color:#1E4429;font-size:15px;padding:16px;border-bottom:1px solid #D9F4DF}
.data-table tr:last-child td{border-bottom:none}
.data-table tbody tr:nth-child(even){background:#d9f4df4d}
.contact-panel{background:linear-gradient(135deg,#1E4429 0%,#43AD99 100%);border-radius:16px;padding:48px;margin-top:60px;text-align:center;position:relative;overflow:hidden}
.contact-panel::before{content:'';position:absolute;top:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#d9f4df1a 0%,transparent 70%);border-radius:50%}
.contact-panel h4{color:#D9F4DF;font-size:28px;font-weight:700;margin:0 0 16px;position:relative;z-index:2}
.contact-panel p{color:#D9F4DF;font-size:17px;line-height:1.6;margin:0 0 32px;opacity:.95;position:relative;z-index:2}
.contact-details{display:flex;flex-direction:row;justify-content:center;gap:48px;flex-wrap:wrap;position:relative;z-index:2}
.ContactData{display:flex;flex-direction:column;align-items:center;gap:8px}
.contact-icon-wrap{width:48px;height:48px;background:#d9f4df33;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.contact-svg{width:24px;height:24px;fill:#D9F4DF}
.contact-label{color:#D9F4DF;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.8}
.contact-value{color:#D9F4DF;font-size:17px;font-weight:600}
@media (max-width: 1366px) {
.policy-wrapper{padding:60px 20px}
.PolicyHeader{padding:100px 20px 60px}
.PolicyHeader h1{font-size:42px}
.policy-grid{gap:40px}
}
@media (max-width: 768px) {
.policy-wrapper{padding:40px 16px}
.PolicyHeader{padding:80px 16px 48px;margin-bottom:40px;border-radius:0 0 16px 16px}
.PolicyHeader h1{font-size:32px}
.policy-meta{flex-direction:column;gap:12px}
.intro-section{padding:32px 24px;margin-bottom:32px}
.intro-section h2{font-size:24px}
.intro-section p{font-size:16px}
.policy-grid{grid-template-columns:1fr;gap:32px}
.policy-nav{position:static;background:#D9F4DF;padding:24px;border-radius:12px}
.ContentArea{gap:32px}
.policy-block{padding:28px 20px}
.policy-block h3{font-size:22px}
.policy-block h4{font-size:18px}
.contact-panel{padding:32px 24px;margin-top:40px}
.contact-panel h4{font-size:24px}
.contact-details{flex-direction:column;gap:24px}
.data-table th,.data-table td{padding:12px 8px;font-size:14px}
}
@media (max-width: 375px) {
.PolicyHeader h1{font-size:28px}
.intro-section{padding:24px 16px}
.policy-block{padding:24px 16px}
.contact-panel{padding:28px 16px}
}
.PolicyContainer{max-width:1200px;margin:0 auto;padding:60px 20px}
.PolicyHeader{background:linear-gradient(135deg,#1E4429 0%,#43AD99 100%);padding:80px 20px;margin:-60px -20px 60px;border-radius:0 0 20px 20px;position:relative;overflow:hidden}
.PolicyHeader::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d9f4df26 0%,transparent 70%);border-radius:50%}
.PolicyHeader::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#43ad9933 0%,transparent 70%);border-radius:50%}
.HeaderContent{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.PolicyHeader h1{color:#D9F4DF;font-size:48px;font-weight:700;margin:0 0 16px;letter-spacing:-.5px}
.UpdatedDate{color:#D9F4DF;font-size:16px;opacity:.9;display:flex;flex-direction:row;align-items:center;gap:8px}
.UpdatedDate::before{content:'';width:6px;height:6px;background:#43AD99;border-radius:50%;display:inline-block}
.ContentGrid{display:grid;grid-template-columns:280px 1fr;gap:60px;margin-bottom:40px}
.NavSidebar{position:sticky;top:20px;height:fit-content}
.NavSidebar h4{color:#1E4429;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #D9F4DF}
.NavList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}
.NavList li a{color:#1E4429;text-decoration:none;font-size:15px;padding:10px 16px;display:block;border-radius:8px;transition:all 280ms ease;position:relative}
.NavList li a::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:2px;background:linear-gradient(90deg,#43AD99,#1E4429);transition:width 320ms ease}
.NavList li a:hover{background:#D9F4DF;color:#1E4429;padding-left:24px}
.NavList li a:hover::before{width:12px}
.PolicyContent{background:#fff;padding:50px;border-radius:16px;box-shadow:0 4px 24px #1e44290f}
.SectionBlock{margin-bottom:50px}
.SectionBlock:last-child{margin-bottom:0}
.SectionBlock h3{color:#1E4429;font-size:28px;font-weight:700;margin:0 0 20px;position:relative;padding-bottom:16px}
.SectionBlock h3::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#43AD99,#D9F4DF);border-radius:2px}
.SectionBlock h5{color:#43AD99;font-size:18px;font-weight:600;margin:30px 0 12px}
.SectionBlock h6{color:#1E4429;font-size:16px;font-weight:600;margin:24px 0 10px}
.TextBlock{color:#2d3748;font-size:16px;line-height:1.7;margin:0 0 16px}
.InfoList{list-style:none;padding:0;margin:20px 0}
.InfoList li{color:#2d3748;font-size:16px;line-height:1.7;padding:12px 0 12px 32px;position:relative;border-bottom:1px solid #D9F4DF}
.InfoList li:last-child{border-bottom:none}
.InfoList li::before{content:'';position:absolute;left:0;top:18px;width:8px;height:8px;background:#43AD99;border-radius:50%;box-shadow:0 0 0 3px #43ad9926}
.HighlightBox{background:linear-gradient(135deg,#d9f4df66,#43ad991a);border-left:4px solid #43AD99;padding:24px 28px;border-radius:8px;margin:28px 0;position:relative;overflow:hidden}
.HighlightBox::before{content:'';position:absolute;right:-20px;top:-20px;width:120px;height:120px;background:radial-gradient(circle,#1e44290d 0%,transparent 70%);border-radius:50%}
.HighlightBox .TextBlock{margin:0;position:relative;z-index:1}
.ContactSection{background:#1E4429;padding:50px;border-radius:20px;margin-top:60px;position:relative;overflow:hidden}
.ContactSection::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#43ad9933 0%,transparent 70%);border-radius:50%}
.ContactSection h4{color:#D9F4DF;font-size:24px;font-weight:700;margin:0 0 16px;position:relative;z-index:1}
.ContactSection .TextBlock{color:#d9f4dfe6;margin-bottom:24px;position:relative;z-index:1}
.ContactDetails{display:flex;flex-direction:row;gap:40px;flex-wrap:wrap;position:relative;z-index:1}
.ContactItem{display:flex;flex-direction:column;gap:6px}
.ContactLabel{color:#43AD99;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.ContactValue{color:#D9F4DF;font-size:16px;text-decoration:none;transition:color 280ms ease}
.ContactValue:hover{color:#43AD99}
@media (max-width: 1366px) {
.PolicyContainer{padding:50px 20px}
.PolicyHeader{padding:60px 20px;margin:-50px -20px 50px}
.PolicyHeader h1{font-size:40px}
.ContentGrid{gap:50px}
}
@media (max-width: 768px) {
.PolicyContainer{padding:40px 16px}
.PolicyHeader{padding:50px 16px;margin:-40px -16px 40px;border-radius:0 0 16px 16px}
.PolicyHeader h1{font-size:32px}
.UpdatedDate{font-size:14px}
.ContentGrid{grid-template-columns:1fr;gap:40px}
.NavSidebar{position:static;background:#D9F4DF;padding:24px;border-radius:12px}
.PolicyContent{padding:32px 24px}
.SectionBlock h3{font-size:24px}
.SectionBlock h5{font-size:17px}
.ContactSection{padding:32px 24px}
.ContactDetails{flex-direction:column;gap:24px}
}
@media (max-width: 375px) {
.PolicyHeader h1{font-size:28px}
.PolicyContent{padding:24px 16px}
.SectionBlock h3{font-size:22px}
.TextBlock,.InfoList li{font-size:15px}
}
.SuccessContent{max-width:1200px;margin:0 auto;padding:80px 20px}
.ConfirmationWrapper{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#D9F4DF 0%,#43AD99 100%);border-radius:20px;margin-bottom:80px;box-shadow:0 12px 28px #1e442926}
.StatusIcon{width:90px;height:90px;margin:0 auto 32px;position:relative}
.StatusIcon svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px #1e442933)}
.ConfirmationWrapper h1{font-size:2.8rem;color:#1E4429;margin:0 0 20px;font-weight:700;line-height:1.2}
.ConfirmationWrapper .StatusMessage{font-size:1.2rem;color:#1E4429;margin:0 0 36px;line-height:1.6;opacity:.9}
.ReferenceData{background:#fff9;padding:24px 32px;border-radius:12px;display:inline-block;margin:0 0 28px;border:2px solid #1e442933}
.ReferenceData .RefLabel{font-size:.9rem;color:#1E4429;opacity:.7;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.ReferenceData .RefNumber{font-size:1.8rem;color:#1E4429;font-weight:700;font-family:monospace;letter-spacing:2px}
.CheckEmailNote{font-size:1.05rem;color:#1E4429;margin:0;line-height:1.7}
.NextStepsSection{background:linear-gradient(180deg,#1E4429 0%,#43AD99 100%);padding:80px 60px;border-radius:24px;position:relative;overflow:hidden}
.NextStepsSection::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d9f4df26 0%,transparent 70%);border-radius:50%}
.NextStepsSection::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#43ad9933 0%,transparent 70%);border-radius:50%}
.NextStepsSection h2{font-size:2.4rem;color:#D9F4DF;margin:0 0 48px;text-align:center;position:relative;z-index:2;font-weight:700}
.StepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;z-index:2}
.StepCard{background:#ffffff1a;padding:36px 28px;border-radius:16px;border:2px solid #d9f4df4d;transition:all .35s ease;backdrop-filter:blur(8px)}
.StepCard:hover{transform:translateY(-8px);box-shadow:0 16px 32px #00000040;border-color:#D9F4DF;background:#ffffff26}
.StepNumber{width:56px;height:56px;background:#D9F4DF;color:#1E4429;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 0 24px}
.StepCard h3{font-size:1.4rem;color:#D9F4DF;margin:0 0 16px;font-weight:600}
.StepCard h5{font-size:1rem;color:#d9f4dfd9;margin:0;line-height:1.6}
.SupportInfoBox{margin-top:64px;text-align:center;padding:32px;background:#d9f4df1a;border-radius:16px;border:2px dashed #d9f4df66;position:relative;z-index:2}
.SupportInfoBox h4{font-size:1.3rem;color:#D9F4DF;margin:0 0 16px;font-weight:600}
.SupportInfoBox h6{font-size:1rem;color:#d9f4dfe6;margin:0 0 24px;line-height:1.6}
.ContactDetails{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}
.ContactItem{display:flex;flex-direction:column;align-items:center;gap:8px}
.ContactItem .Label{font-size:.85rem;color:#d9f4dfb3;text-transform:uppercase;letter-spacing:1px}
.ContactItem .Value{font-size:1.1rem;color:#D9F4DF;font-weight:600}
.ContactItem a{color:#D9F4DF;text-decoration:none;transition:color .3s ease}
.ContactItem a:hover{color:#fff;text-decoration:underline}
@media (max-width: 1366px) {
.StepsGrid{gap:32px}
.NextStepsSection{padding:60px 40px}
}
@media (max-width: 768px) {
.SuccessContent{padding:60px 20px}
.ConfirmationWrapper{padding:40px 24px;margin-bottom:60px;border-radius:16px}
.ConfirmationWrapper h1{font-size:2rem}
.ConfirmationWrapper .StatusMessage{font-size:1.05rem}
.StatusIcon{width:70px;height:70px;margin-bottom:24px}
.ReferenceData{padding:20px 24px}
.ReferenceData .RefNumber{font-size:1.4rem}
.StepsGrid{grid-template-columns:1fr;gap:24px}
.NextStepsSection{padding:48px 24px;border-radius:16px}
.NextStepsSection h2{font-size:1.8rem;margin-bottom:36px}
.ContactDetails{flex-direction:column;gap:24px}
.SupportInfoBox{margin-top:48px;padding:24px 20px}
}
@media (max-width: 375px) {
.ConfirmationWrapper h1{font-size:1.75rem}
.ReferenceData .RefNumber{font-size:1.2rem}
.NextStepsSection h2{font-size:1.6rem}
.StepCard{padding:28px 20px}
}