@import "https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;1,400;0,700;1,700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html{height:100%;scroll-behavior:smooth}
body{font-family:'Red Hat Display',sans-serif;min-height:100%;display:flex;flex-direction:column;background:#F2F4F6;color:#2F314F;line-height:1.6}
main{flex:1}
.topHeader{background:linear-gradient(135deg,#2F314F 0%,#1a1b2e 100%);padding:18px 0;box-shadow:0 2px 8px #2f314f26}
.headerWrap{max-width:960px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:25px}
.brandSection{display:flex;align-items:center;gap:18px}
.logoBox{width:85px;height:85px;display:flex;align-items:center;justify-content:center;background:#fbd9181f;border-radius:4px;padding:10px;box-shadow:0 3px 10px #0003}
.logoBox img{width:100%;height:100%;object-fit:contain}
.companyTitle{font-size:26px;font-weight:700;color:#FBD918;letter-spacing:.5px}
.rightBlock{display:flex;align-items:center;gap:32px}
.contactInfo{display:flex;flex-direction:column;gap:6px}
.contactItem3{display:flex;align-items:center;gap:8px;color:#F2F4F6;font-size:14px;text-decoration:none;transition:color .3s ease}
.contactItem3:hover{color:#FBD918}
.contactItem3 i{font-size:16px;color:#FBD918}
.navBar{background:#F2F4F6;padding:0;border-bottom:3px solid #FBD918}
.navContainer{max-width:960px;margin:0 auto;padding:0 20px}
.mainNav{list-style:none;display:flex;gap:0;align-items:center}
.navItem12{position:relative}
.navLink7{display:block;padding:18px 22px;color:#2F314F;text-decoration:none;font-weight:600;font-size:15px;transition:background .3s ease,color .3s ease}
.navLink7:hover{background:#fbd91826;color:#2F314F}
.subMenu4{position:absolute;top:100%;left:0;background:#fff;list-style:none;min-width:200px;box-shadow:0 6px 16px #00000026;border-radius:3px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:1000}
.navItem12:hover .subMenu4{opacity:1;visibility:visible;transform:translateY(0)}
.subMenu4 .navLink7{padding:12px 20px;border-bottom:1px solid #F2F4F6}
.subMenu4 .navLink7:hover{background:#FBD918;color:#2F314F}
.footerMain{background:linear-gradient(135deg,#2F314F 0%,#1a1b2e 100%);color:#F2F4F6;padding:50px 0 0;margin-top:60px;position:relative}
.footerMain::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FBD918 0%,#2F314F 50%,#FBD918 100%)}
.footerContent9{max-width:960px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:45px}
.footerBlock{display:flex;flex-direction:column;gap:18px}
.footerHeading{font-size:19px;font-weight:700;color:#FBD918;margin-bottom:8px}
.footerText{font-size:14px;line-height:1.8;color:#f2f4f6d9}
.footerAddress{font-style:normal}
.footerContact{display:flex;flex-direction:column;gap:10px}
.footerLink8{color:#f2f4f6d9;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .3s ease}
.footerLink8:hover{color:#FBD918}
.footerLink8 i{color:#FBD918;font-size:16px}
.footerNav5{list-style:none;display:flex;flex-direction:column;gap:10px}
.footerNav5 a{color:#f2f4f6d9;text-decoration:none;transition:color .3s ease;font-size:14px}
.footerNav5 a:hover{color:#FBD918}
.footerBottom{margin-top:45px;padding:22px 0;border-top:1px solid #fbd91833;text-align:center}
.footerBottom .footerContent9{display:block}
.copyrightText{font-size:13px;color:#f2f4f6b3}
.cookiePopup{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(200%);background:#fff;max-width:520px;width:90%;padding:28px 32px;border-radius:6px;box-shadow:0 8px 24px #00000040;z-index:10000;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookiePopup[data-visible="true"]{transform:translateX(-50%) translateY(0)}
.cookieHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.cookieTitle{font-size:18px;font-weight:700;color:#2F314F}
.policyLink{font-size:13px;color:#FBD918;text-decoration:none}
.policyLink:hover{text-decoration:underline}
.cookieText{font-size:14px;color:#2F314F;line-height:1.6;margin-bottom:20px}
.privacyOptions{margin-bottom:20px}
.privacyLevel{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.privacyLevel input[type="radio"]{width:18px;height:18px;accent-color:#FBD918}
.privacyLevel label{font-size:14px;color:#2F314F;cursor:pointer}
.cookieActions{display:flex;gap:12px;flex-wrap:wrap}
.cookieBtn{flex:1;min-width:120px;padding:12px 20px;border:none;border-radius:4px;font-weight:600;font-size:14px;cursor:pointer;transition:opacity .3s ease,transform .2s ease}
.cookieBtn:hover{opacity:.9;transform:translateY(-1px)}
.acceptBtn{background:linear-gradient(135deg,#FBD918 0%,#e5c416 100%);color:#2F314F}
.declineBtn{background:linear-gradient(135deg,#2F314F 0%,#1a1b2e 100%);color:#F2F4F6}
.optOutBtn{background:linear-gradient(135deg,#F2F4F6 0%,#e0e2e4 100%);color:#2F314F;flex-basis:100%}
@media (max-width: 768px) {
.headerWrap{flex-direction:column;text-align:center}
.rightBlock{flex-direction:column;gap:20px;width:100%}
.mainNav{flex-direction:column;gap:0;width:100%}
.navLink7{width:100%;text-align:center;border-bottom:1px solid #2f314f1a}
.subMenu4{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;display:none}
.navItem12:hover .subMenu4{display:block}
.footerContent9{grid-template-columns:1fr}
.cookiePopup{bottom:20px;width:95%;padding:22px 24px}
.cookieActions{flex-direction:column}
.cookieBtn{width:100%}
}
.policy-body{max-width:960px;margin:0 auto;padding:60px 20px;background:#fff}
.policy-body p{font-size:16px;line-height:1.8;color:#2F314F;margin:0 0 24px;text-align:justify}
.policy-body p:last-child{margin-bottom:0}
.policy-body strong,.policy-body b{font-weight:700;color:#2F314F}
.policy-body em,.policy-body i{font-style:italic;color:#2F314F}
.policy-body a{color:#FBD918;text-decoration:underline;transition:all .3s ease}
.policy-body a:hover{color:#2F314F;text-decoration:none}
.policy-body h1{font-size:42px;font-weight:700;color:#2F314F;margin:0 0 32px;line-height:1.3}
.policy-body h2{font-size:32px;font-weight:700;color:#2F314F;margin:48px 0 24px;line-height:1.4}
.policy-body h3{font-size:24px;font-weight:600;color:#2F314F;margin:36px 0 20px;line-height:1.4}
.policy-body h4{font-size:20px;font-weight:600;color:#2F314F;margin:28px 0 16px;line-height:1.5}
.policy-body h5{font-size:18px;font-weight:600;color:#2F314F;margin:24px 0 14px;line-height:1.5}
.policy-body h6{font-size:16px;font-weight:600;color:#2F314F;margin:20px 0 12px;line-height:1.5}
.policy-body ul,.policy-body ol{margin:0 0 24px;padding-left:32px;color:#2F314F}
.policy-body ul li,.policy-body ol li{font-size:16px;line-height:1.8;margin-bottom:12px}
.policy-body ul li:last-child,.policy-body ol li:last-child{margin-bottom:0}
.policy-body ul ul,.policy-body ol ol,.policy-body ul ol,.policy-body ol ul{margin:12px 0 0}
.policy-body table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #2f314f14}
.policy-body thead{background:linear-gradient(135deg,#FBD918 0%,#2F314F 100%)}
.policy-body thead tr th{padding:16px 20px;text-align:left;font-size:15px;font-weight:700;color:#fff;border-bottom:2px solid #2F314F}
.policy-body tbody tr{border-bottom:1px solid #F2F4F6;transition:background .2s ease}
.policy-body tbody tr:hover{background:#F2F4F6}
.policy-body tbody tr:last-child{border-bottom:none}
.policy-body tbody tr td{padding:14px 20px;font-size:15px;line-height:1.6;color:#2F314F}
.policy-body th{font-weight:700}
.policy-body td{font-weight:400}
.policy-body hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#FBD918 50%,transparent 100%);margin:40px 0}
.policy-body blockquote{margin:32px 0;padding:20px 24px;border-left:4px solid #FBD918;background:#F2F4F6;font-style:italic;color:#2F314F}
.policy-body blockquote p{margin:0}
.policy-body code{background:#F2F4F6;padding:2px 8px;border-radius:3px;font-family:'Courier New',monospace;font-size:14px;color:#2F314F}
.policy-body pre{background:#F2F4F6;padding:20px;border-radius:4px;overflow-x:auto;margin:24px 0}
.policy-body pre code{background:none;padding:0}
@media (max-width: 768px) {
.policy-body{padding:40px 16px}
.policy-body h1{font-size:32px;margin-bottom:24px}
.policy-body h2{font-size:26px;margin-top:36px}
.policy-body h3{font-size:22px;margin-top:28px}
.policy-body p{font-size:15px;text-align:left}
.policy-body table{font-size:14px}
.policy-body thead tr th,.policy-body tbody tr td{padding:12px 14px;font-size:14px}
.policy-body ul,.policy-body ol{padding-left:24px}
}
@media (max-width: 480px) {
.policy-body{padding:32px 12px}
.policy-body h1{font-size:28px}
.policy-body h2{font-size:24px}
.policy-body table{display:block;overflow-x:auto}
.policy-body thead tr th,.policy-body tbody tr td{padding:10px 12px}
}
.progressIndicator{position:fixed;top:0;left:0;width:0;height:4px;background:linear-gradient(90deg,#FBD918,#2F314F);z-index:9999;transition:width .1s ease-out}
.breadcrumbNav{background:#F2F4F6;padding:18px 0;margin-bottom:35px}
.breadcrumbNav .contentWrapper{max-width:960px;margin:0 auto;padding:0 20px}
.breadcrumbNav ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:14px}
.breadcrumbNav li{display:flex;align-items:center;color:#2F314F}
.breadcrumbNav li:not(:last-child)::after{content:"→";margin-left:8px;color:#FBD918;font-weight:600}
.breadcrumbNav a{color:#2F314F;text-decoration:none;transition:color .25s}
.breadcrumbNav a:hover{color:#FBD918}
.breadcrumbNav li:last-child{color:#666;font-weight:500}
.digestArticle{max-width:960px;margin:0 auto;padding:0 20px 60px}
.articleHeader{margin-bottom:45px}
.tagLabel{display:inline-block;background:#FBD918;color:#2F314F;padding:6px 16px;border-radius:4px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}
.articleHeader h1{font-size:42px;line-height:1.2;color:#2F314F;margin:0 0 15px;font-weight:700}
.articleSubtitle{font-size:20px;color:#666;line-height:1.5;margin-bottom:28px}
.metaRow{display:flex;flex-wrap:wrap;gap:24px;align-items:center;padding-top:20px;border-top:2px solid #F2F4F6}
.metaItem{display:flex;align-items:center;gap:8px;font-size:15px;color:#555}
.metaItem svg{width:18px;height:18px;fill:#FBD918}
.authorInfo{font-weight:600;color:#2F314F}
.featuredImage{width:100%;height:auto;border-radius:5px;margin-bottom:50px;box-shadow:0 6px 18px #2f314f1a}
.articleContent{font-size:18px;line-height:1.8;color:#333}
.articleContent p{margin:0 0 24px}
.articleContent h2{font-size:32px;color:#2F314F;margin:45px 0 20px;font-weight:700;position:relative;padding-left:18px}
.articleContent h2::before{content:"";position:absolute;left:0;top:8px;width:5px;height:28px;background:linear-gradient(180deg,#FBD918,#2F314F);border-radius:3px}
.articleContent h3{font-size:24px;color:#2F314F;margin:35px 0 16px;font-weight:600}
.articleContent abbr{text-decoration:none;border-bottom:2px dotted #FBD918;cursor:help;color:#2F314F}
.articleContent ul,.articleContent ol{margin:0 0 24px;padding-left:30px}
.articleContent li{margin-bottom:12px}
.articleContent ul li::marker{color:#FBD918}
.articleContent ol li::marker{color:#FBD918;font-weight:600}
.articleContent table{width:100%;border-collapse:collapse;margin:30px 0;background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.articleContent caption{font-weight:600;color:#2F314F;padding:12px;background:#F2F4F6;text-align:left;font-size:16px}
.articleContent th{background:#2F314F;color:#FBD918;padding:14px 16px;text-align:left;font-weight:600;font-size:15px}
.articleContent td{padding:14px 16px;border-bottom:1px solid #F2F4F6}
.articleContent tbody tr:hover{background:#F2F4F6}
.ctaSection{background:linear-gradient(135deg,#2F314F,#1a1c2e);padding:50px 35px;border-radius:5px;margin:55px 0;text-align:center}
.ctaSection h3{color:#FBD918;font-size:28px;margin:0 0 16px;font-weight:700}
.ctaSection p{color:#F2F4F6;font-size:17px;margin:0 0 28px;line-height:1.6}
.ctaBtn{display:inline-block;background:#FBD918;color:#2F314F;padding:14px 38px;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s;box-shadow:0 4px 14px #fbd9184d}
.ctaBtn:hover{background:#e5c615;transform:translateY(-2px);box-shadow:0 6px 20px #fbd91866}
@media (max-width: 768px) {
.articleHeader h1{font-size:32px}
.articleSubtitle{font-size:18px}
.articleContent{font-size:16px}
.articleContent h2{font-size:26px}
.articleContent h3{font-size:21px}
.metaRow{gap:16px}
.ctaSection{padding:35px 25px}
.ctaSection h3{font-size:24px}
}
@media (max-width: 480px) {
.breadcrumbNav{padding:14px 0}
.breadcrumbNav ol{font-size:13px}
.articleHeader h1{font-size:28px}
.articleSubtitle{font-size:16px}
.articleContent{font-size:15px}
.articleContent h2{font-size:23px;margin:35px 0 16px}
.articleContent h3{font-size:19px}
.ctaSection h3{font-size:22px}
.ctaSection p{font-size:15px}
}
.detailHero{background:linear-gradient(135deg,#FBD918 0%,#2F314F 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.detailHero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fbd91826 0%,transparent 70%);border-radius:50%}
.heroContent{max-width:960px;margin:0 auto;position:relative;z-index:2}
.heroContent h1{font-size:2.8rem;color:#2F314F;margin-bottom:20px;line-height:1.2}
.metaInfo{display:flex;flex-wrap:wrap;gap:24px;margin-top:24px}
.metaItem{display:flex;align-items:center;gap:8px;color:#2F314F;font-size:.95rem}
.metaItem i{font-size:1.3rem}
.contentWrapper{max-width:960px;margin:0 auto;padding:60px 20px}
.programImage{width:100%;height:420px;object-fit:cover;border-radius:4px;margin-bottom:50px;box-shadow:0 8px 24px #2f314f1f}
.priceSection{background:#F2F4F6;padding:32px;border-radius:4px;margin-bottom:50px;border-left:4px solid #FBD918}
.priceSection h2{font-size:1.5rem;color:#2F314F;margin-bottom:16px}
.priceDisplay{font-size:2.5rem;color:#FBD918;font-weight:700;margin-bottom:12px;text-shadow:1px 1px 0 #2F314F}
.priceTerms{color:#2F314F;font-size:1.05rem;margin-bottom:8px}
.priceNote{font-size:.9rem;color:#666;font-style:italic}
.programSection{margin-bottom:50px}
.programSection h2{font-size:1.8rem;color:#2F314F;margin-bottom:24px;position:relative;padding-bottom:12px}
.programSection h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#FBD918 0%,#2F314F 100%)}
.programSection p{color:#444;line-height:1.7;margin-bottom:16px}
.programSection ul{list-style:none;padding:0;margin:20px 0}
.programSection li{padding-left:32px;margin-bottom:14px;position:relative;color:#444;line-height:1.6}
.programSection li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#FBD918;transform:rotate(45deg)}
.programSection mark{background:#FBD918;color:#2F314F;padding:2px 6px;border-radius:2px}
.programSection dl{margin:24px 0}
.programSection dt{font-weight:600;color:#2F314F;margin-bottom:8px;margin-top:16px}
.programSection dd{color:#555;margin-left:20px;margin-bottom:12px;line-height:1.6}
.programSection blockquote{border-left:4px solid #FBD918;padding-left:24px;margin:28px 0;font-style:italic;color:#555}
.descriptionSection{margin-bottom:50px}
.descriptionSection h2{font-size:1.8rem;color:#2F314F;margin-bottom:24px;margin-top:36px}
.descriptionSection p{color:#444;line-height:1.7;margin-bottom:16px}
.descriptionSection em{font-style:italic;color:#2F314F}
.descriptionSection ol{margin:20px 0;padding-left:24px}
.descriptionSection ol li{color:#444;line-height:1.7;margin-bottom:12px}
.descriptionSection details{border:1px solid #ddd;border-radius:4px;padding:16px;margin:20px 0}
.descriptionSection summary{cursor:pointer;font-weight:600;color:#2F314F;user-select:none}
.descriptionSection summary:hover{color:#FBD918}
.ctaBlock{background:linear-gradient(135deg,#2F314F 0%,#1a1b2e 100%);padding:50px 32px;border-radius:4px;text-align:center;margin-bottom:60px;box-shadow:0 12px 32px #2f314f33}
.ctaBlock h3{font-size:1.6rem;color:#FBD918;margin-bottom:12px}
.ctaBlock p{color:#F2F4F6;margin-bottom:28px;font-size:1.05rem}
.enrollBtn{display:inline-block;background:#FBD918;color:#2F314F;padding:16px 48px;border-radius:3px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #fbd9184d}
.enrollBtn:hover{background:#e8c915;transform:translateY(-2px);box-shadow:0 6px 18px #fbd91866}
.pollWidget{background:#F2F4F6;border-radius:4px;padding:36px;max-width:600px;margin:0 auto}
.pollWidget h4{font-size:1.3rem;color:#2F314F;margin-bottom:24px;text-align:center}
.pollOptions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.pollOptions input[type="radio"]{display:none}
.pollOptions label{background:#fff;border:2px solid #ddd;padding:14px 36px;border-radius:3px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#2F314F}
.pollOptions input[type="radio"]:checked + label{background:#FBD918;border-color:#FBD918;color:#2F314F;box-shadow:0 4px 12px #fbd91840}
.pollOptions label:hover{border-color:#FBD918;transform:translateY(-1px)}
@media (max-width: 768px) {
.detailHero{padding:60px 20px 40px}
.heroContent h1{font-size:2rem}
.metaInfo{gap:16px}
.programImage{height:260px;margin-bottom:36px}
.contentWrapper{padding:40px 20px}
.priceSection{padding:24px}
.priceDisplay{font-size:2rem}
.ctaBlock{padding:36px 24px}
.pollWidget{padding:28px 20px}
.pollOptions{flex-direction:column}
.pollOptions label{width:100%;text-align:center}
}
@media (max-width: 480px) {
.heroContent h1{font-size:1.6rem}
.metaItem{font-size:.85rem}
.programSection h2,.descriptionSection h2{font-size:1.4rem}
.enrollBtn{padding:14px 32px;width:100%}
}
.digestTop{background:linear-gradient(135deg,#FBD918 0%,#F2F4F6 100%);padding:4.5rem 1.5rem 3rem;position:relative;overflow:hidden}
.digestTop::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,#2f314f14 0%,transparent 70%);pointer-events:none}
.digestTop .mainWrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.digestTop h1{font-size:2.8rem;font-weight:700;color:#2F314F;margin-bottom:.8rem;line-height:1.2}
.digestTop p{font-size:1.15rem;color:#2F314F;opacity:.85;max-width:640px}
.statsBar{background:#2F314F;padding:2rem 1.5rem;margin-top:-1.5rem;position:relative;z-index:3}
.statsBar .mainWrap{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}
.statItem{text-align:center;flex:1 1 160px}
.statItem .num{display:block;font-size:2.4rem;font-weight:700;color:#FBD918;margin-bottom:.3rem}
.statItem .label{display:block;font-size:.92rem;color:#F2F4F6;opacity:.9}
.postsGrid{padding:4rem 1.5rem;background:#F2F4F6}
.postsGrid .mainWrap{max-width:960px;margin:0 auto}
.gridHolder{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}
.postBox{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #2f314f1a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.postBox:hover{transform:translateY(-4px);box-shadow:0 6px 16px #2f314f2e}
.postBox .imgWrap{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#FBD918 0%,#2F314F 100%);position:relative}
.postBox .imgWrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.postBox:hover .imgWrap img{transform:scale(1.06)}
.postBox .tagLabel{position:absolute;top:.8rem;left:.8rem;background:#FBD918;color:#2F314F;font-size:.75rem;font-weight:600;padding:.35rem .8rem;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}
.postBox .contentWrap{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.postBox h3{font-size:1.35rem;font-weight:700;color:#2F314F;margin-bottom:.6rem;line-height:1.3}
.postBox .subtitle{font-size:.95rem;color:#2F314F;opacity:.7;margin-bottom:.9rem;font-weight:500}
.postBox .desc{font-size:.92rem;color:#2F314F;opacity:.75;line-height:1.6;margin-bottom:1.2rem;flex:1}
.postBox .metaRow{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #F2F4F6}
.postBox .authorInfo{display:flex;align-items:center;gap:.6rem}
.postBox .authorIcon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#FBD918 0%,#2F314F 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:600}
.postBox .authorName{font-size:.88rem;color:#2F314F;font-weight:600}
.postBox .statsInfo{display:flex;gap:1rem;align-items:center}
.postBox .statBit{display:flex;align-items:center;gap:.3rem;font-size:.85rem;color:#2F314F;opacity:.65}
.postBox .statBit i{font-size:1rem;color:#FBD918}
.postBox .dateInfo{font-size:.82rem;color:#2F314F;opacity:.55;margin-top:.6rem}
.postBox .linkBtn{display:inline-block;margin-top:1rem;padding:.65rem 1.4rem;background:#2F314F;color:#FBD918;text-decoration:none;border-radius:3px;font-size:.9rem;font-weight:600;transition:background .3s ease,color .3s ease;text-align:center}
.postBox .linkBtn:hover{background:#FBD918;color:#2F314F}
.featureBar{padding:3.5rem 1.5rem;background:#fff}
.featureBar .mainWrap{max-width:960px;margin:0 auto}
.featureBar h2{font-size:2.2rem;font-weight:700;color:#2F314F;margin-bottom:2.5rem;text-align:center;position:relative}
.featureBar h2::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#FBD918 0%,#2F314F 100%);margin:.8rem auto 0;border-radius:2px}
.featureGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}
.featureCard{background:#F2F4F6;padding:2rem 1.5rem;border-radius:4px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border-bottom:3px solid transparent}
.featureCard:hover{transform:translateY(-3px);box-shadow:0 6px 14px #2f314f1f;border-bottom-color:#FBD918}
.featureCard .iconCircle{width:64px;height:64px;background:linear-gradient(135deg,#FBD918 0%,#2F314F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.featureCard .iconCircle i{font-size:1.8rem;color:#fff}
.featureCard h3{font-size:1.25rem;font-weight:600;color:#2F314F;margin-bottom:.7rem}
.featureCard p{font-size:.92rem;color:#2F314F;opacity:.75;line-height:1.5}
.ctaSection{background:linear-gradient(90deg,#2F314F 0%,#FBD918 100%);padding:4rem 1.5rem;text-align:center}
.ctaSection .mainWrap{max-width:720px;margin:0 auto}
.ctaSection h2{font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}
.ctaSection p{font-size:1.1rem;color:#fff;opacity:.9;margin-bottom:2rem;line-height:1.6}
.ctaSection .btnWrap{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.ctaSection .btnPrimary{display:inline-block;padding:.9rem 2rem;background:#FBD918;color:#2F314F;text-decoration:none;border-radius:4px;font-size:1rem;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0003}
.ctaSection .btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}
.ctaSection .btnSecondary{display:inline-block;padding:.9rem 2rem;background:transparent;color:#fff;text-decoration:none;border-radius:4px;font-size:1rem;font-weight:700;border:2px solid #fff;transition:background .3s ease,color .3s ease}
.ctaSection .btnSecondary:hover{background:#fff;color:#2F314F}
@media (max-width: 768px) {
.digestTop h1{font-size:2.2rem}
.digestTop p{font-size:1rem}
.statsBar .mainWrap{gap:1.5rem}
.statItem .num{font-size:2rem}
.gridHolder{grid-template-columns:1fr;gap:1.5rem}
.featureBar h2{font-size:1.8rem}
.featureGrid{grid-template-columns:1fr}
.ctaSection h2{font-size:1.9rem}
.ctaSection .btnWrap{flex-direction:column;align-items:stretch}
}
.titleZone{position:relative;min-height:520px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:960px;margin:0 auto;padding:60px 20px;overflow:hidden}
.titleZone::before{content:'';position:absolute;top:-20%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#fbd9181f,transparent 70%);border-radius:50%;z-index:1}
.titleZone .textContent{position:relative;z-index:3}
.titleZone .mainTitle{font-size:2.8rem;line-height:1.2;color:#2F314F;margin:0 0 24px;font-weight:700}
.titleZone .mainTitle span{display:block;margin-top:8px}
.titleZone .leadPara{font-size:1.1rem;line-height:1.7;color:#555;margin:0 0 32px}
.titleZone .imgWrapper{position:relative;z-index:2;transform:rotate(-2deg)}
.titleZone .imgWrapper img{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 32px #2f314f26;filter:blur(0.3px)}
.titleZone .actionBtn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#FBD918,#e8c615);color:#2F314F;font-size:1.05rem;font-weight:600;border-radius:4px;text-decoration:none;box-shadow:0 4px 12px #fbd9184d;transition:all .3s ease;z-index:5;position:relative}
.titleZone .actionBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fbd91866;background:linear-gradient(135deg,#e8c615,#FBD918)}
.bonusSection{background:#F2F4F6;padding:72px 20px;margin:48px 0}
.bonusSection .innerWrap{max-width:960px;margin:0 auto}
.bonusSection .sectionHead{font-size:2.2rem;color:#2F314F;margin:0 0 16px;font-weight:700;text-align:center}
.bonusSection .subHead{font-size:1.15rem;color:#666;text-align:center;margin:0 0 56px;line-height:1.6}
.bonusGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.bonusCard{background:#fff;padding:32px 24px;border-radius:6px;box-shadow:0 2px 8px #2f314f14;transition:all .35s ease;border-top:3px solid transparent}
.bonusCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #2f314f24;border-top-color:#FBD918}
.bonusCard .iconBox{width:56px;height:56px;background:linear-gradient(135deg,#FBD918,#f5e366);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.bonusCard .iconBox i{font-size:1.6rem;color:#2F314F}
.bonusCard h3{font-size:1.3rem;color:#2F314F;margin:0 0 12px;font-weight:600}
.bonusCard p{font-size:1rem;color:#666;line-height:1.6;margin:0}
.transparencyArea{padding:72px 20px;background:#fff}
.transparencyArea .container2{max-width:960px;margin:0 auto;display:flex;gap:48px;align-items:center}
.transparencyArea .imgBlock{flex:0 0 45%}
.transparencyArea .imgBlock img{width:100%;height:auto;border-radius:6px;box-shadow:0 6px 18px #2f314f1f}
.transparencyArea .textBlock{flex:1}
.transparencyArea .textBlock h2{font-size:2rem;color:#2F314F;margin:0 0 20px;font-weight:700;position:relative;padding-left:16px}
.transparencyArea .textBlock h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#FBD918,#2F314F);border-radius:2px}
.transparencyArea .ruleList{list-style:none;padding:0;margin:0 0 28px}
.transparencyArea .ruleList li{padding:14px 0;border-bottom:1px solid #e8e8e8;color:#555;font-size:1.05rem;line-height:1.6;position:relative;padding-left:32px}
.transparencyArea .ruleList li::before{content:'✓';position:absolute;left:0;top:14px;color:#FBD918;font-weight:700;font-size:1.2rem}
.transparencyArea .ruleList li:last-child{border-bottom:none}
.transparencyArea .detailText{font-size:1rem;color:#666;line-height:1.7;margin:0 0 24px}
.partnershipZone{background:linear-gradient(135deg,#2F314F 0%,#3d3f5f 100%);padding:72px 20px;color:#fff}
.partnershipZone .wrapContainer{max-width:960px;margin:0 auto}
.partnershipZone .heading2{font-size:2.1rem;color:#FBD918;margin:0 0 12px;font-weight:700;text-align:center}
.partnershipZone .intro{font-size:1.1rem;color:#ddd;text-align:center;margin:0 0 56px;line-height:1.6}
.partnerTabs{display:flex;gap:16px;justify-content:center;margin:0 0 40px}
.partnerTabs input[type="radio"]{display:none}
.partnerTabs label{padding:12px 28px;background:#ffffff1a;border-radius:4px;cursor:pointer;font-size:1.05rem;transition:all .3s ease;color:#ddd}
.partnerTabs label:hover{background:#fbd91833}
.partnerTabs input[type="radio"]:checked + label{background:#FBD918;color:#2F314F;font-weight:600}
.tabContent{display:none;animation:fadeSlide .4s ease}
#tab1:checked ~ .tabContent.content1,#tab2:checked ~ .tabContent.content2,#tab3:checked ~ .tabContent.content3{display:block}
@keyframes fadeSlide {
from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:translateY(0)}
}
.partnerGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.partnerItem{background:#ffffff14;padding:28px;border-radius:6px;border-left:3px solid #FBD918;transition:all .3s ease}
.partnerItem:hover{background:#ffffff1f;transform:translateX(6px)}
.partnerItem h4{font-size:1.25rem;color:#FBD918;margin:0 0 12px;font-weight:600}
.partnerItem p{font-size:1rem;color:#ccc;line-height:1.6;margin:0}
.imgShowcase{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:48px 0 0}
.imgShowcase img{width:100%;height:180px;object-fit:cover;border-radius:5px;box-shadow:0 4px 12px #0000004d}
@media (max-width: 768px) {
.titleZone{grid-template-columns:1fr;min-height:auto;gap:32px;padding:40px 20px}
.titleZone .mainTitle{font-size:2rem}
.titleZone .imgWrapper{order:-1}
.bonusGrid{grid-template-columns:1fr;gap:24px}
.transparencyArea .container2{flex-direction:column;gap:32px}
.transparencyArea .imgBlock{flex:1}
.partnerTabs{flex-direction:column}
.partnerGrid{grid-template-columns:1fr}
.imgShowcase{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.bonusGrid{grid-template-columns:repeat(2,1fr)}
.imgShowcase{grid-template-columns:repeat(2,1fr)}
}
.aboutHero__wrapper{max-width:960px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.heroText__area{display:flex;flex-direction:column;gap:24px}
.heroText__area h1{font-size:2.8rem;line-height:1.15;color:#2F314F;margin:0;font-weight:700}
.heroText__area .subtitlePara{font-size:1.1rem;line-height:1.7;color:#555;margin:0}
.heroText__area .accentMark{display:inline-block;position:relative;color:#2F314F;font-weight:600}
.heroText__area .accentMark::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FBD918,#2F314F);border-radius:2px}
.heroVisual__container{position:relative}
.heroVisual__container img{width:100%;height:auto;border-radius:6px;filter:grayscale(1) contrast(1.2);mix-blend-mode:multiply;opacity:.85}
.heroVisual__container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fbd9184d,#2f314f66);border-radius:6px;pointer-events:none}
.decorDots__pattern{position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;opacity:.4;z-index:-1}
.decorDots__pattern span{width:8px;height:8px;background:#FBD918;border-radius:50%}
.valuesGrid__section{background:linear-gradient(180deg,#F2F4F6 0%,#fff 100%);padding:80px 20px}
.valuesGrid__container{max-width:960px;margin:0 auto}
.sectionHeader__centered{text-align:center;margin-bottom:50px}
.sectionHeader__centered h2{font-size:2.3rem;color:#2F314F;margin:0 0 16px;font-weight:700}
.sectionHeader__centered .leadText{font-size:1.05rem;color:#666;line-height:1.6;max-width:640px;margin:0 auto}
.valueCards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.valueCard__item{background:#fff;padding:32px 26px;border-radius:4px;border:1px solid #e0e0e0;transition:all .3s ease;position:relative;overflow:hidden}
.valueCard__item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#FBD918,#2F314F);transition:height .3s ease}
.valueCard__item:hover::before{height:100%}
.valueCard__item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #2f314f1f;border-color:#FBD918}
.valueCard__icon{width:48px;height:48px;margin-bottom:20px;fill:none;stroke:#2F314F;stroke-width:1.5}
.valueCard__item h3{font-size:1.4rem;color:#2F314F;margin:0 0 12px;font-weight:600}
.valueCard__item p{font-size:.95rem;color:#666;line-height:1.65;margin:0}
.storyTimeline__wrapper{max-width:960px;margin:0 auto;padding:80px 20px}
.storyTimeline__wrapper h2{font-size:2.3rem;color:#2F314F;margin:0 0 50px;font-weight:700;text-align:center}
.timeline__track{position:relative;padding-left:60px}
.timeline__track::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#FBD918,#2F314F)}
.milestone__entry{position:relative;margin-bottom:40px;display:grid;grid-template-columns:180px 1fr;gap:30px;align-items:start}
.milestone__entry::before{content:'';position:absolute;left:-48px;top:8px;width:16px;height:16px;background:#FBD918;border:3px solid #2F314F;border-radius:50%;z-index:2}
.milestone__year{font-size:1.6rem;font-weight:700;color:#2F314F;text-align:right;padding-top:4px}
.milestone__content h3{font-size:1.3rem;color:#2F314F;margin:0 0 10px;font-weight:600}
.milestone__content p{font-size:.98rem;color:#666;line-height:1.7;margin:0}
.milestone__content img{width:100%;max-width:500px;height:auto;margin-top:16px;border-radius:4px;border:1px solid #e0e0e0}
@media (max-width: 768px) {
.aboutHero__wrapper{grid-template-columns:1fr;gap:35px;padding:40px 20px}
.heroText__area h1{font-size:2.2rem}
.decorDots__pattern{display:none}
.valuesGrid__section{padding:60px 20px}
.valueCards__grid{grid-template-columns:1fr;gap:20px}
.sectionHeader__centered h2{font-size:1.9rem}
.storyTimeline__wrapper{padding:60px 20px}
.storyTimeline__wrapper h2{font-size:1.9rem;margin-bottom:35px}
.timeline__track{padding-left:40px}
.timeline__track::before{left:10px}
.milestone__entry{grid-template-columns:1fr;gap:12px}
.milestone__entry::before{left:-28px;width:14px;height:14px}
.milestone__year{text-align:left;font-size:1.3rem}
}
@media (max-width: 480px) {
.heroText__area h1{font-size:1.8rem}
.heroText__area .subtitlePara{font-size:1rem}
.sectionHeader__centered h2{font-size:1.6rem}
.valueCard__item{padding:24px 20px}
.storyTimeline__wrapper h2{font-size:1.6rem}
}
.heroContact{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2F314F 0%,#1a1b2e 100%);overflow:hidden}
.heroContact::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fbd91826 0%,transparent 70%);border-radius:50%}
.heroContact::after{content:'';position:absolute;bottom:-30%;left:-15%;width:450px;height:450px;background:radial-gradient(circle,#fbd9181a 0%,transparent 70%);border-radius:50%}
.heroContactInner{max-width:960px;margin:0 auto;padding:80px 24px;text-align:center;position:relative;z-index:2}
.heroContact h1{font-size:3.2rem;color:#FBD918;margin-bottom:20px;font-weight:700;line-height:1.2}
.heroContactText{font-size:1.25rem;color:#F2F4F6;margin-bottom:36px;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.heroButtonRow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.heroBtn{padding:14px 32px;font-size:1.05rem;border:none;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;font-weight:600}
.heroBtn.primary47{background:#FBD918;color:#2F314F}
.heroBtn.primary47:hover{background:#e8c615;transform:translateY(-2px);box-shadow:0 6px 14px #fbd9184d}
.heroBtn.secondary82{background:transparent;color:#FBD918;border:2px solid #FBD918}
.heroBtn.secondary82:hover{background:#fbd9181a;transform:translateY(-2px)}
.infoSection{padding:70px 24px;background:#F2F4F6}
.infoContainer{max-width:960px;margin:0 auto}
.infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}
.infoCard{background:#fff;padding:32px;border-radius:3px;box-shadow:0 2px 8px #2f314f14;transition:all .3s ease}
.infoCard:hover{transform:translateY(-4px);box-shadow:0 8px 18px #2f314f26}
.infoCard .iconBox{width:56px;height:56px;background:linear-gradient(135deg,#FBD918 0%,#f0cd16 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.infoCard .iconBox i{font-size:1.8rem;color:#2F314F}
.infoCard h3{font-size:1.35rem;color:#2F314F;margin-bottom:12px;font-weight:600}
.infoCard p{font-size:1rem;color:#5a5c7a;line-height:1.6;margin-bottom:12px}
.infoCard a{color:#2F314F;text-decoration:none;font-weight:500;transition:color .3s ease}
.infoCard a:hover{color:#FBD918}
.sectionHeading92{text-align:center;margin-bottom:16px}
.sectionHeading92 h2{font-size:2.5rem;color:#2F314F;font-weight:700;margin-bottom:12px}
.sectionHeading92 p{font-size:1.15rem;color:#5a5c7a;max-width:640px;margin:0 auto;line-height:1.6}
.formSection{padding:80px 24px;background:#fff}
.formWrapper{max-width:960px;margin:0 auto}
.formContainer{background:#F2F4F6;padding:48px;border-radius:4px;box-shadow:0 4px 12px #2f314f1a}
.formGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.fieldGroup{display:flex;flex-direction:column}
.fieldGroup.fullWidth{grid-column:1 / -1}
.fieldGroup label{font-size:.95rem;color:#2F314F;margin-bottom:8px;font-weight:600}
.fieldGroup input,.fieldGroup textarea,.fieldGroup select{padding:12px 16px;border:2px solid #d4d6e0;border-radius:3px;font-size:1rem;background:#fff;transition:border-color .3s ease}
.fieldGroup input:focus,.fieldGroup textarea:focus,.fieldGroup select:focus{outline:none;border-color:#FBD918}
.fieldGroup textarea{min-height:140px;resize:vertical}
.topicSelector{display:none}
.topicOptions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.topicLabel{padding:10px 20px;background:#fff;border:2px solid #d4d6e0;border-radius:3px;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#2F314F}
.topicSelector:checked + .topicLabel{background:#FBD918;border-color:#FBD918;color:#2F314F;font-weight:600}
.topicLabel:hover{border-color:#FBD918}
.conditionalField{max-height:0;overflow:hidden;opacity:0;transition:all .4s ease;grid-column:1 / -1}
#topic1:checked ~ .formGrid .condition1,#topic2:checked ~ .formGrid .condition2,#topic3:checked ~ .formGrid .condition3{max-height:200px;opacity:1;margin-top:24px}
.privacyCheckbox{display:flex;align-items:flex-start;gap:12px;margin:24px 0}
.privacyCheckbox input[type="checkbox"]{margin-top:4px;cursor:pointer;width:18px;height:18px;flex-shrink:0}
.privacyCheckbox label{font-size:.9rem;color:#5a5c7a;line-height:1.5;cursor:pointer}
.privacyCheckbox a{color:#2F314F;text-decoration:underline}
.privacyCheckbox a:hover{color:#FBD918}
.submitBtn{width:100%;padding:16px;background:linear-gradient(135deg,#FBD918 0%,#e8c615 100%);color:#2F314F;border:none;border-radius:4px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #fbd9184d}
.mapSection{padding:70px 24px;background:#F2F4F6}
.mapContainer{max-width:960px;margin:0 auto}
.locationCard{background:#fff;padding:40px;border-radius:4px;box-shadow:0 4px 12px #2f314f1a;text-align:center}
.locationCard h3{font-size:1.8rem;color:#2F314F;margin-bottom:24px;font-weight:700}
.locationCard address{font-size:1.1rem;color:#5a5c7a;line-height:1.8;font-style:normal;margin-bottom:28px}
.locationCard .directionsBtn{display:inline-block;padding:12px 28px;background:#2F314F;color:#fff;text-decoration:none;border-radius:3px;font-weight:600;transition:all .3s ease}
.locationCard .directionsBtn:hover{background:#1a1b2e;transform:translateY(-2px);box-shadow:0 6px 14px #2f314f33}
@media (max-width: 768px) {
.heroContact h1{font-size:2.2rem}
.heroContactText{font-size:1.1rem}
.heroButtonRow{flex-direction:column;align-items:center}
.heroBtn{width:100%;max-width:300px}
.infoGrid{grid-template-columns:1fr}
.sectionHeading92 h2{font-size:2rem}
.formContainer{padding:32px 24px}
.formGrid{grid-template-columns:1fr}
.topicOptions{flex-direction:column}
.topicLabel{width:100%}
}
@media (max-width: 480px) {
.heroContact h1{font-size:1.8rem}
.heroContactInner{padding:60px 20px}
.infoCard{padding:24px}
.formContainer{padding:24px 16px}
.locationCard{padding:28px 20px}
}
.programHero{background:linear-gradient(135deg,#FBD918 0%,#2F314F 100%);padding:4rem 1.5rem;text-align:center;position:relative;overflow:hidden}
.programHero::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#f2f4f61a 0%,transparent 70%)}
.heroContent{max-width:960px;margin:0 auto;position:relative;z-index:2}
.heroContent h1{color:#2F314F;font-size:2.5rem;margin-bottom:1rem;font-weight:700}
.heroContent p{color:#F2F4F6;font-size:1.1rem;max-width:600px;margin:0 auto}
.catalogWrapper{max-width:960px;margin:3rem auto;padding:0 1.5rem}
.gridPrograms{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}
.cardProgram{background:#F2F4F6;border:2px solid transparent;border-radius:4px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}
.cardProgram:hover{border-color:#FBD918;box-shadow:0 8px 16px #2f314f1f;transform:translateY(-4px)}
.imageBox{width:100%;height:200px;overflow:hidden;background:#2F314F;position:relative}
.imageBox img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.cardProgram:hover .imageBox img{transform:scale(1.05)}
.contentBox{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}
.contentBox h3{color:#2F314F;font-size:1.25rem;margin-bottom:.75rem;font-weight:600}
.descText{color:#2F314F;font-size:.95rem;line-height:1.6;margin-bottom:1rem;flex-grow:1}
.metaInfo{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding-top:.75rem;border-top:1px solid #2f314f1a}
.metaItem{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#2F314F}
.metaItem::before{content:'';width:4px;height:4px;background:#FBD918;border-radius:50%}
.priceArea{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem}
.priceLabel{font-size:1.5rem;color:#2F314F;font-weight:700}
.priceNote{font-size:.8rem;color:#2F314F;opacity:.7;margin-top:.25rem}
.btnView{background:linear-gradient(135deg,#FBD918 0%,#2F314F 100%);color:#F2F4F6;padding:.65rem 1.25rem;border:none;border-radius:3px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-size:.9rem}
.btnView:hover{box-shadow:0 4px 12px #fbd91866;transform:translateY(-2px);color:#F2F4F6}
.benefitsSection{max-width:960px;margin:4rem auto;padding:0 1.5rem}
.benefitsSection h2{color:#2F314F;font-size:2rem;margin-bottom:2rem;text-align:center;position:relative}
.benefitsSection h2::after{content:'';display:block;width:60px;height:3px;background:#FBD918;margin:1rem auto 0}
.benefitsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}
.benefitCard{background:#F2F4F6;padding:2rem;border-radius:3px;border-left:4px solid #FBD918;transition:all .3s ease}
.benefitCard:hover{box-shadow:0 6px 14px #2f314f1a;border-left-color:#2F314F}
.benefitCard h4{color:#2F314F;font-size:1.15rem;margin-bottom:.75rem;font-weight:600}
.benefitCard p{color:#2F314F;font-size:.95rem;line-height:1.6;opacity:.85}
.processSection{background:linear-gradient(180deg,#F2F4F6 0%,#fbd9181a 100%);padding:4rem 1.5rem;margin-top:4rem}
.processContainer{max-width:960px;margin:0 auto}
.processContainer h2{color:#2F314F;font-size:2rem;margin-bottom:2.5rem;text-align:center}
.stepsList{display:flex;flex-direction:column;gap:1.5rem}
.stepItem{display:grid;grid-template-columns:60px 1fr;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:4px;box-shadow:0 2px 8px #2f314f0f;transition:all .3s ease}
.stepItem:hover{box-shadow:0 6px 16px #2f314f1f;transform:translateX(6px)}
.stepNumber{width:60px;height:60px;background:linear-gradient(135deg,#FBD918 0%,#2F314F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#F2F4F6;flex-shrink:0}
.stepContent h5{color:#2F314F;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}
.stepContent p{color:#2F314F;font-size:.95rem;line-height:1.6;opacity:.85}
.publishBadge{display:inline-block;background:#2f314f14;color:#2F314F;padding:.25rem .65rem;border-radius:3px;font-size:.75rem;margin-top:.5rem}
@media (max-width: 768px) {
.heroContent h1{font-size:1.8rem}
.gridPrograms{grid-template-columns:1fr;gap:1.5rem}
.stepItem{grid-template-columns:50px 1fr;gap:1rem;padding:1.25rem}
.stepNumber{width:50px;height:50px;font-size:1.25rem}
.benefitsGrid{grid-template-columns:1fr}
.priceArea{flex-direction:column;align-items:flex-start;gap:1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.gridPrograms{grid-template-columns:repeat(2,1fr)}
}
.successWrapper{max-width:960px;margin:0 auto;padding:0 20px}
.heroSuccess{position:relative;padding:80px 0 100px;overflow:hidden}
.heroSuccess::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:linear-gradient(135deg,transparent 0%,transparent 48%,#F2F4F6 48%,#F2F4F6 52%,transparent 52%,transparent 58%,#fbd91814 58%,#fbd91814 62%,transparent 62%);transform:rotate(-12deg);z-index:0}
.heroSuccess .contentHolder{position:relative;z-index:1;text-align:center}
.heroSuccess .mainHeading82{font-size:2.8rem;font-weight:700;color:#2F314F;margin:0 0 12px;line-height:1.2}
.heroSuccess .pauseMark{display:block;width:80px;height:4px;background:linear-gradient(90deg,#FBD918 0%,#2F314F 100%);margin:0 auto 12px}
.heroSuccess .subHeading82{font-size:2.8rem;font-weight:700;color:#2F314F;margin:0 0 28px;line-height:1.2}
.heroSuccess .descriptionText82{font-size:1.15rem;color:#5a5c7a;line-height:1.7;max-width:680px;margin:0 auto 40px}
.heroSuccess .actionBox{display:inline-flex;gap:18px;flex-wrap:wrap;justify-content:center}
.heroSuccess .primaryBtn82{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#FBD918 0%,#f0c800 100%);color:#2F314F;text-decoration:none;font-weight:600;font-size:1.05rem;border-radius:4px;transition:all .3s ease;box-shadow:0 4px 12px #fbd91833}
.heroSuccess .primaryBtn82:hover{transform:translateY(-2px);box-shadow:0 6px 18px #fbd91859}
.heroSuccess .secondaryBtn82{display:inline-block;padding:16px 36px;background:transparent;color:#2F314F;text-decoration:none;font-weight:600;font-size:1.05rem;border:2px solid #2F314F;border-radius:4px;transition:all .3s ease}
.heroSuccess .secondaryBtn82:hover{background:#2F314F;color:#FBD918}
.detailsSection92{padding:90px 0 110px;background:#fafbfc}
.detailsSection92 .gridLayout92{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:960px;margin:0 auto}
.detailsSection92 .infoCard92{background:#fff;padding:36px 28px;border-radius:3px;border-left:4px solid #FBD918;box-shadow:0 2px 8px #2f314f0f;transition:all .3s ease}
.detailsSection92 .infoCard92:hover{transform:translateX(6px);box-shadow:0 4px 14px #2f314f1f}
.detailsSection92 .cardIcon92{width:54px;height:54px;margin-bottom:20px}
.detailsSection92 .cardIcon92 svg{width:100%;height:100%}
.detailsSection92 .cardTitle92{font-size:1.35rem;font-weight:700;color:#2F314F;margin:0 0 14px;line-height:1.3}
.detailsSection92 .cardText92{font-size:1rem;color:#6a6d8e;line-height:1.65;margin:0}
.detailsSection92 .cardText92 strong{color:#2F314F;font-weight:600}
@media (max-width: 768px) {
.heroSuccess{padding:60px 0 70px}
.heroSuccess .mainHeading82,.heroSuccess .subHeading82{font-size:2rem}
.heroSuccess .descriptionText82{font-size:1.05rem}
.heroSuccess .actionBox{flex-direction:column;gap:14px}
.heroSuccess .primaryBtn82,.heroSuccess .secondaryBtn82{width:100%;text-align:center}
.detailsSection92{padding:60px 0 70px}
.detailsSection92 .gridLayout92{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.heroSuccess .mainHeading82,.heroSuccess .subHeading82{font-size:1.65rem}
.heroSuccess .descriptionText82{font-size:.98rem}
.detailsSection92 .infoCard92{padding:28px 20px}
.detailsSection92 .cardTitle92{font-size:1.2rem}
}