*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Raleway',sans-serif;background:#fafbfc;color:#1a1a1a;line-height:1.6}
.topRibbon{background:linear-gradient(144deg,#C9DCFD 0%,#17892A 50%,#8D3407 100%);padding:12px 0;box-shadow:0 2px 6px #00000014}
.ribbonContainer{max-width:1400px;margin:0 auto;padding:0 20px}
.mainNavi{display:flex;gap:35px;justify-content:center;flex-wrap:wrap}
.naviLink{color:#fff;text-decoration:none;font-weight:700;font-size:15px;transition:opacity 180ms ease-in;padding:6px 12px}
.naviLink:hover{opacity:.85;background:#ffffff1f;border-radius:25px}
.brandBanner{background:#fff;padding:42px 0;border-bottom:1px solid #e8eaed;box-shadow:0 4px 12px #0000000a}
.bannerContainer{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:28px}
.logoWrapper{flex-shrink:0}
.siteLogo{width:110px;height:110px;display:block;border-radius:30px;box-shadow:0 3px 10px #0000001a}
.brandIdentity{flex-grow:1}
.companyTitle{font-size:38px;font-weight:700;color:#17892A;margin-bottom:6px;line-height:1.2}
.brandTagline{font-size:16px;color:#5a5a5a;font-weight:400}
main{min-height:200px}
.footerContainer{max-width:1400px;margin:0 auto;padding:0 20px}
footer{background:#f4f6f8;padding:55px 0 25px;margin-top:80px;border-top:1px solid #dfe3e8}
.footerGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px;margin-bottom:40px}
.footerColumn{display:flex;flex-direction:column;gap:18px}
.footerLogoBlock{margin-bottom:10px}
.footerLogo{width:85px;height:85px;border-radius:25px;box-shadow:0 2px 8px #00000014}
.footerDescription{font-size:14px;color:#4a4a4a;line-height:1.7}
.footerHeading{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:8px}
.footerNavi{display:flex;flex-direction:column;gap:12px}
.footerLink{color:#17892A;text-decoration:none;font-size:14px;transition:color 160ms ease-in}
.footerLink:hover{color:#8D3407}
.footerContact{font-size:14px;color:#4a4a4a}
.copyrightBar{padding-top:25px;border-top:1px solid #dfe3e8;text-align:center}
.copyrightText{font-size:13px;color:#6a6a6a}
.cookiePopup{display:none;position:fixed;bottom:25px;right:25px;background:#fff;border-radius:30px;box-shadow:0 8px 24px #00000026;max-width:420px;z-index:10000;transform:translateX(500px);transition:transform 220ms ease-in}
.cookiePopup.visible{transform:translateX(0)}
.cookieContent{padding:30px}
.cookieTitle{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.cookieText{font-size:14px;color:#4a4a4a;margin-bottom:20px;line-height:1.6}
.cookieOptions{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}
.cookieOption{display:flex;align-items:center;gap:10px;font-size:14px;color:#2a2a2a;cursor:pointer}
.cookieCheck{width:18px;height:18px;cursor:pointer}
.cookieLabel{user-select:none}
.dataSaleOption{margin-bottom:20px;padding-top:15px;border-top:1px solid #e8eaed}
.cookieActions{display:flex;flex-direction:column;gap:10px}
.cookieButt{padding:12px 20px;border-radius:25px;font-size:14px;font-weight:700;cursor:pointer;transition:all 180ms ease-in;border:none;font-family:'Raleway',sans-serif}
.acceptButt{background:linear-gradient(144deg,#17892A 0%,#C9DCFD 100%);color:#fff}
.acceptButt:hover{box-shadow:0 4px 12px #17892a4d}
.declineButt{background:#f4f6f8;color:#4a4a4a;border:1px solid #dfe3e8}
.declineButt:hover{background:#e8eaed}
.saveButt{background:linear-gradient(144deg,#8D3407 0%,#C9DCFD 100%);color:#fff}
.saveButt:hover{box-shadow:0 4px 12px #8d34074d}
.cookieHint{font-size:12px;color:#8a8a8a;margin-top:15px;text-align:center;font-style:italic}
@media (max-width: 768px) {
.mainNavi{gap:20px;font-size:14px}
.bannerContainer{flex-direction:column;text-align:center;gap:20px}
.companyTitle{font-size:28px}
.brandTagline{font-size:14px}
.footerGrid{grid-template-columns:1fr;gap:35px}
.cookiePopup{right:15px;left:15px;bottom:15px;max-width:none}
.cookieContent{padding:22px}
}
@media (max-width: 480px) {
.naviLink{font-size:13px;padding:5px 10px}
.siteLogo{width:85px;height:85px}
.companyTitle{font-size:24px}
.footerLogo{width:70px;height:70px}
}
.doc-box{max-width:1400px;margin:0 auto;padding:60px 24px;background:linear-gradient(144deg,#c9dcfd14 0%,#17892a0d 50%,#8d340708 100%);border-radius:28px}
.doc-box p{font-size:17px;line-height:1.75;color:#2c3e50;margin:0 0 24px;max-width:820px}
.doc-box p + p{margin-top:18px}
.doc-box ul,.doc-box ol{margin:0 0 28px;padding-left:32px;max-width:820px}
.doc-box ul{list-style-type:disc}
.doc-box ol{list-style-type:decimal}
.doc-box li{font-size:17px;line-height:1.7;color:#2c3e50;margin-bottom:14px;padding-left:8px}
.doc-box li:last-child{margin-bottom:0}
.doc-box ul ul,.doc-box ol ol,.doc-box ul ol,.doc-box ol ul{margin-top:12px;margin-bottom:12px}
.doc-box ul ul{list-style-type:circle}
.doc-box ul ul ul{list-style-type:square}
.doc-box em,.doc-box i{font-style:italic;color:#17892A}
.doc-box a{color:#17892A;text-decoration:none;border-bottom:2px solid transparent;transition:all 180ms ease-in;font-weight:500}
.doc-box a:hover{color:#8D3407;border-bottom-color:#8D3407}
.doc-box a:active{color:#2c3e50;transform:translateY(1px)}
.doc-box hr{border:none;height:2px;background:linear-gradient(90deg,#C9DCFD 0%,#17892A 50%,#8D3407 100%);margin:48px 0;max-width:820px;border-radius:20px;opacity:.4}
.doc-box div{margin-bottom:32px}
.doc-box div p:last-child{margin-bottom:0}
.doc-box div ul:last-child,.doc-box div ol:last-child{margin-bottom:0}
@media (max-width: 768px) {
.doc-box{padding:40px 20px;border-radius:20px}
.doc-box p,.doc-box li{font-size:16px;line-height:1.65}
.doc-box ul,.doc-box ol{padding-left:24px}
.doc-box hr{margin:36px 0}
}
@media (max-width: 480px) {
.doc-box{padding:32px 16px;border-radius:16px}
.doc-box p,.doc-box li{font-size:15px}
.doc-box ul,.doc-box ol{padding-left:20px}
.doc-box hr{margin:28px 0}
.doc-box div{margin-bottom:24px}
}
.progBar{position:fixed;top:0;left:0;width:0;height:5px;background:linear-gradient(90deg,#C9DCFD 0%,#17892A 50%,#8D3407 100%);z-index:9999;transition:width .15s ease-in}
.postWrap{max-width:1400px;margin:0 auto;padding:0 24px}
.articleHead{padding:80px 0 60px;text-align:center;background:linear-gradient(165deg,#C9DCFD 0%,#17892a14 100%);border-radius:0 0 32px 32px;margin-bottom:60px}
.articleHead h1{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin:0 auto;max-width:900px;font-weight:700}
.featImg{max-width:1200px;margin:0 auto 70px;border-radius:28px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.featImg img{width:100%;height:auto;display:block}
.contentBody{max-width:820px;margin:0 auto;padding-bottom:100px}
.contentBody p{font-size:1.125rem;line-height:1.8;color:#2c2c2c;margin-bottom:1.5em}
.contentBody h2{font-size:2rem;line-height:1.3;color:#1a1a1a;margin:2.5em 0 .8em;font-weight:600;position:relative;padding-left:20px}
.contentBody h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:calc(100% - 16px);background:linear-gradient(180deg,#17892A 0%,#8D3407 100%);border-radius:3px}
.contentBody h3{font-size:1.5rem;line-height:1.4;color:#1a1a1a;margin:2em 0 .7em;font-weight:600}
.contentBody h4{font-size:1.25rem;line-height:1.4;color:#2c2c2c;margin:1.8em 0 .6em;font-weight:600}
.contentBody h5{font-size:1.125rem;line-height:1.4;color:#2c2c2c;margin:1.6em 0 .5em;font-weight:600}
.contentBody h6{font-size:1rem;line-height:1.4;color:#3c3c3c;margin:1.4em 0 .5em;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.contentBody strong{color:#17892A;font-weight:600}
.contentBody em{color:#8D3407;font-style:italic}
.contentBody ul{margin:1.5em 0;padding-left:0;list-style:none}
.contentBody ul li{position:relative;padding-left:32px;margin-bottom:1em;font-size:1.125rem;line-height:1.7;color:#2c2c2c}
.contentBody ul li::before{content:'';position:absolute;left:0;top:10px;width:12px;height:12px;background:#17892A;border-radius:50%}
.contentBody ol{margin:1.5em 0;padding-left:0;list-style:none;counter-reset:ordered-list}
.contentBody ol li{position:relative;padding-left:40px;margin-bottom:1em;font-size:1.125rem;line-height:1.7;color:#2c2c2c;counter-increment:ordered-list}
.contentBody ol li::before{content:counter(ordered-list);position:absolute;left:0;top:0;width:28px;height:28px;background:linear-gradient(135deg,#C9DCFD 0%,#17892A 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#1a1a1a}
.contentBody blockquote{margin:2.5em 0;padding:28px 32px 28px 60px;background:linear-gradient(120deg,#c9dcfd4d 0%,#17892a14 100%);border-left:5px solid #17892A;border-radius:0 24px 24px 0;position:relative}
.contentBody blockquote::before{content:'"';position:absolute;left:20px;top:20px;font-size:3rem;line-height:1;color:#8D3407;opacity:.4;font-weight:700}
.contentBody blockquote p{margin:0;font-size:1.2rem;font-style:italic;color:#1a1a1a}
.contentBody code{background:#8d34071a;padding:3px 8px;border-radius:6px;font-size:.95em;color:#8D3407}
.contentBody pre{background:#f5f5f5;padding:24px;border-radius:20px;overflow-x:auto;margin:2em 0;border:2px solid #17892a26}
.contentBody pre code{background:none;padding:0;color:#2c2c2c;font-size:.95rem}
.contentBody a{color:#17892A;text-decoration:underline;text-decoration-color:#17892a4d;text-underline-offset:3px;transition:all .2s ease-in}
.contentBody a:hover{color:#8D3407;text-decoration-color:#8D3407}
.contentBody img{max-width:100%;height:auto;border-radius:20px;margin:2em 0;box-shadow:0 6px 18px #0000001a}
.contentBody hr{border:none;height:3px;background:linear-gradient(90deg,transparent 0%,#C9DCFD 20%,#17892A 50%,#8D3407 80%,transparent 100%);margin:3em 0;border-radius:2px}
@media (max-width: 768px) {
.articleHead{padding:50px 0 40px;margin-bottom:40px;border-radius:0 0 24px 24px}
.articleHead h1{font-size:2rem}
.featImg{margin-bottom:50px;border-radius:20px}
.contentBody{padding-bottom:70px}
.contentBody p{font-size:1rem}
.contentBody h2{font-size:1.6rem;margin-top:2em}
.contentBody h3{font-size:1.3rem}
.contentBody h4{font-size:1.15rem}
.contentBody ul li,.contentBody ol li{font-size:1rem}
.contentBody blockquote{padding:20px 24px 20px 50px;margin:2em 0}
.contentBody blockquote::before{font-size:2.5rem;left:14px}
.contentBody blockquote p{font-size:1.05rem}
}
@media (max-width: 480px) {
.postWrap{padding:0 16px}
.articleHead{padding:40px 0 30px}
.articleHead h1{font-size:1.6rem}
.contentBody h2{font-size:1.4rem;padding-left:16px}
.contentBody h2::before{width:4px}
.contentBody ul li{padding-left:28px}
.contentBody ol li{padding-left:36px}
}
.entryBanner{background:linear-gradient(144deg,#C9DCFD 0%,#17892A 50%,#8D3407 100%);padding:6rem 1.5rem 5rem;position:relative;overflow:hidden}
.entryBanner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff14;pointer-events:none}
.entryBanner .wrp{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.entryBanner h1{font-size:2.8rem;color:#fff;margin:0 0 1.2rem;font-weight:700;line-height:1.2;text-shadow:0 2px 8px #00000026}
.entryBanner .lead{font-size:1.15rem;color:#fff;max-width:680px;line-height:1.6;margin:0;text-shadow:0 1px 4px #0000001f}
.depthExplore{padding:4.5rem 1.5rem;background:#f8f9fb}
.depthExplore .contBox{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center}
.depthExplore .txtArea h2{font-size:2rem;color:#1a1a1a;margin:0 0 1rem;font-weight:600;line-height:1.3}
.depthExplore .txtArea h2::before{content:'';display:inline-block;width:4px;height:28px;background:#17892A;margin-right:.8rem;vertical-align:middle;border-radius:2px}
.depthExplore .txtArea p{font-size:1.05rem;color:#3a3a3a;line-height:1.7;margin:0 0 1.4rem}
.depthExplore .imgArea{border-radius:28px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.depthExplore .imgArea img{width:100%;height:420px;object-fit:cover;display:block}
.readerScene{padding:4.5rem 1.5rem;background:#fff}
.readerScene .innerWrap{max-width:1400px;margin:0 auto}
.readerScene .titleSect{text-align:center;margin-bottom:3.5rem}
.readerScene .titleSect h2{font-size:2rem;color:#1a1a1a;margin:0 0 .8rem;font-weight:600}
.readerScene .titleSect h2::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#C9DCFD 0%,#17892A 100%);margin:1rem auto 0;border-radius:2px}
.readerScene .cardGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.readerScene .cardItem{background:#f8f9fb;padding:2rem;border-radius:24px;border:2px solid transparent;transition:all .2s ease-in}
.readerScene .cardItem:hover{border-color:#C9DCFD;box-shadow:0 6px 16px #00000014;transform:translateY(-4px)}
.readerScene .cardItem h3{font-size:1.25rem;color:#1a1a1a;margin:0 0 .9rem;font-weight:600}
.readerScene .cardItem p{font-size:1rem;color:#3a3a3a;line-height:1.6;margin:0}
.readerScene .cardItem .icoHolder{width:52px;height:52px;background:linear-gradient(135deg,#C9DCFD 0%,#17892A 100%);border-radius:50%;margin-bottom:1.2rem;display:flex;align-items:center;justify-content:center}
.readerScene .cardItem .icoHolder svg{width:26px;height:26px;fill:#fff}
.archiveNav{padding:4.5rem 1.5rem;background:linear-gradient(180deg,#f8f9fb 0%,#fff 100%)}
.archiveNav .flexContainer{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:center}
.archiveNav .visualCol{flex:1}
.archiveNav .visualCol img{width:100%;height:380px;object-fit:cover;border-radius:28px;box-shadow:0 8px 24px #0000001a}
.archiveNav .textCol{flex:1.3}
.archiveNav .textCol h2{font-size:2rem;color:#1a1a1a;margin:0 0 1rem;font-weight:600;position:relative;padding-left:1.5rem}
.archiveNav .textCol h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#17892A 0%,#8D3407 100%);border-radius:3px}
.archiveNav .textCol p{font-size:1.05rem;color:#3a3a3a;line-height:1.7;margin:0 0 1.4rem}
.archiveNav .methodList{margin:2rem 0 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.archiveNav .methodList li{background:#fff;padding:1.2rem;border-radius:16px;border-left:4px solid #C9DCFD;font-size:.95rem;color:#3a3a3a;line-height:1.5;box-shadow:0 2px 8px #0000000d}
.engageArea{padding:5rem 1.5rem;background:linear-gradient(144deg,#8D3407 0%,#17892A 50%,#C9DCFD 100%);position:relative}
.engageArea .centeredBox{max-width:900px;margin:0 auto;text-align:center}
.engageArea h2{font-size:2.2rem;color:#fff;margin:0 0 1.2rem;font-weight:600;text-shadow:0 2px 8px #00000026}
.engageArea .descText{font-size:1.1rem;color:#fff;line-height:1.7;margin:0 0 2.5rem;text-shadow:0 1px 4px #0000001f}
.engageArea .optionRow{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}
.engageArea .optionBox{background:#ffffff26;backdrop-filter:blur(8px);padding:2rem 2.5rem;border-radius:24px;border:2px solid #ffffff40;flex:1;min-width:280px;max-width:380px;transition:all .2s ease-in}
.engageArea .optionBox:hover{background:#ffffff40;border-color:#ffffff80;transform:scale(1.03)}
.engageArea .optionBox h3{font-size:1.35rem;color:#fff;margin:0 0 .8rem;font-weight:600}
.engageArea .optionBox p{font-size:1rem;color:#fffffff2;line-height:1.6;margin:0 0 1.5rem}
.engageArea .optionBox .actBtn{display:inline-block;background:#fff;color:#1a1a1a;padding:.9rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease-in;box-shadow:0 4px 12px #00000026}
.engageArea .optionBox .actBtn:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.dividerShape{height:2px;background:linear-gradient(90deg,transparent 0%,#C9DCFD 25%,#17892A 50%,#8D3407 75%,transparent 100%);margin:0;border:none}
@media (max-width: 968px) {
.entryBanner{padding:4rem 1.5rem 3.5rem}
.entryBanner h1{font-size:2.2rem}
.entryBanner .lead{font-size:1.05rem}
.depthExplore .contBox{grid-template-columns:1fr;gap:2rem}
.depthExplore .imgArea img{height:320px}
.readerScene .cardGrid{grid-template-columns:1fr;gap:1.5rem}
.archiveNav .flexContainer{flex-direction:column;gap:2rem}
.archiveNav .methodList{grid-template-columns:1fr}
.engageArea h2{font-size:1.8rem}
.engageArea .optionRow{flex-direction:column;align-items:center}
}
@media (max-width: 640px) {
.entryBanner h1{font-size:1.8rem}
.depthExplore .txtArea h2,.readerScene .titleSect h2,.archiveNav .textCol h2{font-size:1.6rem}
.depthExplore,.readerScene,.archiveNav,.engageArea{padding:3rem 1.5rem}
}
.heroLanding{background:linear-gradient(144deg,#C9DCFD 0%,#17892A 50%,#8D3407 100%);padding:80px 20px;position:relative;overflow:hidden}
.heroLanding .containerWrap{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:60px;flex-direction:row}
.heroLanding .textContent{flex:1;color:#fff}
.heroLanding .mainHeading{font-size:3rem;margin:0 0 30px;line-height:1.1;font-weight:700}
.heroLanding .description{font-size:1.15rem;line-height:1.7;margin:0 0 20px;opacity:.95}
.heroLanding .visualArea{flex:1;position:relative}
.heroLanding .visualArea img{width:100%;height:auto;border-radius:30px;box-shadow:0 12px 40px #00000040;animation:gentleFloat 6s ease-in-out infinite}
@keyframes gentleFloat {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
}
.heroLanding .waveDivider{position:absolute;bottom:-2px;left:0;width:100%;height:80px}
.aboutDetails{padding:90px 20px;background:#f8f9fa;position:relative}
.aboutDetails .contentContainer{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px}
.aboutDetails .infoCard{background:#fff;padding:40px;border-radius:35px;box-shadow:0 6px 20px #00000014;transition:all .2s ease-in;border:3px solid transparent}
.aboutDetails .infoCard:hover{transform:translateY(-8px);box-shadow:0 14px 35px #00000026;border-color:#17892A}
.aboutDetails .infoCard .cardHeader{display:flex;align-items:center;gap:20px;margin:0 0 25px}
.aboutDetails .infoCard .iconArea{width:70px;height:70px;background:linear-gradient(135deg,#C9DCFD,#17892A);border-radius:25px;display:flex;align-items:center;justify-content:center}
.aboutDetails .infoCard .iconArea svg{width:36px;height:36px;fill:#fff}
.aboutDetails .infoCard .cardTitle{font-size:1.5rem;margin:0;color:#1a1a1a;font-weight:600}
.aboutDetails .infoCard .cardText{font-size:1rem;line-height:1.6;color:#4a4a4a;margin:0 0 15px}
.aboutDetails .infoCard .imageWrap{margin:25px 0 0;border-radius:25px;overflow:hidden}
.aboutDetails .infoCard .imageWrap img{width:100%;height:220px;object-fit:cover;transition:all .25s ease-in}
.aboutDetails .infoCard:hover .imageWrap img{transform:scale(1.08)}
.aboutDetails .highlightAccent{color:#17892A;font-weight:600;position:relative;display:inline-block}
.aboutDetails .highlightAccent::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#C9DCFD,#8D3407);border-radius:5px}
@media (max-width: 1024px) {
.heroLanding .containerWrap{flex-direction:column;gap:40px}
.heroLanding .mainHeading{font-size:2.3rem}
.aboutDetails .contentContainer{grid-template-columns:1fr 1fr;gap:35px}
}
@media (max-width: 768px) {
.heroLanding{padding:60px 20px}
.heroLanding .mainHeading{font-size:2rem}
.heroLanding .description{font-size:1rem}
.aboutDetails{padding:60px 20px}
.aboutDetails .contentContainer{grid-template-columns:1fr;gap:30px}
.aboutDetails .infoCard{padding:30px}
.aboutDetails .infoCard .cardHeader{flex-direction:column;align-items:flex-start}
}
.blogMainHeader{background:linear-gradient(144deg,#C9DCFD 0%,#17892A 50%,#8D3407 100%);padding:80px 20px;text-align:center;border-radius:30px;margin:0 auto 60px;max-width:1400px}
.blogMainHeader h1{color:#fff;font-size:3rem;margin:0 0 20px;font-weight:700;text-shadow:2px 2px 8px #0003}
.blogMainHeader .subheadline{color:#f5f5f5;font-size:1.2rem;max-width:700px;margin:0 auto;line-height:1.6}
.contentWrapper{max-width:1400px;margin:0 auto;padding:0 20px}
.categorySection{margin-bottom:80px}
.categorySection h2{font-size:2.2rem;margin-bottom:12px;color:#2d2d2d;position:relative;padding-left:20px}
.categorySection h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:linear-gradient(180deg,#17892A,#8D3407);border-radius:3px}
.categoryDesc{color:#555;font-size:1.05rem;margin-bottom:40px;padding-left:20px;max-width:800px}
.postGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-bottom:50px}
.postCardItem{background:#fff;border:2px solid #e0e0e0;border-radius:25px;padding:35px 28px;transition:all 220ms ease-in;position:relative;overflow:hidden}
.postCardItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#C9DCFD,#17892A);transform:scaleX(0);transform-origin:left;transition:transform 200ms ease-in}
.postCardItem:hover::before{transform:scaleX(1)}
.postCardItem:hover{border-color:#17892A;box-shadow:0 8px 20px #17892a26;transform:translateY(-4px)}
.postCardItem h3{font-size:1.4rem;margin:0 0 18px;color:#1a1a1a;line-height:1.4}
.postCardItem h3 a{color:inherit;text-decoration:none;transition:color 180ms ease-in}
.postCardItem h3 a:hover{color:#17892A}
.readMoreLink{display:inline-flex;align-items:center;color:#17892A;font-weight:600;text-decoration:none;font-size:.95rem;transition:all 200ms ease-in}
.readMoreLink::after{content:'→';margin-left:8px;transition:margin-left 180ms ease-in}
.readMoreLink:hover{color:#8D3407}
.readMoreLink:hover::after{margin-left:14px}
.insightSection{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:30px;padding:50px 40px;margin:60px auto;max-width:1400px;text-align:center}
.insightSection h2{font-size:2rem;margin-bottom:20px;color:#2d2d2d}
.insightSection p{font-size:1.1rem;color:#555;max-width:750px;margin:0 auto 30px;line-height:1.7}
.insightBtn{display:inline-block;background:#17892A;color:#fff;padding:14px 36px;border-radius:25px;text-decoration:none;font-weight:600;transition:all 200ms ease-in;box-shadow:0 4px 12px #17892a40}
.insightBtn:hover{background:#8D3407;transform:translateY(-2px);box-shadow:0 6px 16px #8d34074d}
.statsRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin:60px auto;max-width:1400px}
.statBox{background:#fff;border-radius:20px;padding:35px 25px;text-align:center;border:2px solid #e0e0e0;transition:all 180ms ease-in}
.statBox:hover{border-color:#C9DCFD;box-shadow:0 6px 18px #c9dcfd66}
.statBox .statNum{font-size:2.8rem;font-weight:700;color:#17892A;margin-bottom:10px;display:block}
.statBox .statLabel{font-size:1.05rem;color:#555}
@media (max-width: 768px) {
.blogMainHeader{padding:60px 20px}
.blogMainHeader h1{font-size:2.2rem}
.blogMainHeader .subheadline{font-size:1rem}
.categorySection h2{font-size:1.8rem}
.postGrid{grid-template-columns:1fr;gap:25px}
.statsRow{grid-template-columns:1fr}
.insightSection{padding:40px 25px}
.insightSection h2{font-size:1.6rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.postGrid{grid-template-columns:repeat(2,1fr)}
.statsRow{grid-template-columns:repeat(2,1fr)}
}
.spnsTitle{position:relative;padding:80px 20px 120px;overflow:hidden;background:linear-gradient(144deg,#C9DCFD 0%,#e8f1fe 40%,#f5f9ff 100%)}
.spnsTitle::before{content:'';position:absolute;top:-120px;right:-80px;width:400px;height:400px;background:linear-gradient(135deg,#17892a14 0%,#8d34070d 100%);border-radius:40% 60% 50% 50%;transform:rotate(-25deg)}
.spnsTitle::after{content:'';position:absolute;bottom:-60px;left:-100px;width:350px;height:350px;background:radial-gradient(circle,#c9dcfd66 0%,transparent 70%);border-radius:50%}
.spnsContainer{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.headingWrap{max-width:900px;margin:0 auto;text-align:center}
.spnsTitle h1{font-size:3.2rem;line-height:1.2;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.spnsTitle h1 .accentPart{color:#17892A;position:relative;display:inline-block}
.spnsTitle h1 .accentPart::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#17892A 0%,#8D3407 100%);border-radius:20px}
.spnsTitle .subline{font-size:1.25rem;color:#4a4a4a;line-height:1.6;max-width:700px;margin:0 auto}
.geometricShape1{position:absolute;top:120px;left:8%;width:80px;height:80px;background:linear-gradient(135deg,#8d340726 0%,transparent 100%);border-radius:30px;transform:rotate(45deg)}
.geometricShape2{position:absolute;bottom:160px;right:12%;width:60px;height:60px;border:3px solid #17892a33;border-radius:50%}
.benefitsGrid{max-width:1400px;margin:0 auto;padding:100px 20px;background:#fff}
.gridHeader{margin-bottom:60px}
.gridHeader h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.gridHeader h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:linear-gradient(90deg,#C9DCFD 0%,#17892A 100%);border-radius:20px}
.gridHeader .intro{font-size:1.1rem;color:#5a5a5a;line-height:1.7;max-width:850px}
.cardsLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-top:50px}
.benefitCard{background:linear-gradient(135deg,#f8fbff 0%,#fff 100%);padding:40px 32px;border-radius:30px;border:2px solid #e8f1fe;position:relative;transition:all .2s ease-in}
.benefitCard:hover{transform:translateY(-6px);box-shadow:0 12px 28px #17892a1f;border-color:#C9DCFD}
.benefitCard::before{content:'';position:absolute;top:20px;right:20px;width:50px;height:50px;background:radial-gradient(circle,#c9dcfd4d 0%,transparent 70%);border-radius:50%}
.cardIcon{width:48px;height:48px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}
.cardIcon svg{width:100%;height:100%}
.benefitCard h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 14px;font-weight:600}
.benefitCard p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0}
.ctaSection{background:linear-gradient(144deg,#17892A 0%,#8D3407 50%,#C9DCFD 100%);padding:80px 20px;position:relative;overflow:hidden}
.ctaSection::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff0d 0%,transparent 100%)}
.ctaWrap{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctaWrap h2{font-size:2.6rem;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.3}
.ctaWrap .ctaText{font-size:1.15rem;color:#fffffff2;line-height:1.7;margin:0 0 40px}
.ctaButtons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnPrimary{background:#fff;color:#17892A;padding:16px 40px;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s ease-in;border:2px solid #fff}
.btnPrimary:hover{background:transparent;color:#fff;transform:scale(1.05);box-shadow:0 8px 20px #00000026}
.btnSecondary{background:transparent;color:#fff;padding:16px 40px;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s ease-in;border:2px solid #fff9}
.btnSecondary:hover{background:#ffffff26;border-color:#fff;transform:scale(1.05)}
@media (max-width: 768px) {
.spnsTitle{padding:60px 20px 80px}
.spnsTitle h1{font-size:2.2rem}
.spnsTitle .subline{font-size:1.1rem}
.geometricShape1,.geometricShape2{display:none}
.benefitsGrid{padding:60px 20px}
.gridHeader h2{font-size:1.9rem}
.gridHeader h2::before{display:none}
.cardsLayout{grid-template-columns:1fr;gap:30px}
.ctaSection{padding:60px 20px}
.ctaWrap h2{font-size:2rem}
.ctaButtons{flex-direction:column;align-items:stretch}
.btnPrimary,.btnSecondary{width:100%;text-align:center}
}
@media (min-width: 769px) and (max-width: 1200px) {
.spnsTitle h1{font-size:2.8rem}
.cardsLayout{grid-template-columns:repeat(2,1fr)}
}
.successWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(144deg,#C9DCFD 0%,#17892A 50%,#8D3407 100%);position:relative;overflow:hidden}
.successWrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);animation:pulseGlow 8s ease-in-out infinite}
@keyframes pulseGlow {
0%,100%{transform:scale(1) rotate(0deg);opacity:.3}
50%{transform:scale(1.2) rotate(180deg);opacity:.6}
}
.successCard{background:#fffffff7;border-radius:32px;padding:4rem 3rem;max-width:680px;width:100%;text-align:center;position:relative;z-index:2;box-shadow:0 12px 40px #00000026 0 4px 12px #0000001a;animation:slideUp .6s ease-out}
@keyframes slideUp {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.iconCircle{width:110px;height:110px;margin:0 auto 2rem;background:linear-gradient(135deg,#17892A 0%,#C9DCFD 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:scaleIn .5s ease-out .3s both}
@keyframes scaleIn {
from{transform:scale(0);opacity:0}
to{transform:scale(1);opacity:1}
}
.iconCircle::before{content:'';position:absolute;width:130px;height:130px;border:3px solid #17892a33;border-radius:50%;animation:ringExpand 2s ease-in-out infinite}
@keyframes ringExpand {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.15);opacity:.1}
}
.checkMark{width:50px;height:50px;fill:#fff;position:relative;z-index:1}
.successCard h1{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 1.2rem;line-height:1.3;animation:fadeIn .6s ease-out .5s both}
@keyframes fadeIn {
from{opacity:0}
to{opacity:1}
}
.messageText{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0 0 2.5rem;animation:fadeIn .6s ease-out .7s both}
.messageText::before{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#17892A,#C9DCFD);margin:0 auto 1.5rem;border-radius:3px}
.actionsGroup{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeIn .6s ease-out .9s both}
.btnPrimary{background:linear-gradient(135deg,#17892A 0%,#8D3407 100%);color:#fff;padding:.95rem 2.2rem;border-radius:28px;text-decoration:none;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.6rem;transition:all .2s ease-in;border:none;cursor:pointer;box-shadow:0 4px 14px #17892a4d}
.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #17892a66}
.btnSecondary{background:transparent;color:#17892A;padding:.95rem 2.2rem;border-radius:28px;text-decoration:none;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.6rem;transition:all .2s ease-in;border:2px solid #17892A;cursor:pointer}
.btnSecondary:hover{background:#17892a14;transform:translateY(-2px)}
.arrowIcon{width:16px;height:16px;fill:currentColor;transition:transform .2s ease-in}
.btnPrimary:hover .arrowIcon,.btnSecondary:hover .arrowIcon{transform:translateX(4px)}
.infoNote{margin-top:2rem;padding:1.2rem 1.5rem;background:#c9dcfd33;border-radius:20px;border-left:4px solid #17892A;animation:fadeIn .6s ease-out 1.1s both}
.infoNote p{margin:0;font-size:.92rem;color:#3a3a3a;line-height:1.6}
@media (max-width: 768px) {
.successWrap{padding:2rem 1rem;min-height:75vh}
.successCard{padding:3rem 1.8rem;border-radius:24px}
.successCard h1{font-size:1.75rem}
.messageText{font-size:.98rem}
.iconCircle{width:90px;height:90px}
.iconCircle::before{width:110px;height:110px}
.checkMark{width:40px;height:40px}
.actionsGroup{flex-direction:column;gap:.8rem}
.btnPrimary,.btnSecondary{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.successCard{padding:2.5rem 1.5rem}
.successCard h1{font-size:1.5rem}
.btnPrimary,.btnSecondary{padding:.85rem 1.8rem;font-size:.95rem}
}