.Navbar-module__KBHzYa__navbar{z-index:1000;background:0 0;padding:1rem 0;transition:all .35s;position:fixed;top:0;left:0;right:0}.Navbar-module__KBHzYa__scrolled{-webkit-backdrop-filter:blur(12px);background:#fffffff2;box-shadow:0 2px 20px #1a237e1a}.Navbar-module__KBHzYa__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__KBHzYa__logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.Navbar-module__KBHzYa__logoImg{background-color:var(--color-secondary);-webkit-mask-mode:luminance;width:32px;height:32px;-webkit-mask:url(/wardlog-silhouette.png) 50%/contain no-repeat;-webkit-mask-source-type:luminance;mask:url(/wardlog-silhouette.png) 50%/contain no-repeat luminance}.Navbar-module__KBHzYa__logoText{color:var(--color-primary);letter-spacing:-.02em;font-size:1.3rem;font-weight:800;display:flex}.Navbar-module__KBHzYa__logoTextHighlight{color:var(--color-secondary)}.Navbar-module__KBHzYa__links{align-items:center;gap:.25rem;display:flex}.Navbar-module__KBHzYa__link{color:var(--color-text-title);border-radius:8px;padding:.45rem .85rem;font-size:.88rem;font-weight:500;transition:all .2s}.Navbar-module__KBHzYa__link:hover{color:var(--color-primary);background:var(--color-header-bg)}.Navbar-module__KBHzYa__ctaBtn{margin-left:.5rem;padding:.55rem 1.25rem;font-size:.88rem}.Navbar-module__KBHzYa__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__KBHzYa__hamburger span{background:var(--color-primary);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}@media (max-width:900px){.Navbar-module__KBHzYa__hamburger{display:flex}.Navbar-module__KBHzYa__links{background:#fff;flex-direction:column;gap:.25rem;padding:1.25rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 30px #0000001a}.Navbar-module__KBHzYa__links.Navbar-module__KBHzYa__open{display:flex}.Navbar-module__KBHzYa__link{width:100%;padding:.75rem 1rem}.Navbar-module__KBHzYa__ctaBtn{justify-content:center;width:100%;margin-top:.5rem;margin-left:0}}
.Footer-module__dikvUG__footer{background:var(--color-text-title);color:#ffffffb3}.Footer-module__dikvUG__inner{grid-template-columns:2fr 1fr;gap:3rem;padding:3.5rem 1.5rem 2.5rem;display:grid}.Footer-module__dikvUG__brand{flex-direction:column;gap:.75rem;display:flex}.Footer-module__dikvUG__logo{align-items:center;gap:.6rem;display:flex}.Footer-module__dikvUG__logoImg{background-color:var(--color-secondary);-webkit-mask-mode:luminance;width:28px;height:28px;-webkit-mask:url(/wardlog-silhouette.png) 50%/contain no-repeat;-webkit-mask-source-type:luminance;mask:url(/wardlog-silhouette.png) 50%/contain no-repeat luminance}.Footer-module__dikvUG__logoText{color:#fff;font-size:1.1rem;font-weight:800;display:flex}.Footer-module__dikvUG__logoTextHighlight{color:var(--color-secondary)}.Footer-module__dikvUG__tagline{color:#ffffff8c;font-size:.88rem;font-style:italic}.Footer-module__dikvUG__email{color:var(--color-secondary);align-items:center;gap:.5rem;width:fit-content;font-size:.9rem;font-weight:500;transition:color .2s;display:flex}.Footer-module__dikvUG__email:hover{color:#fff}.Footer-module__dikvUG__navTitle{letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:1rem;font-size:.72rem;font-weight:700}.Footer-module__dikvUG__navList{flex-direction:column;gap:.55rem;display:flex}.Footer-module__dikvUG__navLink{color:#ffffffa6;font-size:.88rem;transition:color .2s}.Footer-module__dikvUG__navLink:hover{color:#fff}.Footer-module__dikvUG__techList{color:#fff9;flex-direction:column;gap:.55rem;font-size:.85rem;display:flex}.Footer-module__dikvUG__bottom{text-align:center;color:#ffffff59;border-top:1px solid #ffffff14;padding:1.25rem 1.5rem;font-size:.8rem}@media (max-width:900px){.Footer-module__dikvUG__inner{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__dikvUG__inner{grid-template-columns:1fr;gap:2rem}}
.Hero-module__vDmvRq__hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.Hero-module__vDmvRq__bgGradient{z-index:0;background:linear-gradient(135deg,#e8eaf6 0%,#f0f2f5 45%,#e0f7f4 100%);position:absolute;inset:0}.Hero-module__vDmvRq__bgPattern{z-index:0;background-image:radial-gradient(circle at 20% 30%,#1a237e0f 0%,#0000 50%),radial-gradient(circle at 80% 70%,#00a89612 0%,#0000 50%);position:absolute;inset:0}.Hero-module__vDmvRq__content{z-index:1;opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding-top:3rem;padding-bottom:3rem;transition:opacity .8s,transform .8s;display:grid;position:relative;transform:translateY(30px)}.Hero-module__vDmvRq__content.Hero-module__vDmvRq__visible{opacity:1;transform:translateY(0)}.Hero-module__vDmvRq__textBlock{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__vDmvRq__badge{color:var(--color-secondary);letter-spacing:.05em;background:#00a8961a;border:1px solid #00a89633;border-radius:50px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.Hero-module__vDmvRq__badgeDot{background:var(--color-secondary);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Hero-module__vDmvRq__pulse}@keyframes Hero-module__vDmvRq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.Hero-module__vDmvRq__headline{color:var(--color-primary);letter-spacing:-.03em;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;line-height:1.12}.Hero-module__vDmvRq__highlight{color:var(--color-secondary);position:relative}.Hero-module__vDmvRq__highlight:after{content:"";background:linear-gradient(90deg, var(--color-secondary), transparent);border-radius:2px;height:4px;position:absolute;bottom:-4px;left:0;right:0}.Hero-module__vDmvRq__subheadline{color:var(--color-text-secondary);max-width:460px;font-size:1rem;line-height:1.75}.Hero-module__vDmvRq__ctas{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__vDmvRq__stats{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.Hero-module__vDmvRq__statPill{box-shadow:var(--shadow-sm);border:1px solid var(--color-border);background:#fff;border-radius:12px;flex-direction:column;padding:.75rem 1.25rem;transition:transform .2s;display:flex}.Hero-module__vDmvRq__statPill:hover{transform:translateY(-2px)}.Hero-module__vDmvRq__statValue{color:var(--color-primary);letter-spacing:-.02em;font-size:1.3rem;font-weight:800}.Hero-module__vDmvRq__statLabel{color:var(--color-text-grey);margin-top:.1rem;font-size:.72rem;font-weight:500}.Hero-module__vDmvRq__imageBlock{height:520px;position:relative}.Hero-module__vDmvRq__phone{border:3px solid #fff;border-radius:32px;position:absolute;overflow:hidden;box-shadow:0 20px 60px #1a237e2e}.Hero-module__vDmvRq__phoneImg{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.Hero-module__vDmvRq__phone1{z-index:1;opacity:.88;width:48%;height:72%;animation:6s ease-in-out infinite Hero-module__vDmvRq__floatA;top:50%;left:0;transform:translateY(-50%)}.Hero-module__vDmvRq__phone2{z-index:3;width:44%;height:80%;animation:5.5s ease-in-out infinite Hero-module__vDmvRq__floatB;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__vDmvRq__phone3{z-index:2;opacity:.88;width:44%;height:68%;animation:6.5s ease-in-out infinite Hero-module__vDmvRq__floatC;top:50%;right:0;transform:translateY(-50%)}@keyframes Hero-module__vDmvRq__floatA{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 10px))}}@keyframes Hero-module__vDmvRq__floatB{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(12px - 50%))}}@keyframes Hero-module__vDmvRq__floatC{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 8px))}}.Hero-module__vDmvRq__scrollHint{z-index:1;color:var(--color-text-grey);justify-content:center;align-items:center;gap:.4rem;padding:1.5rem;font-size:.8rem;animation:2.5s ease-in-out infinite Hero-module__vDmvRq__bounce;display:flex;position:relative}@keyframes Hero-module__vDmvRq__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (max-width:900px){.Hero-module__vDmvRq__content{grid-template-columns:1fr}.Hero-module__vDmvRq__textBlock{text-align:center;align-items:center}.Hero-module__vDmvRq__subheadline{max-width:100%}.Hero-module__vDmvRq__imageBlock{height:380px}}@media (max-width:640px){.Hero-module__vDmvRq__imageBlock{height:300px}.Hero-module__vDmvRq__phone{border-radius:22px}}
.Problem-module__FmklsG__header{opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(24px)}.Problem-module__FmklsG__header.Problem-module__FmklsG__visible{opacity:1;transform:translateY(0)}.Problem-module__FmklsG__subheading{margin-top:.5rem}.Problem-module__FmklsG__grid{gap:1.25rem}.Problem-module__FmklsG__card{opacity:0;border-left:4px solid #0000;animation-fill-mode:forwards;transform:translateY(20px)}.Problem-module__FmklsG__card.Problem-module__FmklsG__cardVisible{animation:.5s forwards Problem-module__FmklsG__slideUp}@keyframes Problem-module__FmklsG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Problem-module__FmklsG__card:first-child{border-left-color:var(--color-priority-high)}.Problem-module__FmklsG__card:nth-child(2){border-left-color:var(--color-priority-medium)}.Problem-module__FmklsG__card:nth-child(3){border-left-color:var(--color-priority-low)}.Problem-module__FmklsG__card:nth-child(4){border-left-color:var(--color-status-accepted)}.Problem-module__FmklsG__cardIcon{margin-bottom:.75rem;font-size:2rem}.Problem-module__FmklsG__cardStat{align-items:baseline;gap:.5rem;margin-bottom:.75rem;display:flex}.Problem-module__FmklsG__statValue{color:var(--color-primary);letter-spacing:-.03em;font-size:1.8rem;font-weight:900}.Problem-module__FmklsG__statLabel{color:var(--color-text-grey);font-size:.8rem;font-weight:500}.Problem-module__FmklsG__cardTitle{color:var(--color-text-title);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.Problem-module__FmklsG__cardDesc{color:var(--color-text-body);font-size:.9rem;line-height:1.65}
.Solution-module__JXT6cW__header{text-align:center;opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(24px)}.Solution-module__JXT6cW__header.Solution-module__JXT6cW__visible{opacity:1;transform:translateY(0)}.Solution-module__JXT6cW__subtext{text-align:center;margin:.75rem auto 0}.Solution-module__JXT6cW__pillarsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.Solution-module__JXT6cW__pillar{text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);opacity:0;background:#fff;border-radius:16px;padding:2rem 1.75rem;transition:transform .3s,box-shadow .3s;animation-fill-mode:forwards;transform:translateY(24px)}.Solution-module__JXT6cW__pillarVisible{animation:.55s forwards Solution-module__JXT6cW__fadeUp}@keyframes Solution-module__JXT6cW__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.Solution-module__JXT6cW__pillar:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.Solution-module__JXT6cW__pillarIconWrap{background:var(--color-header-bg);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.Solution-module__JXT6cW__pillarIcon{font-size:1.75rem}.Solution-module__JXT6cW__pillarTitle{color:var(--color-primary);margin-bottom:.75rem;font-size:1rem;font-weight:700}.Solution-module__JXT6cW__pillarDesc{color:var(--color-text-body);font-size:.9rem;line-height:1.7}.Solution-module__JXT6cW__tagline{text-align:center;opacity:0;transition:opacity .8s .4s,transform .8s .4s;transform:translateY(16px)}.Solution-module__JXT6cW__tagline.Solution-module__JXT6cW__visible{opacity:1;transform:translateY(0)}.Solution-module__JXT6cW__tagline blockquote{color:var(--color-primary);border-left:5px solid var(--color-secondary);max-width:700px;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;margin:0 auto;padding:1.5rem 2rem;font-size:clamp(1rem,2.5vw,1.25rem);font-style:italic;font-weight:500;line-height:1.6}@media (max-width:900px){.Solution-module__JXT6cW__pillarsGrid{grid-template-columns:1fr}}
.Features-module__ZeQSWW__header{text-align:center;opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(24px)}.Features-module__ZeQSWW__header.Features-module__ZeQSWW__visible{opacity:1;transform:translateY(0)}.Features-module__ZeQSWW__grid{gap:1.25rem}.Features-module__ZeQSWW__card{opacity:0;padding:1.5rem;animation-fill-mode:forwards;transform:translateY(20px)}.Features-module__ZeQSWW__card.Features-module__ZeQSWW__cardVisible{animation:.5s forwards Features-module__ZeQSWW__rise}@keyframes Features-module__ZeQSWW__rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Features-module__ZeQSWW__iconWrap{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;display:flex}.Features-module__ZeQSWW__icon{font-size:1.5rem}.Features-module__ZeQSWW__title{color:var(--color-text-title);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.Features-module__ZeQSWW__desc{color:var(--color-text-body);font-size:.85rem;line-height:1.65}
.ROI-module__yjWEwq__roi{background:var(--color-primary);position:relative;overflow:hidden}.ROI-module__yjWEwq__bgOverlay{background:radial-gradient(circle at 10%,#00a89626 0%,#0000 55%),radial-gradient(circle at 90% 20%,#ffffff0d 0%,#0000 40%);position:absolute;inset:0}.ROI-module__yjWEwq__header{text-align:center;color:#fff;opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(24px)}.ROI-module__yjWEwq__header.ROI-module__yjWEwq__visible{opacity:1;transform:translateY(0)}.ROI-module__yjWEwq__label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.ROI-module__yjWEwq__heading{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.ROI-module__yjWEwq__subheading{color:#ffffffbf;max-width:600px;margin:0 auto;font-size:1rem;line-height:1.7}.ROI-module__yjWEwq__grid{gap:1.25rem}.ROI-module__yjWEwq__statCard{text-align:center;-webkit-backdrop-filter:blur(8px);opacity:0;background:#ffffff14;border:1px solid #ffffff26;border-radius:16px;padding:2rem 1.5rem;transition:transform .3s,background .3s;animation-fill-mode:forwards;transform:translateY(20px)}.ROI-module__yjWEwq__statCard:hover{background:#ffffff1f;transform:translateY(-4px)}.ROI-module__yjWEwq__statCardVisible{animation:.55s forwards ROI-module__yjWEwq__riseWhite}@keyframes ROI-module__yjWEwq__riseWhite{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ROI-module__yjWEwq__statIcon{margin-bottom:.75rem;font-size:2rem}.ROI-module__yjWEwq__statValue{color:var(--color-secondary);letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:900}.ROI-module__yjWEwq__statLabel{color:#ffffffb3;font-size:.82rem;line-height:1.55}.ROI-module__yjWEwq__banner{color:#fff;opacity:0;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;align-items:center;gap:1rem;margin-top:3rem;padding:1.5rem 2rem;font-size:1rem;line-height:1.6;transition:opacity .6s .5s,transform .6s .5s;display:flex;transform:translateY(16px)}.ROI-module__yjWEwq__banner.ROI-module__yjWEwq__visible{opacity:1;transform:translateY(0)}.ROI-module__yjWEwq__bannerEmoji{flex-shrink:0;font-size:1.75rem}.ROI-module__yjWEwq__banner strong{color:var(--color-secondary)}@media (max-width:640px){.ROI-module__yjWEwq__banner{text-align:center;flex-direction:column}}
.Roles-module__OzEjSa__header{text-align:center;opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(24px)}.Roles-module__OzEjSa__header.Roles-module__OzEjSa__visible{opacity:1;transform:translateY(0)}.Roles-module__OzEjSa__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;display:grid}.Roles-module__OzEjSa__card{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);opacity:0;border-top:4px solid;border-radius:16px;padding:2rem 1.75rem;transition:transform .3s,box-shadow .3s;animation-fill-mode:forwards;transform:translateY(24px)}.Roles-module__OzEjSa__cardVisible{animation:.55s forwards Roles-module__OzEjSa__cardRise}@keyframes Roles-module__OzEjSa__cardRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.Roles-module__OzEjSa__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.Roles-module__OzEjSa__featured{box-shadow:var(--shadow-md);transform:translateY(-8px)}.Roles-module__OzEjSa__featured:hover{transform:translateY(-14px)}.Roles-module__OzEjSa__cardEmoji{margin-bottom:1rem;font-size:2.5rem}.Roles-module__OzEjSa__cardTitle{margin-bottom:.25rem;font-size:1.15rem;font-weight:800}.Roles-module__OzEjSa__cardTagline{color:var(--color-text-secondary);margin-bottom:1.25rem;font-size:.85rem;font-style:italic}.Roles-module__OzEjSa__benefits{flex-direction:column;gap:.6rem;display:flex}.Roles-module__OzEjSa__benefit{color:var(--color-text-body);align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.5;display:flex}.Roles-module__OzEjSa__checkmark{flex-shrink:0;margin-top:.05rem;font-size:.9rem;font-weight:700}@media (max-width:900px){.Roles-module__OzEjSa__grid{grid-template-columns:1fr}.Roles-module__OzEjSa__featured{transform:none}}
.Blog-module__c-_n6a__container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.Blog-module__c-_n6a__blogHero{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e8eaf6 100%);padding:8rem 0 5rem;position:relative;overflow:hidden}.Blog-module__c-_n6a__bgPattern{z-index:0;background-image:radial-gradient(circle at 10% 20%,#1a237e08 0%,#0000 40%),radial-gradient(circle at 90% 80%,#00a8960a 0%,#0000 40%);position:absolute;inset:0}.Blog-module__c-_n6a__heroContent{z-index:1;max-width:800px;margin:0 auto;position:relative}.Blog-module__c-_n6a__title{color:var(--color-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.Blog-module__c-_n6a__subtitle{color:var(--color-text-secondary);font-size:1.15rem;line-height:1.6}.Blog-module__c-_n6a__blogGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2.5rem;padding:5rem 0;display:grid}.Blog-module__c-_n6a__blogCard{border-radius:var(--border-radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);background:#fff;flex-direction:column;height:100%;padding:2.25rem;display:flex;position:relative;overflow:hidden}.Blog-module__c-_n6a__blogCard:before{content:"";background:linear-gradient(90deg, var(--color-primary), var(--color-secondary));opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Blog-module__c-_n6a__blogCard:hover{border-color:#1a237e1a;transform:translateY(-8px);box-shadow:0 12px 40px #1a237e1f}.Blog-module__c-_n6a__blogCard:hover:before{opacity:1}.Blog-module__c-_n6a__categoryBadge{color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;background:#00a89614;border-radius:50px;width:fit-content;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.Blog-module__c-_n6a__postDate{color:var(--color-text-grey);margin-bottom:.75rem;font-size:.85rem;display:block}.Blog-module__c-_n6a__postTitle{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3;transition:color .2s}.Blog-module__c-_n6a__blogCard:hover .Blog-module__c-_n6a__postTitle{color:var(--color-secondary)}.Blog-module__c-_n6a__postExcerpt{color:var(--color-text-body);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Blog-module__c-_n6a__cardFooter{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.Blog-module__c-_n6a__authorInfo{align-items:center;gap:.75rem;display:flex}.Blog-module__c-_n6a__authorAvatar{background:var(--color-header-bg);width:32px;height:32px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.Blog-module__c-_n6a__authorName{color:var(--color-text-title);font-size:.85rem;font-weight:600}.Blog-module__c-_n6a__readMore{color:var(--color-secondary);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;display:inline-flex}.Blog-module__c-_n6a__articleHero{border-bottom:1px solid var(--color-border);background:#fff;padding:10rem 0 4rem}.Blog-module__c-_n6a__articleHeader{flex-direction:column;align-items:flex-start;max-width:800px;margin:0 auto;display:flex}.Blog-module__c-_n6a__backLink{color:var(--color-text-grey);align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.9rem;font-weight:600;transition:color .2s;display:inline-flex}.Blog-module__c-_n6a__backLink:hover{color:var(--color-primary)}.Blog-module__c-_n6a__articleTitle{color:var(--color-primary);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.Blog-module__c-_n6a__meta{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.Blog-module__c-_n6a__metaItem{color:var(--color-text-grey);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Blog-module__c-_n6a__articleContent{max-width:800px;color:var(--color-text-body);margin:4rem auto;font-size:1.15rem;line-height:1.8}.Blog-module__c-_n6a__articleContent h2{color:var(--color-primary);margin:3.5rem 0 1.5rem;font-size:2rem;font-weight:800}.Blog-module__c-_n6a__articleContent h3{color:var(--color-primary);margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:700}.Blog-module__c-_n6a__articleContent p{margin-bottom:1.5rem}.Blog-module__c-_n6a__listItem{gap:1rem;margin-bottom:1.25rem;padding-left:.5rem;display:flex}.Blog-module__c-_n6a__bullet{color:var(--color-secondary);font-size:1.2rem;font-weight:700;line-height:1.4}.Blog-module__c-_n6a__listNumber{color:var(--color-primary);min-width:1.5rem;font-weight:700}.Blog-module__c-_n6a__articleContent strong{color:var(--color-text-title);font-weight:700}.Blog-module__c-_n6a__ctaBox{background:linear-gradient(135deg, var(--color-primary) 0%, #303f9f 100%);border-radius:var(--border-radius-lg);text-align:center;color:#fff;box-shadow:var(--shadow-primary);margin-top:6rem;padding:4rem}.Blog-module__c-_n6a__ctaBox h2{margin-bottom:1rem;font-size:2.25rem;font-weight:800;color:#fff!important}.Blog-module__c-_n6a__ctaBox p{opacity:.9;margin-bottom:2.5rem;font-size:1.1rem}@media (max-width:768px){.Blog-module__c-_n6a__blogGrid{grid-template-columns:1fr}.Blog-module__c-_n6a__ctaBox{padding:2.5rem 1.5rem}}
.Contact-module__S2b6yG__contact{background:linear-gradient(135deg, #0d1654 0%, var(--color-primary) 60%, #00756a 100%);text-align:center;position:relative;overflow:hidden}.Contact-module__S2b6yG__bgOverlay{background:radial-gradient(circle at 30% 40%,#00a89626 0%,#0000 55%),radial-gradient(circle at 70% 70%,#ffffff0a 0%,#0000 40%);position:absolute;inset:0}.Contact-module__S2b6yG__inner{z-index:1;position:relative}.Contact-module__S2b6yG__content{opacity:0;max-width:680px;margin:0 auto;transition:opacity .7s,transform .7s;transform:translateY(28px)}.Contact-module__S2b6yG__content.Contact-module__S2b6yG__visible{opacity:1;transform:translateY(0)}.Contact-module__S2b6yG__label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.Contact-module__S2b6yG__heading{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:900;line-height:1.15}.Contact-module__S2b6yG__subheading{color:#ffffffbf;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.Contact-module__S2b6yG__ctas{margin-bottom:1rem}.Contact-module__S2b6yG__emailBtn{background:var(--color-secondary);color:#fff;border-radius:50px;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 8px 32px #00a89666}.Contact-module__S2b6yG__emailBtn:hover{background:#009182;transform:translateY(-3px)scale(1.02);box-shadow:0 12px 40px #00a8968c}.Contact-module__S2b6yG__note{color:#ffffff80;margin-bottom:2.5rem;font-size:.82rem}.Contact-module__S2b6yG__trustBadges{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.Contact-module__S2b6yG__badge{color:#ffffffd9;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.8rem;font-weight:500;display:flex}
