:root{--tenx-primary:#0b4f8a;--tenx-accent:#d6a93b;--tenx-ink:#172033;--tenx-muted:#637083;--tenx-bg:#f5f7fa;--tenx-surface:#fff;--tenx-border:#dce2e9;--tenx-radius:14px;--tenx-shadow:0 12px 34px rgba(18,34,54,.1);--tenx-width:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--tenx-bg);color:var(--tenx-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65}a{color:var(--tenx-primary);text-underline-offset:3px}img{max-width:100%;height:auto}.tenx-container{width:min(calc(100% - 32px),var(--tenx-width));margin-inline:auto}.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}.screen-reader-text:focus{position:fixed!important;top:12px;left:12px;width:auto;height:auto;padding:12px 16px;background:#fff;clip:auto;z-index:99999}.tenx-site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid var(--tenx-border);backdrop-filter:blur(12px)}.tenx-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.custom-logo{max-height:52px;width:auto}.tenx-brand-name{font-weight:800;font-size:1.15rem;text-decoration:none}.tenx-menu,.tenx-footer-menu{display:flex;gap:22px;list-style:none;margin:0;padding:0}.tenx-menu a{text-decoration:none;font-weight:650;color:var(--tenx-ink)}.tenx-menu a:hover,.tenx-menu a:focus{color:var(--tenx-primary)}.tenx-nav-toggle{display:none;border:1px solid var(--tenx-border);background:#fff;border-radius:10px;padding:8px 12px;font-size:1.4rem}.tenx-main{padding-block:56px;min-height:55vh}.tenx-hero{background:linear-gradient(135deg,#062f55,#0b4f8a 62%,#126bac);color:#fff;padding:88px 0}.tenx-hero__inner{display:grid;grid-template-columns:minmax(0,760px) 1fr;align-items:center}.tenx-hero h1{font-size:clamp(2.3rem,5vw,4.5rem);line-height:1.03;margin:.15em 0}.tenx-hero p{font-size:1.18rem;max-width:680px}.tenx-eyebrow{text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:.82rem;color:var(--tenx-accent)}.tenx-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.tenx-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 20px;border-radius:999px;background:var(--tenx-accent);color:#1c2733;text-decoration:none;font-weight:800}.tenx-button--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8)}.tenx-content-section{padding-block:64px}.tenx-feature-grid,.tenx-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding-bottom:70px}.tenx-feature-card,.tenx-entry-card,.tenx-entry{background:var(--tenx-surface);border:1px solid var(--tenx-border);border-radius:var(--tenx-radius);box-shadow:var(--tenx-shadow);padding:28px}.tenx-entry-card{margin-bottom:24px}.tenx-entry-title{margin-top:0}.tenx-entry-title a{text-decoration:none;color:var(--tenx-ink)}.tenx-entry-meta{font-size:.9rem;color:var(--tenx-muted);margin-bottom:16px}.tenx-site-footer{background:#101a26;color:#dfe7ef;padding:56px 0 22px}.tenx-site-footer a{color:#fff}.tenx-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.tenx-footer-menu{display:grid;gap:8px}.tenx-copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:20px;font-size:.9rem;color:#afbbc8;display:flex;justify-content:space-between;gap:20px}.tenx-empty-state{text-align:center;padding:90px 20px}.navigation.pagination{margin-top:30px}.nav-links{display:flex;gap:8px;flex-wrap:wrap}.page-numbers{padding:8px 12px;background:#fff;border:1px solid var(--tenx-border);border-radius:8px;text-decoration:none}@media(max-width:900px){.tenx-feature-grid,.tenx-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tenx-nav-toggle{display:block}.tenx-primary-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--tenx-border);padding:20px}.tenx-primary-nav.is-open{display:block}.tenx-menu{display:grid;gap:12px}.tenx-footer-grid{grid-template-columns:1fr 1fr}.tenx-copyright{display:block}}@media(max-width:600px){.tenx-hero{padding:64px 0}.tenx-feature-grid,.tenx-post-grid,.tenx-footer-grid{grid-template-columns:1fr}.tenx-entry,.tenx-entry-card,.tenx-feature-card{padding:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* 1.1 Enterprise fluid-width layout engine */
:root{--tenx-page-gutter:32px;--tenx-reading-width:860px;--tenx-dashboard-sidebar:280px}
.tenx-container{width:min(calc(100% - (var(--tenx-page-gutter) * 2)),var(--tenx-width));max-width:none}
.tenx-layout-fluid .tenx-container{width:calc(100% - (var(--tenx-page-gutter) * 2))}
.tenx-main--full-width,.tenx-page-full-width .tenx-main{width:100%;max-width:none;padding-inline:var(--tenx-page-gutter)}
.tenx-entry--full-width,.tenx-page-full-width .tenx-entry{width:100%;max-width:none;margin:0 auto}
.tenx-page-full-width .alignfull,.tenx-main--full-width .alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.tenx-page-full-width .alignwide,.tenx-main--full-width .alignwide{width:100%;max-width:var(--tenx-width);margin-inline:auto}
.tenx-entry-content>p,.tenx-entry-content>ul,.tenx-entry-content>ol,.tenx-entry-content>blockquote{max-width:var(--tenx-reading-width)}
.tenx-entry--full-width .tenx-entry-content>p,.tenx-entry--full-width .tenx-entry-content>ul,.tenx-entry--full-width .tenx-entry-content>ol,.tenx-entry--full-width .tenx-entry-content>blockquote{margin-inline:auto}

/* Elementor and WooCommerce full-width compatibility */
.elementor-page .tenx-main{padding-inline:0}
.elementor-page .tenx-entry{padding:0;border:0;border-radius:0;box-shadow:none;background:transparent}
.elementor-section.elementor-section-boxed>.elementor-container{max-width:var(--tenx-width)}
.elementor-section.elementor-section-full_width>.elementor-container{max-width:none}
.woocommerce .tenx-main,.woocommerce-page .tenx-main{width:min(calc(100% - (var(--tenx-page-gutter) * 2)),var(--tenx-width));margin-inline:auto}

/* Full-width workspace shell and collapsible sidebar foundation */
.tenx-workspace{display:grid;grid-template-columns:var(--tenx-dashboard-sidebar) minmax(0,1fr);width:100%;min-height:calc(100vh - 76px)}
.tenx-workspace__sidebar{position:sticky;top:76px;height:calc(100vh - 76px);overflow:auto;border-right:1px solid var(--tenx-border);background:var(--tenx-surface);transition:width .2s ease}
.tenx-workspace__content{min-width:0;padding:32px var(--tenx-page-gutter)}
.tenx-workspace.is-collapsed{grid-template-columns:76px minmax(0,1fr)}
.tenx-workspace.is-collapsed .tenx-sidebar-label{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.tenx-sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:1px solid var(--tenx-border);border-radius:10px;background:var(--tenx-surface);cursor:pointer}

@media(min-width:1920px){.tenx-layout-ultra{--tenx-page-gutter:48px}.tenx-layout-fluid{--tenx-page-gutter:56px}}
@media(max-width:900px){:root{--tenx-page-gutter:20px}.tenx-workspace{grid-template-columns:1fr}.tenx-workspace__sidebar{position:relative;top:auto;height:auto;border-right:0;border-bottom:1px solid var(--tenx-border)}.tenx-workspace.is-collapsed{grid-template-columns:1fr}}
@media(max-width:600px){:root{--tenx-page-gutter:16px}}

/* 1.1.2 TRUE SITE-WIDE FULL-WIDTH LAYOUT
   The previous patch lived only in style.css, which was not enqueued. These
   rules are intentionally placed in the loaded runtime stylesheet. */
:root{
  --tenx-width:100%;
  --tenx-page-gutter:clamp(16px,2vw,36px);
  --tenx-reading-width:none;
}

/* Every theme container is fluid. A small responsive gutter protects content
   from touching the browser edge without centering it inside a max-width box. */
.tenx-container,
.tenx-layout-standard .tenx-container,
.tenx-layout-wide .tenx-container,
.tenx-layout-enterprise .tenx-container,
.tenx-layout-ultra .tenx-container,
.tenx-layout-fluid .tenx-container{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
  padding-left:var(--tenx-page-gutter);
  padding-right:var(--tenx-page-gutter);
}

.tenx-main,
.tenx-main--site-fluid,
.site-main,
#primary{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
}

