*{margin:0;padding:0;border:0;box-sizing:border-box}
body{font-family:'Nunito',sans-serif;color:#2a2a2a;background-color:#fafafa;line-height:1.6}
a{text-decoration:none;color:inherit}
header .topWrapper{max-width:1440px;margin:0 auto;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px;background-color:#fff}
header .brandZone{flex-shrink:0}
header .logoLink{display:block}
header .logoImage{width:120px;height:120px;display:block;box-shadow:0 2px 6px #00000014;border-radius:8px}
header .navigationZone{flex-grow:1;display:flex;flex-direction:column;align-items:flex-end;gap:16px}
header .primaryNav{display:flex;gap:32px;flex-wrap:wrap;justify-content:flex-end}
header .primaryNav a{font-size:17px;font-weight:700;color:#1E4782;padding:8px 12px;border-radius:4px;transition:background-color 0.3s,color .3s}
header .primaryNav a:hover{background-color:#f0f4f8;color:#10C595}
header .contactQuick{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#D65509}
header .contactQuick i{font-size:20px}
header .contactQuick a{transition:color .3s}
header .contactQuick a:hover{color:#1E4782}
footer .footerContainer{max-width:1440px;margin:0 auto;padding:60px 40px;display:flex;justify-content:space-between;align-items:flex-start;gap:40px;background-color:#1E4782;color:#fff}
footer .footerColumn{flex:1}
footer .footerColumn h4{font-size:18px;margin-bottom:16px;font-weight:700}
footer .legalNav{display:flex;flex-direction:column;gap:10px}
footer .legalNav a{font-size:15px;transition:color .3s}
footer .legalNav a:hover{color:#10C595}
footer .footerBrand{flex:1;text-align:center}
footer .companyTitle{font-size:24px;font-weight:700;margin-bottom:12px}
footer .copyrightText{font-size:14px;opacity:.85}
footer .footerColumn p{font-size:15px;line-height:1.8}
footer .footerColumn a{transition:color .3s}
footer .footerColumn a:hover{color:#10C595}
.consentOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;animation:slideInFromTop .4s ease-out}
.consentOverlay.hiding{animation:slideOutToTop .4s ease-in forwards}
@keyframes slideInFromTop {
from{opacity:0;transform:translateY(-100%)}
to{opacity:1;transform:translateY(0)}
}
@keyframes slideOutToTop {
from{opacity:1;transform:translateY(0)}
to{opacity:0;transform:translateY(-100%)}
}
.consentBox{background-color:#fff;padding:40px;border-radius:12px;max-width:520px;width:90%;box-shadow:0 6px 20px #0003}
.consentBox h3{font-size:22px;margin-bottom:16px;color:#1E4782;font-weight:700}
.consentBox p{font-size:15px;margin-bottom:24px;color:#4a4a4a;line-height:1.6}
.settingsGroup{margin-bottom:28px}
.toggleRow{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e8e8e8}
.toggleRow:last-child{border-bottom:none}
.toggleRow span{font-size:15px;color:#2a2a2a}
.switchToggle{position:relative;display:inline-block;width:50px;height:26px}
.switchToggle input{opacity:0;width:0;height:0}
.switchToggle .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:26px;transition:background-color .3s}
.switchToggle .slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s}
.switchToggle input:checked + .slider{background-color:#10C595}
.switchToggle input:checked + .slider:before{transform:translateX(24px)}
.switchToggle input:disabled + .slider{opacity:.5;cursor:not-allowed}
.buttonRow{display:flex;gap:16px}
.consentButton{flex:1;padding:14px 24px;font-size:16px;font-weight:700;border-radius:6px;cursor:pointer;transition:background-color 0.3s,box-shadow .3s;font-family:'Nunito',sans-serif}
.consentButton.acceptBtn{background-color:#10C595;color:#fff}
.consentButton.acceptBtn:hover{background-color:#0da97d;box-shadow:0 4px 8px #10c5954d}
.consentButton.declineBtn{background-color:#D65509;color:#fff}
.consentButton.declineBtn:hover{background-color:#b84707;box-shadow:0 4px 8px #d655094d}
@media (max-width: 768px) {
header .topWrapper{flex-direction:column;align-items:center;padding:20px}
header .navigationZone{align-items:center;width:100%}
header .primaryNav{justify-content:center;gap:20px}
header .contactQuick{margin-top:12px}
footer .footerContainer{flex-direction:column;text-align:center;padding:40px 20px}
footer .footerColumn{width:100%}
.consentBox{padding:28px}
.buttonRow{flex-direction:column}
}
@media (max-width: 480px) {
header .logoImage{width:90px;height:90px}
header .primaryNav{flex-direction:column;align-items:center;gap:12px}
header .primaryNav a{font-size:15px}
header .contactQuick{font-size:16px}
}
.legal-main{max-width:1440px;margin:0 auto;padding:60px 20px;background:#FFF}
.legal-main h1{font-size:42px;line-height:1.2;color:#1E4782;margin:0 0 40px;font-weight:700;letter-spacing:-.5px}
.legal-main h2{font-size:32px;line-height:1.3;color:#1E4782;margin:60px 0 24px;font-weight:600;letter-spacing:-.3px}
.legal-main h3{font-size:24px;line-height:1.4;color:#333;margin:40px 0 20px;font-weight:600}
.legal-main h4{font-size:20px;line-height:1.4;color:#333;margin:32px 0 16px;font-weight:600}
.legal-main h5{font-size:18px;line-height:1.5;color:#444;margin:28px 0 14px;font-weight:600}
.legal-main h6{font-size:16px;line-height:1.5;color:#555;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.legal-main p{font-size:17px;line-height:1.7;color:#333;margin:0 0 20px;max-width:800px}
.legal-main strong,.legal-main b{font-weight:600;color:#1E4782}
.legal-main a{color:#10C595;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease,color .3s ease}
.legal-main a:hover{color:#0DA47A;border-bottom-color:#0DA47A}
.legal-main div{margin:0 0 20px}
.legal-main div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.legal-main{padding:40px 16px}
.legal-main h1{font-size:32px;margin-bottom:32px}
.legal-main h2{font-size:26px;margin-top:48px;margin-bottom:20px}
.legal-main h3{font-size:22px;margin-top:32px;margin-bottom:16px}
.legal-main h4{font-size:19px;margin-top:28px;margin-bottom:14px}
.legal-main h5{font-size:17px;margin-top:24px;margin-bottom:12px}
.legal-main h6{font-size:15px;margin-top:20px;margin-bottom:10px}
.legal-main p{font-size:16px;line-height:1.6;margin-bottom:16px}
}
@media (max-width: 480px) {
.legal-main{padding:32px 14px}
.legal-main h1{font-size:28px;margin-bottom:28px;letter-spacing:-.3px}
.legal-main h2{font-size:24px;margin-top:40px;margin-bottom:18px}
.legal-main h3{font-size:20px}
.legal-main p{font-size:15px}
}
.articleWrapper{max-width:1440px;margin:0 auto;padding:0}
.heroArticle{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 20px 60px;position:relative}
.heroArticle::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1E4782 0%,#10C595 50%,#D65509 100%)}
.categoryTagDisplay{display:inline-block;padding:6px 16px;background:#10C595;color:#fff;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px}
.mainTitleArticle{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 40px;max-width:900px}
.metaInfoRow{display:flex;gap:30px;flex-wrap:wrap;align-items:center;color:#666;font-size:15px}
.metaInfoRow i{margin-right:8px;color:#1E4782}
.contentBodyArticle{max-width:820px;margin:0 auto;padding:60px 20px}
.contentBodyArticle p{font-size:18px;line-height:1.8;color:#333;margin:0 0 24px}
.contentBodyArticle h2{font-size:32px;line-height:1.3;color:#1a1a1a;margin:50px 0 20px;padding-left:20px;border-left:5px solid #1E4782}
.contentBodyArticle h3{font-size:24px;line-height:1.4;color:#2a2a2a;margin:40px 0 16px;position:relative;padding-left:16px}
.contentBodyArticle h3::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;background:#10C595;border-radius:50%}
.contentBodyArticle abbr{text-decoration:none;border-bottom:2px dotted #D65509;cursor:help;color:#1E4782}
.contentBodyArticle ol{margin:24px 0;padding-left:30px}
.contentBodyArticle li{font-size:18px;line-height:1.8;color:#333;margin-bottom:12px}
.contentBodyArticle table{width:100%;border-collapse:collapse;margin:40px 0;background:#fff;box-shadow:0 2px 8px #00000014;border-radius:8px;overflow:hidden}
.contentBodyArticle thead{background:linear-gradient(135deg,#1E4782 0%,#10C595 100%)}
.contentBodyArticle thead tr{color:#fff}
.contentBodyArticle th{padding:16px 20px;text-align:left;font-weight:600;font-size:16px}
.contentBodyArticle td{padding:14px 20px;border-bottom:1px solid #e9ecef;font-size:17px;color:#444}
.contentBodyArticle tbody tr:hover{background:#f8f9fa}
.contentBodyArticle caption{caption-side:bottom;padding:12px;font-size:14px;color:#666;font-style:italic}
.imageArticleFull{margin:50px 0;border-radius:12px;overflow:hidden;box-shadow:0 6px 24px #0000001f}
.imageArticleFull img{width:100%;height:auto;display:block}
.actionZoneBottom{background:#f8f9fa;padding:60px 20px;margin-top:80px;text-align:center}
.ctaBoxInner{max-width:600px;margin:0 auto}
.ctaBoxInner h3{font-size:28px;color:#1a1a1a;margin:0 0 16px}
.ctaBoxInner p{font-size:17px;color:#555;margin:0 0 30px;line-height:1.6}
.buttonPrimaryAction{display:inline-block;padding:16px 40px;background:#1E4782;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #1e478233}
.buttonPrimaryAction:hover{background:#163a6b;transform:translateY(-2px);box-shadow:0 6px 16px #1e47824d}
.scrollTopButton{position:fixed;bottom:40px;right:40px;width:56px;height:56px;background:#10C595;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 16px #10c5954d;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center;font-size:22px}
.scrollTopButton:hover{background:#0da57d;transform:translateY(-4px);box-shadow:0 6px 20px #10c59566}
@media screen and (max-width: 768px) {
.heroArticle{padding:60px 20px 40px}
.mainTitleArticle{font-size:32px;margin-bottom:30px}
.contentBodyArticle{padding:40px 20px}
.contentBodyArticle p,.contentBodyArticle li{font-size:16px}
.contentBodyArticle h2{font-size:26px;margin:40px 0 16px}
.contentBodyArticle h3{font-size:21px}
.contentBodyArticle table{font-size:14px}
.contentBodyArticle th,.contentBodyArticle td{padding:10px 12px}
.scrollTopButton{width:48px;height:48px;bottom:20px;right:20px;font-size:18px}
.actionZoneBottom{padding:40px 20px;margin-top:60px}
.ctaBoxInner h3{font-size:24px}
.ctaBoxInner p{font-size:16px}
}
@media print {
.heroArticle::before,.categoryTagDisplay,.metaInfoRow,.actionZoneBottom,.scrollTopButton{display:none!important}
.heroArticle{background:none;padding:20px 0}
.mainTitleArticle{font-size:36px;margin-bottom:20px}
.contentBodyArticle{padding:20px 0}
.contentBodyArticle p,.contentBodyArticle li{font-size:12pt;line-height:1.6}
.contentBodyArticle h2{font-size:18pt;page-break-after:avoid}
.contentBodyArticle h3{font-size:14pt;page-break-after:avoid}
.imageArticleFull{page-break-inside:avoid;box-shadow:none}
.contentBodyArticle table{page-break-inside:avoid;box-shadow:none}
a[href^="http"]::after{content:" (" attr(href) ")";font-size:10pt;color:#666}
}
.expertWrapper{max-width:1440px;margin:0 auto;padding:0 20px}
.expertHeroSection{background:linear-gradient(135deg,#1E4782 0%,#10C595 100%);padding:80px 20px;border-radius:0 0 20px 20px;margin-bottom:60px}
.expertHeroSection .heroContentBox{max-width:800px;margin:0 auto;text-align:center;color:#fff}
.expertHeroSection .mainHeading{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.2}
.expertHeroSection .subText{font-size:20px;line-height:1.6;opacity:.95}
.postsGridArea{padding:40px 0 80px}
.postsGridArea .sectionLabel{font-size:14px;color:#10C595;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.postsGridArea .gridHeading{font-size:36px;font-weight:700;color:#1E4782;margin-bottom:50px}
.cardsContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;margin-bottom:60px}
.postCardItem{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 4px #00000014;transition:all .3s ease;display:flex;flex-direction:column}
.postCardItem:hover{transform:translateY(-4px);box-shadow:0 8px 16px #1e478226}
.postCardItem .imageWrapper{width:100%;height:220px;overflow:hidden;background:#f5f5f5}
.postCardItem .imageWrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.postCardItem:hover .imageWrapper img{transform:scale(1.05)}
.postCardItem .contentArea{padding:24px;flex-grow:1;display:flex;flex-direction:column}
.postCardItem .tagLabel{display:inline-block;background:#10C595;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:4px;margin-bottom:16px;width:fit-content}
.postCardItem .articleTitle{font-size:22px;font-weight:700;color:#1E4782;margin-bottom:12px;line-height:1.3}
.postCardItem .descriptionText{font-size:15px;color:#555;line-height:1.6;margin-bottom:20px;flex-grow:1}
.postCardItem .readMoreLink{color:#D65509;font-weight:600;font-size:15px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:gap .3s ease}
.postCardItem .readMoreLink:hover{gap:12px}
.postCardItem .readMoreLink::after{content:"→";font-size:18px}
.insightSection{background:linear-gradient(to right,#f8f9fa 0%,#fff 100%);padding:60px 40px;border-radius:20px;margin-bottom:60px;border-left:6px solid #10C595}
.insightSection .insightHeading{font-size:32px;font-weight:700;color:#1E4782;margin-bottom:24px}
.insightSection .insightParagraph{font-size:17px;color:#444;line-height:1.7;margin-bottom:18px}
.processSteps{padding:60px 0}
.processSteps .processTitle{font-size:36px;font-weight:700;color:#1E4782;text-align:center;margin-bottom:50px}
.stepsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.stepBox{position:relative;padding:32px 24px;background:#fff;border-radius:12px;border:2px solid #f0f0f0;transition:all .3s ease}
.stepBox:hover{border-color:#10C595;box-shadow:0 6px 12px #10c5951a}
.stepBox .stepNumber{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#1E4782 0%,#10C595 100%);color:#fff;font-size:24px;font-weight:700;border-radius:50%;margin-bottom:20px}
.stepBox .stepHeading{font-size:22px;font-weight:700;color:#1E4782;margin-bottom:12px}
.stepBox .stepDescription{font-size:15px;color:#555;line-height:1.6}
.ctaSection{background:#1E4782;padding:70px 40px;border-radius:20px;text-align:center;margin:60px 0}
.ctaSection .ctaHeading{font-size:38px;font-weight:700;color:#fff;margin-bottom:20px}
.ctaSection .ctaText{font-size:18px;color:#fff;opacity:.9;margin-bottom:32px;max-width:700px;margin-left:auto;margin-right:auto}
.ctaSection .ctaButton{display:inline-block;background:#10C595;color:#fff;padding:16px 40px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 8px #00000026}
.ctaSection .ctaButton:hover{background:#0ea57c;transform:translateY(-2px);box-shadow:0 6px 12px #0003}
@media (max-width: 768px) {
.expertHeroSection .mainHeading{font-size:32px}
.expertHeroSection .subText{font-size:16px}
.postsGridArea .gridHeading{font-size:28px}
.cardsContainer{grid-template-columns:1fr;gap:24px}
.insightSection{padding:40px 24px}
.insightSection .insightHeading{font-size:26px}
.processSteps .processTitle{font-size:28px}
.stepsGrid{grid-template-columns:1fr;gap:24px}
.ctaSection{padding:50px 24px}
.ctaSection .ctaHeading{font-size:28px}
}
.titleBlock{position:relative;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 20px;overflow:hidden;margin-bottom:60px}
.titleBlock::before{content:'';position:absolute;top:50%;left:50%;width:600px;height:600px;background:radial-gradient(circle,#10c59526 0%,transparent 70%);transform:translate(-50%,-50%);animation:pulseGrow 4s ease-in-out infinite}
@keyframes pulseGrow {
0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.3}
50%{transform:translate(-50%,-50%) scale(1.2);opacity:.6}
}
.titleBlock::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#1e478214 1px,transparent 1px);background-size:40px 40px;opacity:.4}
.titleWrapper{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.titleContent h1{font-size:48px;line-height:1.2;color:#1E4782;margin:0 0 24px;font-weight:700}
.titleContent h1 span{display:block;font-weight:400;font-size:36px;color:#2c3e50;margin-top:12px}
.titleContent h1 span:last-child{font-weight:800;font-size:52px;color:#10C595;margin-top:16px}
.titleContent p{font-size:18px;line-height:1.6;color:#495057;margin:0 0 32px}
.titleImage{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000026}
.titleImage img{width:100%;height:480px;object-fit:cover;filter:brightness(0.95)}
.ctaMain{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#10C595 0%,#0ea880 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #10c5954d}
.ctaMain:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10c59566;background:linear-gradient(135deg,#0ea880 0%,#10C595 100%)}
.comparisonSection{max-width:1440px;margin:0 auto 80px;padding:0 20px}
.comparisonSection h2{font-size:38px;color:#1E4782;margin:0 0 48px;text-align:center;font-weight:700}
.comparisonGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.comparisonCard{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;position:relative}
.comparisonCard:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}
.comparisonCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#D65509 0%,#10C595 100%);border-radius:16px 16px 0 0}
.comparisonCard h3{font-size:24px;color:#2c3e50;margin:0 0 16px;font-weight:600}
.comparisonCard p{font-size:16px;line-height:1.6;color:#495057;margin:0}
.comparisonCard .iconWrapper{width:60px;height:60px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.comparisonCard .iconWrapper i{font-size:28px;color:#1E4782}
.audienceSection{background:linear-gradient(135deg,#1E4782 0%,#2d5a9c 100%);padding:80px 20px;position:relative;overflow:hidden}
.audienceSection::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#10c59533 0%,transparent 70%);border-radius:50%}
.audienceContainer{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.audienceContainer h2{font-size:38px;color:#fff;margin:0 0 20px;text-align:center;font-weight:700}
.audienceIntro{font-size:18px;color:#ffffffe6;text-align:center;margin:0 auto 48px;max-width:800px}
.audienceLayout{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.audienceGroup{background:#ffffff1a;backdrop-filter:blur(10px);border-radius:16px;padding:36px;border:1px solid #fff3}
.audienceGroup h3{font-size:26px;color:#10C595;margin:0 0 20px;font-weight:600;display:flex;align-items:center;gap:12px}
.audienceGroup h3 i{font-size:32px}
.audienceGroup ul{list-style:none;padding:0;margin:0}
.audienceGroup li{font-size:16px;color:#fffffff2;padding:12px 0 12px 32px;position:relative;line-height:1.5}
.audienceGroup li::before{content:'';position:absolute;left:0;top:18px;width:16px;height:2px;background:#10C595}
.advantagesWrapper{max-width:1440px;margin:80px auto;padding:0 20px}
.advantagesWrapper h2{font-size:38px;color:#1E4782;margin:0 0 16px;font-weight:700}
.advantagesWrapper > p{font-size:18px;color:#495057;margin:0 0 48px}
.advantagesContainer{display:grid;grid-template-columns:380px 1fr;gap:48px}
.advantageImage{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #0000001a}
.advantageImage img{width:100%;height:100%;object-fit:cover;min-height:480px}
.advantagesList{display:flex;flex-direction:column;gap:24px}
.advantageItem{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 6px #0000000f;border-left:4px solid #D65509;transition:all .3s ease}
.advantageItem:hover{box-shadow:0 6px 16px #0000001a;border-left-color:#10C595}
.advantageItem h3{font-size:22px;color:#2c3e50;margin:0 0 12px;font-weight:600}
.advantageItem p{font-size:16px;color:#495057;margin:0;line-height:1.6}
.progressSection{background:#f8f9fa;padding:80px 20px;margin-bottom:0}
.progressContainer{max-width:1440px;margin:0 auto}
.progressContainer h2{font-size:38px;color:#1E4782;margin:0 0 20px;font-weight:700}
.progressContainer > p{font-size:18px;color:#495057;margin:0 0 48px}
.progressTabs{display:grid;grid-template-columns:240px 1fr;gap:40px}
.tabInputs{position:absolute;opacity:0;pointer-events:none}
.tabNav{display:flex;flex-direction:column;gap:12px}
.tabLabel{display:block;padding:20px 24px;background:#fff;border-radius:10px;cursor:pointer;font-size:16px;font-weight:600;color:#495057;transition:all .3s ease;box-shadow:0 2px 4px #0000000d;border:2px solid transparent}
.tabLabel:hover{background:#e9ecef;color:#1E4782}
#tab1:checked ~ .progressTabs .tabLabel[for="tab1"],#tab2:checked ~ .progressTabs .tabLabel[for="tab2"],#tab3:checked ~ .progressTabs .tabLabel[for="tab3"],#tab4:checked ~ .progressTabs .tabLabel[for="tab4"]{background:linear-gradient(135deg,#1E4782 0%,#2d5a9c 100%);color:#fff;border-color:#10C595}
.tabContent{display:none;background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 12px #00000014}
#tab1:checked ~ .progressTabs .tabContent:nth-of-type(1),#tab2:checked ~ .progressTabs .tabContent:nth-of-type(2),#tab3:checked ~ .progressTabs .tabContent:nth-of-type(3),#tab4:checked ~ .progressTabs .tabContent:nth-of-type(4){display:block}
.tabContent h3{font-size:28px;color:#1E4782;margin:0 0 20px;font-weight:600}
.tabContent p{font-size:16px;line-height:1.7;color:#495057;margin:0 0 24px}
.progressBars{display:flex;flex-direction:column;gap:20px;margin-top:32px}
.progressBar{display:flex;flex-direction:column;gap:8px}
.progressBar label{font-size:15px;color:#2c3e50;font-weight:600}
.progressBarTrack{height:12px;background:#e9ecef;border-radius:6px;overflow:hidden;position:relative}
.progressBarFill{height:100%;background:linear-gradient(90deg,#10C595 0%,#1E4782 100%);border-radius:6px;transition:width .6s ease}
.tabContent .imageGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
.tabContent .imageGrid img{width:100%;height:200px;object-fit:cover;border-radius:12px}
.tabContent .profileBox{display:flex;align-items:center;gap:20px;margin-top:24px;padding:20px;background:#f8f9fa;border-radius:12px}
.tabContent .profileBox img{width:80px;height:80px;border-radius:50%;object-fit:cover}
.tabContent .profileBox div{flex:1}
.tabContent .profileBox h4{font-size:18px;color:#2c3e50;margin:0 0 6px;font-weight:600}
.tabContent .profileBox p{font-size:15px;color:#495057;margin:0;line-height:1.5}
.ctaSecondary{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#fff;color:#1E4782;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;border:2px solid #1E4782;transition:all .3s ease;margin-top:20px}
.ctaSecondary:hover{background:#1E4782;color:#fff;transform:translateX(4px)}
.ctaSecondary i{font-size:18px}
@media (max-width: 1200px) {
.titleWrapper{grid-template-columns:1fr;gap:40px}
.comparisonGrid{grid-template-columns:1fr}
.advantagesContainer{grid-template-columns:1fr}
.progressTabs{grid-template-columns:1fr}
.tabNav{flex-direction:row;overflow-x:auto}
.tabLabel{white-space:nowrap}
}
@media (max-width: 768px) {
.titleContent h1{font-size:36px}
.titleContent h1 span{font-size:28px}
.titleContent h1 span:last-child{font-size:40px}
.titleImage img{height:320px}
.comparisonSection h2,.audienceContainer h2,.advantagesWrapper h2,.progressContainer h2{font-size:30px}
.audienceLayout{grid-template-columns:1fr}
.tabContent .imageGrid{grid-template-columns:1fr}
}
.heroWrapperAbout{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 20px;margin-bottom:60px}
.heroWrapperAbout .containerHeroAbout{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.heroWrapperAbout .titleMainAbout{font-size:48px;color:#1E4782;font-weight:700;margin:0;max-width:600px}
.heroWrapperAbout .imageFloating{position:absolute;right:10%;top:50%;transform:translateY(-50%);width:420px;height:420px;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #1e478226;z-index:3;animation:breathePulse 4s ease-in-out infinite}
@keyframes breathePulse {
0%,100%{transform:translateY(-50%) scale(1)}
50%{transform:translateY(-50%) scale(1.03)}
}
.heroWrapperAbout .imageFloating img{width:100%;height:100%;object-fit:cover}
.heroWrapperAbout .shapeDecor1{position:absolute;width:300px;height:300px;background:linear-gradient(45deg,#10c5951f,#1e478214);border-radius:50%;top:-50px;right:20%;z-index:1}
.heroWrapperAbout .shapeDecor2{position:absolute;width:200px;height:200px;background:linear-gradient(135deg,#d655091a,#10c5950f);border-radius:16px;bottom:-30px;left:15%;transform:rotate(25deg);z-index:1}
@media (max-width: 968px) {
.heroWrapperAbout{padding:60px 20px}
.heroWrapperAbout .titleMainAbout{font-size:36px}
.heroWrapperAbout .imageFloating{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:400px;margin:40px auto 0;animation:breathePulse 4s ease-in-out infinite}
@keyframes breathePulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.03)}
}
}
.storyBlockWrapper{max-width:1440px;margin:0 auto 80px;padding:0 20px}
.storyBlockWrapper .gridAsymmetric{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.storyBlockWrapper .textContentBlock{padding:40px 0}
.storyBlockWrapper .headingStory{font-size:32px;color:#1E4782;margin:0 0 24px;font-weight:600}
.storyBlockWrapper .paragraphText{font-size:16px;line-height:1.7;color:#2c3e50;margin:0 0 16px}
.storyBlockWrapper .imageShowcase{width:100%;height:480px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a}
.storyBlockWrapper .imageShowcase img{width:100%;height:100%;object-fit:cover}
@media (max-width: 968px) {
.storyBlockWrapper .gridAsymmetric{grid-template-columns:1fr;gap:40px}
.storyBlockWrapper .imageShowcase{height:320px}
}
.valuesBlockContainer{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:80px 20px;margin-bottom:80px}
.valuesBlockContainer .wrapperValues{max-width:1440px;margin:0 auto}
.valuesBlockContainer .headingCenter{text-align:center;font-size:36px;color:#1E4782;margin:0 0 60px;font-weight:700}
.valuesBlockContainer .cardsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valuesBlockContainer .cardValue{background:#fff;padding:40px 32px;border-radius:16px;border:2px solid transparent;transition:all .3s ease}
.valuesBlockContainer .cardValue:hover{border-color:#10C595;box-shadow:0 6px 20px #10c59526;transform:translateY(-4px)}
.valuesBlockContainer .cardValue .iconHolder{width:60px;height:60px;background:linear-gradient(135deg,#10C595 0%,#1E4782 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.valuesBlockContainer .cardValue .iconHolder i{font-size:28px;color:#fff}
.valuesBlockContainer .cardValue .titleCard{font-size:22px;color:#1E4782;margin:0 0 16px;font-weight:600}
.valuesBlockContainer .cardValue .descriptionCard{font-size:15px;line-height:1.6;color:#495057;margin:0}
@media (max-width: 968px) {
.valuesBlockContainer .cardsGrid{grid-template-columns:1fr;gap:24px}
}
.teamSectionWrapper{max-width:1440px;margin:0 auto 80px;padding:0 20px}
.teamSectionWrapper .headingTeam{font-size:34px;color:#1E4782;margin:0 0 48px;font-weight:700}
.teamSectionWrapper .membersLayout{display:flex;gap:50px;align-items:center}
.teamSectionWrapper .memberCard{flex:1;display:flex;gap:24px;background:#f8f9fa;padding:32px;border-radius:20px;align-items:center;transition:all .3s ease}
.teamSectionWrapper .memberCard:hover{background:#e9ecef;box-shadow:0 5px 18px #00000014}
.teamSectionWrapper .memberCard .photoWrapper{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 3px 12px #1e478233}
.teamSectionWrapper .memberCard .photoWrapper img{width:100%;height:100%;object-fit:cover}
.teamSectionWrapper .memberCard .infoBlock{flex:1}
.teamSectionWrapper .memberCard .nameLabel{font-size:20px;color:#1E4782;margin:0 0 8px;font-weight:600}
.teamSectionWrapper .memberCard .roleLabel{font-size:14px;color:#10C595;margin:0 0 12px;font-weight:500}
.teamSectionWrapper .memberCard .bioText{font-size:14px;line-height:1.6;color:#495057;margin:0}
@media (max-width: 968px) {
.teamSectionWrapper .membersLayout{flex-direction:column;gap:30px}
.teamSectionWrapper .memberCard{flex-direction:column;text-align:center}
}
.approachZone{background:linear-gradient(135deg,#1E4782 0%,#10C595 100%);padding:80px 20px;margin-bottom:80px;position:relative;overflow:hidden}
.approachZone::before{content:'';position:absolute;width:400px;height:400px;background:#ffffff0f;border-radius:50%;top:-100px;right:-100px}
.approachZone .containerApproach{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.approachZone .headingWhite{font-size:36px;color:#fff;margin:0 0 48px;text-align:center;font-weight:700}
.approachZone .stepsDisplay{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.approachZone .stepItem{background:#fffffff2;padding:36px 28px;border-radius:12px;text-align:center;transition:all .3s ease;position:relative}
.approachZone .stepItem:hover{background:#fff;transform:translateY(-6px);box-shadow:0 8px 24px #00000026}
.approachZone .stepItem .numberBadge{width:50px;height:50px;background:linear-gradient(135deg,#D65509 0%,#10C595 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin:0 auto 20px}
.approachZone .stepItem .stepTitle{font-size:18px;color:#1E4782;margin:0 0 12px;font-weight:600}
.approachZone .stepItem .stepDescription{font-size:14px;line-height:1.5;color:#495057;margin:0}
@media (max-width: 968px) {
.approachZone .stepsDisplay{grid-template-columns:1fr;gap:20px}
}
.heroContact{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1E4782 0%,#10C595 100%);margin-bottom:0}
.heroContact::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:floatPattern 20s linear infinite}
@keyframes floatPattern {
0%{transform:translate(0,0) rotate(0deg)}
100%{transform:translate(50px,50px) rotate(360deg)}
}
.heroContact .shapeFloat{position:absolute;border-radius:50%;background:#ffffff14;animation:floatUp 15s ease-in-out infinite}
.heroContact .shapeFloat:nth-child(1){width:80px;height:80px;top:20%;left:10%;animation-delay:0s}
.heroContact .shapeFloat:nth-child(2){width:120px;height:120px;top:60%;right:15%;animation-delay:3s}
.heroContact .shapeFloat:nth-child(3){width:60px;height:60px;bottom:25%;left:25%;animation-delay:6s}
.heroContact .shapeFloat:nth-child(4){width:100px;height:100px;top:40%;right:30%;animation-delay:9s}
@keyframes floatUp {
0%,100%{transform:translateY(0) scale(1);opacity:.6}
50%{transform:translateY(-30px) scale(1.1);opacity:1}
}
.heroContact .contentWrapper{position:relative;z-index:2;text-align:center;max-width:800px;padding:40px 20px;animation:fadeUpIn 1.2s ease-out}
@keyframes fadeUpIn {
0%{opacity:0;transform:translateY(30px)}
100%{opacity:1;transform:translateY(0)}
}
.heroContact .contentWrapper h1{font-size:48px;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.2}
.heroContact .contentWrapper .leadText{font-size:20px;color:#ffffffeb;margin:0;line-height:1.6}
.contactLayout{max-width:1440px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.infoColumn h2{font-size:32px;color:#1E4782;margin:0 0 16px;font-weight:600}
.infoColumn .introText{font-size:17px;color:#333;line-height:1.7;margin:0 0 40px}
.detailsGroup{display:flex;flex-direction:column;gap:32px}
.contactItem{display:flex;align-items:flex-start;gap:16px}
.contactItem .iconCircle{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#10C595 0%,#1E4782 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #10c59540}
.contactItem .iconCircle i{font-size:22px;color:#fff}
.contactItem .details{flex:1}
.contactItem .details .label{font-size:14px;color:#666;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}
.contactItem .details .value{font-size:18px;color:#1E4782;margin:0;font-weight:600}
.contactItem .details .value a{color:#1E4782;text-decoration:none;transition:color .3s ease}
.contactItem .details .value a:hover{color:#10C595}
.formColumn{background:#fff;border-radius:16px;padding:40px;box-shadow:0 8px 24px #1e47821f}
.formColumn h3{font-size:26px;color:#1E4782;margin:0 0 24px;font-weight:600}
.formColumn form{display:flex;flex-direction:column;gap:24px}
.inputGroup{display:flex;flex-direction:column;gap:8px}
.inputGroup label{font-size:15px;color:#333;font-weight:500}
.inputGroup input[type="text"],.inputGroup input[type="email"]{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;color:#333;background:#f9f9f9;transition:all .3s ease;box-sizing:border-box}
.inputGroup input[type="text"]:focus,.inputGroup input[type="email"]:focus{outline:none;border-color:#10C595;background:#fff;box-shadow:0 0 0 4px #10c5951a}
.selectWrapper{position:relative}
.selectWrapper select{width:100%;padding:14px 16px;padding-right:40px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;color:#333;background:#f9f9f9;transition:all .3s ease;appearance:none;cursor:pointer;box-sizing:border-box}
.selectWrapper::after{content:'\f107';font-family:'ForkAwesome';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#666;pointer-events:none}
.selectWrapper select:focus{outline:none;border-color:#10C595;background:#fff;box-shadow:0 0 0 4px #10c5951a}
.privacyCheck{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacyCheck input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacyCheck label{font-size:14px;color:#666;line-height:1.6;cursor:pointer}
.privacyCheck label a{color:#1E4782;text-decoration:none;font-weight:500;transition:color .3s ease}
.privacyCheck label a:hover{color:#10C595}
.submitButton{padding:16px 32px;background:linear-gradient(135deg,#10C595 0%,#1E4782 100%);color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10c59540}
.submitButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10c59559}
.submitButton:active{transform:translateY(0)}
.availabilitySection{max-width:1440px;margin:0 auto;padding:0 20px 80px}
.availabilityContent{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:16px;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;box-shadow:0 4px 16px #1e478214}
.availabilityContent .textBlock h2{font-size:30px;color:#1E4782;margin:0 0 20px;font-weight:600}
.availabilityContent .textBlock .description{font-size:17px;color:#333;line-height:1.7;margin:0 0 30px}
.availabilityContent .textBlock .responseTime{display:inline-block;padding:12px 24px;background:#10C595;color:#fff;border-radius:8px;font-size:15px;font-weight:600;box-shadow:0 4px 8px #10c59533}
.availabilityContent .imageBlock{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000026}
.availabilityContent .imageBlock::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 40%,#0006 100%);z-index:1}
.availabilityContent .imageBlock img{width:100%;height:380px;object-fit:cover;display:block}
.processPreview{max-width:1440px;margin:0 auto;padding:0 20px 80px}
.processPreview h2{font-size:34px;color:#1E4782;text-align:center;margin:0 0 50px;font-weight:600}
.stepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.stepCard{background:#fff;border-radius:12px;padding:36px 28px;position:relative;border:2px solid #e0e0e0;transition:all .3s ease}
.stepCard:hover{border-color:#10C595;box-shadow:0 8px 24px #10c59526;transform:translateY(-4px)}
.stepCard .stepNumber{position:absolute;top:-18px;left:28px;width:40px;height:40px;background:linear-gradient(135deg,#10C595 0%,#1E4782 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;box-shadow:0 4px 12px #10c5954d}
.stepCard .stepIcon{width:56px;height:56px;background:#10c5951a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.stepCard .stepIcon i{font-size:28px;color:#10C595}
.stepCard h3{font-size:20px;color:#1E4782;margin:0 0 12px;font-weight:600}
.stepCard .stepDescription{font-size:15px;color:#666;line-height:1.6;margin:0}
@media (max-width: 968px) {
.heroContact{min-height:360px}
.heroContact .contentWrapper h1{font-size:36px}
.heroContact .contentWrapper .leadText{font-size:18px}
.contactLayout{grid-template-columns:1fr;gap:50px;padding:60px 20px}
.formColumn{padding:32px 24px}
.availabilityContent{grid-template-columns:1fr;gap:40px;padding:40px 30px}
.stepsGrid{grid-template-columns:1fr;gap:40px}
.stepCard{padding:40px 24px 32px}
}
@media (max-width: 640px) {
.heroContact .contentWrapper h1{font-size:28px}
.heroContact .contentWrapper .leadText{font-size:16px}
.infoColumn h2{font-size:26px}
.formColumn h3{font-size:22px}
.availabilityContent .textBlock h2{font-size:24px}
.processPreview h2{font-size:26px}
.formColumn{padding:24px 20px}
.availabilityContent{padding:30px 20px}
}
.titleHeroSection{position:relative;width:100%;height:520px;overflow:hidden;margin-bottom:80px}
.titleHeroSection .backgroundImageLayer{position:absolute;top:0;left:0;width:100%;height:100%;filter:saturate(0.7) brightness(0.85) hue-rotate(-15deg)}
.titleHeroSection .backgroundImageLayer img{width:100%;height:100%;object-fit:cover;object-position:center}
.titleHeroSection .floatingTextCard{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#1E4782 0%,#10C595 100%);padding:56px 72px;border-radius:18px;max-width:740px;width:88%;box-shadow:0 14px 38px #00000059;z-index:5}
.titleHeroSection .floatingTextCard h1{color:#fff;font-size:44px;line-height:1.25;margin:0;font-weight:600;text-align:center}
.titleHeroSection .decorShape{position:absolute;background:#10c59526;border-radius:50%;z-index:1}
.titleHeroSection .decorShape.shapeOne{width:280px;height:280px;top:-90px;left:8%}
.titleHeroSection .decorShape.shapeTwo{width:190px;height:190px;bottom:-60px;right:12%}
.titleHeroSection .decorShape.shapeThree{width:140px;height:140px;top:35%;right:5%;background:#d655091f}
.servicesGrid{max-width:1440px;margin:0 auto 90px;padding:0 24px}
.servicesGrid .gridWrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.servicesGrid .serviceCard{background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);padding:42px 34px;border-radius:14px;border:2px solid #e9ecef;transition:all .3s ease}
.servicesGrid .serviceCard:hover{border-color:#10C595;box-shadow:0 6px 18px #10c5952e;transform:translateY(-4px)}
.servicesGrid .serviceCard .cardIcon{width:64px;height:64px;margin-bottom:24px;background:linear-gradient(135deg,#1E4782 0%,#10C595 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}
.servicesGrid .serviceCard .cardIcon svg{width:32px;height:32px;fill:#fff}
.servicesGrid .serviceCard h3{font-size:24px;color:#1E4782;margin:0 0 16px;line-height:1.3;font-weight:600}
.servicesGrid .serviceCard p{font-size:16px;line-height:1.65;color:#495057;margin:0}
.processTimeline{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 24px;margin-bottom:90px}
.processTimeline .timelineContainer{max-width:1100px;margin:0 auto}
.processTimeline .sectionHeading{text-align:center;margin-bottom:64px}
.processTimeline .sectionHeading h2{font-size:38px;color:#1E4782;margin:0 0 18px;font-weight:600;line-height:1.3}
.processTimeline .sectionHeading p{font-size:18px;color:#6c757d;margin:0;line-height:1.6}
.processTimeline .stepsWrapper{position:relative}
.processTimeline .stepItem{display:grid;grid-template-columns:90px 1fr;gap:28px;margin-bottom:48px;position:relative}
.processTimeline .stepItem:last-child{margin-bottom:0}
.processTimeline .stepNumber{width:90px;height:90px;background:linear-gradient(135deg,#1E4782 0%,#10C595 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:700;color:#fff;position:relative;z-index:3;box-shadow:0 4px 12px #1e478240}
.processTimeline .stepItem:not(:last-child)::after{content:'';position:absolute;left:45px;top:90px;width:3px;height:calc(100% - 42px);background:linear-gradient(180deg,#10C595 0%,#1E4782 100%);z-index:1}
.processTimeline .stepContent{padding-top:8px}
.processTimeline .stepContent h4{font-size:22px;color:#1E4782;margin:0 0 12px;font-weight:600;line-height:1.3}
.processTimeline .stepContent p{font-size:16px;line-height:1.7;color:#495057;margin:0}
.expertProfile{max-width:1440px;margin:0 auto 90px;padding:0 24px}
.expertProfile .profileLayout{display:grid;grid-template-columns:380px 1fr;gap:56px;align-items:start}
.expertProfile .imageWrapper{position:relative}
.expertProfile .imageWrapper img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001f}
.expertProfile .imageWrapper::before{content:'';position:absolute;top:-18px;left:-18px;width:100%;height:100%;border:3px solid #10C595;border-radius:16px;z-index:-1}
.expertProfile .contentBlock h2{font-size:36px;color:#1E4782;margin:0 0 24px;font-weight:600;line-height:1.3}
.expertProfile .contentBlock .nameLabel{font-size:20px;color:#D65509;font-weight:600;margin-bottom:28px;display:block}
.expertProfile .contentBlock p{font-size:17px;line-height:1.75;color:#495057;margin:0 0 20px}
.expertProfile .contentBlock p:last-of-type{margin-bottom:0}
.expertProfile .qualificationsList{margin-top:36px;padding-left:0;list-style:none}
.expertProfile .qualificationsList li{font-size:16px;color:#495057;padding-left:32px;position:relative;margin-bottom:14px;line-height:1.6}
.expertProfile .qualificationsList li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:#10C595;border-radius:50%}
.ctaSection{background:linear-gradient(135deg,#1E4782 0%,#10C595 100%);padding:74px 24px;text-align:center}
.ctaSection .ctaContent{max-width:800px;margin:0 auto}
.ctaSection h2{font-size:40px;color:#fff;margin:0 0 22px;font-weight:600;line-height:1.3}
.ctaSection p{font-size:19px;color:#fff;margin:0 0 38px;line-height:1.7;opacity:.95}
.ctaSection .buttonGroup{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.ctaSection .primaryButton{background:#fff;color:#1E4782;padding:16px 42px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 14px #00000026;border:none}
.ctaSection .primaryButton:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 18px #0003}
.ctaSection .secondaryButton{background:transparent;color:#fff;padding:16px 42px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #fff}
.ctaSection .secondaryButton:hover{background:#ffffff26;border-color:#f8f9fa}
@media (max-width: 968px) {
.titleHeroSection{height:420px;margin-bottom:60px}
.titleHeroSection .floatingTextCard{padding:42px 48px}
.titleHeroSection .floatingTextCard h1{font-size:36px}
.servicesGrid .gridWrapper{grid-template-columns:1fr;gap:24px}
.processTimeline{padding:60px 24px;margin-bottom:60px}
.processTimeline .sectionHeading h2{font-size:32px}
.expertProfile .profileLayout{grid-template-columns:1fr;gap:40px}
.expertProfile .imageWrapper img{height:420px}
.ctaSection{padding:60px 24px}
.ctaSection h2{font-size:34px}
.ctaSection .buttonGroup{flex-direction:column;align-items:center}
.ctaSection .primaryButton,.ctaSection .secondaryButton{width:100%;max-width:320px}
}
@media (max-width: 640px) {
.titleHeroSection{height:360px;margin-bottom:50px}
.titleHeroSection .floatingTextCard{padding:32px 28px}
.titleHeroSection .floatingTextCard h1{font-size:28px}
.titleHeroSection .decorShape.shapeOne{width:180px;height:180px}
.titleHeroSection .decorShape.shapeTwo{width:120px;height:120px}
.titleHeroSection .decorShape.shapeThree{width:90px;height:90px}
.servicesGrid{margin-bottom:60px}
.servicesGrid .serviceCard{padding:32px 24px}
.processTimeline{padding:50px 18px;margin-bottom:50px}
.processTimeline .sectionHeading{margin-bottom:48px}
.processTimeline .sectionHeading h2{font-size:28px}
.processTimeline .stepItem{grid-template-columns:70px 1fr;gap:20px;margin-bottom:40px}
.processTimeline .stepNumber{width:70px;height:70px;font-size:28px}
.processTimeline .stepItem:not(:last-child)::after{left:35px;top:70px}
.processTimeline .stepContent h4{font-size:20px}
.expertProfile{margin-bottom:50px}
.expertProfile .imageWrapper img{height:360px}
.expertProfile .contentBlock h2{font-size:30px}
.ctaSection{padding:50px 18px}
.ctaSection h2{font-size:28px}
.ctaSection p{font-size:17px}
}
.successWrapper{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.successWrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:linear-gradient(135deg,#10c59514 0%,#1e47821f 100%);border-radius:50%;animation:gentlePulse 8s ease-in-out infinite}
@keyframes gentlePulse {
0%,100%{opacity:.3}
50%{opacity:.6}
}
.successContent{max-width:720px;width:100%;position:relative;z-index:2}
.confirmationBox{background:#fff;border-radius:16px;padding:64px 48px;box-shadow:0 4px 6px #00000014;text-align:center}
.iconCircle{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#10C595 0%,#1E4782 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.iconCircle::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:24px;border-left:5px solid #fff;border-bottom:5px solid #fff;transform:translate(-50%,-60%) rotate(-45deg)}
.successContent h1{font-size:42px;color:#1E4782;margin:0 0 24px;font-weight:600;line-height:1.2}
.messageText{font-size:18px;color:#4a4a4a;line-height:1.7;margin:0 0 16px}
.detailNote{font-size:16px;color:#6b6b6b;line-height:1.6;margin:0 0 48px}
.detailNote strong{color:#1E4782;font-weight:600}
.actionRow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.primaryBtn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#1E4782;color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:500;transition:all .3s ease;box-shadow:0 3px 5px #1e478233}
.primaryBtn:hover{background:#163761;box-shadow:0 5px 8px #1e478247;transform:translateY(-2px)}
.secondaryBtn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:transparent;color:#10C595;text-decoration:none;border:2px solid #10C595;border-radius:8px;font-size:17px;font-weight:500;transition:all .3s ease}
.secondaryBtn:hover{background:#10C595;color:#fff;transform:translateY(-2px)}
.infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin:48px 0 0;padding:40px 0 0;border-top:2px solid #1e47821a}
.infoItem{text-align:center}
.infoItem .fa{font-size:32px;color:#10C595;margin:0 0 12px}
.infoItem h3{font-size:16px;color:#1E4782;margin:0 0 8px;font-weight:600}
.infoItem p{font-size:14px;color:#6b6b6b;margin:0;line-height:1.5}
@media (max-width: 768px) {
.successWrapper{padding:40px 16px;min-height:70vh}
.confirmationBox{padding:48px 28px;border-radius:12px}
.successContent h1{font-size:32px;margin:0 0 20px}
.iconCircle{width:80px;height:80px;margin:0 auto 24px}
.iconCircle::after{width:32px;height:20px;border-left:4px solid #fff;border-bottom:4px solid #fff}
.messageText{font-size:16px;margin:0 0 14px}
.detailNote{font-size:15px;margin:0 0 36px}
.actionRow{flex-direction:column;align-items:stretch}
.primaryBtn,.secondaryBtn{width:100%;justify-content:center;padding:14px 28px;font-size:16px}
.infoGrid{grid-template-columns:1fr;gap:20px;margin:36px 0 0;padding:32px 0 0}
}
@media (max-width: 480px) {
.successContent h1{font-size:28px}
.confirmationBox{padding:36px 20px}
.messageText{font-size:15px}
.detailNote{font-size:14px}
}