:root{--hc-primary:#2e9f5b;--hc-secondary:#1595d3;--hc-dark:#0d3152;--hc-ink:#0d2945;--hc-text:#536579;--hc-line:#e6edf3;--hc-soft:#f5f9fc;--hc-white:#fff;--hc-radius:7px;--hc-shadow:0 18px 55px rgba(14,49,82,.08);--hc-container:1400px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--hc-text);background:#fff;font-size:15px;line-height:1.75;font-weight:400;-webkit-font-smoothing:antialiased}body.hc-canvas-open{overflow:hidden}a{color:inherit;text-decoration:none;transition:.2s ease}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.hc-container{width:min(calc(100% - 40px),var(--hc-container));margin:0 auto}.hc-main{min-height:45vh}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hc-eyebrow{display:inline-block;color:var(--hc-primary);font-size:12px;line-height:1.4;font-weight:700;letter-spacing:.06em;margin-bottom:10px}.hc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 23px;border-radius:7px;font-weight:600;border:1px solid transparent}.hc-btn-primary{color:#fff;background:var(--hc-primary);box-shadow:0 10px 28px rgba(46,159,91,.18)}.hc-btn-primary:hover{transform:translateY(-2px);filter:brightness(.96)}.hc-btn-outline{border-color:var(--hc-secondary);color:#137aad;background:#fff}.hc-btn-outline:hover{background:#eef8fd}.hc-section{padding:86px 0}.hc-section-title{max-width:760px;margin-bottom:34px}.hc-section-title.center{text-align:center;margin-left:auto;margin-right:auto}.hc-section-title h2,.hc-about h2{margin:0;color:var(--hc-ink);font-size:clamp(29px,3vw,42px);line-height:1.18;letter-spacing:-.025em;font-weight:600}.hc-section-title p{margin:10px 0 0;color:#748397}.hc-text-link,.hc-service-card a{color:#107cb5;font-weight:600;font-size:13px}.hc-text-link:hover,.hc-service-card a:hover{color:var(--hc-primary)}
/* topbar */
.hc-topbar{height:36px;background:#f3f8fc;border-bottom:1px solid #edf3f7;color:#466076;font-size:11px}.hc-topbar-inner{height:100%;display:flex;align-items:center;gap:42px}.hc-top-item{display:flex;align-items:center;gap:8px}.hc-top-item i{color:#147cad}.hc-top-social{margin-left:auto;display:flex;align-items:center;gap:17px}.hc-top-social a{color:#0d5d91}.hc-top-social a:hover{color:var(--hc-primary)}
/* header */
.hc-header{height:86px;background:rgba(255,255,255,.98);border-bottom:1px solid #eef3f6;z-index:900}.hc-header.is-sticky{position:sticky;top:0}.admin-bar .hc-header.is-sticky{top:32px}.hc-header-inner{height:100%;display:flex;align-items:center}.hc-logo{display:inline-flex;align-items:center;gap:10px;color:var(--hc-ink);min-width:max-content}.hc-logo-img{max-height:54px;width:auto}.hc-logo-mark{width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--hc-secondary),var(--hc-primary));color:#fff;position:relative;overflow:hidden}.hc-logo-mark .fa-droplet{font-size:24px;transform:translate(-5px,-1px)}.hc-logo-mark .fa-leaf{position:absolute;font-size:22px;right:6px;bottom:6px;color:#d8ffe6;transform:rotate(-18deg)}.hc-logo-copy{display:flex;flex-direction:column;line-height:1.12}.hc-logo-copy strong{font-size:23px;letter-spacing:-.04em;font-weight:650}.hc-logo-copy strong::first-letter{color:var(--hc-ink)}.hc-logo-copy small{font-size:10px;color:#83909c;letter-spacing:.03em;margin-top:4px}.hc-nav{margin-left:auto}.hc-menu,.hc-mobile-menu,.hc-footer-menu,.hc-footer-contact{list-style:none;margin:0;padding:0}.hc-menu{display:flex;align-items:center;gap:38px}.hc-menu>li>a{display:flex;align-items:center;height:86px;color:#19334e;font-size:13px;font-weight:600;position:relative}.hc-menu>li>a:after{content:"";position:absolute;left:50%;right:50%;bottom:23px;height:2px;background:var(--hc-primary);transition:.22s}.hc-menu>li>a:hover:after,.hc-menu>.current-menu-item>a:after{left:0;right:0}.hc-menu>.current-menu-item>a{color:var(--hc-primary)}.hc-header-call{margin-left:48px;height:48px;padding:0 21px;border-radius:7px;background:var(--hc-primary);color:#fff;display:flex;align-items:center;gap:10px;font-weight:600;font-size:13px;box-shadow:0 10px 26px rgba(46,159,91,.16)}.hc-header-call:hover{transform:translateY(-1px);filter:brightness(.96)}.hc-burger{display:none;width:44px;height:44px;background:#f4f8fb;border:0;border-radius:7px;padding:10px;cursor:pointer}.hc-burger span{height:2px;background:var(--hc-ink);display:block;margin:5px 0;border-radius:2px}
/* Canvas */
.hc-canvas-overlay{position:fixed;inset:0;background:rgba(4,24,42,.52);z-index:1098;opacity:0;visibility:hidden;transition:.25s}.hc-canvas{position:fixed;right:0;top:0;bottom:0;width:min(89vw,390px);background:#fff;z-index:1099;transform:translateX(105%);transition:transform .28s ease;box-shadow:-20px 0 50px rgba(6,27,45,.15);padding:22px}.hc-canvas-open .hc-canvas-overlay{opacity:1;visibility:visible}.hc-canvas-open .hc-canvas{transform:none}.hc-canvas-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--hc-line)}.hc-canvas-head .hc-logo-mark{width:42px;height:42px}.hc-canvas-head .hc-logo-copy strong{font-size:19px}.hc-canvas-head button{border:0;background:#f2f6f9;width:40px;height:40px;border-radius:7px;color:var(--hc-ink);font-size:18px}.hc-mobile-menu{margin-top:18px}.hc-mobile-menu li a{display:flex;padding:13px 4px;border-bottom:1px solid #edf2f5;color:var(--hc-ink);font-size:14px;font-weight:600}.hc-mobile-menu .current-menu-item a{color:var(--hc-primary)}.hc-canvas-contact{margin-top:24px;padding:17px;background:#f5f9fb;border-radius:7px;display:grid;gap:11px}.hc-canvas-contact a,.hc-canvas-contact span{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#4b6275}.hc-canvas-contact i{color:var(--hc-secondary);width:18px;margin-top:4px}
/* hero */
.hc-hero{position:relative;min-height:590px;background:#f6fafc;overflow:hidden}.hc-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center right}.hc-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:#e9eff3}.hc-hero-inner{position:relative;z-index:2;min-height:590px;display:flex;align-items:center}.hc-hero-copy{width:55%;padding:55px 0 48px}.hc-hero h1{margin:0;color:var(--hc-ink);font-size:clamp(46px,5.2vw,72px);line-height:1.06;letter-spacing:-.045em;font-weight:650;max-width:770px}.hc-hero h1 span,.hc-inner-hero h1 span{color:var(--hc-primary)}.hc-hero-copy>p{font-size:17px;line-height:1.65;max-width:600px;margin:22px 0 27px;color:#485c70}.hc-actions{display:flex;gap:15px;flex-wrap:wrap}.hc-trust-row{display:flex;align-items:center;gap:35px;margin-top:35px}.hc-trust-row>div{display:flex;align-items:center;gap:10px;color:#1f3953;font-size:11px;font-weight:600;line-height:1.35}.hc-trust-row i{font-size:27px;color:var(--hc-secondary)}.hc-trust-row>div:nth-child(1) i,.hc-trust-row>div:nth-child(3) i{color:var(--hc-primary)}
/* service preview */
.hc-services-preview{padding:34px 0 24px;background:#fff}.hc-service-grid{display:grid;gap:16px}.hc-service-grid-4{grid-template-columns:repeat(4,1fr)}.hc-service-card{background:linear-gradient(145deg,#f4f8fb,#f8fbfd);border:1px solid #edf2f5;border-radius:7px;transition:.2s}.hc-service-card:hover{transform:translateY(-3px);box-shadow:var(--hc-shadow);border-color:#dceaf1}.hc-service-card.compact{padding:26px;display:flex;gap:18px;min-height:145px}.hc-service-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:7px;background:#e8f6fc;color:var(--hc-secondary);font-size:23px}.hc-service-card h3{color:var(--hc-ink);font-size:16px;line-height:1.25;margin:2px 0 7px;font-weight:600}.hc-service-card p{font-size:12px;line-height:1.65;color:#657687;margin:0 0 10px}
/* about */
.hc-about{padding-top:70px}.hc-about-grid{display:grid;grid-template-columns:1.05fr 1.1fr .95fr;gap:28px;align-items:stretch}.hc-about-copy{padding:18px 20px 18px 0;align-self:center}.hc-about-copy p{max-width:500px;margin:18px 0 24px}.hc-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hc-feature{background:linear-gradient(145deg,#f7fafc,#f1f6f9);border:1px solid #edf2f5;border-radius:7px;padding:23px}.hc-feature i{color:var(--hc-secondary);font-size:28px}.hc-feature:nth-child(3) i{color:var(--hc-primary)}.hc-feature h3{color:var(--hc-ink);font-size:15px;margin:12px 0 5px}.hc-feature p{font-size:12px;line-height:1.6;margin:0}.hc-about-image{border-radius:7px;overflow:hidden;min-height:370px}.hc-about-image img{width:100%;height:100%;object-fit:cover}
/* testimonials */
.hc-testimonials{padding-top:38px}.hc-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hc-testimonial-grid article{border:1px solid #e3ebf0;border-radius:7px;background:#fff;padding:22px 24px;box-shadow:0 8px 35px rgba(13,49,82,.04)}.hc-person{display:flex;align-items:center;gap:12px}.hc-person>span{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:#eff5f8;color:var(--hc-dark);font-weight:700}.hc-person strong{display:block;color:var(--hc-ink);font-size:13px}.hc-stars{color:#f5a700;letter-spacing:2px;font-size:11px}.hc-testimonial-grid article p{font-size:13px;line-height:1.7;margin:14px 0 0;color:#536579}
/* inner hero */
.hc-inner-hero{position:relative;min-height:410px;background:#f7fbfd;overflow:hidden}.hc-inner-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center right}.hc-inner-hero .hc-container{position:relative;z-index:2;min-height:410px;display:flex;align-items:center}.hc-inner-hero-copy{max-width:700px;padding:46px 0}.hc-inner-hero h1{font-size:clamp(38px,4.7vw,62px);line-height:1.08;letter-spacing:-.045em;margin:0;color:var(--hc-ink);font-weight:650}.hc-inner-hero-copy>p{font-size:15px;max-width:610px;margin:18px 0 0}.hc-inner-hero .hc-trust-row{margin-top:24px;gap:25px}
/* services page */
.hc-services-page{padding-top:58px}.hc-service-grid-full{grid-template-columns:repeat(4,1fr)}.hc-service-card.visual{overflow:hidden;background:#fff}.hc-service-card.visual>img{height:160px;width:100%;object-fit:cover;background:#f1f5f7}.hc-service-card-body{padding:21px}.hc-service-card-body .hc-service-icon{width:42px;height:42px;float:left;margin:0 12px 9px 0;font-size:19px}.hc-service-card.visual h3{padding-top:2px;font-size:15px}.hc-service-card.visual p{clear:both;min-height:58px}.hc-service-card.visual a{display:inline-flex;align-items:center;gap:8px}
/* process */
.hc-process{background:#f7fafc}.hc-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:process}.hc-process-grid>div{position:relative;background:#fff;border:1px solid #e2ebf0;border-radius:7px;padding:27px 24px;min-height:190px}.hc-process-grid>div>span{position:absolute;left:19px;top:-17px;width:38px;height:38px;border-radius:50%;background:var(--hc-primary);color:#fff;display:grid;place-items:center;font-weight:700;box-shadow:0 7px 18px rgba(46,159,91,.2)}.hc-process-grid>div:nth-child(2)>span,.hc-process-grid>div:nth-child(3)>span{background:var(--hc-secondary)}.hc-process-grid i{font-size:30px;color:var(--hc-secondary);margin:8px 0 15px}.hc-process-grid h3{margin:0 0 6px;color:var(--hc-ink);font-size:15px}.hc-process-grid p{margin:0;font-size:12px;line-height:1.6}
/* faq */
.hc-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}.hc-faq details{border:1px solid #e3ebf0;border-radius:7px;background:#fff;padding:0 18px}.hc-faq summary{list-style:none;cursor:pointer;padding:14px 22px 14px 0;color:var(--hc-ink);font-size:13px;font-weight:600;position:relative}.hc-faq summary::-webkit-details-marker{display:none}.hc-faq summary:after{content:"+";position:absolute;right:0;color:var(--hc-secondary);font-size:18px}.hc-faq details[open] summary:after{content:"−"}.hc-faq details p{border-top:1px solid #edf2f5;margin:0;padding:13px 0 16px;font-size:12px}
/* page */
.hc-page-head{padding:68px 0;background:linear-gradient(135deg,#f3f9fc,#fff);border-bottom:1px solid #e8eff3}.hc-page-head h1{font-size:clamp(36px,4vw,54px);letter-spacing:-.04em;color:var(--hc-ink);margin:0;line-height:1.1}.hc-page-head p{margin:12px 0 0;max-width:690px}.hc-content{max-width:1000px}.hc-content h2,.hc-content h3{color:var(--hc-ink);line-height:1.25}.hc-content h2{font-size:31px}.hc-content h3{font-size:22px}.hc-content p{margin:0 0 18px}.hc-content ul{padding-left:22px}.hc-single-image{width:100%;border-radius:7px;margin-bottom:30px}.hc-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.hc-post-card{border:1px solid #e4ecf1;border-radius:7px;overflow:hidden;background:#fff}.hc-post-card img{width:100%;height:210px;object-fit:cover}.hc-post-card>div{padding:22px}.hc-post-card small{font-size:11px;color:#8a98a7}.hc-post-card h2{font-size:19px;line-height:1.35;margin:7px 0;color:var(--hc-ink)}.hc-post-card p{font-size:13px}.hc-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.hc-contact-card{padding:32px;border:1px solid #e3ebf0;border-radius:7px;background:#f7fafc}.hc-contact-card h2{color:var(--hc-ink);margin:0 0 22px}.hc-contact-card>a,.hc-contact-card>div{display:flex;align-items:center;gap:15px;padding:14px 0;border-bottom:1px solid #e2ebf0}.hc-contact-card i{width:42px;height:42px;display:grid;place-items:center;border-radius:7px;background:#e8f6fc;color:var(--hc-secondary)}.hc-contact-card span{display:flex;flex-direction:column;color:var(--hc-ink);font-weight:600}.hc-contact-card small{font-size:10px;color:#8795a2;font-weight:500}.hc-contact-grid .hc-quote-form{box-shadow:var(--hc-shadow);border:1px solid #e6eef3}.hc-404{text-align:center;padding:120px 0}.hc-404>div>i{font-size:50px;color:var(--hc-secondary)}.hc-404 h1{font-size:90px;line-height:1;color:var(--hc-ink);margin:10px 0}.hc-404 h2{color:var(--hc-ink);margin-bottom:25px}
/* prefooter + form */
.hc-prefooter{background-size:cover;background-position:center;padding:34px 0;color:#fff}.hc-prefooter-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.hc-call-block{display:flex;align-items:center;gap:22px}.hc-call-icon{width:78px;height:78px;border-radius:50%;background:#fff;color:var(--hc-primary);display:grid;place-items:center;font-size:33px;flex:0 0 78px}.hc-call-block small{display:block;font-size:13px;font-weight:600}.hc-call-block a{font-size:32px;line-height:1.25;font-weight:700;color:#fff}.hc-call-block p{font-size:12px;margin:5px 0 0;color:rgba(255,255,255,.82)}.hc-quote-form{background:#fff;color:var(--hc-text);padding:21px;border-radius:7px}.hc-form-head h3{margin:0;color:var(--hc-ink);font-size:19px}.hc-form-head p{margin:2px 0 14px;font-size:11px;color:#7b8997}.hc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hc-form-grid input,.hc-form-grid select{width:100%;height:44px;padding:0 13px;border:1px solid #dce5eb;border-radius:5px;background:#fff;color:#4e6274;outline:none;font-size:12px}.hc-form-grid input:focus,.hc-form-grid select:focus{border-color:var(--hc-secondary);box-shadow:0 0 0 3px rgba(21,149,211,.08)}.hc-form-grid button{height:44px;border:0;border-radius:5px;background:var(--hc-primary);color:#fff;font-weight:600;font-size:12px;cursor:pointer}.hc-form-grid button[disabled]{opacity:.6;cursor:wait}.hc-form-status{font-size:11px;margin-top:8px;min-height:17px}.hc-form-status.success{color:#1a8345}.hc-form-status.error{color:#c63a3a}.hc-hp{position:absolute!important;left:-99999px!important;opacity:0!important}
/* footer */
.hc-footer{background:var(--hc-dark);color:#c3d0db;padding:52px 0 0}.hc-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr 1.1fr;gap:55px}.hc-logo-light .hc-logo-copy strong{color:#fff}.hc-footer p{font-size:12px;max-width:275px;line-height:1.7}.hc-footer h4{margin:3px 0 15px;color:#fff;font-size:13px;font-weight:600}.hc-footer-menu li{margin:6px 0}.hc-footer-menu a{font-size:12px;color:#c9d4dd}.hc-footer-menu a:hover{color:#fff;padding-left:2px}.hc-footer-social{display:flex;gap:9px;margin-top:18px}.hc-footer-social a{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.09);color:#fff;font-size:12px}.hc-footer-contact li{display:flex;gap:9px;align-items:flex-start;margin:8px 0;font-size:12px}.hc-footer-contact i{width:15px;color:#fff;margin-top:5px}.hc-footer-bottom{margin-top:39px;border-top:1px solid rgba(255,255,255,.11);padding:17px 0 22px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#92a6b7}.hc-footer-bottom b{color:#fff}.hc-mobile-bar{display:none}.hc-to-top{position:fixed;right:22px;bottom:22px;width:43px;height:43px;border:0;border-radius:7px;background:var(--hc-dark);color:#fff;z-index:800;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.14)}.hc-to-top.visible{opacity:1;visibility:visible;transform:none}
/* responsive */
@media(max-width:1180px){.hc-menu{gap:23px}.hc-header-call{margin-left:26px}.hc-about-grid{grid-template-columns:1fr 1fr}.hc-about-image{grid-column:1/-1;height:380px}.hc-service-grid-4,.hc-service-grid-full{grid-template-columns:repeat(2,1fr)}.hc-post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){.hc-topbar-inner{gap:20px}.hc-top-item:first-child{display:none}.hc-nav,.hc-header-call{display:none}.hc-burger{display:block;margin-left:auto}.hc-hero{min-height:550px}.hc-hero-bg{background-position:65% center}.hc-hero-copy{width:68%;padding:45px 0}.hc-hero h1{font-size:52px}.hc-about-grid{grid-template-columns:1fr}.hc-about-copy{padding-right:0}.hc-about-image{grid-column:auto}.hc-testimonial-grid{grid-template-columns:1fr}.hc-prefooter-grid{grid-template-columns:1fr;gap:25px}.hc-footer-grid{grid-template-columns:1fr 1fr}.hc-inner-hero-copy{max-width:65%}.hc-process-grid{grid-template-columns:1fr 1fr}.hc-contact-grid{grid-template-columns:1fr}.hc-post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:782px){.admin-bar .hc-header.is-sticky{top:46px}}
@media(max-width:700px){body{font-size:14px;padding-bottom:64px}.hc-container{width:min(calc(100% - 28px),var(--hc-container))}.hc-topbar{height:32px}.hc-topbar-inner{justify-content:space-between;gap:8px}.hc-top-item:nth-child(3){display:none}.hc-top-social{margin-left:0}.hc-header{height:72px}.hc-logo-mark{width:42px;height:42px}.hc-logo-copy strong{font-size:19px}.hc-logo-copy small{font-size:9px}.hc-section{padding:58px 0}.hc-hero{min-height:auto}.hc-hero-bg{background-position:64% center;opacity:.28}.hc-hero-inner{min-height:auto}.hc-hero-copy{width:100%;padding:55px 0 44px}.hc-hero h1{font-size:clamp(39px,12vw,54px);max-width:560px}.hc-hero-copy>p{font-size:14px;max-width:520px}.hc-actions{flex-direction:column;align-items:flex-start}.hc-btn{width:100%;max-width:340px}.hc-trust-row{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:29px}.hc-services-preview{padding:22px 0}.hc-service-grid-4,.hc-service-grid-full{grid-template-columns:1fr}.hc-service-card.compact{min-height:auto;padding:20px}.hc-about{padding-top:50px}.hc-about-grid{gap:20px}.hc-feature-grid{grid-template-columns:1fr 1fr}.hc-about-image{height:270px;min-height:0}.hc-inner-hero{min-height:390px}.hc-inner-hero-bg{opacity:.3}.hc-inner-hero .hc-container{min-height:390px}.hc-inner-hero-copy{max-width:100%;padding:48px 0}.hc-inner-hero h1{font-size:43px}.hc-inner-hero .hc-trust-row{grid-template-columns:1fr 1fr}.hc-service-card.visual>img{height:190px}.hc-process-grid{grid-template-columns:1fr}.hc-faq-grid{grid-template-columns:1fr}.hc-prefooter{padding:28px 0}.hc-call-icon{width:62px;height:62px;flex-basis:62px;font-size:25px}.hc-call-block a{font-size:25px}.hc-form-grid{grid-template-columns:1fr}.hc-footer{padding-top:42px}.hc-footer-grid{grid-template-columns:1fr;gap:31px}.hc-footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}.hc-mobile-bar{position:fixed;left:0;right:0;bottom:0;height:64px;background:#fff;display:grid;grid-template-columns:1fr 1fr;z-index:1000;box-shadow:0 -8px 25px rgba(8,40,64,.12);border-top:1px solid #e4edf2}.hc-mobile-bar a{display:flex;align-items:center;justify-content:center;gap:9px;font-weight:600;font-size:12px}.hc-mobile-bar a:first-child{color:#148a46}.hc-mobile-bar a:last-child{background:var(--hc-primary);color:#fff}.hc-mobile-bar i{font-size:18px}.hc-to-top{right:14px;bottom:78px}.hc-page-head{padding:52px 0}.hc-post-grid{grid-template-columns:1fr}.hc-contact-card{padding:22px}}
@media(max-width:460px){.hc-top-social{gap:10px}.hc-top-item:nth-child(2){font-size:10px}.hc-feature-grid{grid-template-columns:1fr}.hc-trust-row{grid-template-columns:1fr 1fr}.hc-service-card.visual>img{height:165px}.hc-quote-form{padding:17px}.hc-about-image{height:230px}}
/* service detail */
.hc-service-detail-hero{padding:62px 0;background:linear-gradient(135deg,#f3f9fc,#fff);border-bottom:1px solid #e6eef3}.hc-service-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}.hc-service-detail-copy h1{margin:0;color:var(--hc-ink);font-size:clamp(40px,5vw,64px);line-height:1.08;letter-spacing:-.045em}.hc-service-detail-copy>p{font-size:16px;max-width:650px;margin:18px 0 26px}.hc-service-detail-image{height:430px;overflow:hidden;border-radius:7px;box-shadow:var(--hc-shadow)}.hc-service-detail-image img{width:100%;height:100%;object-fit:cover}.hc-detail-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.hc-detail-badges span{display:flex;align-items:center;gap:8px;padding:9px 11px;background:#fff;border:1px solid #e2ebf0;border-radius:6px;color:#40586b;font-size:11px;font-weight:600}.hc-detail-badges i{color:var(--hc-primary)}.hc-detail-content-grid{display:grid;grid-template-columns:1fr 320px;gap:48px}.hc-detail-main h2{margin:0 0 17px;color:var(--hc-ink);font-size:34px;line-height:1.2}.hc-detail-main h3{color:var(--hc-ink);font-size:22px;margin:30px 0 12px}.hc-detail-main p{margin:0 0 16px}.hc-detail-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;padding:0;list-style:none}.hc-detail-checks li{position:relative;padding-left:25px}.hc-detail-checks li:before{content:"✓";position:absolute;left:0;top:0;color:var(--hc-primary);font-weight:800}.hc-detail-side{display:grid;gap:16px;align-content:start}.hc-detail-box{border:1px solid #e1eaf0;border-radius:7px;padding:22px;background:#f8fbfc}.hc-detail-box h3{margin:0 0 8px;color:var(--hc-ink)}.hc-detail-box p{font-size:12px;line-height:1.7}.hc-detail-box>a:not(.hc-btn){display:flex;align-items:center;gap:10px;padding:8px 0;color:#29485f;font-weight:600}.hc-detail-box>a:not(.hc-btn) i{color:var(--hc-secondary)}.hc-related{background:#f7fafc}
@media(max-width:960px){.hc-service-detail-grid{grid-template-columns:1fr}.hc-service-detail-image{height:360px}.hc-detail-content-grid{grid-template-columns:1fr}.hc-detail-side{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.hc-service-detail-hero{padding:45px 0}.hc-service-detail-image{height:260px}.hc-detail-checks{grid-template-columns:1fr}.hc-detail-side{grid-template-columns:1fr}.hc-detail-badges{display:grid;grid-template-columns:1fr 1fr}}

/* v1.1 premium inner pages */
.hc-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:20px;color:#7890a3;font-size:11px;font-weight:500;flex-wrap:wrap}.hc-breadcrumb a:hover{color:var(--hc-primary)}.hc-breadcrumb i{font-size:8px;color:#adc0ce}.hc-breadcrumb span{color:#425b70}.hc-modern-hero{padding:66px 0 72px;background:linear-gradient(135deg,#f3f9fc 0%,#fff 68%);border-bottom:1px solid #e6eef3;overflow:hidden}.hc-modern-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:64px;align-items:center}.hc-modern-hero-copy h1{margin:0;color:var(--hc-ink);font-size:clamp(42px,5vw,66px);line-height:1.08;letter-spacing:-.048em;font-weight:650}.hc-modern-hero-copy h1 span{color:var(--hc-primary)}.hc-modern-hero-copy>p{max-width:680px;margin:20px 0 27px;font-size:16px;line-height:1.75}.hc-modern-hero-media{position:relative;min-height:440px}.hc-modern-hero-media>img{width:100%;height:440px;object-fit:cover;border-radius:7px;box-shadow:0 26px 70px rgba(13,49,82,.12)}.hc-floating-note{position:absolute;left:-28px;bottom:28px;min-width:220px;padding:18px 20px;border:1px solid #e3edf2;border-radius:7px;background:rgba(255,255,255,.96);box-shadow:0 16px 42px rgba(13,49,82,.1);display:grid;grid-template-columns:42px 1fr;column-gap:12px}.hc-floating-note i{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eaf8ef;color:var(--hc-primary);font-size:20px}.hc-floating-note strong{color:var(--hc-ink);font-size:13px}.hc-floating-note span{font-size:11px;color:#7c8b98}.hc-story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.hc-story-grid h2,.hc-method-copy h2,.hc-soft-cta h2,.hc-contact-info-panel h2,.hc-form-intro h2{margin:0;color:var(--hc-ink);font-size:clamp(30px,3.3vw,44px);line-height:1.2;letter-spacing:-.03em;font-weight:600}.hc-story-copy{padding-top:7px}.hc-story-copy p{margin:0 0 17px;font-size:15px}.hc-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.hc-value-grid article{padding:26px;border:1px solid #e7eef3;background:linear-gradient(145deg,#fff,#f6fafc);border-radius:7px}.hc-value-grid i{font-size:27px;color:var(--hc-secondary)}.hc-value-grid article:nth-child(3) i{color:var(--hc-primary)}.hc-value-grid h3{margin:13px 0 6px;color:var(--hc-ink);font-size:16px}.hc-value-grid p{margin:0;font-size:12px;line-height:1.65}.hc-about-method{background:#f7fafc}.hc-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hc-method-image{height:530px;border-radius:7px;overflow:hidden;box-shadow:var(--hc-shadow)}.hc-method-image img{width:100%;height:100%;object-fit:cover}.hc-method-list{display:grid;gap:7px;margin-top:26px}.hc-method-list>div{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid #e2ebf0}.hc-method-list>div>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e8f6fc;color:var(--hc-secondary);font-size:11px;font-weight:700}.hc-method-list h3{margin:0;color:var(--hc-ink);font-size:15px}.hc-method-list p{margin:3px 0 0;font-size:12px}.hc-soft-cta{padding-top:64px;padding-bottom:64px}.hc-soft-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:40px 44px;border-radius:7px;background:linear-gradient(115deg,#f0f8fc,#f3fbf6);border:1px solid #deebf0}.hc-soft-cta-inner>div:first-child{max-width:760px}.hc-soft-cta p{margin:10px 0 0}.hc-soft-cta .hc-actions{flex:0 0 auto}
.hc-contact-hero-card{max-width:440px;justify-self:end;width:100%;padding:40px;border:1px solid #e2ebf0;border-radius:7px;background:#fff;box-shadow:0 24px 70px rgba(13,49,82,.1)}.hc-contact-hero-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--hc-secondary),var(--hc-primary));color:#fff;font-size:27px;margin-bottom:22px}.hc-contact-hero-card>span{display:block;color:#8798a5;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.hc-contact-hero-card>strong{display:block;color:var(--hc-ink);font-size:31px;line-height:1.25;margin:4px 0 8px}.hc-contact-hero-card p{margin:0;color:var(--hc-primary);font-size:13px;font-weight:600}.hc-contact-hero-card small{display:block;margin-top:17px;padding-top:17px;border-top:1px solid #edf2f5}.hc-contact-modern-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:stretch}.hc-contact-info-panel,.hc-contact-form-panel{padding:36px;border:1px solid #e2ebf0;border-radius:7px;background:#fff}.hc-contact-info-panel>p,.hc-form-intro>p{margin:12px 0 25px}.hc-contact-modern-list{display:grid}.hc-contact-modern-list>a{display:grid;grid-template-columns:48px 1fr 22px;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #edf2f5}.hc-contact-modern-list>a>i:first-child{width:48px;height:48px;display:grid;place-items:center;border-radius:7px;background:#eaf7fc;color:var(--hc-secondary);font-size:18px}.hc-contact-modern-list>a:nth-child(2)>i:first-child{background:#eaf8ef;color:var(--hc-primary)}.hc-contact-modern-list>a>i:last-child{font-size:10px;color:#9dafbc}.hc-contact-modern-list span{display:grid}.hc-contact-modern-list small{font-size:10px;color:#8a99a5}.hc-contact-modern-list strong{color:var(--hc-ink);font-size:13px}.hc-contact-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.hc-contact-mini-grid>div{display:flex;gap:11px;padding:15px;background:#f7fafc;border-radius:7px}.hc-contact-mini-grid i{color:var(--hc-primary);margin-top:4px}.hc-contact-mini-grid span{display:grid;font-size:11px}.hc-contact-mini-grid small{color:#8796a3}.hc-contact-form-panel{background:linear-gradient(145deg,#f8fbfd,#f3f8fb)}.hc-contact-form-panel .hc-quote-form{padding:0;background:transparent}.hc-contact-form-panel .hc-form-head{display:none}.hc-contact-form-panel .hc-form-grid{grid-template-columns:1fr}.hc-contact-form-panel .hc-form-grid input,.hc-contact-form-panel .hc-form-grid select,.hc-contact-form-panel .hc-form-grid button{height:52px}.hc-contact-flow{background:#f7fafc}.hc-contact-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hc-contact-steps article{position:relative;padding:29px;border:1px solid #e4edf2;border-radius:7px;background:#fff}.hc-contact-steps article>span{position:absolute;right:20px;top:18px;color:#dceaf2;font-size:34px;font-weight:700;line-height:1}.hc-contact-steps i{width:48px;height:48px;border-radius:7px;display:grid;place-items:center;background:#eaf7fc;color:var(--hc-secondary);font-size:20px}.hc-contact-steps h3{margin:15px 0 6px;color:var(--hc-ink);font-size:17px}.hc-contact-steps p{margin:0;font-size:12px}
.hc-service-detail-v2{padding:72px 0;background:radial-gradient(circle at 76% 18%,rgba(21,149,211,.08),transparent 32%),linear-gradient(135deg,#f4fafc,#fff)}.hc-service-detail-v2 .hc-service-detail-copy h1{font-size:clamp(44px,5vw,68px)}.hc-service-detail-v2 .hc-service-detail-copy>p{line-height:1.75}.hc-service-detail-image-wrap{position:relative}.hc-service-detail-v2 .hc-service-detail-image{height:470px}.hc-service-media-card{position:absolute;left:-26px;bottom:24px;display:flex;align-items:center;gap:13px;max-width:310px;padding:15px 17px;border:1px solid #e0eaf0;border-radius:7px;background:rgba(255,255,255,.97);box-shadow:0 16px 42px rgba(13,49,82,.12)}.hc-service-media-card>i{width:46px;height:46px;flex:0 0 46px;border-radius:7px;display:grid;place-items:center;background:#e8f6fc;color:var(--hc-secondary);font-size:20px}.hc-service-media-card div{display:grid}.hc-service-media-card strong{color:var(--hc-ink);font-size:12px}.hc-service-media-card span{font-size:10px;line-height:1.45;color:#7e8e9a}.hc-detail-highlights{position:relative;z-index:5;margin-top:-1px;background:#fff;border-bottom:1px solid #e8eff3}.hc-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr)}.hc-highlight-grid article{display:flex;align-items:center;gap:13px;padding:25px 24px;border-right:1px solid #e8eff3}.hc-highlight-grid article:first-child{border-left:1px solid #e8eff3}.hc-highlight-grid i{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:grid;place-items:center;background:#eef8fc;color:var(--hc-secondary)}.hc-highlight-grid article:nth-child(even) i{background:#edf9f1;color:var(--hc-primary)}.hc-highlight-grid div{display:grid}.hc-highlight-grid strong{font-size:12px;color:var(--hc-ink)}.hc-highlight-grid span{font-size:10px;color:#8796a4}.hc-detail-body-v2{padding-top:76px}.hc-detail-feature-box{margin-top:30px;padding:28px;border:1px solid #e1ebf0;border-radius:7px;background:linear-gradient(145deg,#f8fbfd,#f4faf7)}.hc-detail-feature-box h3{margin:0 0 18px}.hc-detail-process-title{margin-top:42px}.hc-detail-process-title h3{margin:0 0 18px}.hc-detail-process{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hc-detail-process article{padding:21px;border:1px solid #e5edf2;border-radius:7px;background:#fff}.hc-detail-process article>span{color:var(--hc-secondary);font-weight:700;font-size:11px}.hc-detail-process h4{margin:8px 0 5px;color:var(--hc-ink);font-size:15px}.hc-detail-process p{margin:0;font-size:11px;line-height:1.6}.hc-detail-note{display:flex;gap:16px;margin-top:22px;padding:20px 22px;background:#f1f8fc;border-left:3px solid var(--hc-secondary);border-radius:0 7px 7px 0}.hc-detail-note>i{color:var(--hc-secondary);margin-top:5px}.hc-detail-note strong{color:var(--hc-ink);font-size:13px}.hc-detail-note p{margin:4px 0 0;font-size:11px}.hc-detail-side-v2{position:relative}.hc-sticky-box{position:sticky;top:145px;padding:26px;background:#fff;box-shadow:0 14px 45px rgba(13,49,82,.06)}.admin-bar .hc-sticky-box{top:177px}.hc-sticky-box .hc-btn{width:100%;margin:9px 0 3px}.hc-sticky-box>a:not(.hc-btn){display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center}.hc-sticky-box>a:not(.hc-btn)>i{width:38px;height:38px;border-radius:7px;display:grid;place-items:center;background:#eaf7fc}.hc-sticky-box>a:not(.hc-btn)>span{display:grid;color:var(--hc-ink);font-size:12px}.hc-sticky-box small{font-size:9px;color:#8b9aa6}.hc-side-divider{height:1px;background:#e9eff3;margin:17px 0 9px}.hc-service-list-box>a{display:grid!important;grid-template-columns:28px 1fr 10px!important;gap:8px!important;border-bottom:1px solid #ebf1f4;padding:10px 0!important}.hc-service-list-box>a:last-child{border:0}.hc-service-list-box>a>i:first-child{color:var(--hc-secondary)!important}.hc-service-list-box>a>i:last-child{font-size:8px;color:#9fb0bd!important}.hc-related-v2{padding-top:72px}.hc-related-v2 .hc-service-card.visual>img{height:180px}
@media(max-width:1100px){.hc-value-grid{grid-template-columns:1fr 1fr}.hc-modern-hero-grid,.hc-method-grid{gap:38px}.hc-soft-cta-inner{align-items:flex-start;flex-direction:column}.hc-service-media-card{left:18px}.hc-highlight-grid{grid-template-columns:1fr 1fr}.hc-highlight-grid article:nth-child(3){border-left:1px solid #e8eff3;border-top:1px solid #e8eff3}.hc-highlight-grid article:nth-child(4){border-top:1px solid #e8eff3}}
@media(max-width:960px){.hc-modern-hero-grid,.hc-story-grid,.hc-method-grid,.hc-contact-modern-grid{grid-template-columns:1fr}.hc-modern-hero-media{min-height:380px}.hc-modern-hero-media>img{height:380px}.hc-floating-note{left:20px}.hc-story-grid{gap:24px}.hc-method-image{height:390px}.hc-contact-hero-card{justify-self:start;max-width:560px}.hc-contact-steps{grid-template-columns:1fr 1fr}.hc-service-detail-v2 .hc-service-detail-image{height:390px}.hc-sticky-box{position:static}.hc-detail-process{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.hc-modern-hero{padding:46px 0 52px}.hc-modern-hero-copy h1{font-size:40px}.hc-modern-hero-copy>p{font-size:13px}.hc-modern-hero-media{min-height:270px}.hc-modern-hero-media>img{height:270px}.hc-floating-note{position:relative;left:auto;bottom:auto;margin:-34px 14px 0;min-width:0}.hc-value-grid,.hc-contact-mini-grid,.hc-contact-steps,.hc-detail-process{grid-template-columns:1fr}.hc-method-image{height:290px}.hc-soft-cta-inner{padding:28px 23px}.hc-contact-hero-card,.hc-contact-info-panel,.hc-contact-form-panel{padding:24px}.hc-contact-hero-card>strong{font-size:25px}.hc-service-detail-v2{padding:44px 0}.hc-service-detail-v2 .hc-service-detail-image{height:270px}.hc-service-media-card{position:relative;left:auto;bottom:auto;margin:-26px 14px 0}.hc-highlight-grid{grid-template-columns:1fr 1fr}.hc-highlight-grid article{padding:18px 13px}.hc-highlight-grid article:nth-child(3){border-left:1px solid #e8eff3}.hc-detail-feature-box{padding:21px}.hc-breadcrumb{margin-bottom:15px}.hc-related-v2 .hc-service-card.visual>img{height:165px}}


/* v1.1.1 blog enhancement */
.hc-blog-hero{padding:64px 0;background:linear-gradient(135deg,#f4fafc 0%,#fff 68%);border-bottom:1px solid #e7eef3;overflow:hidden}.hc-blog-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.hc-blog-hero-inner>div:first-child{max-width:760px}.hc-blog-hero h1{margin:0;color:var(--hc-ink);font-size:clamp(40px,5vw,64px);line-height:1.08;letter-spacing:-.045em;font-weight:650}.hc-blog-hero h1 span{color:var(--hc-primary)}.hc-blog-hero p{max-width:690px;margin:18px 0 0;font-size:15px;line-height:1.75}.hc-blog-hero-icons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.hc-blog-hero-icons span{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #e3edf2;border-radius:7px;background:#fff;color:#365167;font-size:11px;font-weight:600;box-shadow:0 8px 26px rgba(13,49,82,.04)}.hc-blog-hero-icons i{font-size:16px;color:var(--hc-secondary)}.hc-blog-hero-icons span:last-child i{color:var(--hc-primary)}
.hc-blog-section{padding-top:58px}.hc-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;align-items:start}.hc-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hc-blog-card{min-width:0;border:1px solid #e3ebf0;border-radius:7px;background:#fff;overflow:hidden;box-shadow:0 9px 34px rgba(13,49,82,.045);transition:.22s ease}.hc-blog-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(13,49,82,.09);border-color:#d8e7ee}.hc-blog-card-media{display:block;overflow:hidden;background:#eef5f8}.hc-blog-card-media img{width:100%;height:210px;object-fit:cover;transition:transform .35s ease}.hc-blog-card:hover .hc-blog-card-media img{transform:scale(1.025)}.hc-blog-card-body{padding:19px 19px 20px}.hc-blog-tag{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:99px;background:#eaf8ef;color:#20884a;font-size:10px;font-weight:650;line-height:1.2}.hc-blog-card h2{margin:10px 0 8px;color:var(--hc-ink);font-size:17px;line-height:1.36;letter-spacing:-.015em;font-weight:600}.hc-blog-card h2 a:hover{color:var(--hc-primary)}.hc-blog-card p{font-size:12px;line-height:1.7;margin:0 0 15px;color:#66798b}.hc-blog-card-meta{display:flex;align-items:center;gap:13px;flex-wrap:wrap;padding-top:12px;border-top:1px solid #edf2f5;color:#7d8d9b;font-size:10px}.hc-blog-card-meta span{display:flex;align-items:center;gap:6px}.hc-blog-card-meta i{color:#4e7c9f}.hc-blog-read{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:#087bb7;font-size:11px;font-weight:650}.hc-blog-read:hover{color:var(--hc-primary)}.hc-blog-sidebar{position:sticky;top:105px;display:grid;gap:16px}.admin-bar .hc-blog-sidebar{top:137px}.hc-side-card{padding:21px;border:1px solid #e3ebf0;border-radius:7px;background:#fff;box-shadow:0 9px 34px rgba(13,49,82,.035)}.hc-side-card h3{margin:0 0 15px;color:var(--hc-ink);font-size:15px}.hc-side-card .search-form{display:flex;gap:7px}.hc-side-card .search-form label{flex:1;min-width:0}.hc-side-card .search-field{width:100%;height:42px;border:1px solid #dfe8ee;border-radius:6px;padding:0 11px;outline:none;color:#496075;font-size:11px}.hc-side-card .search-field:focus{border-color:var(--hc-secondary);box-shadow:0 0 0 3px rgba(21,149,211,.07)}.hc-side-card .search-submit{min-width:56px;height:42px;padding:0 10px;border:0;border-radius:6px;background:var(--hc-primary);color:#fff;font-size:10px;font-weight:600;cursor:pointer}.hc-blog-categories{list-style:none;margin:0;padding:0}.hc-blog-categories li{display:flex;align-items:center;border-bottom:1px solid #edf2f5;color:#425b70;font-size:11px}.hc-blog-categories li:last-child{border-bottom:0}.hc-blog-categories a{padding:9px 0;flex:1}.hc-blog-categories a:hover{color:var(--hc-primary)}.hc-blog-categories .current-cat a{color:var(--hc-primary);font-weight:600}.hc-blog-side-cta{text-align:center;background:linear-gradient(145deg,#f7fbfd,#edf8f2)}.hc-blog-side-cta>i{width:55px;height:55px;margin:1px auto 13px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--hc-primary);font-size:25px;box-shadow:0 10px 30px rgba(13,49,82,.06)}.hc-blog-side-cta h3{font-size:20px;line-height:1.25;margin-bottom:9px}.hc-blog-side-cta p{font-size:11px;line-height:1.65;margin:0 0 16px}.hc-blog-side-cta .hc-btn{width:100%;min-height:43px;font-size:11px}.hc-blog-pagination{margin-top:34px}.hc-blog-pagination .nav-links{display:flex;gap:7px;justify-content:center}.hc-blog-pagination .page-numbers{min-width:38px;height:38px;padding:0 11px;display:grid;place-items:center;border:1px solid #dce7ed;border-radius:6px;background:#fff;color:#4e6578;font-size:11px}.hc-blog-pagination .current,.hc-blog-pagination a:hover{background:var(--hc-primary);border-color:var(--hc-primary);color:#fff}
.hc-single-head{padding:49px 0 34px;background:linear-gradient(135deg,#f7fbfd,#fff);border-bottom:1px solid #e7eef3}.hc-single-head h1{max-width:1000px;margin:10px 0 13px;color:var(--hc-ink);font-size:clamp(38px,4.7vw,61px);line-height:1.09;letter-spacing:-.043em;font-weight:650}.hc-single-lead{max-width:850px;margin:0 0 23px;font-size:14px;line-height:1.75}.hc-single-meta{display:flex;align-items:center;gap:29px;flex-wrap:wrap}.hc-single-meta>span{display:grid;grid-template-columns:28px auto;column-gap:8px;align-items:center}.hc-single-meta>span i{grid-row:1/3;width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:#eaf6fc;color:var(--hc-secondary);font-size:13px}.hc-single-meta b{color:#28455c;font-size:11px;font-weight:600;line-height:1.25}.hc-single-meta small{font-size:9px;color:#92a0ad;line-height:1.25}.hc-author-mini{display:flex;align-items:center;gap:9px;padding-right:6px}.hc-author-mini img{width:43px;height:43px;border-radius:50%;object-fit:cover}.hc-author-mini strong{display:block;color:#28455c;font-size:11px}.hc-author-mini span{display:block;color:#92a0ad;font-size:9px}.hc-single-section{padding:48px 0 76px}.hc-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;align-items:start}.hc-single-article{min-width:0}.hc-single-featured{width:100%;height:auto;max-height:620px;object-fit:cover;border-radius:7px;margin-bottom:33px;box-shadow:0 18px 50px rgba(13,49,82,.08)}.hc-single-content{font-size:14px;line-height:1.86;color:#536779}.hc-single-content h2,.hc-single-content h3,.hc-single-content h4{color:var(--hc-ink);line-height:1.25;letter-spacing:-.02em}.hc-single-content h2{font-size:28px;margin:32px 0 12px}.hc-single-content h3{font-size:21px;margin:27px 0 10px}.hc-single-content p{margin:0 0 17px}.hc-single-content ul,.hc-single-content ol{margin:10px 0 23px;padding-left:22px}.hc-single-content li{margin:7px 0}.hc-single-content blockquote{margin:27px 0;padding:19px 22px;border-left:3px solid var(--hc-primary);border-radius:0 7px 7px 0;background:#f0f9f3;color:#2e6041;font-weight:500}.hc-single-content img{border-radius:7px}.hc-single-author-box{display:grid;grid-template-columns:72px 1fr;gap:17px;margin-top:40px;padding:23px;border:1px solid #e1ebf0;border-radius:7px;background:#f8fbfc}.hc-single-author-box img{border-radius:50%;width:72px;height:72px}.hc-single-author-box small{font-size:9px;color:var(--hc-primary);font-weight:700;letter-spacing:.08em}.hc-single-author-box h3{margin:2px 0 4px;color:var(--hc-ink);font-size:16px}.hc-single-author-box p{margin:0;font-size:11px;line-height:1.65}.hc-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.hc-post-nav>a{min-height:82px;padding:15px;border:1px solid #e0e9ef;border-radius:7px;display:flex;align-items:center;gap:12px;color:#2d4c63;font-size:11px;font-weight:600}.hc-post-nav>a:last-child{justify-content:flex-end;text-align:right}.hc-post-nav>a:hover{border-color:#bfdde9;background:#f8fbfc}.hc-post-nav i{color:var(--hc-secondary)}.hc-post-nav span{display:flex;flex-direction:column}.hc-post-nav small{color:#96a5b2;font-size:8px;font-weight:500;margin-bottom:2px}.hc-related-posts{padding:62px 0;background:#f7fafc;border-top:1px solid #e8eff3}.hc-related-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hc-related-posts .hc-blog-card-media img{height:190px}
/* v1.1.1 clean CTA backdrop */
.hc-prefooter{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;isolation:isolate}.hc-prefooter:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,42,58,.06),rgba(22,102,92,.04));z-index:-1}.hc-prefooter .hc-call-block{padding:12px 0}.hc-prefooter .hc-quote-form{box-shadow:0 18px 55px rgba(3,30,42,.18)}
@media(max-width:1180px){.hc-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:960px){.hc-blog-hero-inner{align-items:flex-start;flex-direction:column;gap:28px}.hc-blog-hero-icons{justify-content:flex-start}.hc-blog-layout,.hc-single-layout{grid-template-columns:1fr}.hc-blog-sidebar{position:static;grid-template-columns:1fr 1fr}.hc-single-sidebar{grid-template-columns:1fr 1fr}.hc-related-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.hc-blog-hero{padding:48px 0}.hc-blog-hero h1{font-size:42px}.hc-blog-hero-icons{display:grid;grid-template-columns:1fr 1fr;width:100%}.hc-blog-section{padding-top:40px}.hc-blog-grid{grid-template-columns:1fr}.hc-blog-card-media img{height:220px}.hc-blog-sidebar,.hc-single-sidebar{grid-template-columns:1fr}.hc-single-head{padding:39px 0 27px}.hc-single-head h1{font-size:39px}.hc-single-meta{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hc-author-mini{grid-column:1/-1}.hc-single-section{padding:34px 0 58px}.hc-single-featured{margin-bottom:24px}.hc-single-content h2{font-size:24px}.hc-post-nav{grid-template-columns:1fr}.hc-related-blog-grid{grid-template-columns:1fr}.hc-related-posts{padding:50px 0}.hc-related-posts .hc-blog-card-media img{height:210px}}
@media(max-width:460px){.hc-blog-hero-icons{grid-template-columns:1fr}.hc-single-meta{grid-template-columns:1fr}.hc-single-author-box{grid-template-columns:1fr}.hc-single-author-box img{width:60px;height:60px}}

