@font-face{font-family:"Poppins";src:url(../fonts/poppins-400.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Poppins";src:url(../fonts/poppins-500.woff2) format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Poppins";src:url(../fonts/poppins-600.woff2) format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"Poppins";src:url(../fonts/poppins-700.woff2) format("woff2");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:"netsons-icons";src:url(../fonts/netsons-icons.woff2?ver=20260826) format("woff2");font-style:normal;font-weight:400;font-display:swap}
:root{--ns-bg:#fff;--ns-bg-deep:#f2f6fb;--ns-card:#fff;--ns-surface-soft:#f3f7fb;--ns-border:#d9e3ee;--ns-text:#10233e;--ns-muted:#52667c;--ns-faint:#71859a;--ns-blue:#1769e0;--ns-blue-bright:#2f7cf0;--ns-green:#18794e;--ns-white:#fff;--ns-radius:18px;--ns-radius-sm:12px;--ns-shadow:0 22px 60px rgba(15,41,70,.11);--ns-container:1920px}
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{margin:0;background:var(--ns-bg);color:var(--ns-text);font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--ns-green);outline-offset:3px}
button,input,textarea,select{font:inherit}
.wp-ni{font-family:"netsons-icons";font-style:normal;font-weight:400;line-height:1}
.container{width:min(calc(100% - 56px),var(--ns-container));margin-inline:auto}
.site-main{overflow:clip}
.skip-link{position:fixed;z-index:9999;top:12px;left:12px;transform:translateY(-180%);padding:10px 16px;border-radius:8px;background:var(--ns-white);color:var(--ns-text)}
.skip-link:focus{transform:translateY(0)}
.blog-hero,.page-hero,.single-hero{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid var(--ns-border)}
.blog-hero{min-height:500px;padding:98px 0 72px}
.page-hero,.single-hero{padding:84px 0 72px}
.blog-hero::before,.page-hero::before,.single-hero::before{position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 76% 6%,rgb(47 124 240/.12),transparent 34%),radial-gradient(circle at 14% 96%,rgb(24 121 78/.07),transparent 26%);content:""}
.hero-watermark{position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);color:#8abfff;font-size:clamp(300px,34vw,540px);line-height:1;opacity:.08;pointer-events:none}
.hero-watermark .netsons-mark-glyph{display:block;font-size:inherit}
.eyebrow{margin:0 0 18px;color:var(--ns-green);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.hero-title,.page-title,.single-title{max-width:930px;margin:0;color:var(--ns-text);font-size:clamp(42px,6vw,72px);font-weight:500;letter-spacing:-.05em;line-height:1.04}
.hero-title span,.page-title span{display:block;color:var(--ns-muted);font-weight:400}
.hero-copy,.archive-description{max-width:720px;margin:24px 0 0;color:var(--ns-muted);font-size:clamp(17px,2vw,20px)}
.hero-search{max-width:790px;margin-top:40px}
.search-form{display:flex;padding:6px;border:1px solid var(--ns-border);border-radius:15px;background:#fff;box-shadow:0 16px 44px rgb(15 41 70/.09)}
.search-field{min-width:0;flex:1;padding:13px 16px;border:0;outline:0;background:transparent;color:var(--ns-text)}
.search-field::placeholder{color:var(--ns-faint)}
.search-submit{display:inline-flex;min-width:52px;min-height:48px;padding:0 18px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;background:var(--ns-blue);color:#fff;cursor:pointer;font-weight:600}
.search-submit:hover,.button:hover,.submit:hover{background:var(--ns-blue-bright);color:#fff}
.stats-strip{border-bottom:1px solid var(--ns-border);background:var(--ns-bg-deep)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:18px 24px;border-right:1px solid var(--ns-border);text-align:center}
.stat:first-child{border-left:1px solid var(--ns-border)}
.stat strong{display:block;color:var(--ns-text);font-size:18px;font-weight:600}
.stat span{color:var(--ns-faint);font-size:11px}
.posts-section,.archive-section,.single-layout,.standard-page{padding:88px 0 104px}
.section-heading{display:flex;margin-bottom:34px;align-items:end;justify-content:space-between;gap:24px}
.section-heading h2{max-width:680px;margin:0;color:var(--ns-text);font-size:clamp(31px,4vw,48px);font-weight:500;letter-spacing:-.045em;line-height:1.1}
.section-heading p{max-width:430px;margin:0;color:var(--ns-muted)}
.posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.post-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--ns-border);border-radius:var(--ns-radius);background:var(--ns-card);box-shadow:0 15px 44px rgb(15 41 70/.07);transition:transform 220ms ease,border-color 220ms ease,box-shadow 220ms ease}
.post-card:hover{transform:translateY(-5px);border-color:rgb(23 105 224/.38);box-shadow:var(--ns-shadow)}
.post-card--featured{display:grid;margin-bottom:22px;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr)}
.post-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;background:var(--ns-bg-deep)}
.post-card--featured .post-card__media{height:100%;min-height:420px;aspect-ratio:auto}
.post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 500ms ease}
.post-card:hover .post-card__media img{transform:scale(1.035)}
.post-card__placeholder{display:grid;width:100%;height:100%;min-height:220px;place-items:center;background:linear-gradient(135deg,#eaf2fb,#c9ddf5);color:rgb(23 105 224/.2)}
.post-card__placeholder .netsons-mark-glyph{font-size:clamp(88px,12vw,140px)}
.post-card__body{display:flex;flex:1;padding:26px;flex-direction:column}
.post-card--featured .post-card__body{padding:clamp(30px,5vw,56px);justify-content:center}
.post-card__meta,.entry-meta{display:flex;margin-bottom:16px;align-items:center;flex-wrap:wrap;gap:9px 14px;color:var(--ns-faint);font-size:12px}
.post-card__category{color:var(--ns-green);font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.post-card__title{margin:0 0 14px;color:var(--ns-text);font-size:clamp(21px,2.4vw,27px);font-weight:600;letter-spacing:-.035em;line-height:1.25}
.post-card--featured .post-card__title{font-size:clamp(29px,3.3vw,44px);font-weight:500;line-height:1.12}
.post-card__title a::after{position:absolute;inset:0;content:""}
.post-card__excerpt{display:-webkit-box;margin:0 0 24px;overflow:hidden;color:var(--ns-muted);-webkit-box-orient:vertical;-webkit-line-clamp:3}
.post-card--featured .post-card__excerpt{-webkit-line-clamp:4}
.post-card__footer{display:flex;margin-top:auto;align-items:center;justify-content:space-between;color:var(--ns-text);font-size:13px;font-weight:600}
.post-card__arrow{color:var(--ns-green);font-size:19px}
.pagination,.nav-links{display:flex;margin-top:52px;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}
.page-numbers{display:inline-grid;min-width:43px;height:43px;padding:0 12px;place-items:center;border:1px solid var(--ns-border);border-radius:11px;color:var(--ns-muted)}
.page-numbers:hover,.page-numbers.current{border-color:var(--ns-blue);background:var(--ns-blue);color:#fff}
.single-title{max-width:960px;font-size:clamp(38px,5.4vw,66px)}
.single-hero .entry-meta{margin-top:26px;margin-bottom:0}
.single-featured-image{width:min(calc(100% - 56px),var(--ns-container));max-height:630px;margin:-24px auto 0;overflow:hidden;border:1px solid var(--ns-border);border-radius:var(--ns-radius);box-shadow:var(--ns-shadow)}
.single-featured-image img{width:100%;max-height:630px;object-fit:cover}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,300px);justify-content:space-between;gap:56px}
.entry-content{min-width:0;color:var(--ns-muted);font-size:18px;line-height:1.78}
.entry-content>p,.page-content>p{margin:0 0 1.35em}
.entry-content>p:first-child{color:#334a63;font-size:21px;line-height:1.72}
.entry-content h2,.entry-content h3,.entry-content h4,.page-content h2,.page-content h3{margin:1.7em 0 .55em;clear:both;color:var(--ns-text);font-weight:600;letter-spacing:-.035em;line-height:1.2}
.entry-content h2{font-size:clamp(28px,4vw,42px)}.entry-content h3{font-size:clamp(23px,3vw,31px)}
.entry-content a,.page-content a{color:var(--ns-green);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.entry-content blockquote{margin:2em 0;padding:26px 30px;border-left:4px solid var(--ns-green);border-radius:0 var(--ns-radius-sm) var(--ns-radius-sm) 0;background:var(--ns-card);color:var(--ns-text);font-size:21px}
.entry-content pre{overflow-x:auto;padding:22px;border:1px solid var(--ns-border);border-radius:var(--ns-radius-sm);background:var(--ns-bg-deep);font-size:14px}
.entry-content img,.entry-content .wp-block-image{max-width:100%;border-radius:var(--ns-radius-sm)}
.entry-content ul,.entry-content ol{margin:0 0 1.5em;padding-left:1.35em}.entry-content li+li{margin-top:.45em}
.entry-content table{width:100%;border-collapse:collapse;font-size:15px}.entry-content th,.entry-content td{padding:12px 14px;border:1px solid var(--ns-border);text-align:left}.entry-content th{background:var(--ns-surface-soft);color:var(--ns-text)}
.post-sidebar{align-self:start}.sidebar-card,.widget{margin-bottom:18px;padding:24px;border:1px solid var(--ns-border);border-radius:var(--ns-radius);background:var(--ns-card)}.sidebar-card{position:sticky;top:128px}
.sidebar-card h2,.widget-title{margin:0 0 14px;color:var(--ns-text);font-size:18px;font-weight:600}.sidebar-card p,.widget{color:var(--ns-muted);font-size:14px}
.share-links{display:flex;margin-top:20px;gap:8px}.share-links a{display:inline-grid;width:40px;height:40px;place-items:center;border:1px solid var(--ns-border);border-radius:10px;color:var(--ns-text);font-weight:600}
.post-tags{display:flex;margin-top:42px;flex-wrap:wrap;gap:8px}.post-tags a{padding:7px 12px;border:1px solid var(--ns-border);border-radius:999px;color:var(--ns-muted);font-size:12px;text-decoration:none}
.post-navigation{display:grid;margin-top:56px;padding-top:32px;grid-template-columns:1fr 1fr;gap:18px;border-top:1px solid var(--ns-border)}.post-navigation a{display:block;padding:20px;border:1px solid var(--ns-border);border-radius:var(--ns-radius-sm);color:var(--ns-text)}
.post-navigation .nav-next{text-align:right}.comments-area{margin-top:68px;padding-top:50px;border-top:1px solid var(--ns-border)}.comments-title,.comment-reply-title{color:var(--ns-text);font-size:28px;font-weight:600}.comment-list{padding-left:0;list-style:none}.comment-body{margin-bottom:18px;padding:22px;border:1px solid var(--ns-border);border-radius:var(--ns-radius-sm);background:var(--ns-card)}
.comment-form label{display:block;margin-bottom:7px;color:var(--ns-text);font-size:13px;font-weight:600}.comment-form input:not([type=submit]),.comment-form textarea{width:100%;padding:13px 14px;border:1px solid var(--ns-border);border-radius:10px;background:var(--ns-card);color:var(--ns-text)}
.button,.submit{display:inline-flex;min-height:46px;padding:0 19px;align-items:center;justify-content:center;border:0;border-radius:11px;background:var(--ns-blue);color:#fff;cursor:pointer;font-size:14px;font-weight:600}
.empty-state{padding:46px;border:1px solid var(--ns-border);border-radius:var(--ns-radius);background:var(--ns-card);text-align:center}.empty-state h2{margin-top:0;color:var(--ns-text);font-size:30px}.empty-state .search-form{max-width:620px;margin:28px auto 0}
.cta-section{padding:0 0 96px}.cta-panel{position:relative;display:grid;overflow:hidden;padding:clamp(32px,6vw,66px);grid-template-columns:1fr auto;align-items:center;gap:34px;border:1px solid var(--ns-border);border-radius:24px;background:var(--ns-card)}.cta-panel h2{max-width:720px;margin:0;color:var(--ns-text);font-size:clamp(29px,4.3vw,50px);font-weight:500;letter-spacing:-.045em;line-height:1.1}.cta-panel p{max-width:660px;margin:16px 0 0;color:var(--ns-muted)}
.alignwide{width:min(100%,1040px);max-width:1040px}.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}.screen-reader-text{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid{grid-template-columns:minmax(0,1fr);gap:48px}.sidebar-card{position:static}}
@media (max-width:780px){.container{width:min(calc(100% - 32px),var(--ns-container))}.blog-hero{min-height:auto;padding:72px 0 58px}.page-hero,.single-hero{padding:64px 0 54px}.hero-title,.page-title,.single-title{font-size:clamp(38px,12vw,54px)}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid .stat:nth-child(2){border-right:0}.posts-section,.archive-section,.single-layout,.standard-page{padding:64px 0 76px}.section-heading{align-items:flex-start;flex-direction:column}.post-card--featured{display:flex}.post-card--featured .post-card__media{min-height:300px;aspect-ratio:16/10}.post-card--featured .post-card__body{padding:28px}.posts-grid{grid-template-columns:minmax(0,1fr)}.single-featured-image{width:calc(100% - 32px);margin-top:-16px}.entry-content{font-size:17px}.entry-content>p:first-child{font-size:19px}.post-navigation{grid-template-columns:1fr}.post-navigation .nav-next{text-align:left}.cta-panel{grid-template-columns:1fr}}
@media (max-width:480px){.header-actions{gap:5px}.hero-copy{font-size:16px}.search-submit span{display:none}.stat{padding:15px 8px}.post-card__body,.post-card--featured .post-card__body{padding:23px}.post-card--featured .post-card__media{min-height:220px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
body.green-mode .hero-watermark{display:none}body.green-mode .blog-hero::before,body.green-mode .page-hero::before,body.green-mode .single-hero::before{background:#f7faf8}body.green-mode .post-card,body.green-mode .search-form{box-shadow:none}
/* Reference Green mode: the future site uses data-theme="eco" and a navy low-luminance palette. */
html[data-theme="eco"],html[data-theme="eco"] body,body.green-mode{color-scheme:dark}html[data-theme="eco"] body,body.green-mode{--ns-bg:#192943;--ns-bg-deep:#1d304b;--ns-card:#1d304b;--ns-surface-soft:#233956;--ns-border:#405673;--ns-text:#f2f6fa;--ns-muted:#dfe7ef;--ns-faint:#aab9c9;--ns-blue:#8fb9ff;--ns-blue-bright:#b8d3ff;--ns-green:#28b76b;--ns-white:#1d304b;--ns-shadow:none;background:#192943;color:#e4e4e4}
html[data-theme="eco"] body .blog-hero::before,html[data-theme="eco"] body .page-hero::before,html[data-theme="eco"] body .single-hero::before,body.green-mode .blog-hero::before,body.green-mode .page-hero::before,body.green-mode .single-hero::before{background:#192943}html[data-theme="eco"] body .hero-watermark,body.green-mode .hero-watermark{display:none}html[data-theme="eco"] body .search-form,html[data-theme="eco"] body .post-card,html[data-theme="eco"] body .single-featured-image,body.green-mode .search-form,body.green-mode .post-card,body.green-mode .single-featured-image{box-shadow:none}html[data-theme="eco"] body .post-card:hover,body.green-mode .post-card:hover{border-color:#6e9bd4;box-shadow:none}
html[data-theme="eco"] body .post-card__placeholder,body.green-mode .post-card__placeholder{background:#233956;color:rgb(143 185 255/.24)}html[data-theme="eco"] body .entry-content>p:first-child,body.green-mode .entry-content>p:first-child{color:#dfe7ef}html[data-theme="eco"] body .entry-content pre,body.green-mode .entry-content pre{background:#13243c;color:#dfe7ef}html[data-theme="eco"] body img:not(.ns-language-flag),body.green-mode img:not(.ns-language-flag){filter:brightness(.86) saturate(.82)}