body.page .tenx-main,
body.page .site-main,
body.page #primary,
body.single .tenx-main,
body.archive .tenx-main,
body.search .tenx-main,
body.home .tenx-main{
  width:100%;
  max-width:none;
  margin:0;
}

.tenx-entry,
.tenx-entry--site-fluid,
body.page .tenx-entry,
body.page article.page{
  width:100%;
  max-width:none;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}

/* Page title and ordinary content use the browser width with only the gutter. */
.tenx-page-header,
body.page .tenx-entry > header,
body.page .tenx-entry-content,
body.page .entry-content{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:var(--tenx-page-gutter);
  padding-right:var(--tenx-page-gutter);
}

body.page .tenx-entry-content > *,
body.page .entry-content > *,
.tenx-entry-content > p,
.tenx-entry-content > ul,
.tenx-entry-content > ol,
.tenx-entry-content > blockquote{
  width:auto;
  max-width:none;
  margin-left:0;
  margin-right:0;
}

/* WordPress/Gutenberg wrappers and block layout constraints. */
body .wp-site-blocks,
body .is-layout-constrained,
body .is-layout-flow,
body .wp-block-post-content,
body .wp-block-group,
body .wp-block-group__inner-container,
body .wp-block-cover__inner-container,
body .wp-block-columns,
body .wp-block-column{
  width:100%;
  max-width:none !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body .wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width:none !important;
}

