*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Playfair Display',serif;background:#fafafa;color:#2a2a2a;line-height:1.6}
.headerWrapper-v1{background:linear-gradient(135deg,#fff 0%,#f8f8f8 100%);border-bottom:1px solid #e0e0e0;padding:20px 0}
.headerContainer-v1{max-width:1200px;margin:0 auto;padding:0 20px}
.headerTopRow-v1{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #efefef;margin-bottom:20px}
.logoBrandBlock-v1{display:flex;align-items:center;gap:18px}
.logoImgHolder-v1{width:90px;height:90px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000f}
.logoImgHolder-v1 img{width:70px;height:70px;object-fit:contain}
.brandTextBlock-v1{display:flex;flex-direction:column}
.brandTextBlock-v1 h1{font-size:28px;font-weight:700;color:#5C1E93;margin-bottom:4px}
.brandTextBlock-v1 p{font-size:14px;color:#666;font-weight:400}
.headerContactData-v1{display:flex;gap:24px;align-items:center}
.contactItemWrapper-v1{display:flex;align-items:center;gap:10px}
.contactItemWrapper-v1 i{font-size:18px;color:#40E17E}
.contactItemWrapper-v1 a{color:#2a2a2a;text-decoration:none;font-size:15px;transition:color .2s ease-out}
.contactItemWrapper-v1 a:hover{color:#5C1E93}
.headerNavRow-v1{display:flex;justify-content:center}
.mainNavList-v1{display:flex;list-style:none;gap:40px}
.mainNavList-v1 li a{color:#2a2a2a;text-decoration:none;font-size:16px;font-weight:400;padding:8px 12px;display:block;transition:color .2s ease-out,background .2s ease-out;border-radius:3px}
.mainNavList-v1 li a:hover{color:#5C1E93;background:#f5f5f5}
.footerWrapper-v1{background:linear-gradient(135deg,#5C1E93 0%,#40E17E 100%);color:#fff;padding:50px 0 30px;margin-top:80px}
.footerContainer-v1{max-width:1200px;margin:0 auto;padding:0 20px}
.footerTopBlock-v1{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-bottom:40px;border-bottom:1px solid #fff3;margin-bottom:30px}
.footerAboutSection-v1 h3{font-size:22px;margin-bottom:16px;font-weight:700}
.footerAboutSection-v1 p{font-size:15px;line-height:1.7;opacity:.9}
.footerLinksSection-v1 h4{font-size:18px;margin-bottom:16px;font-weight:700}
.footerLinksSection-v1 ul{list-style:none}
.footerLinksSection-v1 ul li{margin-bottom:10px}
.footerLinksSection-v1 ul li a{color:#fff;text-decoration:none;font-size:15px;opacity:.85;transition:opacity .2s ease-out}
.footerLinksSection-v1 ul li a:hover{opacity:1}
.footerBottomBlock-v1{display:flex;justify-content:space-between;align-items:center;font-size:14px;opacity:.85}
.footerBottomBlock-v1 a{color:#fff;text-decoration:underline;margin-left:6px}
.cookiePopupWrapper-v1{position:fixed;top:20px;left:20px;width:450px;max-width:calc(100% - 40px);background:#fff;border-radius:6px;box-shadow:0 8px 24px #00000026;padding:28px;z-index:10000;transform:translateX(-520px);transition:transform .4s ease-out}
.cookiePopupWrapper-v1.showPopup-v1{transform:translateX(0)}
.cookiePopupWrapper-v1 h3{font-size:20px;margin-bottom:14px;color:#5C1E93}
.cookiePopupWrapper-v1 p{font-size:14px;line-height:1.6;margin-bottom:20px;color:#555}
.cookieCategoryGrid-v1{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:20px}
.cookieCategoryCard-v1{background:#f9f9f9;padding:14px;border-radius:4px;border:1px solid #e5e5e5}
.cookieCategoryCard-v1 label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#2a2a2a}
.cookieCategoryCard-v1 input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.cookieButtonRow-v1{display:flex;gap:12px}
.cookieButtonRow-v1 button{flex:1;padding:12px 20px;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease-out;font-family:'Playfair Display',serif}
.btnAcceptCookies-v1{background:#40E17E;color:#2a2a2a}
.btnAcceptCookies-v1:hover{background:#35c96d}
.btnDeclineCookies-v1{background:#5C1E93;color:#fff}
.btnDeclineCookies-v1:hover{background:#4a1775}
@media (max-width: 768px) {
.headerTopRow-v1{flex-direction:column;align-items:flex-start;gap:20px}
.headerContactData-v1{flex-direction:column;align-items:flex-start;gap:12px}
.mainNavList-v1{flex-direction:column;gap:8px;width:100%}
.mainNavList-v1 li a{width:100%}
.footerTopBlock-v1{grid-template-columns:1fr;gap:30px}
.footerBottomBlock-v1{flex-direction:column;gap:10px;text-align:center}
.cookiePopupWrapper-v1{width:calc(100% - 40px);left:20px}
}
.info-doc-u{max-width:1200px;margin:0 auto;padding:60px 20px;background:#fff}
.info-doc-u h1{font-size:42px;line-height:1.2;color:#5C1E93;margin:0 0 16px;font-weight:700}
.info-doc-u h2{font-size:32px;line-height:1.3;color:#5C1E93;margin:48px 0 20px;font-weight:600}
.info-doc-u h3{font-size:24px;line-height:1.4;color:#333;margin:36px 0 16px;font-weight:600}
.info-doc-u h4{font-size:20px;line-height:1.4;color:#333;margin:28px 0 14px;font-weight:600}
.info-doc-u h5{font-size:18px;line-height:1.5;color:#444;margin:24px 0 12px;font-weight:600}
.info-doc-u h6{font-size:16px;line-height:1.5;color:#555;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.info-doc-u p{font-size:16px;line-height:1.75;color:#333;margin:0 0 18px;max-width:800px}
.info-doc-u strong,.info-doc-u b{font-weight:600;color:#222}
.info-doc-u em,.info-doc-u i{font-style:italic;color:#444}
.info-doc-u a{color:#40E17E;text-decoration:none;border-bottom:1px solid #40e17e4d;transition:all .2s ease-out}
.info-doc-u a:hover{color:#5C1E93;border-bottom-color:#5C1E93}
.info-doc-u a:focus{outline:2px solid #40E17E;outline-offset:2px}
.info-doc-u table{width:100%;max-width:900px;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 8px #00000014;border-radius:4px;overflow:hidden}
.info-doc-u thead{background:linear-gradient(135deg,#5C1E93 0%,#40E17E 100%)}
.info-doc-u thead tr{border:none}
.info-doc-u thead th{color:#fff;font-weight:600;text-align:left;padding:16px 20px;font-size:15px;text-transform:uppercase;letter-spacing:.5px}
.info-doc-u tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease-out}
.info-doc-u tbody tr:last-child{border-bottom:none}
.info-doc-u tbody tr:hover{background:#f9f9f9}
.info-doc-u tbody td{padding:14px 20px;font-size:15px;line-height:1.6;color:#444}
.info-doc-u tbody th{padding:14px 20px;font-size:15px;line-height:1.6;color:#222;font-weight:600;text-align:left;background:#f5f5f5}
@media (max-width: 768px) {
.info-doc-u{padding:40px 16px}
.info-doc-u h1{font-size:32px;margin-bottom:12px}
.info-doc-u h2{font-size:26px;margin:36px 0 16px}
.info-doc-u h3{font-size:22px;margin:28px 0 14px}
.info-doc-u h4{font-size:19px;margin:24px 0 12px}
.info-doc-u h5{font-size:17px;margin:20px 0 10px}
.info-doc-u h6{font-size:15px}
.info-doc-u p{font-size:15px;line-height:1.7}
.info-doc-u table{font-size:14px;margin:24px 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.info-doc-u thead th{padding:12px 14px;font-size:13px}
.info-doc-u tbody td,.info-doc-u tbody th{padding:10px 14px;font-size:14px}
}
@media (max-width: 480px) {
.info-doc-u{padding:32px 14px}
.info-doc-u h1{font-size:28px}
.info-doc-u h2{font-size:24px}
.info-doc-u h3{font-size:20px}
}
.blogPost-v1{max-width:1200px;margin:0 auto;padding:0 20px}
.postHero-v2{padding:60px 0 40px;text-align:center}
.postHero-v2 .titleWrapper{max-width:800px;margin:0 auto}
.postHero-v2 h1{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin:0 0 30px;font-weight:700}
.featuredImage-v1{width:100%;max-width:900px;margin:0 auto 50px;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.featuredImage-v1 img{width:100%;height:auto;display:block}
.articleBody-v3{max-width:740px;margin:0 auto;padding:0 20px 60px}
.articleBody-v3 p{font-size:1.125rem;line-height:1.75;color:#2a2a2a;margin:0 0 24px}
.articleBody-v3 strong{color:#5C1E93;font-weight:600}
.articleBody-v3 em{font-style:italic;color:#333}
.articleBody-v3 ul,.articleBody-v3 ol{margin:0 0 24px;padding-left:28px}
.articleBody-v3 li{font-size:1.125rem;line-height:1.75;color:#2a2a2a;margin-bottom:12px}
.articleBody-v3 h2{font-size:2rem;color:#1a1a1a;margin:48px 0 20px;font-weight:600;position:relative;padding-left:18px}
.articleBody-v3 h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:28px;background:linear-gradient(180deg,#40E17E 0%,#5C1E93 100%);border-radius:2px}
.articleBody-v3 h3{font-size:1.5rem;color:#1a1a1a;margin:36px 0 16px;font-weight:600}
.articleBody-v3 h4{font-size:1.25rem;color:#2a2a2a;margin:28px 0 14px;font-weight:600}
.postActions-v1{max-width:740px;margin:40px auto 0;padding:30px 20px 0;border-top:2px solid #f0f0f0;display:flex;gap:16px;flex-wrap:wrap}
.btnPrint-v2,.btnScrollTop-v2{padding:12px 28px;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .25s ease-out;border:none;display:inline-flex;align-items:center;gap:8px}
.btnPrint-v2{background:linear-gradient(135deg,#40E17E 0%,#5C1E93 100%);color:#fff}
.btnPrint-v2:hover{transform:translateY(-2px);box-shadow:0 6px 16px #5c1e9340}
.btnScrollTop-v2{background:#fff;color:#5C1E93;border:2px solid #5C1E93}
.btnScrollTop-v2:hover{background:#5C1E93;color:#fff;transform:translateY(-2px)}
.btnPrint-v2::before,.btnScrollTop-v2::before{font-family:'simple-line-icons';font-size:1.1rem}
.btnPrint-v2::before{content:'\e954'}
.btnScrollTop-v2::before{content:'\e75c'}
@media (max-width: 768px) {
.postHero-v2 h1{font-size:2rem}
.articleBody-v3 p,.articleBody-v3 li{font-size:1rem}
.articleBody-v3 h2{font-size:1.6rem;margin:36px 0 16px}
.articleBody-v3 h3{font-size:1.3rem}
.postActions-v1{flex-direction:column}
.btnPrint-v2,.btnScrollTop-v2{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.postHero-v2{padding:40px 0 30px}
.postHero-v2 h1{font-size:1.6rem}
.featuredImage-v1{margin-bottom:30px}
.articleBody-v3{padding-bottom:40px}
.articleBody-v3 h2{font-size:1.4rem}
}
@media print {
.postActions-v1{display:none}
}
.heroWrapV1{background:linear-gradient(135deg,#40E17E 0%,#5C1E93 65%,#FFF4B8 100%);padding:4rem 1.5rem 3rem;margin-bottom:3.5rem}
.heroWrapV1 .heroInner{max-width:1200px;margin:0 auto}
.heroWrapV1 .mainTitle{font-size:2.8rem;line-height:1.15;color:#fff;margin:0 0 1.2rem;font-weight:700}
.heroWrapV1 .heroDesc{font-size:1.15rem;line-height:1.6;color:#fffffff2;max-width:680px;margin:0 0 1.8rem}
.heroWrapV1 .heroCta{display:inline-block;background:#fff;color:#5C1E93;padding:.85rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:transform .2s ease-out,box-shadow .2s ease-out}
.heroWrapV1 .heroCta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}
.rhythmBlock{max-width:1200px;margin:0 auto 3.5rem;padding:0 1.5rem}
.rhythmBlock .rhythmTitle{font-size:1.75rem;margin:0 0 1.2rem;color:#2a2a2a;font-weight:600}
.rhythmBlock .rhythmGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem}
.rhythmBlock .rhythmCard{background:#f9f9f9;padding:1.5rem;border-radius:5px;border-left:4px solid #40E17E}
.rhythmBlock .rhythmCard h3{font-size:1.1rem;margin:0 0 .6rem;color:#2a2a2a;font-weight:600}
.rhythmBlock .rhythmCard p{font-size:.95rem;line-height:1.55;color:#555;margin:0}
.topicsWrapper{background:#fff;padding:3rem 1.5rem;margin-bottom:3rem}
.topicsWrapper .topicsInner{max-width:1200px;margin:0 auto}
.topicsWrapper .topicsHead{font-size:1.75rem;margin:0 0 1.5rem;color:#2a2a2a;font-weight:600}
.topicsWrapper .topicsList{display:flex;flex-wrap:wrap;gap:1rem}
.topicsWrapper .topicTag{background:linear-gradient(90deg,#40E17E 0%,#5C1E93 100%);color:#fff;padding:.65rem 1.4rem;border-radius:3px;font-size:.95rem;font-weight:500;transition:opacity .2s ease-out}
.topicsWrapper .topicTag:hover{opacity:.85}
.underratedSection{max-width:1200px;margin:0 auto 3.5rem;padding:0 1.5rem}
.underratedSection .underTitle{font-size:1.75rem;margin:0 0 .8rem;color:#2a2a2a;font-weight:600}
.underratedSection .underIntro{font-size:1rem;line-height:1.6;color:#555;margin:0 0 1.8rem;max-width:700px}
.underratedSection .underGrid{display:grid;grid-template-columns:1fr;gap:2rem}
.underratedSection .underCard{display:flex;gap:1.5rem;background:#fafafa;padding:1.5rem;border-radius:4px;transition:box-shadow .2s ease-out}
.underratedSection .underCard:hover{box-shadow:0 4px 12px #00000014}
.underratedSection .underCard img{width:140px;height:140px;object-fit:cover;border-radius:3px;flex-shrink:0}
.underratedSection .underCard .underContent h4{font-size:1.2rem;margin:0 0 .5rem;color:#2a2a2a;font-weight:600}
.underratedSection .underCard .underContent p{font-size:.95rem;line-height:1.55;color:#555;margin:0}
.researchPosts{max-width:1200px;margin:0 auto 3.5rem;padding:0 1.5rem}
.researchPosts .resTitle{font-size:1.85rem;margin:0 0 1.5rem;color:#2a2a2a;font-weight:600;border-bottom:3px solid #5C1E93;padding-bottom:.5rem;display:inline-block}
.researchPosts .resGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.researchPosts .resCard{background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease-out}
.researchPosts .resCard:hover{transform:translateY(-4px)}
.researchPosts .resCard img{width:100%;height:200px;object-fit:cover}
.researchPosts .resCard .resContent{padding:1.5rem}
.researchPosts .resCard .resContent h3{font-size:1.3rem;margin:0 0 .7rem;color:#2a2a2a;font-weight:600}
.researchPosts .resCard .resContent p{font-size:.95rem;line-height:1.6;color:#555;margin:0 0 1rem}
.researchPosts .resCard .resContent a{color:#5C1E93;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease-out}
.researchPosts .resCard .resContent a:hover{color:#40E17E}
.guidesSection{background:#f7f7f7;padding:3rem 1.5rem;margin-bottom:3rem}
.guidesSection .guidesInner{max-width:1200px;margin:0 auto}
.guidesSection .guidesHeader{font-size:1.85rem;margin:0 0 1.5rem;color:#2a2a2a;font-weight:600}
.guidesSection .guideList{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.guidesSection .guideItem{background:#fff;padding:1.5rem;border-radius:4px;border-top:3px solid #40E17E;transition:box-shadow .2s ease-out}
.guidesSection .guideItem:hover{box-shadow:0 4px 12px #00000014}
.guidesSection .guideItem h4{font-size:1.15rem;margin:0 0 .6rem;color:#2a2a2a;font-weight:600}
.guidesSection .guideItem p{font-size:.9rem;line-height:1.55;color:#555;margin:0 0 .8rem}
.guidesSection .guideItem a{color:#5C1E93;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s ease-out}
.guidesSection .guideItem a:hover{color:#40E17E}
.territoriesBlock{max-width:1200px;margin:0 auto 3.5rem;padding:0 1.5rem}
.territoriesBlock .terrTitle{font-size:1.75rem;margin:0 0 1.8rem;color:#2a2a2a;font-weight:600}
.territoriesBlock .terrGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
.territoriesBlock .terrCard{background:linear-gradient(135deg,#fff 0%,#f9f9f9 100%);padding:2rem;border-radius:5px;border:1px solid #e0e0e0;position:relative}
.territoriesBlock .terrCard::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#40E17E 0%,#5C1E93 100%);border-radius:5px 0 0 5px}
.territoriesBlock .terrCard h3{font-size:1.25rem;margin:0 0 .8rem;color:#2a2a2a;font-weight:600}
.territoriesBlock .terrCard p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.attentionWrapper{background:#fff;padding:3rem 1.5rem;margin-bottom:3rem}
.attentionWrapper .attInner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.attentionWrapper .attText h2{font-size:1.85rem;margin:0 0 1rem;color:#2a2a2a;font-weight:600}
.attentionWrapper .attText p{font-size:1rem;line-height:1.65;color:#555;margin:0 0 .9rem}
.attentionWrapper .attVisual{background:linear-gradient(135deg,#40E17E 0%,#5C1E93 100%);padding:2.5rem;border-radius:6px;color:#fff}
.attentionWrapper .attVisual h3{font-size:1.5rem;margin:0 0 1rem;font-weight:600}
.attentionWrapper .attVisual ul{list-style:none;padding:0;margin:0}
.attentionWrapper .attVisual ul li{font-size:.95rem;line-height:1.6;margin-bottom:.7rem;padding-left:1.5rem;position:relative}
.attentionWrapper .attVisual ul li::before{content:'✓';position:absolute;left:0;font-weight:700;color:#FFF4B8}
.scaleSection{max-width:1200px;margin:0 auto 3.5rem;padding:0 1.5rem}
.scaleSection .scaleHead{font-size:1.75rem;margin:0 0 1.2rem;color:#2a2a2a;font-weight:600}
.scaleSection .scaleDesc{font-size:1rem;line-height:1.65;color:#555;margin:0 0 2rem;max-width:750px}
.scaleSection .scaleVisual{display:flex;gap:2rem;flex-wrap:wrap}
.scaleSection .scaleBox{flex:1 1 200px;background:#f9f9f9;padding:2rem 1.5rem;border-radius:4px;text-align:center;border-bottom:4px solid #40E17E}
.scaleSection .scaleBox .scaleNum{font-size:2.5rem;font-weight:700;color:#5C1E93;margin:0 0 .5rem}
.scaleSection .scaleBox .scaleLabel{font-size:.95rem;color:#555;margin:0}
.caseStudySection{background:#f7f7f7;padding:3rem 1.5rem;margin-bottom:3rem}
.caseStudySection .caseInner{max-width:1200px;margin:0 auto}
.caseStudySection .caseTitle{font-size:1.85rem;margin:0 0 1.5rem;color:#2a2a2a;font-weight:600}
.caseStudySection .caseList{display:grid;grid-template-columns:1fr;gap:1.5rem}
.caseStudySection .caseItem{background:#fff;padding:1.8rem;border-radius:4px;border-left:5px solid #5C1E93;transition:box-shadow .2s ease-out}
.caseStudySection .caseItem:hover{box-shadow:0 4px 12px #00000014}
.caseStudySection .caseItem h4{font-size:1.2rem;margin:0 0 .8rem;color:#2a2a2a;font-weight:600}
.caseStudySection .caseItem a{color:#5C1E93;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease-out}
.caseStudySection .caseItem a:hover{color:#40E17E}
.habitBlock{max-width:1200px;margin:0 auto 3.5rem;padding:0 1.5rem}
.habitBlock .habitTitle{font-size:1.75rem;margin:0 0 1.2rem;color:#2a2a2a;font-weight:600}
.habitBlock .habitContent{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.habitBlock .habitText{font-size:1rem;line-height:1.65;color:#555}
.habitBlock .habitText p{margin:0 0 1rem}
.habitBlock .habitVisual img{width:100%;height:auto;border-radius:5px;box-shadow:0 4px 12px #00000014}
@media (max-width: 768px) {
.heroWrapV1 .mainTitle{font-size:2rem}
.heroWrapV1 .heroDesc{font-size:1rem}
.attentionWrapper .attInner{grid-template-columns:1fr;gap:2rem}
.habitBlock .habitContent{grid-template-columns:1fr;gap:1.5rem}
.underratedSection .underCard{flex-direction:column}
.underratedSection .underCard img{width:100%;height:200px}
}
.authorHero-v1{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.authorHero-v1 .bgImage-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.authorHero-v1 .bgImage-wrapper img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.2);mix-blend-mode:multiply}
.authorHero-v1 .bgImage-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#40E17E 0%,#5C1E93 100%);opacity:.85;z-index:2}
.authorHero-v1 .decorShape--left{position:absolute;top:15%;left:8%;width:120px;height:120px;border:2px solid #fff4b826;border-radius:50%;z-index:3}
.authorHero-v1 .decorShape--right{position:absolute;bottom:20%;right:12%;width:80px;height:80px;border:2px solid #fff4b81f;transform:rotate(45deg);z-index:3}
.authorHero-v1 .heroContent-v1{position:relative;z-index:4;text-align:center;max-width:720px;padding:40px 20px}
.authorHero-v1 .heroContent-v1 h1{font-size:3.2rem;color:#fff;margin-bottom:16px;line-height:1.15;font-weight:700}
.authorHero-v1 .heroContent-v1 .subtitle-text{font-size:1.25rem;color:#FFF4B8;margin-bottom:24px;line-height:1.5}
.authorHero-v1 .heroContent-v1 .intro-para{font-size:1.05rem;color:#ffffffeb;line-height:1.7;max-width:600px;margin:0 auto}
.storyGrid-v2{max-width:1200px;margin:0 auto 100px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.storyGrid-v2 .imageCol-wrapper{position:relative}
.storyGrid-v2 .imageCol-wrapper img{width:100%;height:auto;border-radius:4px;box-shadow:0 8px 24px #5c1e9326}
.storyGrid-v2 .imageCol-wrapper::after{content:'';position:absolute;top:-12px;right:-12px;width:100%;height:100%;border:2px solid #40E17E;border-radius:4px;z-index:-1}
.storyGrid-v2 .contentCol-v2 h2{font-size:2.4rem;color:#5C1E93;margin-bottom:28px;line-height:1.25;position:relative;padding-bottom:16px}
.storyGrid-v2 .contentCol-v2 h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#40E17E,#FFF4B8)}
.storyGrid-v2 .contentCol-v2 .textBlock-v1{margin-bottom:24px}
.storyGrid-v2 .contentCol-v2 .textBlock-v1 p{font-size:1.05rem;color:#2a2a2a;line-height:1.75;margin-bottom:18px}
.storyGrid-v2 .contentCol-v2 .highlight-term{color:#5C1E93;font-weight:600;position:relative}
.storyGrid-v2 .contentCol-v2 .highlight-term::before{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#40E17E,transparent);opacity:.4}
.focusCards-v3{background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;margin-bottom:0}
.focusCards-v3 .container-v3{max-width:1200px;margin:0 auto}
.focusCards-v3 .sectionHead-v3{text-align:center;margin-bottom:60px}
.focusCards-v3 .sectionHead-v3 h2{font-size:2.6rem;color:#5C1E93;margin-bottom:16px;line-height:1.2}
.focusCards-v3 .sectionHead-v3 .lead-text{font-size:1.15rem;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.6}
.focusCards-v3 .cardsGrid-v3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.focusCards-v3 .focusCard-v3{background:#fff;border-radius:6px;padding:36px 28px;box-shadow:0 4px 12px #5c1e9314;transition:all .3s ease-out;border:1px solid #40e17e26;position:relative;overflow:hidden}
.focusCards-v3 .focusCard-v3::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#40E17E,#5C1E93);transform:scaleX(0);transform-origin:left;transition:transform .4s ease-out}
.focusCards-v3 .focusCard-v3:hover{transform:translateY(-6px);box-shadow:0 12px 28px #5c1e9329}
.focusCards-v3 .focusCard-v3:hover::before{transform:scaleX(1)}
.focusCards-v3 .cardIcon-v3{width:56px;height:56px;background:linear-gradient(135deg,#40E17E,#5C1E93);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.focusCards-v3 .cardIcon-v3 i{font-size:26px;color:#fff}
.focusCards-v3 .focusCard-v3 h3{font-size:1.5rem;color:#2a2a2a;margin-bottom:14px;line-height:1.3}
.focusCards-v3 .focusCard-v3 p{font-size:1rem;color:#5a5a5a;line-height:1.7;margin:0}
@media (max-width: 968px) {
.authorHero-v1{min-height:440px;margin-bottom:60px}
.authorHero-v1 .heroContent-v1 h1{font-size:2.4rem}
.authorHero-v1 .heroContent-v1 .subtitle-text{font-size:1.1rem}
.storyGrid-v2{grid-template-columns:1fr;gap:40px;margin-bottom:70px}
.storyGrid-v2 .contentCol-v2 h2{font-size:2rem}
.focusCards-v3{padding:60px 20px}
.focusCards-v3 .cardsGrid-v3{grid-template-columns:1fr;gap:24px}
.focusCards-v3 .sectionHead-v3 h2{font-size:2.2rem}
}
@media (max-width: 640px) {
.authorHero-v1{min-height:380px}
.authorHero-v1 .heroContent-v1 h1{font-size:2rem}
.authorHero-v1 .decorShape--left,.authorHero-v1 .decorShape--right{display:none}
.storyGrid-v2 .contentCol-v2 h2{font-size:1.75rem}
.focusCards-v3 .sectionHead-v3 h2{font-size:1.9rem}
}
.blogHeroV1{background:linear-gradient(135deg,#40E17E 0%,#5C1E93 100%);padding:80px 20px 60px;text-align:center;margin-bottom:60px}
.blogHeroV1 .heroTitleWrap{max-width:800px;margin:0 auto}
.blogHeroV1 h1{font-size:48px;color:#fff;margin:0 0 20px;font-weight:700}
.blogHeroV1 .heroSubtext{font-size:18px;color:#ffffffe6;line-height:1.6;margin:0}
.contentContainerV2{max-width:1200px;margin:0 auto;padding:0 20px}
.sectionHeaderV1{margin-bottom:40px}
.sectionHeaderV1 h2{font-size:32px;color:#5C1E93;margin:0 0 12px;position:relative;display:inline-block}
.sectionHeaderV1 h2::after{content:'';position:absolute;bottom:-6px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#40E17E 0%,#5C1E93 100%)}
.sectionHeaderV1 .sectionDesc{font-size:16px;color:#666;line-height:1.5}
.postGridFeatured{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;margin-bottom:80px}
.postCardFeatured{background:#fff;border:1px solid #e8e8e8;border-radius:4px;overflow:hidden;transition:all .3s ease-out;position:relative}
.postCardFeatured:hover{transform:translateY(-4px);box-shadow:0 8px 16px #5c1e931f;border-color:#40E17E}
.postCardFeatured .imageWrapperV1{width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,#FFF4B8 0%,#40E17E 100%);position:relative}
.postCardFeatured .imageWrapperV1 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-out}
.postCardFeatured:hover .imageWrapperV1 img{transform:scale(1.05)}
.postCardFeatured .contentBlockV1{padding:24px}
.postCardFeatured h3{font-size:22px;color:#222;margin:0 0 12px;line-height:1.3}
.postCardFeatured .excerptText{font-size:15px;color:#555;line-height:1.6;margin:0 0 18px}
.postCardFeatured .readLinkV1{display:inline-flex;align-items:center;font-size:14px;color:#5C1E93;text-decoration:none;font-weight:600;transition:color .3s ease-out}
.postCardFeatured .readLinkV1:hover{color:#40E17E}
.postCardFeatured .readLinkV1::after{content:'→';margin-left:6px;transition:transform .3s ease-out}
.postCardFeatured:hover .readLinkV1::after{transform:translateX(4px)}
.guidesSection{margin-bottom:80px}
.postListCompact{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.compactPostCard{background:#fff;border-left:4px solid #40E17E;padding:20px 24px;border-radius:3px;box-shadow:0 2px 6px #00000014;transition:all .3s ease-out}
.compactPostCard:hover{box-shadow:0 6px 12px #5c1e9326;border-left-color:#5C1E93}
.compactPostCard h3{font-size:19px;color:#222;margin:0 0 10px;line-height:1.4}
.compactPostCard .compactExcerpt{font-size:14px;color:#666;line-height:1.5;margin:0 0 14px}
.compactPostCard .compactLink{font-size:13px;color:#5C1E93;text-decoration:none;font-weight:600;display:inline-block;transition:color .3s ease-out}
.compactPostCard:hover .compactLink{color:#40E17E}
.caseStudySection{margin-bottom:80px}
.caseListGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.caseItemCard{background:linear-gradient(135deg,#40e17e0d 0%,#5c1e930d 100%);padding:28px;border-radius:4px;border:2px solid transparent;transition:all .3s ease-out;position:relative}
.caseItemCard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#40E17E 0%,#5C1E93 100%);opacity:0;transition:opacity .3s ease-out}
.caseItemCard:hover{border-color:#40E17E}
.caseItemCard:hover::before{opacity:1}
.caseItemCard h3{font-size:20px;color:#222;margin:0 0 16px;line-height:1.3}
.caseItemCard .caseLink{display:inline-flex;align-items:center;font-size:14px;color:#5C1E93;text-decoration:none;font-weight:600;padding:10px 20px;background:#fff;border-radius:3px;border:1px solid #5C1E93;transition:all .3s ease-out}
.caseItemCard:hover .caseLink{background:#5C1E93;color:#fff}
.newsletterBoxV1{background:linear-gradient(135deg,#5C1E93 0%,#40E17E 100%);padding:50px 40px;border-radius:6px;text-align:center;margin-bottom:80px}
.newsletterBoxV1 h2{font-size:28px;color:#fff;margin:0 0 12px}
.newsletterBoxV1 .nlDesc{font-size:16px;color:#ffffffe6;margin:0 0 28px;line-height:1.5}
.newsletterBoxV1 .formWrapV1{max-width:500px;margin:0 auto;display:flex;gap:12px}
.newsletterBoxV1 input[type="email"]{flex:1;padding:14px 18px;border:none;border-radius:3px;font-size:15px}
.newsletterBoxV1 button{padding:14px 32px;background:#FFF4B8;color:#5C1E93;border:none;border-radius:3px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease-out}
.newsletterBoxV1 button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}
@media (max-width: 768px) {
.blogHeroV1{padding:60px 20px 40px}
.blogHeroV1 h1{font-size:36px}
.postGridFeatured{grid-template-columns:1fr;gap:24px}
.postListCompact{grid-template-columns:1fr}
.caseListGrid{grid-template-columns:1fr}
.newsletterBoxV1{padding:40px 24px}
.newsletterBoxV1 .formWrapV1{flex-direction:column}
.sectionHeaderV1 h2{font-size:28px}
}
@media (max-width: 480px) {
.blogHeroV1 h1{font-size:28px}
.blogHeroV1 .heroSubtext{font-size:16px}
.postCardFeatured .imageWrapperV1{height:180px}
}
.faqPageWrap-v1{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:0;margin:0}
.heroBlockFaq-v2{max-width:1200px;margin:0 auto;padding:80px 20px 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}
.heroBlockFaq-v2::before{content:'';position:absolute;top:10%;right:5%;width:400px;height:400px;background:linear-gradient(135deg,#40e17e14 0%,#5c1e9314 100%);border-radius:50%;z-index:1;pointer-events:none}
.heroBlockFaq-v2::after{content:'';position:absolute;bottom:20%;left:8%;width:200px;height:200px;background:#fff4b84d;border-radius:50% 40% 60% 50%;z-index:1;pointer-events:none}
.heroTextWrap-v1{position:relative;z-index:2}
.heroTextWrap-v1 h1{font-size:48px;line-height:1.2;margin:0 0 20px;color:#1a1a1a;font-weight:700}
.heroTextWrap-v1 .taglineText-v1{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0 0 32px}
.heroBtnGroup-v2{display:flex;gap:16px;flex-wrap:wrap}
.heroBtnGroup-v2 .btnPrimary-v3{padding:14px 32px;background:linear-gradient(135deg,#40E17E 0%,#5C1E93 100%);color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;transition:transform .3s ease-out,box-shadow .3s ease-out;display:inline-block;box-shadow:0 4px 12px #40e17e33;z-index:10;position:relative}
.heroBtnGroup-v2 .btnPrimary-v3:hover{transform:translateY(-2px);box-shadow:0 6px 16px #40e17e4d}
.heroBtnGroup-v2 .btnSecondary-v3{padding:14px 32px;background:transparent;color:#5C1E93;text-decoration:none;border:2px solid #5C1E93;border-radius:4px;font-size:16px;font-weight:600;transition:background .3s ease-out,color .3s ease-out;display:inline-block;z-index:10;position:relative}
.heroBtnGroup-v2 .btnSecondary-v3:hover{background:#5C1E93;color:#fff}
.heroImageBox-v1{position:relative;z-index:2}
.heroImageBox-v1 img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:6px;box-shadow:0 8px 24px #0000001f;filter:contrast(1.05) brightness(0.98)}
.questionGridSection-v1{max-width:1200px;margin:0 auto;padding:80px 20px;background:#fff}
.sectionHeadCenter-v2{text-align:center;margin-bottom:60px}
.sectionHeadCenter-v2 h2{font-size:38px;margin:0 0 16px;color:#1a1a1a;font-weight:700;position:relative;display:inline-block}
.sectionHeadCenter-v2 h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#40E17E 0%,#5C1E93 100%);border-radius:2px}
.sectionHeadCenter-v2 p{font-size:17px;color:#666;margin:24px 0 0;line-height:1.6}
.accordionWrap-v3{display:grid;gap:16px}
.accordionItem-v2{background:#f8f9fa;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:box-shadow .3s ease-out}
.accordionItem-v2:hover{box-shadow:0 4px 12px #00000014}
.accordionToggle-v1{display:none}
.accordionHead-v2{padding:24px 28px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;transition:background .3s ease-out}
.accordionHead-v2:hover{background:#f0f1f3}
.accordionHead-v2 h3{font-size:19px;margin:0;color:#2a2a2a;font-weight:600;flex:1}
.accordionIcon-v1{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#5C1E93;font-size:20px;transition:transform .3s ease-out;flex-shrink:0;margin-left:16px}
.accordionIcon-v1::before{content:'+';font-weight:600}
.accordionToggle-v1:checked ~ .accordionHead-v2 .accordionIcon-v1{transform:rotate(45deg)}
.accordionBodyWrap-v1{max-height:0;overflow:hidden;transition:max-height .4s ease-out}
.accordionToggle-v1:checked ~ .accordionBodyWrap-v1{max-height:800px}
.accordionBody-v1{padding:0 28px 28px}
.accordionBody-v1 p{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.ctaSectionFinal-v1{background:linear-gradient(20deg,#40E17E 0%,#5C1E93 50%,#FFF4B8 100%);padding:80px 20px;margin-top:60px}
.ctaInnerWrap-v2{max-width:800px;margin:0 auto;text-align:center}
.ctaInnerWrap-v2 h2{font-size:36px;color:#fff;margin:0 0 20px;font-weight:700}
.ctaInnerWrap-v2 p{font-size:18px;color:#fffffff2;margin:0 0 32px;line-height:1.6}
.ctaBtnBox-v1{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ctaBtnBox-v1 .btnWhite-v2{padding:16px 36px;background:#fff;color:#5C1E93;text-decoration:none;border-radius:4px;font-size:17px;font-weight:600;transition:transform .3s ease-out,box-shadow .3s ease-out;display:inline-block;box-shadow:0 4px 12px #00000026;z-index:10;position:relative}
.ctaBtnBox-v1 .btnWhite-v2:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.ctaBtnBox-v1 .btnOutline-v2{padding:16px 36px;background:transparent;color:#fff;text-decoration:none;border:2px solid #fff;border-radius:4px;font-size:17px;font-weight:600;transition:background .3s ease-out;display:inline-block;z-index:10;position:relative}
.ctaBtnBox-v1 .btnOutline-v2:hover{background:#ffffff26}
.profileImgBox-v1{display:flex;justify-content:center;margin-top:48px}
.profileImgBox-v1 img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #00000026}
@media (max-width: 968px) {
.heroBlockFaq-v2{grid-template-columns:1fr;gap:40px;padding:60px 20px 40px}
.heroTextWrap-v1 h1{font-size:36px}
.heroTextWrap-v1 .taglineText-v1{font-size:17px}
.sectionHeadCenter-v2 h2{font-size:32px}
.ctaInnerWrap-v2 h2{font-size:30px}
.questionGridSection-v1{padding:60px 20px}
.ctaSectionFinal-v1{padding:60px 20px}
}
@media (max-width: 640px) {
.heroTextWrap-v1 h1{font-size:30px}
.heroBtnGroup-v2{flex-direction:column}
.heroBtnGroup-v2 .btnPrimary-v3,.heroBtnGroup-v2 .btnSecondary-v3{width:100%;text-align:center}
.sectionHeadCenter-v2 h2{font-size:28px}
.accordionHead-v2 h3{font-size:17px}
.accordionHead-v2{padding:20px}
.accordionBody-v1{padding:0 20px 20px}
.ctaInnerWrap-v2 h2{font-size:26px}
.ctaBtnBox-v1{flex-direction:column}
.ctaBtnBox-v1 .btnWhite-v2,.ctaBtnBox-v1 .btnOutline-v2{width:100%}
}
.successMsg-v1{max-width:1200px;margin:80px auto 0;padding:0 20px}
.msgContainer-v1{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #40E17E;border-radius:4px;padding:60px 40px;position:relative;overflow:hidden;text-align:center}
.msgContainer-v1::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#40e17e26 0%,transparent 70%);border-radius:50%;z-index:1}
.msgContainer-v1::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle,#5c1e9314 0%,transparent 70%);border-radius:50%;z-index:1}
.decorCircle-v1{position:absolute;border-radius:50%;border:1px solid #5c1e931f}
.decorCircle-v1:nth-child(1){width:180px;height:180px;top:20%;left:10%;z-index:1}
.decorCircle-v1:nth-child(2){width:120px;height:120px;bottom:25%;right:15%;border-color:#40e17e26;z-index:1}
.msgContent-v1{position:relative;z-index:2;max-width:600px;margin:0 auto}
.successIcon-v1{width:80px;height:80px;margin:0 auto 30px;background:linear-gradient(135deg,#40E17E 0%,#5C1E93 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #40e17e40}
.successIcon-v1 svg{width:40px;height:40px}
.msgContent-v1 h1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.3}
.msgContent-v1 .subtext-v1{font-size:18px;color:#4a4a4a;margin:0 0 40px;line-height:1.6}
.actionGroup-v1{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btnPrimary-v1{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#40E17E 0%,#5C1E93 100%);color:#fff;text-decoration:none;border-radius:3px;font-weight:600;font-size:16px;transition:all .3s ease-out;border:none;cursor:pointer;box-shadow:0 4px 12px #40e17e4d}
.btnPrimary-v1:hover{transform:translateY(-2px);box-shadow:0 6px 16px #40e17e66}
.btnSecondary-v1{display:inline-block;padding:14px 32px;background:#fff;color:#5C1E93;text-decoration:none;border-radius:3px;font-weight:600;font-size:16px;transition:all .3s ease-out;border:2px solid #5C1E93;cursor:pointer}
.btnSecondary-v1:hover{background:#5C1E93;color:#fff;transform:translateY(-2px)}
.infoBox-v1{background:#fff4b84d;border-left:4px solid #FFF4B8;padding:20px 24px;margin:40px 0 0;border-radius:3px;text-align:left}
.infoBox-v1 p{margin:0;color:#3a3a3a;font-size:15px;line-height:1.6}
.infoBox-v1 strong{color:#1a1a1a}
@media (max-width: 768px) {
.successMsg-v1{margin:40px auto 0;padding:0 16px}
.msgContainer-v1{padding:40px 24px}
.msgContent-v1 h1{font-size:26px}
.msgContent-v1 .subtext-v1{font-size:16px;margin:0 0 30px}
.actionGroup-v1{flex-direction:column;gap:12px}
.btnPrimary-v1,.btnSecondary-v1{width:100%;text-align:center}
.decorCircle-v1:nth-child(1){width:120px;height:120px}
.decorCircle-v1:nth-child(2){width:80px;height:80px}
}
@media (max-width: 480px) {
.successIcon-v1{width:64px;height:64px;margin:0 auto 24px}
.successIcon-v1 svg{width:32px;height:32px}
.msgContent-v1 h1{font-size:22px}
.msgContent-v1 .subtext-v1{font-size:15px}
.infoBox-v1{padding:16px 20px;margin:30px 0 0}
}