*{box-sizing:border-box}
body{margin:0;padding:0;font-family:'Karla',sans-serif;background:#fafbfc;color:#1a1d24;line-height:1.6}
h1,h2,h3,h4{font-family:'Figtree',sans-serif;font-weight:700;line-height:1.2}
.topWrap{background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 65%,#56270C 100%);padding:24px 0;box-shadow:0 4px 12px #2b3bee26}
.headBox{max-width:960px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}
.logoArea{display:flex;align-items:center}
.logoArea img{height:120px;width:120px;object-fit:contain;background:#fffffff2;border-radius:24px;padding:12px;box-shadow:0 6px 18px #0000001f}
.centerName{text-align:center;color:#fff;font-size:38px;font-weight:700;font-family:'Figtree',sans-serif;letter-spacing:-.5px;text-shadow:0 2px 8px #0003}
.navWrap nav{display:flex;gap:8px;align-items:center}
.navWrap nav a{color:#fff;text-decoration:none;padding:12px 20px;font-size:16px;font-weight:500;border-radius:18px;background:#ffffff1f;transition:background .2s;white-space:nowrap}
.navWrap nav a:hover{background:#ffffff38}
@media (max-width: 768px) {
.headBox{grid-template-columns:1fr;text-align:center;gap:20px}
.centerName{font-size:28px;order:-1}
.logoArea{justify-content:center}
.logoArea img{height:90px;width:90px}
.navWrap nav{flex-direction:column;width:100%}
.navWrap nav a{width:100%;text-align:center}
}
.bottomBar{background:#f1f3f5;padding:48px 0;margin-top:80px;border-top:3px solid #e9ecef}
.footContent{max-width:960px;margin:0 auto;padding:0 20px}
.footGrid{display:grid;grid-template-columns:2fr 1fr;gap:48px;margin-bottom:40px}
.contactBlock h3{color:#2B3BEE;margin-bottom:20px;font-size:22px}
.contactBlock p{margin:12px 0;color:#495057;display:flex;align-items:center;gap:10px}
.contactBlock a{color:#0D71A5;text-decoration:none;transition:color .2s}
.contactBlock a:hover{color:#2B3BEE}
.linksBlock h3{color:#2B3BEE;margin-bottom:20px;font-size:22px}
.linksBlock nav{display:flex;flex-direction:column;gap:12px}
.linksBlock nav a{color:#495057;text-decoration:none;padding:8px 0;transition:color .2s}
.linksBlock nav a:hover{color:#2B3BEE}
.copyright{text-align:center;color:#6c757d;font-size:14px;padding-top:32px;border-top:1px solid #dee2e6}
@media (max-width: 768px) {
.footGrid{grid-template-columns:1fr;gap:32px}
}
.cookieBanner{position:fixed;top:20px;left:20px;background:#fff;border-radius:24px;padding:28px;box-shadow:0 12px 32px #2b3bee2e;max-width:440px;z-index:9999;transform:translateX(-120%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookieBanner.showing{transform:translateX(0)}
.cookieBanner.hiding{transform:translateX(-120%)}
.tabBar{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e9ecef}
.tabBtn{background:none;border:none;padding:10px 18px;cursor:pointer;font-size:15px;font-weight:500;color:#6c757d;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s;font-family:'Karla',sans-serif}
.tabBtn.active2{color:#2B3BEE;border-bottom-color:#2B3BEE}
.tabContent{display:none}
.tabContent.active2{display:block}
.cookieBanner h3{color:#2B3BEE;margin:0 0 16px;font-size:20px}
.cookieBanner p{color:#495057;font-size:14px;line-height:1.5;margin-bottom:20px}
.prefRow{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e9ecef}
.prefRow:last-child{border-bottom:none}
.switchBox{position:relative;width:50px;height:26px}
.switchBox input{opacity:0;width:0;height:0}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:.3s;border-radius:26px}
.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:#fff;transition:.3s;border-radius:50%}
input:checked + .slider{background:#2B3BEE}
input:checked + .slider:before{transform:translateX(24px)}
.btnRow{display:flex;gap:12px;margin-top:24px}
.acceptBtn,.declineBtn{flex:1;padding:12px;border:none;border-radius:16px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:'Karla',sans-serif}
.acceptBtn{background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);color:#fff}
.acceptBtn:hover{box-shadow:0 6px 16px #2b3bee4d;transform:translateY(-1px)}
.declineBtn{background:#f1f3f5;color:#495057}
.declineBtn:hover{background:#e9ecef}
@media (max-width: 768px) {
.cookieBanner{left:10px;right:10px;max-width:calc(100% - 20px)}
}
.info-qhx-legal{max-width:960px;margin:0 auto;padding:60px 20px;background:#fff}
.info-qhx-legal p{font-size:16px;line-height:1.75;color:#2c3e50;margin:0 0 24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.info-qhx-legal p:last-child{margin-bottom:0}
.info-qhx-legal strong,.info-qhx-legal b{font-weight:600;color:#1a252f}
.info-qhx-legal ul,.info-qhx-legal ol{margin:0 0 28px;padding-left:32px;line-height:1.75;color:#2c3e50;font-size:16px}
.info-qhx-legal ul{list-style-type:disc}
.info-qhx-legal ol{list-style-type:decimal}
.info-qhx-legal li{margin-bottom:12px;padding-left:8px}
.info-qhx-legal li:last-child{margin-bottom:0}
.info-qhx-legal ul ul,.info-qhx-legal ol ol,.info-qhx-legal ul ol,.info-qhx-legal ol ul{margin-top:12px;margin-bottom:12px}
.info-qhx-legal ul ul{list-style-type:circle}
.info-qhx-legal ul ul ul{list-style-type:square}
.info-qhx-legal table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #2b3bee14}
.info-qhx-legal thead{background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%)}
.info-qhx-legal thead tr{border:none}
.info-qhx-legal thead th{color:#fff;font-weight:600;text-align:left;padding:18px 24px;font-size:15px;letter-spacing:.3px}
.info-qhx-legal tbody tr{border-bottom:1px solid #e8ecf1;transition:background-color .2s ease}
.info-qhx-legal tbody tr:last-child{border-bottom:none}
.info-qhx-legal tbody tr:hover{background-color:#f8f9fb}
.info-qhx-legal td{padding:16px 24px;font-size:15px;color:#2c3e50;vertical-align:top}
.info-qhx-legal th{font-weight:600;color:#1a252f}
.info-qhx-legal hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#2B3BEE 20%,#0D71A5 50%,#2B3BEE 80%,transparent 100%);margin:48px 0;opacity:.3;border-radius:2px}
@media (max-width: 768px) {
.info-qhx-legal{padding:40px 16px}
.info-qhx-legal p{font-size:15px;line-height:1.7;margin-bottom:20px}
.info-qhx-legal ul,.info-qhx-legal ol{padding-left:24px;font-size:15px;margin-bottom:24px}
.info-qhx-legal li{margin-bottom:10px}
.info-qhx-legal table{font-size:14px;border-radius:12px;margin-bottom:28px}
.info-qhx-legal thead th{padding:14px 16px;font-size:14px}
.info-qhx-legal td{padding:12px 16px;font-size:14px}
.info-qhx-legal hr{margin:36px 0}
}
@media (max-width: 480px) {
.info-qhx-legal{padding:32px 12px}
.info-qhx-legal p{font-size:14px;margin-bottom:18px}
.info-qhx-legal ul,.info-qhx-legal ol{padding-left:20px;font-size:14px}
.info-qhx-legal table{display:block;overflow-x:auto;box-shadow:0 3px 8px #2b3bee0f}
.info-qhx-legal thead th{padding:12px 14px;font-size:13px}
.info-qhx-legal td{padding:10px 14px;font-size:13px}
.info-qhx-legal hr{margin:28px 0}
}
.breadcrumbs-nav{max-width:960px;margin:0 auto;padding:20px 16px}
.breadcrumbs-nav .breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;padding:0;margin:0}
.breadcrumbs-nav .breadcrumb-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}
.breadcrumbs-nav .breadcrumb-link{color:#2B3BEE;text-decoration:none;transition:color .2s}
.breadcrumbs-nav .breadcrumb-link:hover{color:#0D71A5}
.breadcrumbs-nav .breadcrumb-separator{color:#999;user-select:none}
.breadcrumbs-nav .breadcrumb-current{color:#333;font-weight:500}
.post-header-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:60px 16px 40px}
.post-header-section .header-content-wrap{max-width:960px;margin:0 auto}
.post-header-section .post-title-main{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 32px;font-weight:700}
.post-header-section .featured-image-container{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px #2b3bee1f}
.post-header-section .featured-image-container img{width:100%;height:auto;display:block}
.article-body-section{padding:60px 16px 80px;background:#fff}
.article-body-section .content-container{max-width:720px;margin:0 auto}
.article-body-section .blog-content{color:#333;font-size:18px;line-height:1.7}
.article-body-section .blog-content::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#2B3BEE 0%,#0D71A5 100%);margin-bottom:32px;border-radius:2px}
.article-body-section .blog-content p{margin:0 0 24px;color:#444}
.article-body-section .blog-content p:last-child{margin-bottom:0}
.cta-section-block{background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 50%,#56270C 100%);padding:80px 16px;position:relative;overflow:hidden}
.cta-section-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.cta-section-block .cta-inner-wrapper{max-width:960px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-section-block .cta-heading{font-size:36px;color:#fff;margin:0 0 16px;font-weight:700}
.cta-section-block .cta-description{font-size:18px;color:#ffffffe6;margin:0 0 32px;max-width:600px;margin-left:auto;margin-right:auto}
.cta-section-block .cta-buttons-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cta-section-block .btn-primary-cta{background:#fff;color:#2B3BEE;padding:16px 40px;border-radius:28px;text-decoration:none;font-weight:600;font-size:16px;box-shadow:0 8px 24px #00000026;transition:transform 0.3s,box-shadow .3s;display:inline-block}
.cta-section-block .btn-primary-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0003}
.cta-section-block .btn-secondary-cta{background:transparent;color:#fff;padding:16px 40px;border-radius:28px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #fff6;transition:border-color 0.3s,background .3s;display:inline-block}
.cta-section-block .btn-secondary-cta:hover{background:#ffffff1a;border-color:#fffc}
@media (max-width: 768px) {
.post-header-section .post-title-main{font-size:32px}
.article-body-section .blog-content{font-size:16px}
.cta-section-block .cta-heading{font-size:28px}
.cta-section-block .cta-description{font-size:16px}
.cta-section-block .cta-buttons-row{flex-direction:column;align-items:stretch}
.cta-section-block .btn-primary-cta,.cta-section-block .btn-secondary-cta{width:100%;text-align:center}
}
@media (max-width: 480px) {
.breadcrumbs-nav{padding:16px 12px}
.post-header-section{padding:40px 12px 30px}
.post-header-section .post-title-main{font-size:26px;margin-bottom:24px}
.article-body-section{padding:40px 12px 60px}
.cta-section-block{padding:60px 12px}
.cta-section-block .cta-heading{font-size:24px}
}
.main-wrap{max-width:960px;margin:0 auto;padding:0 20px}
.hero-title-section{position:relative;padding:80px 0 120px;overflow:hidden}
.circle-bg1{position:absolute;width:280px;height:280px;border-radius:50%;background:linear-gradient(135deg,#2b3bee14 0%,#0d71a51f 100%);top:-80px;right:-60px;z-index:1}
.circle-bg2{position:absolute;width:180px;height:180px;border-radius:50%;background:linear-gradient(225deg,#56270c0f 0%,#0d71a517 100%);bottom:40px;left:-40px;z-index:1}
.hero-title-section .title-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-title-section .leftSide{padding-right:20px}
.hero-title-section .mainTitle{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.hero-title-section .subtitle-text{font-size:1.1rem;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.hero-title-section .imgWrap{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px #2b3bee26}
.hero-title-section .imgWrap img{width:100%;height:auto;display:block;object-fit:cover}
.story-content-area{padding:80px 0;background:linear-gradient(180deg,#f8f9fc 0%,#fff 100%)}
.story-content-area .section-heading{font-size:2.2rem;color:#1a1a1a;margin:0 0 48px;font-weight:700;text-align:center}
.story-content-area .story-grid{display:grid;grid-template-columns:380px 1fr;gap:48px;align-items:start}
.story-content-area .story-img{border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.story-content-area .story-img img{width:100%;height:auto;display:block;object-fit:cover}
.story-content-area .story-txt{padding-top:12px}
.story-content-area .story-paragraph{font-size:1.05rem;line-height:1.8;color:#3a3a3a;margin:0 0 24px}
.story-content-area .story-paragraph:last-child{margin-bottom:0}
.approach-zone{padding:80px 0;background:#fff}
.approach-zone .heading2{font-size:2.2rem;color:#1a1a1a;margin:0 0 56px;font-weight:700;text-align:center}
.approach-zone .cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approach-zone .card-item{background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);border:2px solid #e8eaf0;border-radius:20px;padding:36px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.approach-zone .card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2B3BEE 0%,#0D71A5 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.approach-zone .card-item:hover{border-color:#2B3BEE;box-shadow:0 12px 28px #2b3bee1f;transform:translateY(-4px)}
.approach-zone .card-item:hover::before{transform:scaleX(1)}
.approach-zone .card-icon-area{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#2b3bee1a 0%,#0d71a51a 100%);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approach-zone .icon-svg{width:28px;height:28px;fill:#2B3BEE}
.approach-zone .card-title{font-size:1.35rem;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.approach-zone .card-description{font-size:1rem;line-height:1.7;color:#5a5a5a;margin:0}
.team-section-wrapper{padding:80px 0 100px;background:linear-gradient(180deg,#fff 0%,#f4f6f9 100%)}
.team-section-wrapper .team-heading{font-size:2.2rem;color:#1a1a1a;margin:0 0 56px;font-weight:700;text-align:center}
.team-section-wrapper .team-layout{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:center}
.team-section-wrapper .profile-photo-holder{position:relative}
.team-section-wrapper .photo-frame{border-radius:24px;overflow:hidden;box-shadow:0 16px 40px #2b3bee2e;position:relative}
.team-section-wrapper .photo-frame::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid #2b3bee33;border-radius:24px;pointer-events:none}
.team-section-wrapper .photo-frame img{width:100%;height:auto;display:block;object-fit:cover}
.team-section-wrapper .team-info-content{display:flex;flex-direction:column;gap:24px}
.team-section-wrapper .expert-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 16px #0000000f;border-left:4px solid #2B3BEE}
.team-section-wrapper .expert-name{font-size:1.6rem;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.team-section-wrapper .expert-role{font-size:1.05rem;color:#0D71A5;margin:0 0 20px;font-weight:500}
.team-section-wrapper .expert-bio{font-size:1rem;line-height:1.75;color:#4a4a4a;margin:0}
.team-section-wrapper .capabilities-box{background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);border:2px solid #e8eaf0;border-radius:20px;padding:28px 32px}
.team-section-wrapper .cap-title{font-size:1.3rem;color:#1a1a1a;margin:0 0 20px;font-weight:600}
.team-section-wrapper .cap-list{display:flex;flex-direction:column;gap:14px}
.team-section-wrapper .cap-item{display:flex;align-items:center;gap:12px}
.team-section-wrapper .check-icon{width:22px;height:22px;background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.team-section-wrapper .check-svg{width:12px;height:12px;fill:#fff}
.team-section-wrapper .cap-text{font-size:1rem;color:#3a3a3a;line-height:1.5}
@media (max-width: 768px) {
.hero-title-section .title-grid{grid-template-columns:1fr;gap:40px}
.hero-title-section .leftSide{padding-right:0}
.hero-title-section .mainTitle{font-size:2.2rem}
.story-content-area .story-grid{grid-template-columns:1fr;gap:32px}
.approach-zone .cards-grid{grid-template-columns:1fr;gap:24px}
.team-section-wrapper .team-layout{grid-template-columns:1fr;gap:36px}
.team-section-wrapper .profile-photo-holder{max-width:280px;margin:0 auto}
}
@media (min-width: 769px) and (max-width: 1024px) {
.story-content-area .story-grid{grid-template-columns:320px 1fr;gap:40px}
.approach-zone .cards-grid{grid-template-columns:repeat(2,1fr)}
.team-section-wrapper .team-layout{grid-template-columns:240px 1fr;gap:40px}
}
.blogPage .pageHead{background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 50%,#56270C 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.blogPage .pageHead::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 1px,transparent 1px);background-size:40px 40px;animation:movePattern 20s linear infinite}
@keyframes movePattern {
0%{transform:translate(0,0)}
100%{transform:translate(40px,40px)}
}
.blogPage .headingWrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.blogPage .mainTitle{font-size:48px;color:#fff;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.blogPage .subtitleText{font-size:20px;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}
.blogPage .contentContainer{max-width:960px;margin:0 auto;padding:60px 20px}
.blogPage .postGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:80px}
.blogPage .postCard{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 20px #2b3bee14;transition:all .3s ease;display:flex;flex-direction:column}
.blogPage .postCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #2b3bee26}
.blogPage .imgWrap{width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);position:relative}
.blogPage .imgWrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.blogPage .postCard:hover .imgWrap img{transform:scale(1.08)}
.blogPage .textContent{padding:28px 24px 32px;flex-grow:1;display:flex;flex-direction:column}
.blogPage .postTitle{font-size:22px;color:#1a1a1a;margin:0 0 12px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blogPage .postDesc{font-size:15px;color:#666;line-height:1.6;margin:0 0 20px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.blogPage .readLink{display:inline-flex;align-items:center;color:#2B3BEE;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease;align-self:flex-start}
.blogPage .readLink::after{content:'→';margin-left:8px;transition:transform .2s ease}
.blogPage .readLink:hover{color:#0D71A5}
.blogPage .readLink:hover::after{transform:translateX(4px)}
.blogPage .infoSection{background:linear-gradient(120deg,#2b3bee0a 0%,#0d71a50a 100%);border-radius:28px;padding:48px 40px;margin-bottom:60px;border:2px solid #2b3bee14;position:relative;overflow:hidden}
.blogPage .infoSection::before{content:'';position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,#2b3bee14 0%,transparent 70%);border-radius:50%}
.blogPage .sectionTitle{font-size:32px;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative}
.blogPage .sectionTitle::before{content:'';position:absolute;left:0;bottom:-8px;width:60px;height:4px;background:linear-gradient(90deg,#2B3BEE 0%,#0D71A5 100%);border-radius:2px}
.blogPage .sectionText{font-size:16px;color:#444;line-height:1.7;margin:28px 0 0;max-width:800px}
.blogPage .statsBox{background:#fff;border-radius:28px;padding:44px 40px;box-shadow:0 12px 32px #2b3bee1a;margin-bottom:60px}
.blogPage .statsTitle{font-size:28px;color:#1a1a1a;margin:0 0 32px;font-weight:700;text-align:center}
.blogPage .statGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px}
.blogPage .statItem{text-align:center;padding:24px;border-radius:18px;background:linear-gradient(135deg,#2b3bee0f 0%,#0d71a50f 100%);transition:all .3s ease}
.blogPage .statItem:hover{transform:translateY(-4px);box-shadow:0 8px 20px #2b3bee1f}
.blogPage .statNumber{font-size:42px;color:#2B3BEE;font-weight:700;margin:0 0 8px;line-height:1}
.blogPage .statLabel{font-size:15px;color:#666;margin:0;font-weight:500}
.blogPage .ctaBox{background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);border-radius:28px;padding:60px 40px;text-align:center;position:relative;overflow:hidden;box-shadow:0 16px 40px #2b3bee33}
.blogPage .ctaBox::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.blogPage .ctaBox::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle,#56270c33 0%,transparent 70%);border-radius:50%}
.blogPage .ctaTitle{font-size:36px;color:#fff;margin:0 0 16px;font-weight:700;position:relative;z-index:2}
.blogPage .ctaText{font-size:18px;color:#fffffff2;margin:0 0 32px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;position:relative;z-index:2}
.blogPage .ctaButton{display:inline-block;padding:16px 48px;background:#fff;color:#2B3BEE;text-decoration:none;border-radius:16px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 20px #00000026;position:relative;z-index:2}
.blogPage .ctaButton:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000040;background:#f8f8f8}
@media (max-width: 768px) {
.blogPage .pageHead{padding:60px 20px 40px}
.blogPage .mainTitle{font-size:36px}
.blogPage .subtitleText{font-size:17px}
.blogPage .contentContainer{padding:40px 16px}
.blogPage .postGrid{grid-template-columns:1fr;gap:24px}
.blogPage .infoSection{padding:32px 24px;margin-bottom:40px}
.blogPage .sectionTitle{font-size:26px}
.blogPage .statsBox{padding:32px 24px}
.blogPage .statsTitle{font-size:24px}
.blogPage .statGrid{grid-template-columns:1fr;gap:20px}
.blogPage .ctaBox{padding:44px 24px}
.blogPage .ctaTitle{font-size:28px}
.blogPage .ctaText{font-size:16px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.blogPage .postGrid{grid-template-columns:repeat(2,1fr)}
.blogPage .statGrid{grid-template-columns:repeat(2,1fr)}
}
.hero1{max-width:960px;margin:0 auto;padding:0}
.topStrip{width:100%;height:180px;overflow:hidden;border-radius:24px 24px 0 0;position:relative}
.topStrip img{width:100%;height:100%;object-fit:cover;object-position:center}
.manifesto1{padding:60px 40px;background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);border-radius:0 0 24px 24px;position:relative}
.manifesto1::before{content:'';position:absolute;top:0;left:40px;right:40px;height:1px;background:#fff3}
.manifesto1::after{content:'';position:absolute;bottom:0;left:40px;right:40px;height:1px;background:#fff3}
.manifesto1 h1{font-size:42px;color:#fff;margin:0 0 24px;line-height:1.2;font-weight:700}
.manifesto1 p{font-size:18px;color:#fffffff2;margin:0 0 16px;line-height:1.6}
.manifesto1 p:last-of-type{margin-bottom:0}
.sideFrame{position:absolute;top:60px;bottom:60px;width:1px;background:#ffffff26}
.sideFrame.left{left:20px}
.sideFrame.right{right:20px}
.methodsGrid{max-width:960px;margin:80px auto;padding:0 20px}
.methodsGrid h2{font-size:36px;color:#2B3BEE;margin:0 0 48px;text-align:center}
.gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.methodCard{background:#f8f9fa;padding:32px 24px;border-radius:20px;box-shadow:0 4px 12px #2b3bee14;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.methodCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #2b3bee26}
.methodCard h3{font-size:22px;color:#0D71A5;margin:0 0 16px}
.methodCard p{font-size:15px;color:#444;line-height:1.5;margin:0}
.motivationWrap{max-width:960px;margin:80px auto;padding:0 20px}
.motivationContent{display:flex;gap:48px;align-items:center}
.motivLeft{flex:1}
.motivLeft h2{font-size:36px;color:#56270C;margin:0 0 28px}
.motivLeft .intro{font-size:18px;color:#333;margin:0 0 32px;line-height:1.6}
.progressList{list-style:none;padding:0;margin:0}
.progressList li{padding:16px 0;border-bottom:1px solid #e0e0e0;position:relative}
.progressList li:last-child{border-bottom:none}
.progressLabel{font-size:16px;color:#333;margin:0 0 8px;font-weight:600}
.barTrack{width:100%;height:8px;background:#e8e8e8;border-radius:12px;overflow:hidden;position:relative}
.barFill{height:100%;background:linear-gradient(90deg,#2B3BEE 0%,#0D71A5 100%);border-radius:12px;transition:width .6s ease}
.motivRight{flex:0 0 380px}
.motivRight img{width:100%;height:auto;border-radius:20px;box-shadow:0 8px 24px #0d71a533}
.toolsArea{background:linear-gradient(225deg,#f5f5f5 0%,#fafafa 100%);padding:80px 20px;margin:80px 0}
.toolsInner{max-width:960px;margin:0 auto}
.toolsInner h2{font-size:36px;color:#2B3BEE;margin:0 0 48px;text-align:center}
.toolsColumns{display:flex;gap:40px}
.toolCol{flex:1}
.toolItem{background:#fff;padding:24px;border-radius:16px;margin-bottom:20px;box-shadow:0 2px 8px #0000000f;display:flex;align-items:flex-start;gap:16px}
.toolIcon{width:48px;height:48px;background:linear-gradient(135deg,#0D71A5 0%,#2B3BEE 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.toolIcon svg{width:24px;height:24px;fill:#fff}
.toolText h4{font-size:18px;color:#333;margin:0 0 8px}
.toolText p{font-size:14px;color:#666;margin:0;line-height:1.5}
.feedbackSection{max-width:960px;margin:80px auto 100px;padding:0 20px}
.feedbackSection h2{font-size:36px;color:#56270C;margin:0 0 16px;text-align:center}
.feedbackSection .subtitle{font-size:16px;color:#666;margin:0 0 56px;text-align:center}
.testimonialGrid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.testimonialCard{background:#fff;padding:32px;border-radius:20px;box-shadow:0 6px 16px #56270c1a;position:relative;border-left:4px solid #0D71A5}
.testimonialCard::before{content:'"';position:absolute;top:16px;left:24px;font-size:64px;color:#2b3bee1a;font-family:Georgia,serif;line-height:1}
.testimonialText{font-size:15px;color:#444;margin:0 0 24px;line-height:1.6;position:relative;z-index:1}
.testimonialAuthor{display:flex;align-items:center;gap:16px}
.authorPhoto{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0}
.authorPhoto img{width:100%;height:100%;object-fit:cover}
.authorInfo h5{font-size:16px;color:#333;margin:0 0 4px;font-weight:600}
.authorInfo p{font-size:14px;color:#888;margin:0}
.ctaWrapper{max-width:960px;margin:60px auto 0;padding:0 20px;text-align:center}
.ctaButton{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);color:#fff;text-decoration:none;font-size:18px;font-weight:600;border-radius:28px;box-shadow:0 8px 20px #2b3bee40;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10}
.ctaButton:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2b3bee59}
.visualRow{max-width:960px;margin:80px auto;padding:0 20px;display:flex;gap:24px;align-items:center}
.visualItem{flex:1;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.visualItem img{width:100%;height:auto;display:block}
@media (max-width: 768px) {
.manifesto1 h1{font-size:32px}
.manifesto1{padding:40px 24px}
.sideFrame{display:none}
.gridLayout{grid-template-columns:1fr;gap:24px}
.motivationContent{flex-direction:column}
.motivRight{flex:1 1 auto;width:100%}
.toolsColumns{flex-direction:column}
.testimonialGrid{grid-template-columns:1fr}
.visualRow{flex-direction:column}
}
@media (max-width: 480px) {
.topStrip{height:120px}
.manifesto1 h1{font-size:26px}
.manifesto1 p{font-size:16px}
.methodsGrid h2,.motivLeft h2,.toolsInner h2,.feedbackSection h2{font-size:28px}
.ctaButton{padding:16px 32px;font-size:16px}
}
.hero1{background:linear-gradient(319deg,#2B3BEE 0%,#0D71A5 50%,#56270C 100%);padding:80px 20px;text-align:center;margin-bottom:64px;border-radius:24px;box-shadow:0 8px 24px #2b3bee26}
.heroWrapper{max-width:960px;margin:0 auto}
.hero1 h1{color:#fff;font-size:48px;margin:0 0 20px;font-weight:700;line-height:1.2}
.hero1 .subText{color:#ffffffe6;font-size:20px;margin:0;line-height:1.5}
.contactWrap{max-width:960px;margin:0 auto 80px;padding:0 20px}
.infoSection{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:72px}
.infoCard{background:#f8f9fb;padding:36px;border-radius:20px;box-shadow:0 4px 16px #0d71a514;transition:transform .3s ease,box-shadow .3s ease}
.infoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2b3bee1f}
.infoCard .iconBox{width:56px;height:56px;background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.infoCard .iconBox svg{width:28px;height:28px;fill:#fff}
.infoCard h3{font-size:22px;color:#1a1a2e;margin:0 0 12px;font-weight:600}
.infoCard p{font-size:16px;color:#4a5568;margin:0 0 8px;line-height:1.6}
.infoCard a{color:#0D71A5;text-decoration:none;font-weight:500;transition:color .2s ease}
.infoCard a:hover{color:#2B3BEE}
.formSection{background:#fff;padding:48px;border-radius:24px;box-shadow:0 6px 20px #56270c14;margin-bottom:64px}
.formSection h2{font-size:32px;color:#1a1a2e;margin:0 0 12px;font-weight:700}
.formSection .formDesc{font-size:18px;color:#6b7280;margin:0 0 32px;line-height:1.6}
.contactForm1{display:flex;flex-direction:column;gap:24px}
.fieldGroup{display:flex;flex-direction:column;gap:8px}
.fieldGroup label{font-size:15px;color:#374151;font-weight:600}
.fieldGroup input,.fieldGroup textarea,.fieldGroup select{padding:14px 18px;font-size:16px;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;transition:border-color .2s ease,background-color .2s ease}
.fieldGroup input:focus,.fieldGroup textarea:focus,.fieldGroup select:focus{outline:none;border-color:#2B3BEE;background:#fff}
.fieldGroup textarea{min-height:140px;resize:vertical;font-family:inherit}
.fieldGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23374151' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.checkboxArea{display:flex;flex-direction:column;gap:16px;padding:20px;background:#f3f4f6;border-radius:12px}
.checkboxArea h4{font-size:16px;color:#1f2937;margin:0 0 8px;font-weight:600}
.checkWrap{display:flex;align-items:center;gap:12px}
.checkWrap input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#2B3BEE}
.checkWrap label{font-size:15px;color:#4b5563;cursor:pointer;margin:0}
.privacyBox{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fef3c7;border-radius:12px;border:1px solid #fbbf24}
.privacyBox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#56270C}
.privacyBox label{font-size:14px;color:#78350f;line-height:1.5;cursor:pointer;margin:0}
.privacyBox label a{color:#0D71A5;text-decoration:underline}
.privacyBox label a:hover{color:#2B3BEE}
.btnSubmit{padding:16px 48px;font-size:18px;font-weight:600;color:#fff;background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);border:none;border-radius:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 16px #2b3bee40;align-self:flex-start;z-index:10}
.btnSubmit:hover{transform:translateY(-2px);box-shadow:0 10px 24px #2b3bee59}
.btnSubmit:active{transform:translateY(0)}
.imageSection{max-width:960px;margin:0 auto 80px;padding:0 20px}
.imgContainer{border-radius:24px;overflow:hidden;box-shadow:0 10px 32px #56270c1f}
.imgContainer img{width:100%;height:auto;display:block;object-fit:cover}
.additionalInfo{max-width:960px;margin:0 auto 80px;padding:0 20px}
.infoGrid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.infoBlock h3{font-size:24px;color:#1a1a2e;margin:0 0 16px;font-weight:700;position:relative;padding-left:20px}
.infoBlock h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:24px;background:linear-gradient(180deg,#2B3BEE 0%,#0D71A5 100%);border-radius:3px}
.infoBlock p{font-size:16px;color:#4b5563;line-height:1.7;margin:0 0 12px}
.infoBlock ul{list-style:none;padding:0;margin:0}
.infoBlock ul li{font-size:16px;color:#374151;padding:10px 0;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:12px}
.infoBlock ul li::before{content:'';width:8px;height:8px;background:#0D71A5;border-radius:50%;flex-shrink:0}
.infoBlock ul li:last-child{border-bottom:none}
@media (max-width: 768px) {
.hero1{padding:60px 20px;margin-bottom:48px}
.hero1 h1{font-size:36px}
.hero1 .subText{font-size:18px}
.infoSection{grid-template-columns:1fr;gap:24px;margin-bottom:56px}
.formSection{padding:32px 24px;margin-bottom:48px}
.formSection h2{font-size:28px}
.formSection .formDesc{font-size:16px}
.btnSubmit{width:100%;align-self:stretch}
.infoGrid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 480px) {
.hero1 h1{font-size:28px}
.hero1 .subText{font-size:16px}
.infoCard{padding:28px}
.formSection{padding:24px 16px}
.formSection h2{font-size:24px}
}
.successWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:40px 20px}
.successContainer{max-width:680px;margin:0 auto;text-align:center}
.iconCircle{width:120px;height:120px;margin:0 auto 32px;background:linear-gradient(319deg,#2B3BEE 0%,#0D71A5 50%,#56270C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px #2b3bee40;animation:pulseAnim 2s ease-in-out infinite;position:relative}
.iconCircle::before{content:'';position:absolute;width:140px;height:140px;border:2px solid #2b3bee33;border-radius:50%;animation:ripple 2s ease-out infinite}
.iconCircle svg{width:60px;height:60px;fill:#fff}
@keyframes pulseAnim {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes ripple {
0%{transform:scale(0.9);opacity:1}
100%{transform:scale(1.3);opacity:0}
}
.mainTitle{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.subText{font-size:20px;color:#4a4a4a;margin:0 0 12px;line-height:1.5}
.detailPara{font-size:16px;color:#6a6a6a;margin:0 0 40px;line-height:1.6;max-width:540px;margin-left:auto;margin-right:auto}
.actionGroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btnPrimary{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);color:#fff;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 20px #2b3bee4d}
.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2b3bee66}
.btnSecondary{display:inline-block;padding:14px 32px;background:#fff;color:#2B3BEE;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;border:2px solid #2B3BEE;transition:all .3s ease}
.btnSecondary:hover{background:#f8f9ff;transform:translateY(-2px)}
.infoSection{background:#fff;padding:60px 20px}
.infoContainer{max-width:960px;margin:0 auto}
.gridLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}
.infoCard{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:32px;border-radius:20px;box-shadow:0 4px 16px #00000014;border-left:4px solid #2B3BEE;transition:transform .3s ease,box-shadow .3s ease}
.infoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2b3bee26}
.cardIcon{width:48px;height:48px;background:linear-gradient(135deg,#2B3BEE 0%,#0D71A5 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.cardIcon svg{width:24px;height:24px;fill:#fff}
.cardTitle{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.cardText{font-size:15px;color:#5a5a5a;line-height:1.6;margin:0}
.sectionHeading{font-size:32px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 16px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.sectionHeading::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#2B3BEE 0%,#0D71A5 100%);border-radius:2px}
.sectionSubtext{text-align:center;font-size:17px;color:#6a6a6a;max-width:640px;margin:0 auto 20px;line-height:1.6}
@media (max-width: 768px) {
.successWrap{padding:30px 16px}
.iconCircle{width:100px;height:100px;margin-bottom:24px}
.iconCircle svg{width:50px;height:50px}
.mainTitle{font-size:32px}
.subText{font-size:18px}
.detailPara{font-size:15px;margin-bottom:32px}
.actionGroup{flex-direction:column;gap:12px}
.btnPrimary,.btnSecondary{width:100%;padding:12px 24px}
.infoSection{padding:40px 16px}
.gridLayout{grid-template-columns:1fr;gap:24px;margin-top:32px}
.infoCard{padding:24px}
.sectionHeading{font-size:26px}
.sectionSubtext{font-size:16px}
}
@media (max-width: 480px) {
.mainTitle{font-size:28px}
.subText{font-size:16px}
.iconCircle{width:90px;height:90px}
.iconCircle svg{width:45px;height:45px}
}