html{scroll-behavior:smooth}body{margin:0}.site-header .menu,.site-header ul{list-style:none;margin:0;padding:0}.site-header .nav-links>ul{display:contents}.site-header .nav-links li{display:inline-flex}
/* One active item only. WordPress current-* classes are normalized in functions.php. */
.site-header .nav-links li.ang-active>a,
.site-header .nav-links a[aria-current="page"]{
  text-decoration:none!important;
  opacity:1;
  color:var(--accent-ink);
}
.site-header .nav-links li.ang-active>a::after,
.site-header .nav-links a[aria-current="page"]::after{right:0;}
.site-header .mobile-menu li.ang-active>a,
.site-header .mobile-menu a[aria-current="page"]{color:var(--accent-ink);font-weight:700;}
.wp-theme-content{min-height:45vh}.wp-theme-content>p:empty{display:none}.skip-link{position:fixed;left:12px;top:-80px;z-index:999999;background:#fff;color:#111;padding:10px 14px;border-radius:4px;box-shadow:0 4px 18px rgba(0,0,0,.18)}.skip-link:focus{top:12px}.mobile-toggle{display:none}.mobile-menu{display:none}
/* One exact family-bar component across all themes. */
.network-bar .wrap{display:flex;align-items:center;justify-content:center;gap:8px;min-height:32px}.network-bar a.is-active{color:#C9CFC7!important;font-weight:700}.network-bar .sep{opacity:.55}
@media(max-width:1100px){.site-header .nav-links,.site-header .nav>.btn.small,.rr-nav-consult{display:none!important}.mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;background:transparent;color:inherit;cursor:pointer}.mobile-toggle svg{width:25px;height:25px}.mobile-menu.open{display:flex;position:absolute;left:0;right:0;top:100%;flex-direction:column;gap:0;background:var(--paper,#fff);padding:16px 22px 22px;box-shadow:0 14px 30px rgba(0,0,0,.12);z-index:1000}.mobile-menu a{padding:11px 4px;text-decoration:none}.nav{position:relative}}
@media(max-width:700px){.network-bar .wrap{justify-content:flex-start;overflow-x:auto;white-space:nowrap;padding-left:14px;padding-right:14px}.brand-logo{max-width:min(240px,68vw)}}


/* 2.5.4 mobile masthead contract — mirrors the approved HTML master. */
.mobile-menu-list{list-style:none;margin:0;padding:0;display:grid;gap:2px;}
.mobile-menu-list>li{display:block;margin:0;padding:0;list-style:none;}
@media(max-width:1100px){
  .site-header .nav{position:relative;display:flex;align-items:center;gap:12px;min-height:72px;}
  .site-header .brand{min-width:0;max-width:calc(100% - 60px);}
  .site-header .brand-logo{display:block;width:auto;height:38px;max-width:min(240px,68vw);object-fit:contain;}
  .mobile-toggle{display:flex!important;flex:0 0 44px;margin-left:auto;width:44px;height:44px;border:1px solid var(--panel-border,#d8d2c5)!important;background:var(--panel,#fffdfa)!important;border-radius:10px;align-items:center;justify-content:center;color:var(--ink,#161b18);cursor:pointer;}
  .mobile-toggle svg{width:22px;height:22px;}
  .mobile-menu.open{display:block!important;position:absolute;left:16px;right:16px;top:calc(100% + 8px);padding:10px;background:rgba(255,253,250,.98);border:1px solid var(--panel-border,#d8d2c5);border-radius:14px;box-shadow:0 18px 42px rgba(17,23,19,.15);z-index:1000;}
  .mobile-menu-list a{display:block;padding:12px 14px;border-radius:8px;text-decoration:none!important;font-weight:700;line-height:1.3;color:var(--ink,#161b18);}
  .mobile-menu-list a:hover,.mobile-menu-list a:focus-visible{background:var(--accent-soft,#dceee5);color:var(--accent-ink,#12402f);outline:none;}
  .mobile-menu-list li.ang-active>a,.mobile-menu-list a[aria-current="page"]{background:var(--accent-soft,#dceee5);color:var(--accent-ink,#12402f);}
  .mobile-menu>.btn{display:block;margin-top:8px;width:100%;text-align:center;box-sizing:border-box;}
}
@media(max-width:560px){
  .network-bar .wrap{justify-content:flex-start;gap:8px;overflow-x:auto;white-space:nowrap;padding-left:16px;padding-right:16px;scrollbar-width:none;}
  .network-bar .wrap::-webkit-scrollbar{display:none;}
  .network-bar .wrap>span:first-child{display:none;}
  .site-header .nav{min-height:68px;padding-left:16px;padding-right:16px;}
  .site-header .brand-logo{height:34px!important;max-width:min(190px,62vw)!important;}
  .mobile-menu.open{left:12px;right:12px;top:calc(100% + 6px);}
}


/* Blog + article system 2.6.0 */
.ang-blog-list{display:grid;gap:24px;max-width:980px;margin:0 auto}
.ang-blog-card{background:var(--paper,#f7f4ec);border:1px solid var(--line,#ddd5c7);border-radius:22px;overflow:hidden;display:grid;grid-template-columns:1fr;box-shadow:0 12px 30px rgba(22,27,24,.03)}
.ang-blog-card.has-image{grid-template-columns:minmax(220px,34%) 1fr}
.ang-blog-thumb{display:block;min-height:230px;background:#e8e2d6;overflow:hidden}
.ang-blog-thumb img{width:100%;height:100%;min-height:230px;object-fit:cover;display:block}
.ang-blog-card-content{padding:28px 30px}
.ang-blog-card .post-meta,.ang-post-kicker{font-size:.76rem;letter-spacing:.055em;text-transform:uppercase;color:var(--ink-soft,#66706a);font-weight:600}
.ang-blog-card h3{margin:9px 0 10px;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.16}
.ang-blog-card h3 a{color:var(--ink,#161b18);text-decoration:none}
.ang-blog-card h3 a:hover{color:var(--accent-bright,#12402f)}
.ang-blog-card p{margin:0;color:var(--ink-soft,#66706a);line-height:1.65}
.ang-read-more{display:inline-block;margin-top:16px;color:var(--accent-bright,#12402f);font-weight:700;text-decoration:none}
.ang-post-hero{padding:78px 24px 52px;border-bottom:1px solid var(--line,#ddd5c7);background:var(--paper,#f7f4ec)}
.ang-post-hero-inner{max-width:1080px}
.ang-post-kicker{margin-bottom:18px}
.ang-post-hero h1{max-width:940px;margin:0;font-size:clamp(2.45rem,5vw,4.65rem);line-height:1.03;letter-spacing:-.025em}
.ang-post-deck{max-width:820px;margin:24px 0 0;color:var(--ink-soft,#66706a);font-size:1.15rem;line-height:1.65}
.ang-post-feature{padding:44px 24px 0}.ang-post-feature .wrap{max-width:1080px}.ang-post-feature figure{margin:0;border-radius:20px;overflow:hidden}.ang-post-feature img{width:100%;height:auto;max-height:620px;object-fit:cover;display:block}
.ang-post-body-section{padding:58px 24px 88px}.ang-post-body-section .wrap{max-width:1080px}.ang-post-body{max-width:780px;margin:0 auto;color:var(--ink-soft,#53605a);font-size:1.06rem;line-height:1.75}
.ang-post-body>p:first-child{margin-top:0}.ang-post-body p{margin:0 0 1.35em}.ang-post-body h2,.ang-post-body h3,.ang-post-body h4{color:var(--ink,#161b18);line-height:1.18;margin:1.8em 0 .65em}.ang-post-body h2{font-size:clamp(1.65rem,3vw,2.25rem)}.ang-post-body h3{font-size:1.5rem}
.ang-post-body ul,.ang-post-body ol{padding-left:1.35em;margin:0 0 1.5em}.ang-post-body li{margin:.45em 0}.ang-post-body blockquote{margin:2em 0;padding:4px 0 4px 24px;border-left:4px solid var(--accent,#2e8b69);font-family:Georgia,serif;font-size:1.2rem;color:var(--ink,#161b18)}
.ang-post-body img{max-width:100%;height:auto;border-radius:16px}.ang-post-body figure{margin:2em 0}.ang-post-body figcaption{font-size:.86rem;color:var(--ink-soft,#66706a);margin-top:8px;text-align:center}.ang-post-body .alignwide{width:min(960px,calc(100vw - 48px));max-width:none;margin-left:50%;transform:translateX(-50%)}
.ang-post-body .alignfull{width:100vw;max-width:none;margin-left:50%;transform:translateX(-50%)}
@media(max-width:760px){.ang-blog-card.has-image{grid-template-columns:1fr}.ang-blog-thumb,.ang-blog-thumb img{min-height:190px;max-height:260px}.ang-blog-card-content{padding:22px}.ang-post-hero{padding:48px 20px 36px}.ang-post-hero h1{font-size:clamp(2.1rem,11vw,3.2rem)}.ang-post-deck{font-size:1rem}.ang-post-feature{padding:24px 20px 0}.ang-post-body-section{padding:38px 20px 64px}.ang-post-body{font-size:1rem}.ang-post-body .alignwide,.ang-post-body .alignfull{width:100%;margin-left:0;transform:none}}

/* 2.7.0 enterprise content components */
.faq-list{max-width:900px;margin:28px auto 0;display:grid;gap:12px}.faq-item{background:var(--panel,#fffdfa);border:1px solid var(--panel-border,#d8d2c5);border-radius:14px;overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:18px 20px;font-weight:700;color:var(--ink,#161b18)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;font-size:1.2rem;color:var(--accent-bright,#12402f)}.faq-item[open] summary:after{content:"–"}.faq-answer{padding:0 20px 18px;color:var(--ink-soft,#66706a);line-height:1.65}.faq-answer p{margin:0}.related-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:900px;margin:28px auto 0}.related-links a{display:block;padding:17px 18px;border:1px solid var(--panel-border,#d8d2c5);border-radius:12px;background:var(--panel,#fffdfa);color:var(--accent-bright,#12402f);font-weight:700;text-decoration:none}.prose-page{max-width:840px}.prose-page h1{font-size:clamp(2.7rem,5vw,4.6rem);margin:18px 0 32px}.prose-page h2{margin-top:34px}.prose-page p{color:var(--ink-soft,#66706a);line-height:1.75}.customer-link{font-size:.82rem;font-weight:700;color:var(--accent-bright,#12402f);text-decoration:none;white-space:nowrap}.customer-link:hover{text-decoration:underline}.site-header .nav{gap:18px}@media(max-width:1100px){.customer-link{display:none}.related-links{grid-template-columns:1fr}}

.mobile-customer-link{display:block;padding:12px 14px;border-radius:8px;text-decoration:none!important;font-weight:700;color:var(--accent-bright,#12402f);border-top:1px solid var(--panel-border,#d8d2c5);margin-top:6px}


/* 2.7.1 production header/footer alignment */
.site-header .nav{justify-content:flex-start;}
.site-header .nav-links{margin-left:auto;}
.nav-actions{display:flex;align-items:center;gap:10px;margin-left:18px;white-space:nowrap;}
.nav-actions .btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;box-sizing:border-box;}
.nav-actions .nav-customers{border-color:var(--accent-bright,#12402f);color:var(--accent-bright,#12402f);background:transparent;}
.nav-actions .nav-customers:hover,.nav-actions .nav-customers:focus-visible{background:var(--accent-soft,#dceee5);color:var(--accent-ink,#12402f);}
.mobile-menu-actions{display:grid;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid var(--panel-border,#d8d2c5);}
.mobile-menu-actions .btn{display:block;width:100%;text-align:center;box-sizing:border-box;margin:0;}
.mobile-menu-actions .mobile-customer-link{border-top:0;margin:0;color:var(--accent-bright,#12402f);}
.footer-bottom-inner{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex-wrap:wrap;padding-top:18px;padding-bottom:2px;font-size:.9rem;}
.footer-bottom-inner a{color:inherit;text-decoration:none;}
.footer-bottom-inner a:hover,.footer-bottom-inner a:focus-visible{color:#91dfbb;text-decoration:underline;}
.footer-legal-sep{opacity:.48;}
@media(max-width:1100px){
  .site-header .nav-links,.site-header .nav-actions{display:none!important;}
}
@media(max-width:640px){
  .footer-bottom-inner{justify-content:center;gap:9px;text-align:center;}
}


/* 2.7.3 family-bar current-site treatment
   Keep every family name the same text color. The current site is indicated
   by a quiet highlight rather than turning the label green. */
.network-bar a.is-active,
.network-bar a.is-active:hover,
.network-bar a.is-active:focus-visible{
  color:#C9CFC7!important;
  font-weight:700!important;
  background:rgba(201,207,199,.11);
  box-shadow:inset 0 -1px 0 rgba(201,207,199,.62);
  border-radius:4px;
}

/* 2.7.3 AquilaNera desktop header actions: keep both actions together on the right. */
@media(min-width:1101px){
  .site-header .nav:not(.rr-unified-nav){
    grid-template-columns:220px minmax(0,1fr) auto!important;
    column-gap:20px;
  }
  .site-header .nav-actions{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center;
    justify-self:end;
    width:auto;
    margin-left:0;
  }
  .site-header .nav-actions .btn{
    width:auto!important;
    white-space:nowrap;
  }
}


/* 2.7.3 family-bar hardening: active family label is highlighted without changing text hue. */
.network-bar .wrap a.is-active,
.network-bar .wrap a.is-active:visited,
.network-bar .wrap a.is-active:hover,
.network-bar .wrap a.is-active:focus-visible{
  color:#C9CFC7!important;
  background:rgba(201,207,199,.11)!important;
  box-shadow:inset 0 -1px 0 rgba(201,207,199,.62)!important;
  border-radius:4px;
  text-decoration:none!important;
}


/* 2.7.3 equal desktop/mobile action buttons. */
.site-header .nav-actions .nav-action-button,
.mobile-menu-actions .nav-action-button{
  background:transparent!important;
  color:var(--accent-bright,#12402f)!important;
  border:1px solid var(--accent-bright,#12402f)!important;
}
.site-header .nav-actions .nav-action-button:hover,
.site-header .nav-actions .nav-action-button:focus-visible,
.mobile-menu-actions .nav-action-button:hover,
.mobile-menu-actions .nav-action-button:focus-visible{
  background:var(--accent-bright,#12402f)!important;
  color:#fff!important;
  border-color:var(--accent-bright,#12402f)!important;
}

/* 2.8.1 Current Customers launch-safe portal preview.
   Theme-native AquilaNera presentation; intentionally contains no authentication. */
.customer-portal-preview{
  background:linear-gradient(135deg,var(--paper,#f7f4ec) 0%,var(--paper,#f7f4ec) 58%,rgba(46,139,105,.08) 100%);
  padding:clamp(58px,7vw,92px) 0 clamp(70px,8vw,108px);
  color:var(--ink,#161b18);
  min-height:56vh;
}
.customer-portal-preview .wrap{width:100%;max-width:1180px;}
.customer-portal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch;}
.customer-portal-card{
  background:var(--panel,#fffdfa);
  border:1px solid var(--panel-border,#d8d2c5);
  border-radius:22px;
  padding:clamp(28px,3.4vw,42px);
  box-shadow:0 18px 48px rgba(22,27,24,.06);
  display:flex;flex-direction:column;min-height:520px;
}
.customer-portal-card h2{margin:0 0 10px;color:var(--ink,#161b18);text-align:center;font-size:clamp(1.75rem,2.6vw,2.25rem);line-height:1.08;}
.customer-portal-card>p{margin:0 auto 30px;max-width:540px;color:var(--ink-soft,#66706a);text-align:center;font-size:1rem;line-height:1.6;}
.customer-portal-card-body{display:flex;flex-direction:column;}
.customer-preview-field{margin-top:18px;}
.customer-preview-field label{display:block;margin-bottom:10px;color:var(--ink,#161b18);font-weight:800;font-size:.95rem;}
.customer-preview-field input,.customer-preview-field textarea{
  width:100%;min-height:56px;padding:13px 16px;
  border:1px solid var(--panel-border,#d8d2c5);border-radius:14px;
  background:rgba(46,139,105,.055);color:var(--ink,#161b18);
  box-sizing:border-box;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);outline:none;
  font:inherit;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.customer-preview-field textarea{min-height:82px;resize:vertical;line-height:1.45;}
.customer-preview-field input:focus,.customer-preview-field textarea:focus{border-color:var(--accent-bright,#12402f);box-shadow:0 0 0 3px rgba(18,64,47,.10);background:rgba(46,139,105,.08);}
.customer-preview-button{
  width:100%;min-height:50px;margin-top:auto;padding:12px 18px;
  border:1px solid var(--accent-bright,#12402f);border-radius:11px;
  background:transparent;color:var(--accent-bright,#12402f);
  font:inherit;font-weight:800;cursor:pointer;opacity:1;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.customer-preview-button:hover,.customer-preview-button:focus-visible{background:var(--accent-bright,#12402f);color:#fff;outline:none;}
.customer-preview-button-secondary{background:transparent;color:var(--accent-bright,#12402f);}
.customer-portal-status{margin:24px auto 0;max-width:820px;color:var(--ink-soft,#66706a);text-align:center;font-size:.88rem;line-height:1.55;}
@media (max-width:760px){
  .customer-portal-preview{padding:38px 0 64px;}
  .customer-portal-grid{grid-template-columns:1fr;gap:18px;}
  .customer-portal-card{border-radius:18px;padding:26px 20px;}
  .customer-preview-field input,.customer-preview-field textarea{min-height:54px;}
  .customer-preview-field textarea{min-height:86px;}
  .customer-portal-card{min-height:0;}
  .customer-preview-button{min-height:52px;}
}

/* 2.8.0 fuller page layout contract — use more of the viewport like CyberDefenseIQ while preserving each brand. */
:root{--maxw:1360px;}

/* Generic heroes: broader, left-led, and less vertically sparse. CyberDefenseIQ keeps its purpose-built product hero. */
@media (min-width:860px){
  .hero:not(.cdiq-hero){text-align:left;padding:clamp(68px,7vw,96px) 0 clamp(62px,6vw,86px);background:radial-gradient(circle at 82% 18%,rgba(31,138,99,.13),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.18),transparent 58%);}
  .hero:not(.cdiq-hero) .hero-content{max-width:var(--maxw)!important;margin-left:auto;margin-right:auto;}
  .hero:not(.cdiq-hero) h1{max-width:980px;font-size:clamp(3rem,6vw,5.15rem);}
  .hero:not(.cdiq-hero) .hero-sub{max-width:860px;margin-left:0;margin-right:0;font-size:clamp(1.05rem,1.7vw,1.25rem);}
  .hero:not(.cdiq-hero) .hero-ctas{justify-content:flex-start;}
}

/* Secondary page heroes use the full content rail instead of a narrow centered island. */
.page-hero{text-align:left!important;padding:clamp(56px,6vw,82px) 0 clamp(42px,5vw,64px);}
.page-hero .wrap{max-width:var(--maxw);}
.page-hero h1{max-width:1040px;}
.page-hero p{max-width:900px!important;margin-left:0!important;margin-right:0!important;text-align:left!important;line-height:1.65;}

/* Main content sections occupy more horizontal space and establish a stronger left-to-right reading rhythm. */
.section{padding:clamp(58px,6vw,88px) 0;}
.section>.wrap>h2.center{text-align:left;max-width:1000px;}
.section>.wrap>.eyebrow.center{text-align:left;}
.section-intro{max-width:900px;margin-left:0;margin-right:0;text-align:left;line-height:1.7;}
.card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,285px),1fr));gap:22px;}
.for-list{max-width:none!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.step-grid{max-width:none!important;gap:18px;}
.related-links{max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr));margin-left:0;margin-right:0;}
.faq-list{max-width:1100px!important;margin-left:0;margin-right:0;}
.quote-panel{max-width:1100px;}
.prose-page{max-width:1040px!important;}
.post-list{max-width:1120px!important;margin-left:0;margin-right:0;}

/* Long-form material remains readable while feature blocks, galleries, and service grids can breathe. */
.two-col{gap:clamp(40px,5vw,72px);}
.feature-panel{gap:26px;}
.solution-row{gap:clamp(36px,5vw,68px);}

@media (max-width:980px){
  .for-list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:700px){
  :root{--maxw:1200px;}
  .hero:not(.cdiq-hero){text-align:left;padding:56px 0 54px;}
  .hero:not(.cdiq-hero) .hero-content{max-width:none;}
  .hero:not(.cdiq-hero) h1{max-width:none;margin-left:0;margin-right:0;font-size:clamp(2.45rem,12vw,3.7rem);}
  .hero:not(.cdiq-hero) .hero-sub{max-width:none;margin-left:0;margin-right:0;}
  .hero:not(.cdiq-hero) .hero-ctas{justify-content:flex-start;}
  .page-hero{padding:46px 0 36px;}
  .section{padding:52px 0;}
  .section-intro{margin-bottom:32px;}
  .for-list,.related-links{grid-template-columns:1fr;}
  .faq-list{max-width:none!important;}
}

/* 2.9.1 homepage hero scale refinement. Keep the fuller layout, but make the
   primary AquilaNera message feel like an MSP homepage rather than a billboard. */
@media (min-width:860px){
  body.home .hero:not(.cdiq-hero){padding:clamp(54px,5vw,74px) 0 clamp(50px,4.5vw,68px);}
  body.home .hero:not(.cdiq-hero) h1{max-width:780px;font-size:clamp(2.8rem,4.2vw,4rem);line-height:1.02;letter-spacing:-.035em;}
  body.home .hero:not(.cdiq-hero) .hero-sub{max-width:820px;font-size:clamp(1.02rem,1.35vw,1.18rem);}
}
@media (max-width:700px){
  body.home .hero:not(.cdiq-hero){padding:44px 0 46px;}
  body.home .hero:not(.cdiq-hero) h1{font-size:clamp(2.15rem,10vw,3rem);line-height:1.03;}
}

/* 2.8.4 persistent family masthead — production invariant.
   The complete family bar + primary header are fixed to the viewport on every
   route. JS measures the real masthead height and reserves exactly that space
   above page content, so long pages, consultation/contact pages, blog posts,
   hash navigation, and mobile layouts all behave consistently. */
:root{--ang-masthead-height:116px;}
body{overflow-x:clip!important;overflow-y:visible!important;}
.sticky-top{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:99990!important;
  width:100%!important;
  isolation:isolate;
}
body.admin-bar .sticky-top{top:32px!important;}
.sticky-top>.network-bar{position:relative;z-index:2;flex:0 0 auto;}
.sticky-top>.site-header{position:relative;z-index:1;}
.wp-theme-content{padding-top:var(--ang-masthead-height)!important;}
html{scroll-padding-top:calc(var(--ang-masthead-height) + 16px)!important;}
@media(max-width:782px){body.admin-bar .sticky-top{top:46px!important;}}

/* 3.0.0 visual hero system — corporate AquilaNera pages now follow the
   fuller CyberDefenseIQ-style composition: practical copy on the left,
   a useful visual on the right, clear CTAs, and direct cross-site navigation. */
.visual-hero{
  padding:clamp(44px,4vw,64px) 0!important;
  text-align:left!important;
  min-height:0!important;
}
.visual-hero .hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:clamp(42px,5vw,78px);
  align-items:center;
  max-width:var(--maxw);
  margin:0 auto;
}
.visual-hero .hero-copy{min-width:0;position:relative;z-index:2;}
.visual-hero .hero-copy h1{
  max-width:760px!important;
  margin:24px 0 20px!important;
  font-size:clamp(2.55rem,4.25vw,4.15rem)!important;
  line-height:1.01!important;
  letter-spacing:-.035em!important;
}
.visual-hero .hero-sub{
  max-width:760px!important;
  margin:0 0 28px!important;
  font-size:clamp(1.02rem,1.35vw,1.18rem)!important;
  line-height:1.72!important;
}
.visual-hero .hero-ctas{justify-content:flex-start!important;margin-top:0!important;}
.visual-hero .hero-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;}
.visual-hero .hero-links a{
  display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;
  border:1px solid var(--panel-border,#d8d2c5);border-radius:999px;
  background:rgba(255,255,255,.48);color:var(--ink-soft,#66706a);
  text-decoration:none;font-size:.78rem;font-weight:700;
}
.visual-hero .hero-links a:hover,.visual-hero .hero-links a:focus-visible{
  border-color:var(--accent-bright,#12402f);color:var(--accent-bright,#12402f);
}
.hero-visual{position:relative;z-index:2;width:100%;max-width:620px;justify-self:end;}
.visual-window,.visual-browser{
  background:rgba(255,253,250,.94);border:10px solid var(--ink,#161b18);border-radius:22px;
  box-shadow:0 28px 60px rgba(22,27,24,.12);overflow:hidden;
}
.visual-window-top,.visual-browser-bar{
  min-height:38px;padding:0 13px;display:flex;align-items:center;gap:6px;background:#f3f0e9;
  border-bottom:1px solid var(--panel-border,#d8d2c5);color:var(--ink-soft,#66706a);
}
.visual-window-top>span,.visual-browser-bar>span{width:8px;height:8px;border-radius:50%;background:#c8c1b3;display:block;}
.visual-window-top strong{margin-left:auto;font-size:.72rem;letter-spacing:.03em;color:var(--ink-soft,#66706a);}
.visual-stack{display:grid;gap:13px;padding:24px;}
.visual-tile{padding:16px 17px;border:1px solid var(--panel-border,#d8d2c5);border-radius:14px;background:#fff;}
.visual-tile b{display:block;color:var(--ink,#161b18);font-size:.94rem;margin-bottom:4px;}
.visual-tile span{display:block;color:var(--ink-soft,#66706a);font-size:.8rem;line-height:1.45;}
.visual-metric{margin:24px 24px 4px;padding:18px;border-radius:14px;background:rgba(31,138,99,.08);border:1px solid rgba(31,138,99,.18);}
.visual-metric span,.visual-risk small{display:block;color:var(--ink-soft,#66706a);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;}
.visual-metric b,.visual-risk b{display:block;color:var(--ink,#161b18);font-size:1.15rem;}
.visual-list{display:grid;grid-template-columns:28px 1fr;gap:13px 12px;padding:22px 24px 26px;align-items:start;}
.visual-list i{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:rgba(31,138,99,.12);color:var(--accent-bright,#12402f);font-style:normal;font-size:.76rem;font-weight:800;}
.visual-list b{display:block;color:var(--ink,#161b18);font-size:.9rem;margin-bottom:2px;}
.visual-list span{display:block;color:var(--ink-soft,#66706a);font-size:.77rem;line-height:1.4;}
.visual-risk{margin:24px 24px 0;padding:18px;border-radius:14px;background:rgba(31,138,99,.08);border:1px solid rgba(31,138,99,.18);}
.visual-flow{display:flex;align-items:center;justify-content:center;gap:13px;padding:28px 20px 18px;}
.visual-flow div{min-width:92px;padding:14px 10px;text-align:center;border:1px solid var(--panel-border,#d8d2c5);border-radius:14px;background:#fff;}
.visual-flow div b{display:grid;place-items:center;width:28px;height:28px;margin:0 auto 7px;border-radius:50%;background:rgba(31,138,99,.12);color:var(--accent-bright,#12402f);}
.visual-flow div span{font-size:.76rem;font-weight:700;color:var(--ink,#161b18);}
.visual-flow em{font-style:normal;color:var(--ink-soft,#66706a);font-size:1.2rem;}
.visual-browser-bar div{height:18px;flex:1;margin-left:10px;border-radius:6px;background:#fff;border:1px solid #e4dfd5;color:#9b9589;font-size:.58rem;display:flex;align-items:center;padding:0 9px;}
.visual-site-preview{padding:22px;background:#fff;}
.preview-nav{width:58%;height:10px;border-radius:5px;background:#d8ddd9;margin-bottom:19px;}
.preview-hero{height:112px;border-radius:12px;background:linear-gradient(135deg,rgba(31,138,99,.12),rgba(31,138,99,.035));border:1px solid rgba(31,138,99,.14);}
.preview-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;}
.preview-row span{height:54px;border-radius:10px;background:#f4f1eb;border:1px solid #e6e0d5;}
.visual-status{padding:14px 18px 17px;background:#f7f4ee;border-top:1px solid var(--panel-border,#d8d2c5);}
.visual-status b{display:block;font-size:.85rem;color:var(--ink,#161b18);margin-bottom:2px;}.visual-status span{font-size:.72rem;color:var(--ink-soft,#66706a);}
.visual-app-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:24px;}
.visual-app-grid div{min-height:54px;padding:12px;border:1px solid var(--panel-border,#d8d2c5);border-radius:12px;background:#fff;display:flex;align-items:center;font-size:.82rem;font-weight:700;color:var(--ink,#161b18);}

@media(max-width:980px){
  .visual-hero .hero-grid{grid-template-columns:1fr;gap:34px;}
  .hero-visual{justify-self:start;max-width:680px;}
  .visual-hero .hero-copy h1{max-width:820px!important;}
}
@media(max-width:700px){
  .visual-hero{padding:38px 0 44px!important;}
  .visual-hero .hero-grid{gap:28px;}
  .visual-hero .hero-copy h1{font-size:clamp(2.15rem,10vw,3rem)!important;margin:18px 0 16px!important;}
  .visual-hero .hero-sub{font-size:1rem!important;line-height:1.62!important;margin-bottom:22px!important;}
  .visual-hero .hero-links{margin-top:18px;gap:8px;}
  .visual-window,.visual-browser{border-width:7px;border-radius:18px;}
  .visual-stack,.visual-list,.visual-app-grid{padding:18px;}
  .visual-flow{gap:7px;padding:20px 12px 14px;}
  .visual-flow div{min-width:0;flex:1;padding:11px 6px;}
  .visual-flow em{font-size:.9rem;}
}


/* 3.0.1 production QA polish */
.ang-home-post-thumb{display:block;margin:-4px -4px 16px;overflow:hidden;border-radius:14px}.ang-home-post-thumb img{display:block;width:100%;height:170px;object-fit:cover}.ang-home-post-meta{font-size:.78rem;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.ang-home-latest-posts .card h3 a{color:inherit;text-decoration:none}.compact-contact-card{max-width:920px;margin-inline:auto}.contact-form-note,.legal-updated{color:var(--ink-soft);font-size:.9rem}.contact-form-note{text-align:center;margin:12px auto 0;max-width:720px}.ang-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:34px}.ang-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 14px;border:1px solid var(--line);border-radius:10px;text-decoration:none;color:var(--ink)}.ang-pagination .current,.ang-pagination a:hover{border-color:var(--accent);color:var(--accent-bright)}


/* 3.0.5 blog landing layout stabilization */
.ang-blog-list{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:22px!important;
  width:100%!important;
  max-width:1120px!important;
  margin:0 auto!important;
}
.ang-blog-card{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  background:linear-gradient(135deg,var(--paper,#f7f4ec) 0%,var(--panel,#fffdfa) 100%)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ang-blog-card:nth-child(even){
  background:linear-gradient(135deg,var(--panel,#fffdfa) 0%,var(--paper,#f7f4ec) 100%)!important;
}
.ang-blog-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(22,27,24,.07);}
.ang-blog-card-content{min-width:0;}
@media(max-width:760px){.ang-blog-list{gap:16px!important}.ang-blog-card:hover{transform:none}}

/* 3.0.7: Current Customers placeholder uses the same form controls as the
   primary AquilaNera contact form so all customer-facing forms share one
   visual language. Functionality remains intentionally disabled. */
.customer-preview-field label{
  margin-bottom:6px;
  font-size:.85rem;
  font-weight:600;
}
.customer-preview-field input,
.customer-preview-field textarea{
  min-height:auto;
  background:var(--bg-alt);
  border:1px solid var(--panel-border);
  border-radius:6px;
  padding:11px 14px;
  color:var(--ink);
  font-size:.94rem;
  font-family:inherit;
  box-shadow:none;
}
.customer-preview-field input{height:46px;}
.customer-preview-field textarea{
  min-height:110px;
  resize:vertical;
}
.customer-preview-field input:focus,
.customer-preview-field textarea:focus{
  outline:none;
  border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(46,139,105,.15);
  background:var(--bg-alt);
}
.customer-preview-button{
  border-radius:6px;
}
@media (max-width:760px){
  .customer-preview-field input{height:46px;min-height:46px;}
  .customer-preview-field textarea{min-height:110px;}
}

/* 3.0.8: Current Customers placeholder action buttons match the dark submit
   treatment used by the primary AquilaNera contact form. */
.customer-preview-button,
.customer-preview-button-secondary{
  background:var(--ink,#161b18)!important;
  border-color:var(--ink,#161b18)!important;
  color:#fff!important;
}
.customer-preview-button:hover,
.customer-preview-button:focus-visible,
.customer-preview-button-secondary:hover,
.customer-preview-button-secondary:focus-visible{
  background:#28322c!important;
  border-color:#28322c!important;
  color:#fff!important;
}

/* 3.1.4 masthead scale + CyberDefenseIQ persistent product navigation --------
   Give the family masthead more visual presence on desktop/tablet while
   preserving the compact mobile layout. The measured masthead CSS variable is
   updated by site-wp.js, so fixed-header spacing remains exact. */
@media (min-width:701px){
  .network-bar .wrap{min-height:38px!important;font-size:.72rem!important;padding-top:7px!important;padding-bottom:7px!important;}
  .site-header .nav{min-height:84px!important;padding-top:14px!important;padding-bottom:14px!important;gap:20px!important;}
  .site-header .brand-logo{height:46px!important;max-width:260px!important;}
  .site-header .nav-links a{font-size:16px!important;font-weight:650!important;}
  .site-header .nav-links{gap:22px!important;}
  .site-header .nav-actions{gap:12px!important;margin-left:20px!important;}
  .site-header .nav-actions .btn{min-height:48px!important;padding-left:20px!important;padding-right:20px!important;font-size:14px!important;}
  .mobile-toggle{width:48px!important;height:48px!important;}
  .mobile-toggle svg{width:24px!important;height:24px!important;}
}
@media (min-width:1180px){
  .site-header .nav-links{gap:26px!important;}
  .site-header .nav-links a{font-size:16px!important;}
}
@media (max-width:700px){
  .site-header .nav{min-height:74px!important;}
  .site-header .brand-logo{height:38px!important;max-width:min(210px,64vw)!important;}
}

/* CyberDefenseIQ subnavigation stays attached directly beneath the fixed
   AquilaNera family masthead on every product page. */
.product-subnav{
  position:sticky!important;
  top:var(--ang-masthead-height)!important;
  z-index:99970!important;
  box-shadow:0 5px 16px rgba(5,12,8,.08);
}
.product-subnav-inner{min-height:72px!important;}
.product-subnav nav a{font-size:.94rem!important;}
body.admin-bar .product-subnav{top:calc(var(--ang-masthead-height) + 32px)!important;}
@media(max-width:782px){body.admin-bar .product-subnav{top:calc(var(--ang-masthead-height) + 46px)!important;}}
@media(max-width:560px){.product-subnav nav a{font-size:.9rem!important;}}