body .alignwide,
body .alignfull{
  width:100%;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Elementor legacy sections and modern flexbox containers. */
body.elementor-page .tenx-main,
body.elementor-page .tenx-entry,
body.elementor-page .tenx-entry-content{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:0;
  padding-right:0;
}

body.elementor-page .elementor,
body.elementor-page .elementor-section,
body.elementor-page .elementor-section-wrap,
body.elementor-page .elementor-container,
body.elementor-page .elementor-widget-wrap,
body.elementor-page .e-con,
body.elementor-page .e-con-inner{
  width:100%;
  max-width:none !important;
}

body.elementor-page .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-page .e-con.e-con-boxed > .e-con-inner{
  width:100%;
  max-width:none !important;
}

/* Front-page theme sections also span the site. */
.tenx-content-section,
.tenx-feature-grid,
.tenx-post-grid,
.tenx-hero__inner,
.tenx-header-inner,
.tenx-footer-grid,
.tenx-copyright{
  max-width:none;
}

/* WooCommerce should not reintroduce a centered max-width shell. */
.woocommerce .tenx-main,
.woocommerce-page .tenx-main,
.woocommerce .site-main,
.woocommerce-page .site-main{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:var(--tenx-page-gutter);
  padding-right:var(--tenx-page-gutter);
}

/* 1.2.0 hard full-width reset. This release uses a unique theme folder and
   filemtime asset versions so cache plugins cannot keep serving v1.1 CSS. */
html,body,#page,.site,.site-content,.content-area,
.tenx-main,#primary,.tenx-entry,.tenx-entry-content,
.tenx-content-section,.elementor-location-single,
.elementor-location-archive,.elementor-location-header,
.elementor-location-footer{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

.tenx-main{padding:0 !important;}
.tenx-main--front-page{padding:0 !important;}
.tenx-entry,.tenx-entry--site-fluid,.tenx-entry--full-width{
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.tenx-entry-content{padding:0 !important;}
.tenx-edge-padding{padding-left:var(--tenx-page-gutter)!important;padding-right:var(--tenx-page-gutter)!important;}

/* Header/footer backgrounds and their contents are true edge-to-edge. */
.tenx-site-header .tenx-container,
.tenx-site-footer .tenx-container{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-left:var(--tenx-page-gutter) !important;
  padding-right:var(--tenx-page-gutter) !important;
}

/* Homepage sections must never inherit the old 1200px container. */
.tenx-hero,
.tenx-hero__inner,
.tenx-content-section,
.tenx-feature-grid{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
.tenx-hero__inner{padding-left:var(--tenx-page-gutter)!important;padding-right:var(--tenx-page-gutter)!important;}
.tenx-content-section{padding-left:0!important;padding-right:0!important;}

/* Gutenberg: remove theme.json and block wrapper constraints. */
.wp-site-blocks,
.wp-block-post-content,
.is-layout-constrained,
.is-layout-flow,
.wp-block-group,
.wp-block-group__inner-container,
.wp-block-cover,
.wp-block-cover__inner-container,
.wp-block-columns,
.wp-block-column{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
.alignfull,.alignwide{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Elementor legacy sections and current Flexbox Containers. */
body.elementor-page .elementor,
body.elementor-page .elementor-section,
body.elementor-page .elementor-section-wrap,
body.elementor-page .elementor-container,
body.elementor-page .elementor-widget-wrap,
body.elementor-page .elementor-widget,
body.elementor-page .elementor-widget-container,
body.elementor-page .e-con,
body.elementor-page .e-con-inner,
body.elementor-page [data-element_type="container"]{
  width:100% !important;
  max-width:none !important;
}
body.elementor-page .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-page .e-con.e-con-boxed > .e-con-inner,
body.elementor-page .e-con > .e-con-inner{
  width:100% !important;
  max-width:none !important;
}

/* Preserve optional inner padding only when the editor intentionally adds it. */
body.elementor-page .tenx-entry-content{padding:0!important;}

@media(max-width:767px){
  :root{--tenx-page-gutter:16px;}
}

/* 2.0.0 FLAGSHIP ENTERPRISE EXPERIENCE */
:root{
  --tenx-navy:#061f38;
  --tenx-navy-2:#093b66;
  --tenx-blue:#0874c9;
  --tenx-gold:#f0b629;
  --tenx-soft:#eef4f9;
  --tenx-header-height:96px;
}
body{font-size:17px;background:#f3f6f9}
.tenx-site-header{min-height:var(--tenx-header-height);box-shadow:0 1px 0 rgba(10,29,48,.08);transition:box-shadow .2s ease;background:rgba(255,255,255,.97)}
.tenx-site-header.is-scrolled{box-shadow:0 12px 32px rgba(8,33,57,.12)}
.tenx-header-inner{min-height:var(--tenx-header-height);padding-block:12px}
.custom-logo{max-height:70px;max-width:min(360px,38vw)}
.tenx-menu{gap:clamp(16px,1.8vw,32px);align-items:center}
.tenx-menu a{position:relative;font-size:1rem;font-weight:750;color:#101b2a;padding:12px 0}
.tenx-menu a::after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:3px;background:var(--tenx-gold);border-radius:99px;transition:right .2s ease}
.tenx-menu a:hover::after,.tenx-menu a:focus::after,.tenx-menu .current-menu-item>a::after{right:0}
.tenx-flagship-hero{position:relative;overflow:hidden;min-height:620px;display:flex;align-items:center;padding:clamp(90px,9vw,150px) 0;background:radial-gradient(circle at 82% 14%,rgba(43,151,227,.38),transparent 33%),linear-gradient(120deg,#052846 0%,#0a4f87 55%,#0874c9 100%)}
.tenx-flagship-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to right,#000,transparent 88%)}
.tenx-flagship-hero .tenx-hero__inner{position:relative;z-index:1;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:clamp(50px,8vw,140px);width:100%}
.tenx-hero__copy{max-width:1000px}
.tenx-flagship-hero h1{font-size:clamp(3.1rem,6.3vw,7rem);letter-spacing:-.055em;line-height:.95;max-width:1100px;margin:.16em 0 .28em}
.tenx-hero__lead{font-size:clamp(1.15rem,1.7vw,1.55rem)!important;line-height:1.55;max-width:820px!important;color:rgba(255,255,255,.82)}
.tenx-hero-points{display:flex;flex-wrap:wrap;gap:12px 26px;list-style:none;padding:0;margin:34px 0 0;color:rgba(255,255,255,.8);font-weight:650}
.tenx-hero-points li::before{content:"✓";color:var(--tenx-gold);margin-right:9px;font-weight:900}
.tenx-button{min-height:54px;padding:13px 25px;font-size:1rem;box-shadow:0 10px 24px rgba(0,0,0,.14);transition:transform .2s ease,box-shadow .2s ease}
.tenx-button:hover,.tenx-button:focus{transform:translateY(-2px);box-shadow:0 15px 30px rgba(0,0,0,.2)}
.tenx-hero-panel{align-self:end;background:rgba(4,25,45,.84);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:30px;box-shadow:0 30px 70px rgba(0,0,0,.24);backdrop-filter:blur(14px);color:#fff}
.tenx-panel-label{margin:0 0 20px!important;font-size:.95rem!important;font-weight:800;color:#fff!important}
.tenx-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tenx-panel-grid span{padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.06);font-weight:750}
.tenx-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d7e0e8;border-bottom:1px solid #d7e0e8;padding:0!important}
.tenx-trust-strip>div{background:#fff;padding:30px var(--tenx-page-gutter);display:grid;gap:3px}
.tenx-trust-strip strong{font-size:1.12rem;color:var(--tenx-navy)}
.tenx-trust-strip span{color:var(--tenx-muted)}
.tenx-content-section{background:#fff;padding-block:0}
.tenx-content-section:empty{display:none}
.tenx-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0!important;background:#fff;border-top:1px solid var(--tenx-border)}
.tenx-feature-card{border:0;border-right:1px solid var(--tenx-border);border-radius:0;box-shadow:none;padding:clamp(38px,4vw,70px) clamp(26px,3vw,52px);min-height:360px;display:flex;flex-direction:column;align-items:flex-start;transition:background .2s ease,transform .2s ease}
.tenx-feature-card:last-child{border-right:0}.tenx-feature-card:hover{background:var(--tenx-soft);transform:translateY(-4px)}
.tenx-feature-number{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:var(--tenx-navy);color:#fff;font-size:.8rem;font-weight:850;margin-bottom:40px}
.tenx-feature-card h2{font-size:clamp(1.65rem,2vw,2.3rem);margin:0 0 18px;color:var(--tenx-navy)}
.tenx-feature-card p{color:var(--tenx-muted);font-size:1.02rem}.tenx-feature-card a{margin-top:auto;font-weight:850;text-decoration:none}
.tenx-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:clamp(60px,7vw,110px)!important;padding-bottom:clamp(60px,7vw,110px)!important;background:linear-gradient(120deg,#061f38,#0b4f8a);color:#fff}
.tenx-cta h2{font-size:clamp(2.2rem,4vw,4.6rem);line-height:1.04;letter-spacing:-.04em;margin:.15em 0 0;max-width:900px}
.tenx-site-footer{padding-top:72px;background:#071522}
.tenx-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:55px}
@media(max-width:1100px){.tenx-flagship-hero .tenx-hero__inner{grid-template-columns:1fr}.tenx-hero-panel{max-width:720px;align-self:auto}.tenx-feature-grid{grid-template-columns:repeat(2,1fr)}.tenx-feature-card:nth-child(2){border-right:0}.tenx-feature-card{border-bottom:1px solid var(--tenx-border)}.tenx-trust-strip{grid-template-columns:1fr}}
@media(max-width:760px){:root{--tenx-header-height:78px}.custom-logo{max-height:54px;max-width:250px}.tenx-flagship-hero{min-height:auto;padding:78px 0}.tenx-flagship-hero h1{font-size:clamp(3rem,15vw,5rem)}.tenx-hero-panel{display:none}.tenx-feature-grid{grid-template-columns:1fr}.tenx-feature-card{border-right:0}.tenx-cta{align-items:flex-start;flex-direction:column}.tenx-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.tenx-panel-grid,.tenx-footer-grid{grid-template-columns:1fr}.tenx-hero-points{display:grid}.tenx-button{width:100%}}
