*{box-sizing:border-box}
:root{
  --ink:#142033;
  --muted:#627084;
  --line:#dde5ee;
  --blue:#1769e0;
  --blue-dark:#0e55bd;
  --green:#def6ec;
  --green-ink:#17624a;
  --soft:#f4f7fa;
  --white:#fff;
  --shadow:0 18px 50px rgba(20,32,51,.09);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.6;
}
a{color:inherit}
img{max-width:100%}
.shell{width:min(1120px,calc(100% - 40px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:20;
  border-bottom:1px solid rgba(221,229,238,.9);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}
.brand img{width:52px;height:52px;object-fit:contain}
.brand span{display:grid;line-height:1.05}
.brand strong{font-size:1.3rem;letter-spacing:-.03em}
.brand small{margin-top:5px;color:var(--muted);font-size:.72rem;font-weight:700}
.header-actions{display:flex;align-items:center;gap:22px}
.header-actions>a{color:#536175;font-size:.78rem;font-weight:750;text-decoration:none}
.header-actions>a:hover{color:var(--ink)}
.status-button,.primary-button,.secondary-button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:10px 17px;border-radius:9px;
  font-size:.78rem;font-weight:800;text-decoration:none;
}
.header-actions .status-button,.primary-button{background:var(--blue);color:#fff}
.header-actions .status-button:hover,.primary-button:hover{background:var(--blue-dark);color:#fff}
.secondary-button{border:1px solid var(--line);background:#fff;color:var(--ink)}
.secondary-button:hover{border-color:#bcc9d8;background:#f8fafc}
.hero{padding:86px 0 70px;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:62px;align-items:center}
.eyebrow{display:inline-block;color:var(--blue);font-size:.72rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.hero h1{max-width:720px;margin:16px 0 20px;font-size:clamp(2.55rem,6vw,4.8rem);line-height:1.02;letter-spacing:-.065em}
.hero-copy>p{max-width:650px;margin:0;color:var(--muted);font-size:1.08rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.availability-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}
.availability-card>small{color:var(--muted);font-size:.72rem;font-weight:800}
.availability-card h2{margin:8px 0 12px;font-size:1.55rem;letter-spacing:-.035em}
.availability-card>p{margin:0 0 20px;color:var(--muted);font-size:.88rem}
.availability-card dl{margin:0}
.availability-card dl div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #e8edf3}
.availability-card dt{font-size:.76rem;font-weight:750}
.availability-card dd{margin:0;color:var(--green-ink);font-size:.72rem;font-weight:850}
.section{padding:78px 0}
.section-heading{max-width:720px;margin-bottom:30px}
.section-heading h2,.contact-copy h2{margin:10px 0 0;font-size:clamp(2rem,4vw,3.15rem);line-height:1.08;letter-spacing:-.055em}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.service-grid article{min-height:190px;padding:24px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 28px rgba(20,32,51,.04)}
.service-grid h3{margin:0 0 12px;font-size:1.03rem;letter-spacing:-.025em}
.service-grid p{margin:0;color:var(--muted);font-size:.82rem}
.contact-section{background:var(--soft)}
.contact-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:60px;align-items:start}
.contact-copy>p{max-width:500px;color:var(--muted)}
.contact-note{display:grid;gap:3px;margin-top:25px;font-size:.8rem}
.contact-note a{color:var(--blue);font-weight:800}
.contact-form{display:grid;gap:15px;padding:26px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.contact-form label{display:grid;gap:7px;color:#4f5d72;font-size:.72rem;font-weight:800}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;min-height:45px;padding:10px 12px;
  border:1px solid #d3dce7;border-radius:9px;background:#fff;color:var(--ink);
  font:inherit;font-size:.82rem;
}
.contact-form textarea{resize:vertical}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);outline:3px solid rgba(23,105,224,.13)}
.contact-form button{min-height:46px;border:0;border-radius:9px;background:var(--blue);color:#fff;font:inherit;font-size:.8rem;font-weight:850;cursor:pointer}
.contact-form button:hover{background:var(--blue-dark)}
.form-message{padding:12px 14px;border-radius:9px;font-size:.76rem;font-weight:750}
.form-message.success{background:#e5f7ef;color:#17624a}
.form-message.error{background:#fff0f0;color:#9d2525}
.form-privacy{color:var(--muted);font-size:.67rem}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.site-footer{padding:30px 0;border-top:1px solid var(--line);background:#fff}
.footer-inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px}
.footer-inner>div:first-child{display:grid}
.footer-inner small{color:var(--muted);font-size:.68rem}
.footer-links{display:flex;gap:18px}
.footer-links a{color:#526075;font-size:.7rem;font-weight:750;text-decoration:none}
.error-page{display:grid;min-height:100vh;place-items:center;padding:30px;background:var(--soft)}
.error-card{width:min(560px,100%);padding:42px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center;box-shadow:var(--shadow)}
.error-card img{width:86px;margin-bottom:18px}
.error-card h1{margin:10px 0;font-size:2.2rem;letter-spacing:-.05em}
.error-card p{color:var(--muted)}
.error-card .hero-actions{justify-content:center}
@media(max-width:850px){
  .hero-grid,.contact-grid{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr 1fr}
  .footer-inner{grid-template-columns:1fr}
}
@media(max-width:620px){
  .shell{width:min(100% - 26px,1120px)}
  .header-inner{min-height:72px}
  .brand img{width:45px;height:45px}
  .header-actions>a:not(.status-button){display:none}
  .hero{padding:58px 0 48px}
  .hero h1{font-size:2.75rem}
  .service-grid,.form-grid{grid-template-columns:1fr}
  .section{padding:58px 0}
  .contact-form{padding:19px}
}


/* NetNavi Cloud v2.0 additions */
.live-status-card{
  display:grid;
  gap:4px;
  margin-top:18px;
  padding:16px;
  border:1px solid #dce5ef;
  border-radius:12px;
  background:#f7f9fc;
  text-decoration:none;
}
.live-status-card span{color:#627084;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.live-status-card strong{color:#142033;font-size:.9rem}
.live-status-card small{color:#1769e0;font-size:.7rem;font-weight:800}
.why-section{background:#fff}
.trust-grid,.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.trust-grid article,.plan-grid article{
  padding:23px;border:1px solid var(--line);border-radius:15px;background:#fff;
  box-shadow:0 8px 28px rgba(20,32,51,.04)
}
.trust-grid h3,.plan-grid h3{margin:0 0 10px;font-size:1rem}
.trust-grid p,.plan-grid p{margin:0;color:var(--muted);font-size:.8rem}
.plans-section{background:var(--soft)}
.plan-grid article{display:flex;flex-direction:column}
.plan-grid article>small{color:var(--blue);font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.plan-grid h3{margin-top:8px;font-size:1.45rem;letter-spacing:-.04em}
.plan-grid ul{margin:18px 0 22px;padding-left:18px;color:#526075;font-size:.76rem}
.plan-grid a{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:auto;
  border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);
  font-size:.75rem;font-weight:800;text-decoration:none
}
.plan-grid a:hover{border-color:#bcc9d8;background:#f8fafc}
.faq-grid{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:50px;align-items:start}
.faq-list{display:grid;gap:10px}
.faq-list details{border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 16px}
.faq-list summary{padding:15px 0;cursor:pointer;font-size:.78rem;font-weight:800}
.faq-list p{margin:0 0 15px;color:var(--muted);font-size:.78rem}
@media(max-width:850px){
  .trust-grid,.plan-grid{grid-template-columns:1fr 1fr}
  .faq-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .trust-grid,.plan-grid{grid-template-columns:1fr}
}

/* NetNavi website v3.0 */
.menu-toggle{display:none;border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px 11px;font-weight:800}
.header-actions a.active{color:var(--blue)}
.service-grid article{display:flex;flex-direction:column}
.service-grid article>a{margin-top:auto;padding-top:18px;color:var(--blue);font-size:.72rem;font-weight:800;text-decoration:none}
.cta-section{padding-top:20px}
.cta-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:32px;border:1px solid var(--line);border-radius:18px;background:#f7f9fc}
.cta-card h2{margin:8px 0;font-size:2rem;letter-spacing:-.04em}
.cta-card p{margin:0;color:var(--muted)}
.page-hero{padding:74px 0 64px;background:linear-gradient(180deg,#fff,#f7f9fc)}
.page-hero .narrow{max-width:820px;margin-left:auto;margin-right:auto;text-align:center}
.page-hero h1{margin:14px 0 18px;font-size:clamp(2.35rem,5vw,4.2rem);line-height:1.04;letter-spacing:-.06em}
.page-hero p{margin:0 auto 28px;max-width:720px;color:var(--muted);font-size:1rem}
.two-column{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:52px;align-items:start}
.two-column h2{margin-top:0;font-size:2.2rem;letter-spacing:-.045em}
.two-column>div:first-child p{color:var(--muted)}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.feature-list article{padding:20px;border:1px solid var(--line);border-radius:13px;background:#fff}
.feature-list h3{margin:0 0 8px;font-size:.95rem}
.feature-list p{margin:0;color:var(--muted);font-size:.78rem}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px;padding:38px 0}
.footer-grid>div{display:grid;align-content:start;gap:8px}
.footer-grid>div>strong{font-size:.74rem}
.footer-grid>div>a{color:var(--muted);font-size:.7rem;text-decoration:none}
.footer-brand img{width:48px;height:48px}
.footer-bottom{padding:15px 0 24px;border-top:1px solid var(--line)}
.legal-copy{max-width:760px}
.legal-copy p{color:var(--muted)}
@media(max-width:900px){
 .header-actions{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px;border-bottom:1px solid var(--line);background:#fff}
 .header-actions.open{display:flex}
 .header-actions a{padding:11px 0}
 .menu-toggle{display:inline-flex}
 .two-column,.footer-grid{grid-template-columns:1fr}
 .feature-list{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 .feature-list{grid-template-columns:1fr}
 .cta-card{align-items:flex-start;flex-direction:column}
}


/* NetNavi Cloud v4.0 — fuller commercial hosting layout */
.header-status-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 13px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--ink)!important;
}

.header-status-link:hover{
  border-color:#bcc9d8;
  background:#f8fafc;
}

.commercial-hero{
  position:relative;
  overflow:hidden;
  padding:88px 0 76px;
  background:
    radial-gradient(circle at 80% 16%,rgba(23,105,224,.11),transparent 31%),
    linear-gradient(180deg,#fff 0%,#f4f7fb 100%);
}

.commercial-hero::after{
  content:"";
  position:absolute;
  right:-140px;
  bottom:-230px;
  width:520px;
  height:520px;
  border:1px solid rgba(23,105,224,.12);
  border-radius:50%;
  box-shadow:
    0 0 0 65px rgba(23,105,224,.025),
    0 0 0 130px rgba(23,105,224,.018);
  pointer-events:none;
}

.commercial-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:64px;
  align-items:center;
}

.commercial-hero-copy h1{
  max-width:740px;
  margin:15px 0 22px;
  font-size:clamp(2.9rem,6vw,5.15rem);
  line-height:1;
  letter-spacing:-.07em;
}

.commercial-hero-copy>p{
  max-width:650px;
  margin:0;
  color:var(--muted);
  font-size:1.08rem;
}

.hero-assurances{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:28px;
}

.hero-assurances span{
  padding:7px 10px;
  border:1px solid rgba(23,105,224,.14);
  border-radius:999px;
  background:rgba(255,255,255,.75);
  color:#4e5c70;
  font-size:.68rem;
  font-weight:750;
}

.hero-service-panel{
  padding:17px;
  border:1px solid rgba(208,219,232,.95);
  border-radius:19px;
  background:rgba(255,255,255,.92);
  box-shadow:0 26px 70px rgba(20,32,51,.13);
  backdrop-filter:blur(12px);
}

.hero-service-panel-head{
  display:grid;
  gap:5px;
  padding:9px 10px 15px;
}

.hero-service-panel-head small{
  color:var(--blue);
  font-size:.67rem;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.hero-service-panel-head strong{
  font-size:1rem;
}

.hero-service-panel>a{
  display:grid;
  gap:2px;
  margin-top:8px;
  padding:14px 15px;
  border:1px solid #e2e8f0;
  border-radius:11px;
  background:#f9fbfd;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.hero-service-panel>a:hover{
  border-color:#bfd1ea;
  background:#fff;
  transform:translateY(-2px);
}

.hero-service-panel>a span{
  font-size:.78rem;
  font-weight:850;
}

.hero-service-panel>a small{
  color:var(--muted);
  font-size:.67rem;
}

.trust-strip{
  border-top:1px solid #e5ebf2;
  border-bottom:1px solid #e5ebf2;
  background:#fff;
}

.trust-strip-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.trust-strip-grid article{
  min-width:0;
  padding:22px 20px;
  border-right:1px solid #e5ebf2;
}

.trust-strip-grid article:first-child{
  border-left:1px solid #e5ebf2;
}

.trust-strip-grid strong,
.trust-strip-grid span{
  display:block;
}

.trust-strip-grid strong{
  margin-bottom:4px;
  font-size:.76rem;
}

.trust-strip-grid span{
  color:var(--muted);
  font-size:.68rem;
  line-height:1.45;
}

.centred-heading{
  max-width:770px;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}

.centred-heading p{
  color:var(--muted);
}

.commercial-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.commercial-product-card{
  position:relative;
  display:flex;
  min-width:0;
  min-height:390px;
  flex-direction:column;
  padding:27px;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 11px 34px rgba(20,32,51,.055);
}

.featured-product-card{
  border-color:rgba(23,105,224,.34);
  box-shadow:0 18px 45px rgba(23,105,224,.11);
}

.commercial-product-card>small{
  color:var(--blue);
  font-size:.67rem;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.commercial-product-card h3{
  margin:10px 0 13px;
  font-size:1.55rem;
  letter-spacing:-.045em;
}

.commercial-product-card p{
  margin:0;
  color:var(--muted);
  font-size:.8rem;
}

.commercial-product-card ul{
  margin:23px 0;
  padding-left:18px;
  color:#526075;
  font-size:.74rem;
}

.commercial-product-card li+li{
  margin-top:7px;
}

.commercial-product-card>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:43px;
  margin-top:auto;
  border:1px solid var(--line);
  border-radius:9px;
  color:var(--ink);
  font-size:.73rem;
  font-weight:850;
  text-decoration:none;
}

.commercial-product-card>a:hover{
  border-color:#b9c7d8;
  background:#f8fafc;
}

.process-section{
  background:#142033;
  color:#fff;
}

.process-section .eyebrow{
  color:#8bbaff;
}

.process-section .section-heading h2{
  max-width:700px;
  color:#fff;
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
}

.process-grid article{
  padding:24px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.045);
}

.process-grid article>span{
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  border-radius:50%;
  background:#1769e0;
  color:#fff;
  font-size:.73rem;
  font-weight:900;
}

.process-grid h3{
  margin:18px 0 9px;
  font-size:1rem;
}

.process-grid p{
  margin:0;
  color:#bdc8d7;
  font-size:.77rem;
}

.infrastructure-section{
  background:#f6f8fb;
}

.infrastructure-grid{
  display:grid;
  grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr);
  gap:58px;
  align-items:start;
}

.infrastructure-copy h2{
  margin:10px 0 17px;
  font-size:clamp(2rem,4vw,3.15rem);
  line-height:1.08;
  letter-spacing:-.055em;
}

.infrastructure-copy p{
  margin:0 0 24px;
  color:var(--muted);
}

.infrastructure-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.infrastructure-feature-grid article{
  min-width:0;
  padding:21px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
}

.infrastructure-feature-grid h3{
  margin:0 0 8px;
  font-size:.91rem;
}

.infrastructure-feature-grid p{
  margin:0;
  color:var(--muted);
  font-size:.75rem;
}






.transparency-section{
  padding-top:16px;
}

.transparency-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#f7f9fc;
}

.transparency-card h2{
  margin:8px 0 8px;
  font-size:1.8rem;
  letter-spacing:-.045em;
}

.transparency-card p{
  margin:0;
  color:var(--muted);
}

.faq-commercial-grid{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:56px;
  align-items:start;
}

.faq-commercial-grid .section-heading p{
  color:var(--muted);
}

.final-commercial-cta{
  background:#1769e0;
  color:#fff;
}

.final-commercial-cta .eyebrow{
  color:#cfe1ff;
}

.final-commercial-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.final-commercial-cta h2{
  margin:9px 0;
  color:#fff;
  font-size:clamp(2rem,4vw,3.15rem);
  line-height:1.08;
  letter-spacing:-.055em;
}

.final-commercial-cta p{
  max-width:690px;
  margin:0;
  color:#dce9ff;
}

.final-commercial-cta .primary-button{
  background:#fff;
  color:#1769e0;
}

.final-commercial-cta .primary-button:hover{
  background:#eef5ff;
  color:#0e55bd;
}

@media(max-width:980px){
  .commercial-hero-grid,
  .infrastructure-grid,
  .faq-commercial-grid{
    grid-template-columns:1fr;
  }

  .commercial-product-grid,
  .process-grid{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:760px){
  .trust-strip-grid{
    grid-template-columns:1fr 1fr;
  }

  .trust-strip-grid article:nth-child(odd){
    border-left:1px solid #e5ebf2;
  }

  .commercial-product-grid,
  .process-grid,
  .infrastructure-feature-grid{
    grid-template-columns:1fr;
  }

  .transparency-card,
  .final-commercial-cta-inner{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:520px){
  .commercial-hero{
    padding:60px 0 52px;
  }

  .commercial-hero-copy h1{
    font-size:2.8rem;
  }

  .trust-strip-grid{
    grid-template-columns:1fr;
  }

  .trust-strip-grid article{
    border-left:1px solid #e5ebf2;
  }

}


/* NetNavi Cloud v4.1 — contact details and Blesta client area */
.utility-bar{
  border-bottom:1px solid #e6ebf2;
  background:#f7f9fc;
}

.utility-bar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:36px;
}

.utility-contact,
.utility-links{
  display:flex;
  align-items:center;
  gap:16px;
}

.utility-bar a{
  color:#5d6a7d;
  font-size:.66rem;
  font-weight:750;
  text-decoration:none;
}

.utility-bar a:hover{
  color:var(--ink);
}

.utility-client-link{
  color:var(--blue)!important;
}

.header-client-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:8px 13px!important;
  border-radius:8px!important;
  background:var(--blue)!important;
  color:#fff!important;
}

.header-client-link:hover{
  background:var(--blue-dark)!important;
  color:#fff!important;
}

.footer-grid{
  grid-template-columns:1.25fr repeat(4,minmax(0,1fr))!important;
}

.footer-contact-block address{
  margin-top:3px;
  color:var(--muted);
  font-size:.68rem;
  font-style:normal;
  line-height:1.55;
}

.contact-detail-stack{
  display:grid;
  gap:11px;
  margin-top:24px;
}

.contact-detail-card{
  display:grid;
  gap:4px;
  padding:14px 15px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
}

.contact-detail-card strong{
  font-size:.72rem;
}

.contact-detail-card a,
.contact-detail-card address{
  color:var(--muted);
  font-size:.74rem;
  font-style:normal;
  text-decoration:none;
}

.contact-detail-card a:hover{
  color:var(--blue);
}

.contact-client-button{
  width:max-content;
  margin-top:3px;
}

.final-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.final-commercial-cta .secondary-button{
  border-color:rgba(255,255,255,.45);
  background:transparent;
  color:#fff;
}

.final-commercial-cta .secondary-button:hover{
  border-color:#fff;
  background:rgba(255,255,255,.1);
  color:#fff;
}

@media(max-width:980px){
  .footer-grid{
    grid-template-columns:1fr 1fr!important;
  }
}

@media(max-width:900px){
  .utility-bar-inner{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
    padding-top:7px;
    padding-bottom:7px;
  }

  .utility-contact,
  .utility-links{
    flex-wrap:wrap;
  }
}

@media(max-width:620px){
  .utility-contact{
    display:grid;
    gap:2px;
  }

  .utility-links{
    width:100%;
    justify-content:space-between;
  }

  .footer-grid{
    grid-template-columns:1fr!important;
  }

  .header-client-link,
  .header-status-link{
    width:100%;
  }
}

/* v5.0 configurable products and pricing */
.product-page-hero{padding-bottom:70px}.product-hero-actions{justify-content:center}.pricing-section{background:#f6f8fb}.dynamic-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:18px;align-items:stretch}.dynamic-pricing-card{position:relative;display:flex;min-width:0;min-height:500px;flex-direction:column;padding:26px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 12px 34px rgba(20,32,51,.055)}.dynamic-pricing-card.popular{border-color:rgba(23,105,224,.45);box-shadow:0 18px 46px rgba(23,105,224,.13)}.popular-label{position:absolute;top:16px;right:16px;padding:6px 9px;border-radius:999px;background:#eaf2ff;color:var(--blue);font-size:.63rem;font-weight:850}.pricing-card-heading{min-height:92px;padding-right:74px}.pricing-card-heading small{display:block;color:var(--muted);font-size:.68rem;line-height:1.4}.pricing-card-heading h3{margin:8px 0 0;font-size:1.5rem;letter-spacing:-.045em}.pricing-price{display:grid;gap:2px;padding:18px 0;border-top:1px solid #e7ecf2;border-bottom:1px solid #e7ecf2}.pricing-price strong{font-size:2rem;line-height:1.1;letter-spacing:-.045em}.pricing-price span,.pricing-price small{color:var(--muted);font-size:.67rem}.pricing-feature-list{display:grid;gap:9px;margin:22px 0;padding:0;list-style:none}.pricing-feature-list li{position:relative;padding-left:18px;color:#526075;font-size:.73rem;line-height:1.4}.pricing-feature-list li::before{content:"";position:absolute;left:0;top:.48em;width:7px;height:7px;border:2px solid var(--blue);border-radius:50%}.pricing-order-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:auto;border:0;border-radius:9px;background:var(--blue);color:#fff;font-size:.76rem;font-weight:850;text-decoration:none}.pricing-order-button:hover{background:var(--blue-dark);color:#fff}.pricing-disclaimer{max-width:850px;margin:18px auto 0;color:var(--muted);font-size:.68rem;text-align:center}.product-support-section{padding-top:24px}@media(max-width:620px){.dynamic-pricing-card{min-height:auto}.pricing-card-heading{min-height:0}}


/* v6.0 accessibility and SEO support */
.skip-link{
  position:fixed;
  z-index:1000;
  top:10px;
  left:10px;
  transform:translateY(-160%);
  padding:10px 14px;
  border-radius:8px;
  background:#142033;
  color:#fff;
  font-size:.75rem;
  font-weight:800;
  text-decoration:none;
}

.skip-link:focus{
  transform:translateY(0);
}

:focus-visible{
  outline:3px solid rgba(23,105,224,.38);
  outline-offset:3px;
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}


/* v6.1 — clean single-navigation header */
.utility-bar-inner{
  justify-content:flex-start!important;
}

.utility-contact{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:16px!important;
}

.utility-contact span{
  color:#7a8798;
  font-size:.65rem;
  font-weight:700;
}

.utility-links,
.utility-client-link{
  display:none!important;
}

.header-actions{
  gap:18px!important;
}

.header-status-link{
  order:1;
  border:0!important;
  background:transparent!important;
  min-height:auto!important;
  padding:0!important;
  color:#536175!important;
}

.header-status-link:hover{
  background:transparent!important;
  color:var(--ink)!important;
}

.header-client-link{
  order:2;
}

@media(max-width:900px){
  .utility-contact{
    gap:7px 14px!important;
  }

  .header-status-link,
  .header-client-link{
    width:100%!important;
  }

  .header-status-link{
    padding:11px 0!important;
  }
}


/* v7.0 — purposeful NetNavi Cloud utility bar */
.utility-bar{
  position:relative;
  z-index:30;
  border-bottom:1px solid #dfe6ef!important;
  background:#142033!important;
  color:#fff!important;
}

.utility-bar-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  min-height:44px!important;
  padding-top:6px!important;
  padding-bottom:6px!important;
}

.utility-contact,
.utility-information{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:18px!important;
  min-width:0!important;
}

.utility-information{
  justify-content:flex-end!important;
}

.utility-label{
  color:#9fb0c7!important;
  font-size:.61rem!important;
  font-weight:850!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.utility-item,
.utility-hours{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  color:#fff!important;
  font-size:.67rem!important;
  line-height:1.2!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.utility-item:hover strong{
  color:#9fc6ff!important;
}

.utility-item-label{
  color:#91a2b8!important;
  font-size:.59rem!important;
  font-weight:750!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}

.utility-item strong,
.utility-hours strong{
  color:#fff!important;
  font-size:.68rem!important;
  font-weight:750!important;
}

.utility-company-note{
  padding:5px 9px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  color:#c7d3e2!important;
  font-size:.61rem!important;
  font-weight:750!important;
  white-space:nowrap!important;
}

.site-header{
  top:0!important;
}

.header-inner{
  min-height:84px!important;
}

.header-actions{
  gap:17px!important;
}

.header-actions>a{
  white-space:nowrap!important;
}

.header-status-link{
  margin-left:3px!important;
}

@media(max-width:1080px){
  .utility-company-note{
    display:none!important;
  }

  .utility-contact,
  .utility-information{
    gap:12px!important;
  }
}

@media(max-width:820px){
  .utility-bar-inner{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:5px!important;
    min-height:auto!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
  }

  .utility-contact,
  .utility-information{
    width:100%!important;
    justify-content:flex-start!important;
  }

  .utility-label{
    width:100%!important;
  }
}

@media(max-width:560px){
  .utility-contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:5px!important;
  }

  .utility-information{
    display:none!important;
  }

  .utility-item{
    justify-content:space-between!important;
    width:100%!important;
  }

  .utility-item-label{
    min-width:58px!important;
  }
}


/* v7.1 — two-product catalogue */
.commercial-product-grid-two{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  max-width:880px;
  margin-right:auto;
  margin-left:auto;
}

@media(max-width:760px){
  .commercial-product-grid-two{
    grid-template-columns:1fr!important;
  }
}

/* v7.2 sales/support and SEO polish */
.utility-support-note{display:flex!important;align-items:center!important;gap:7px!important;color:#fff!important;font-size:.67rem!important;line-height:1.2!important;white-space:nowrap!important}.utility-support-note strong{color:#fff!important;font-size:.68rem!important;font-weight:750!important}.footer-grid{grid-template-columns:1.2fr repeat(5,minmax(0,1fr))!important}@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr 1fr!important}}@media(max-width:760px){.footer-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:560px){.utility-support-note{width:100%!important;justify-content:space-between!important}.footer-grid{grid-template-columns:1fr!important}}


/* v7.3 — compact utility bar */
.utility-bar{
  border-bottom:1px solid rgba(255,255,255,.1)!important;
  background:#142033!important;
  color:#fff!important;
}

.utility-bar-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  min-height:38px!important;
  padding-top:5px!important;
  padding-bottom:5px!important;
}

.utility-contact{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px 22px!important;
  min-width:0!important;
}

.utility-contact a,
.utility-support-note,
.utility-hours{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  margin:0!important;
  color:#d6dfeb!important;
  font-size:.66rem!important;
  line-height:1.3!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.utility-contact a:hover{
  color:#fff!important;
}

.utility-contact strong,
.utility-support-note strong,
.utility-hours strong{
  color:#fff!important;
  font-size:inherit!important;
  font-weight:800!important;
}

.utility-hours{
  flex:0 0 auto!important;
  justify-content:flex-end!important;
  color:#aebdce!important;
}

.utility-label,
.utility-item-label,
.utility-company-note{
  display:none!important;
}

@media(max-width:900px){
  .utility-bar-inner{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:4px!important;
    min-height:auto!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
  }

  .utility-contact{
    gap:5px 16px!important;
  }

  .utility-hours{
    justify-content:flex-start!important;
  }
}

@media(max-width:620px){
  .utility-contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    gap:4px!important;
  }

  .utility-contact a,
  .utility-support-note,
  .utility-hours{
    width:100%!important;
    white-space:normal!important;
  }
}


/* v7.4 — refined utility bar */
.utility-bar{
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  background:#111c2d!important;
  color:#fff!important;
}

.utility-bar-inner{
  display:grid!important;
  grid-template-columns:auto auto minmax(220px,1fr) auto!important;
  align-items:center!important;
  gap:0!important;
  min-height:40px!important;
  padding-top:0!important;
  padding-bottom:0!important;
}

.utility-group{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  min-height:40px!important;
  padding:0 18px!important;
  color:#c8d3e0!important;
  font-size:.66rem!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}

.utility-group:first-child{
  padding-left:0!important;
}

.utility-group:last-child{
  padding-right:0!important;
}

.utility-group:not(:last-child)::after{
  content:""!important;
  position:absolute!important;
  top:11px!important;
  right:0!important;
  width:1px!important;
  height:18px!important;
  background:rgba(255,255,255,.1)!important;
}

.utility-key{
  color:#8fa1b8!important;
  font-size:.58rem!important;
  font-weight:850!important;
  letter-spacing:.065em!important;
  text-transform:uppercase!important;
}

.utility-group a,
.utility-group>span:last-child{
  min-width:0!important;
  overflow:hidden!important;
  color:#f8fbff!important;
  font-size:.66rem!important;
  font-weight:750!important;
  text-decoration:none!important;
  text-overflow:ellipsis!important;
}

.utility-group a:hover{
  color:#9fc6ff!important;
}

.utility-support{
  justify-self:start!important;
}

.utility-hours{
  justify-self:end!important;
}

@media(max-width:1050px){
  .utility-bar-inner{
    grid-template-columns:auto auto 1fr!important;
  }

  .utility-hours{
    display:none!important;
  }

  .utility-support::after{
    display:none!important;
  }
}

@media(max-width:760px){
  .utility-bar-inner{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:0!important;
    min-height:auto!important;
    padding-top:6px!important;
    padding-bottom:6px!important;
  }

  .utility-group{
    min-height:28px!important;
    padding:0 12px!important;
  }

  .utility-group:first-child{
    padding-left:0!important;
  }

  .utility-support{
    width:100%!important;
    padding-top:3px!important;
    padding-left:0!important;
  }

  .utility-email::after{
    display:none!important;
  }
}

@media(max-width:520px){
  .utility-bar{
    display:none!important;
  }
}


/* v7.7.0 visual polish */
.commercial-hero-copy h1{max-width:780px}
.commercial-hero-copy>p{max-width:680px}
.hero-assurances{display:flex;flex-wrap:wrap;gap:10px 18px}
.hero-assurances span{white-space:nowrap}
.commercial-product-card{height:100%;display:flex;flex-direction:column}
.commercial-product-card>p{max-width:46rem}
.commercial-product-card>a{margin-top:auto}
.process-grid article{height:100%}
.infrastructure-feature-grid article{height:100%}
.site-footer .footer-grid{align-items:start}
@media(max-width:760px){
 .commercial-hero-copy h1{font-size:clamp(2.35rem,11vw,3.6rem);line-height:1.02}
 .hero-actions{align-items:stretch}
 .hero-actions a{text-align:center}
 .hero-assurances{gap:8px 12px}
 .hero-assurances span{white-space:normal}
}

/* v7.9.0 footer refinement */
.site-footer{padding-top:54px}
.site-footer .footer-grid{display:grid;grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(130px,1fr));gap:34px}
.footer-brand{max-width:390px}.footer-brand-link{display:inline-flex;margin-bottom:18px}
.footer-brand p{max-width:360px;margin:0;line-height:1.7}
.site-footer .footer-grid>div:not(.footer-brand)>strong{display:block;margin-bottom:14px}
.site-footer .footer-grid>div:not(.footer-brand)>a{display:block;width:max-content;max-width:100%;margin:9px 0}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:42px;padding-top:22px;padding-bottom:26px}
.footer-legal{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.footer-legal a{white-space:nowrap}
@media(max-width:900px){.site-footer .footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:620px){.site-footer{padding-top:40px}.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;margin-top:30px}.footer-legal{gap:14px}}


/* v7.9.1 footer repair — intentionally scoped to avoid legacy footer-grid rules */
.nn-footer{
    margin-top:0!important;
    padding:0!important;
    border-top:1px solid var(--line)!important;
    background:#fff!important;
}
.nn-footer-main{
    display:grid!important;
    grid-template-columns:minmax(280px,1.7fr) repeat(3,minmax(130px,1fr))!important;
    gap:48px!important;
    align-items:start!important;
    padding-top:48px!important;
    padding-bottom:42px!important;
}
.nn-footer-brand{
    display:block!important;
    max-width:410px!important;
}
.nn-footer-logo{
    display:inline-flex!important;
    align-items:center!important;
    gap:13px!important;
    margin:0 0 16px!important;
    color:var(--ink)!important;
    text-decoration:none!important;
}
.nn-footer-logo img{
    display:block!important;
    width:52px!important;
    height:52px!important;
    flex:0 0 52px!important;
}
.nn-footer-logo span{
    display:block!important;
    min-width:0!important;
}
.nn-footer-logo strong{
    display:block!important;
    margin:0!important;
    color:var(--ink)!important;
    font-size:.95rem!important;
    font-weight:800!important;
    line-height:1.2!important;
    letter-spacing:-.02em!important;
}
.nn-footer-logo small{
    display:block!important;
    margin-top:4px!important;
    color:var(--muted)!important;
    font-size:.68rem!important;
    font-weight:650!important;
    line-height:1.35!important;
}
.nn-footer-brand p{
    max-width:360px!important;
    margin:0!important;
    color:var(--muted)!important;
    font-size:.72rem!important;
    line-height:1.7!important;
}
.nn-footer-column{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
}
.nn-footer-column strong{
    display:block!important;
    margin:0 0 4px!important;
    color:var(--ink)!important;
    font-size:.72rem!important;
    font-weight:800!important;
}
.nn-footer-column a{
    display:inline-block!important;
    width:auto!important;
    margin:0!important;
    padding:0!important;
    color:var(--muted)!important;
    font-size:.7rem!important;
    font-weight:600!important;
    line-height:1.45!important;
    text-decoration:none!important;
}
.nn-footer-column a:hover,
.nn-footer-legal a:hover{
    color:var(--blue)!important;
}
.nn-footer-bottom{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:24px!important;
    margin:0 auto!important;
    padding-top:20px!important;
    padding-bottom:24px!important;
    border-top:1px solid var(--line)!important;
    color:var(--muted)!important;
    font-size:.66rem!important;
}
.nn-footer-legal{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:18px!important;
    margin:0!important;
    padding:0!important;
}
.nn-footer-legal a{
    margin:0!important;
    padding:0!important;
    color:var(--muted)!important;
    font-size:.66rem!important;
    text-decoration:none!important;
}

@media(max-width:900px){
    .nn-footer-main{
        grid-template-columns:1.6fr repeat(2,minmax(130px,1fr))!important;
        gap:34px!important;
    }
    .nn-footer-brand{
        grid-column:1/-1!important;
        max-width:520px!important;
    }
}
@media(max-width:640px){
    .nn-footer-main{
        grid-template-columns:1fr 1fr!important;
        gap:30px 24px!important;
        padding-top:38px!important;
        padding-bottom:32px!important;
    }
    .nn-footer-brand{
        grid-column:1/-1!important;
    }
    .nn-footer-bottom{
        align-items:flex-start!important;
        flex-direction:column!important;
        gap:12px!important;
    }
    .nn-footer-legal{
        gap:12px 16px!important;
    }
}
@media(max-width:420px){
    .nn-footer-main{
        grid-template-columns:1fr!important;
    }
    .nn-footer-brand{
        grid-column:auto!important;
    }
}


/* v7.9.2 cookie notice */
.nn-cookie-notice[hidden]{display:none!important}
.nn-cookie-notice{
    position:fixed;
    z-index:99999;
    left:20px;
    right:20px;
    bottom:20px;
    max-width:760px;
    margin:0 auto;
}
.nn-cookie-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:18px 20px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 50px rgba(20,32,51,.18);
}
.nn-cookie-copy strong{
    display:block;
    margin-bottom:5px;
    color:var(--ink);
    font-size:.8rem;
    font-weight:800;
}
.nn-cookie-copy p{
    margin:0;
    color:var(--muted);
    font-size:.7rem;
    line-height:1.55;
}
.nn-cookie-copy a{
    display:inline-block;
    margin-top:7px;
    color:var(--blue);
    font-size:.68rem;
    font-weight:700;
    text-decoration:none;
}
.nn-cookie-button{
    flex:0 0 auto;
    min-height:40px;
    padding:9px 16px;
    border:1px solid var(--blue);
    border-radius:8px;
    background:var(--blue);
    color:#fff;
    font:inherit;
    font-size:.72rem;
    font-weight:800;
    cursor:pointer;
}
.nn-cookie-button:hover{background:var(--blue-dark);border-color:var(--blue-dark)}
@media(max-width:640px){
    .nn-cookie-notice{left:12px;right:12px;bottom:12px}
    .nn-cookie-inner{align-items:stretch;flex-direction:column;gap:14px;padding:16px}
    .nn-cookie-button{width:100%}
}


/* NetNavi Cloud shared shell v1.0 — identical on public site + WHMCS */
:root{
  --ink:#142033;
  --muted:#627084;
  --line:#dde5ee;
  --blue:#1769e0;
  --blue-dark:#0e55bd;
  --soft:#f4f7fa;
  --white:#fff;
}

.shell{
  width:min(1120px,calc(100% - 40px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.utility-bar{
  position:relative!important;
  z-index:30!important;
  display:block!important;
  border-bottom:1px solid #dfe6ef!important;
  background:#142033!important;
  color:#fff!important;
}
.utility-bar-inner{
  display:grid!important;
  grid-template-columns:auto auto minmax(220px,1fr) auto!important;
  align-items:center!important;
  gap:0!important;
  min-height:40px!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.utility-group{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:0!important;
  min-height:40px!important;
  padding:0 18px!important;
  color:#c8d3e0!important;
  font-size:.66rem!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.utility-group:first-child{padding-left:0!important}
.utility-group:last-child{padding-right:0!important}
.utility-group:not(:last-child)::after{
  content:""!important;
  position:absolute!important;
  top:11px!important;
  right:0!important;
  width:1px!important;
  height:18px!important;
  background:rgba(255,255,255,.1)!important;
}
.utility-key{
  color:#8fa1b8!important;
  font-size:.58rem!important;
  font-weight:850!important;
  letter-spacing:.065em!important;
  text-transform:uppercase!important;
}
.utility-group a,
.utility-group>span:last-child{
  min-width:0!important;
  overflow:hidden!important;
  color:#f8fbff!important;
  font-size:.66rem!important;
  font-weight:750!important;
  text-decoration:none!important;
  text-overflow:ellipsis!important;
}
.utility-group a:hover{color:#9fc6ff!important}

.site-header{
  position:sticky!important;
  top:0!important;
  z-index:1045!important;
  border-bottom:1px solid rgba(221,229,238,.9)!important;
  background:rgba(255,255,255,.94)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  backdrop-filter:blur(14px)!important;
}
.header-inner{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  min-height:84px!important;
  height:auto!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  color:var(--ink)!important;
  text-decoration:none!important;
}
.brand img{
  display:block!important;
  width:52px!important;
  height:52px!important;
  object-fit:contain!important;
}
.brand span{
  display:grid!important;
  line-height:1.05!important;
}
.brand strong{
  color:var(--ink)!important;
  font-size:1.3rem!important;
  font-weight:800!important;
  letter-spacing:-.03em!important;
}
.brand small{
  margin-top:5px!important;
  color:var(--muted)!important;
  font-size:.72rem!important;
  font-weight:700!important;
  line-height:1.25!important;
}
.header-actions{
  display:flex!important;
  align-items:center!important;
  flex-direction:row!important;
  gap:22px!important;
  margin:0!important;
  padding:0!important;
}
.header-actions>a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:#536175!important;
  font-size:.78rem!important;
  font-weight:750!important;
  line-height:1.2!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.header-actions>a:hover{color:var(--ink)!important}
.header-status-link{
  min-height:40px!important;
  padding:8px 13px!important;
  border:1px solid var(--line)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--ink)!important;
}
.header-status-link:hover{
  border-color:#bcc9d8!important;
  background:#f8fafc!important;
}
.header-client-link{
  min-height:40px!important;
  padding:8px 13px!important;
  border-radius:8px!important;
  background:var(--blue)!important;
  color:#fff!important;
}
.header-client-link:hover{
  background:var(--blue-dark)!important;
  color:#fff!important;
}
.menu-toggle{
  display:none!important;
  border:1px solid var(--line)!important;
  border-radius:8px!important;
  background:#fff!important;
  padding:8px 11px!important;
  color:var(--ink)!important;
  font:inherit!important;
  font-weight:800!important;
}

.nn-footer{
  margin-top:0!important;
  padding:0!important;
  border-top:1px solid var(--line)!important;
  background:#fff!important;
}
.nn-footer-main{
  display:grid!important;
  grid-template-columns:minmax(280px,1.7fr) repeat(3,minmax(130px,1fr))!important;
  gap:48px!important;
  align-items:start!important;
  padding-top:48px!important;
  padding-bottom:42px!important;
}
.nn-footer-brand{
  display:block!important;
  max-width:410px!important;
}
.nn-footer-logo{
  display:inline-flex!important;
  align-items:center!important;
  gap:13px!important;
  margin:0 0 16px!important;
  color:var(--ink)!important;
  text-decoration:none!important;
}
.nn-footer-logo img{
  display:block!important;
  width:52px!important;
  height:52px!important;
  flex:0 0 52px!important;
}
.nn-footer-logo span{display:block!important;min-width:0!important}
.nn-footer-logo strong{
  display:block!important;
  margin:0!important;
  color:var(--ink)!important;
  font-size:.95rem!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:-.02em!important;
}
.nn-footer-logo small{
  display:block!important;
  margin-top:4px!important;
  color:var(--muted)!important;
  font-size:.68rem!important;
  font-weight:650!important;
  line-height:1.35!important;
}
.nn-footer-brand p{
  max-width:360px!important;
  margin:0!important;
  color:var(--muted)!important;
  font-size:.72rem!important;
  line-height:1.7!important;
}
.nn-footer-column{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}
.nn-footer-column strong{
  display:block!important;
  margin:0 0 4px!important;
  color:var(--ink)!important;
  font-size:.72rem!important;
  font-weight:800!important;
}
.nn-footer-column a{
  display:inline-block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  color:var(--muted)!important;
  font-size:.7rem!important;
  font-weight:600!important;
  line-height:1.45!important;
  text-decoration:none!important;
}
.nn-footer-column a:hover,
.nn-footer-legal a:hover{color:var(--blue)!important}
.nn-footer-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin:0 auto!important;
  padding-top:20px!important;
  padding-bottom:24px!important;
  border-top:1px solid var(--line)!important;
  color:var(--muted)!important;
  font-size:.66rem!important;
}
.nn-footer-legal{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:18px!important;
  margin:0!important;
  padding:0!important;
}
.nn-footer-legal a{
  margin:0!important;
  padding:0!important;
  color:var(--muted)!important;
  font-size:.66rem!important;
  text-decoration:none!important;
}

.nn-cookie-notice[hidden]{display:none!important}
.nn-cookie-notice{
  position:fixed!important;
  z-index:99999!important;
  left:20px!important;
  right:20px!important;
  bottom:20px!important;
  max-width:760px!important;
  margin:0 auto!important;
}
.nn-cookie-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  padding:18px 20px!important;
  border:1px solid var(--line)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 18px 50px rgba(20,32,51,.18)!important;
}
.nn-cookie-copy strong{
  display:block!important;
  margin-bottom:5px!important;
  color:var(--ink)!important;
  font-size:.8rem!important;
  font-weight:800!important;
}
.nn-cookie-copy p{
  margin:0!important;
  color:var(--muted)!important;
  font-size:.7rem!important;
  line-height:1.55!important;
}
.nn-cookie-copy a{
  display:inline-block!important;
  margin-top:7px!important;
  color:var(--blue)!important;
  font-size:.68rem!important;
  font-weight:700!important;
  text-decoration:none!important;
}
.nn-cookie-button{
  flex:0 0 auto!important;
  min-height:40px!important;
  padding:9px 16px!important;
  border:1px solid var(--blue)!important;
  border-radius:8px!important;
  background:var(--blue)!important;
  color:#fff!important;
  font:inherit!important;
  font-size:.72rem!important;
  font-weight:800!important;
  cursor:pointer!important;
}
.nn-cookie-button:hover{
  background:var(--blue-dark)!important;
  border-color:var(--blue-dark)!important;
}

@media(max-width:900px){
  .shell{width:min(100% - 26px,1120px)!important}
  .utility-bar-inner{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:flex-start!important;
    min-height:auto!important;
    padding-top:6px!important;
    padding-bottom:6px!important;
  }
  .utility-group{min-height:28px!important;padding:0 12px!important}
  .utility-group:first-child{padding-left:0!important}
  .utility-group:not(:last-child)::after{display:none!important}

  .header-inner{min-height:72px!important}
  .brand img{width:45px!important;height:45px!important}
  .menu-toggle{display:inline-flex!important}
  .header-actions{
    position:absolute!important;
    top:100%!important;
    right:0!important;
    left:0!important;
    z-index:1040!important;
    display:none!important;
    align-items:stretch!important;
    flex-direction:column!important;
    gap:0!important;
    padding:12px 20px!important;
    border-bottom:1px solid var(--line)!important;
    background:#fff!important;
    box-shadow:0 16px 24px rgba(20,32,51,.12)!important;
  }
  .header-actions.open{display:flex!important}
  .header-actions>a{
    width:100%!important;
    justify-content:flex-start!important;
    padding:11px 0!important;
  }
  .header-status-link{
    border:0!important;
    background:transparent!important;
    min-height:auto!important;
  }
  .header-client-link{
    justify-content:center!important;
    margin-top:6px!important;
    padding:10px 13px!important;
  }

  .nn-footer-main{
    grid-template-columns:1.6fr repeat(2,minmax(130px,1fr))!important;
    gap:34px!important;
  }
  .nn-footer-brand{
    grid-column:1/-1!important;
    max-width:520px!important;
  }
}
@media(max-width:640px){
  .utility-bar-inner{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:4px!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
  }
  .utility-group{
    min-height:22px!important;
    padding:0!important;
  }

  .nn-footer-main{
    grid-template-columns:1fr 1fr!important;
    gap:30px 24px!important;
    padding-top:38px!important;
    padding-bottom:32px!important;
  }
  .nn-footer-brand{grid-column:1/-1!important}
  .nn-footer-bottom{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:12px!important;
  }
  .nn-footer-legal{gap:12px 16px!important}

  .nn-cookie-notice{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
  }
  .nn-cookie-inner{
    align-items:stretch!important;
    flex-direction:column!important;
    gap:14px!important;
    padding:16px!important;
  }
  .nn-cookie-button{width:100%!important}
}
@media(max-width:420px){
  .nn-footer-main{grid-template-columns:1fr!important}
  .nn-footer-brand{grid-column:auto!important}
}


/* v7.9.4 Client Area CTA fix */
.site-header .header-actions .header-client-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:40px!important;
    padding:8px 15px!important;
    border:1px solid var(--blue)!important;
    border-radius:8px!important;
    background:var(--blue)!important;
    color:#fff!important;
    font-weight:800!important;
    text-decoration:none!important;
}
.site-header .header-actions .header-client-link:hover{
    border-color:var(--blue-dark)!important;
    background:var(--blue-dark)!important;
    color:#fff!important;
}
@media(max-width:900px){
    .site-header .header-actions .header-client-link{
        width:100%!important;
        margin-top:6px!important;
        padding:11px 15px!important;
    }
}


/* v8.0.2 — commercial site aligned to WHMCS typography/layout language */
body{
    color:#142033;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:16px;
    line-height:1.6;
}
.commercial-hero,
.section,
.trust-strip{
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.commercial-hero{
    padding-top:42px!important;
    padding-bottom:38px!important;
}
.commercial-hero-grid{
    gap:34px!important;
}
.commercial-hero-copy .eyebrow,
.section-heading .eyebrow,
.infrastructure-copy .eyebrow,
.transparency-card .eyebrow,
.final-commercial-cta .eyebrow{
    margin-bottom:8px!important;
    color:#536174!important;
    font-size:.78rem!important;
    font-weight:750!important;
    line-height:1.2!important;
    letter-spacing:0!important;
    text-transform:none!important;
}
.commercial-hero-copy h1{
    max-width:820px!important;
    margin-bottom:14px!important;
    color:#142033!important;
    font-size:clamp(2rem,4vw,3.1rem)!important;
    font-weight:750!important;
    letter-spacing:-.035em!important;
    line-height:1.06!important;
}
.commercial-hero-copy>p{
    max-width:790px!important;
    margin-bottom:20px!important;
    color:#536174!important;
    font-size:1rem!important;
    line-height:1.65!important;
}
.hero-actions{
    gap:10px!important;
}
.primary-button,
.secondary-button{
    min-height:42px!important;
    padding:9px 16px!important;
    border-radius:8px!important;
    font-size:.85rem!important;
    font-weight:750!important;
    line-height:1.2!important;
}
.hero-service-panel,
.commercial-product-card,
.process-grid article,
.infrastructure-feature-grid article,
.transparency-card,
.faq-list details{
    border:1px solid #dce4ec!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 5px 18px rgba(20,32,51,.045)!important;
}
.hero-service-panel{
    overflow:hidden!important;
}
.hero-service-panel-head{
    padding:20px!important;
}
.hero-service-panel>a{
    min-height:78px!important;
    padding:16px 20px!important;
}
.trust-strip-grid{
    gap:14px!important;
}
.trust-strip article{
    padding:18px!important;
}
.trust-strip strong,
.commercial-product-card h3,
.process-grid h3,
.infrastructure-feature-grid h3{
    color:#142033!important;
    font-size:.92rem!important;
    font-weight:750!important;
    line-height:1.25!important;
}
.trust-strip span,
.commercial-product-card p,
.process-grid p,
.infrastructure-feature-grid p{
    color:#627084!important;
    font-size:.76rem!important;
    line-height:1.45!important;
}
.section{
    padding-top:44px!important;
    padding-bottom:44px!important;
}
.section-heading{
    margin-bottom:18px!important;
}
.section-heading h2,
.infrastructure-copy h2,
.transparency-card h2,
.final-commercial-cta h2{
    margin-bottom:8px!important;
    color:#142033!important;
    font-size:clamp(1.5rem,3vw,2.1rem)!important;
    font-weight:750!important;
    letter-spacing:-.025em!important;
    line-height:1.12!important;
}
.section-heading p,
.infrastructure-copy p,
.transparency-card p,
.final-commercial-cta p{
    color:#627084!important;
    font-size:.92rem!important;
    line-height:1.6!important;
}
.commercial-product-grid,
.process-grid,
.infrastructure-feature-grid{
    gap:14px!important;
}
.commercial-product-card,
.process-grid article,
.infrastructure-feature-grid article{
    padding:20px!important;
}
.commercial-product-card:hover{
    transform:translateY(-2px)!important;
    border-color:#b9cbe0!important;
    box-shadow:0 10px 26px rgba(20,32,51,.08)!important;
}
.faq-list{
    gap:10px!important;
}
.faq-list details{
    padding:0!important;
}
.faq-list summary{
    padding:16px 18px!important;
    color:#142033!important;
    font-size:.82rem!important;
    font-weight:750!important;
}
.faq-list details p{
    padding:0 18px 16px!important;
    color:#627084!important;
    font-size:.78rem!important;
    line-height:1.55!important;
}
.final-commercial-cta-inner{
    gap:24px!important;
    padding:24px 26px!important;
    border:1px solid #dce4ec!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 8px 24px rgba(20,32,51,.05)!important;
}
@media(max-width:640px){
    .commercial-hero{
        padding-top:28px!important;
        padding-bottom:26px!important;
    }
    .section{
        padding-top:34px!important;
        padding-bottom:34px!important;
    }
    .commercial-product-card,
    .process-grid article,
    .infrastructure-feature-grid article{
        padding:17px!important;
    }
}


/* NetNavi Site v8.5.0 — Backup service page */
.commercial-product-grid-three{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  max-width:1120px;
  margin-right:auto;
  margin-left:auto;
}

.backup-intro-section{
  background:#fff;
}

.backup-plan-section{
  background:var(--soft);
}

.backup-plan-card{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:30px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
}

.backup-plan-summary{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-width:0;
  padding:8px;
}

.backup-plan-summary>small{
  color:var(--blue);
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.backup-plan-summary h3{
  margin:10px 0 12px;
  font-size:2rem;
  letter-spacing:-.045em;
}

.backup-plan-summary p{
  margin:0 0 24px;
  color:var(--muted);
  font-size:.84rem;
}

.backup-plan-specs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.backup-plan-specs article{
  display:flex;
  min-height:150px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:20px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#f9fbfd;
  text-align:center;
}

.backup-plan-specs span{
  color:#718096;
  font-size:.66rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.backup-plan-specs strong{
  margin:8px 0 5px;
  color:var(--ink);
  font-size:1.45rem;
  letter-spacing:-.035em;
}

.backup-plan-specs small{
  color:var(--muted);
  font-size:.7rem;
}

.backup-how-section{
  background:#fff;
}

@media(max-width:900px){
  .commercial-product-grid-three{
    grid-template-columns:1fr!important;
    max-width:620px;
  }

  .backup-plan-card{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .backup-plan-card{
    padding:20px;
  }

  .backup-plan-specs{
    grid-template-columns:1fr;
  }
}


/* NetNavi Site v8.6.0 — Services navigation + overview page */

.site-nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}

.site-nav-dropdown-toggle{
  display:flex;
  align-items:center;
  gap:6px;
}

.site-nav-dropdown-toggle::after{
  content:"";
  width:6px;
  height:6px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
  transform-origin:center;
}

.site-nav-dropdown-menu{
  position:absolute;
  z-index:1000;
  top:calc(100% + 12px);
  left:50%;
  display:none;
  min-width:190px;
  padding:7px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 40px rgba(20,32,51,.14);
  transform:translateX(-50%);
}

.site-nav-dropdown:hover .site-nav-dropdown-menu,
.site-nav-dropdown:focus-within .site-nav-dropdown-menu{
  display:block;
}

.site-nav-dropdown-menu::before{
  content:"";
  position:absolute;
  top:-13px;
  right:0;
  left:0;
  height:13px;
}

.site-nav-dropdown-menu a{
  display:block;
  padding:10px 12px;
  border-radius:8px;
  color:var(--ink)!important;
  font-size:.78rem;
  font-weight:700;
  line-height:1.25;
  text-decoration:none!important;
  white-space:nowrap;
}

.site-nav-dropdown-menu a:hover,
.site-nav-dropdown-menu a:focus,
.site-nav-dropdown-menu a.active{
  background:var(--soft);
  color:var(--ink)!important;
}

.site-nav-dropdown.active > .site-nav-dropdown-toggle{
  color:var(--ink);
}

.services-overview-section{
  background:var(--soft);
}

.services-overview-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:1120px;
  margin:0 auto;
}

.service-overview-card{
  display:flex;
  min-height:100%;
  flex-direction:column;
  align-items:flex-start;
  padding:28px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
}

.service-overview-card>small{
  color:var(--blue);
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.service-overview-card h3{
  margin:10px 0 12px;
  font-size:1.55rem;
  letter-spacing:-.04em;
}

.service-overview-card p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:.82rem;
}

.service-overview-card ul{
  margin:0 0 24px;
  padding-left:18px;
  color:var(--ink);
  font-size:.76rem;
}

.service-overview-card li+li{
  margin-top:7px;
}

.service-overview-card .secondary-button{
  margin-top:auto;
}

@media(max-width:900px){
  .services-overview-grid{
    grid-template-columns:1fr;
    max-width:620px;
  }

  .site-nav-dropdown{
    display:block;
  }

  .site-nav-dropdown-toggle::after{
    display:none;
  }

  .site-nav-dropdown-menu{
    position:static;
    display:block;
    min-width:0;
    margin:4px 0 8px;
    padding:4px 0 4px 12px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    transform:none;
  }

  .site-nav-dropdown-menu::before{
    display:none;
  }

  .site-nav-dropdown-menu a{
    padding:7px 0;
    background:transparent!important;
  }
}


/* v8.6.1 — Services route/navigation polish */
.header-actions .site-nav-dropdown > .site-nav-dropdown-toggle,
.header-actions .site-nav-dropdown > .site-nav-dropdown-toggle:link,
.header-actions .site-nav-dropdown > .site-nav-dropdown-toggle:visited,
.header-actions .site-nav-dropdown > .site-nav-dropdown-toggle:hover,
.header-actions .site-nav-dropdown > .site-nav-dropdown-toggle:focus,
.header-actions .site-nav-dropdown > .site-nav-dropdown-toggle:active,
.header-actions .site-nav-dropdown.active > .site-nav-dropdown-toggle,
.site-nav-dropdown-menu a,
.site-nav-dropdown-menu a:link,
.site-nav-dropdown-menu a:visited,
.site-nav-dropdown-menu a:hover,
.site-nav-dropdown-menu a:focus,
.site-nav-dropdown-menu a:active,
.site-nav-dropdown-menu a.active{
    text-decoration:none!important;
    border-bottom:0!important;
    box-shadow:none!important;
}

/* Disable any active-link underline generated by a pseudo element. */
.header-actions .site-nav-dropdown > .site-nav-dropdown-toggle::before{
    display:none!important;
    content:none!important;
}


/* NetNavi Site v8.7.0 — catalogue-driven layout polish
   Header / Services dropdown markup and menu behaviour intentionally unchanged. */

:root{
  --content-wide:1120px;
  --content-reading:760px;
  --section-space:82px;
  --card-radius:18px;
  --card-pad:28px;
}

/* Consistent section rhythm */
.section{
  padding:var(--section-space) 0;
}
.page-hero{
  padding-top:72px;
  padding-bottom:62px;
}
.page-hero .narrow{
  max-width:820px;
}
.centred-heading{
  max-width:760px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:36px;
  text-align:center;
}
.section-heading>p,
.page-hero p{
  color:var(--muted);
}

/* Product/service grids automatically adapt to add/remove catalogue items. */
.catalogue-service-grid,
.services-overview-grid,
.dynamic-pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))!important;
  gap:20px!important;
  align-items:stretch;
  max-width:var(--content-wide);
  margin-right:auto;
  margin-left:auto;
}

.commercial-product-card,
.service-overview-card,
.dynamic-pricing-card{
  height:100%;
  border-radius:var(--card-radius)!important;
}

.commercial-product-card,
.service-overview-card{
  display:flex;
  flex-direction:column;
  padding:var(--card-pad)!important;
}

.commercial-product-card p,
.service-overview-card p{
  min-height:0!important;
}

.commercial-product-card ul,
.service-overview-card ul{
  margin-bottom:26px;
}

.commercial-product-card>a,
.service-overview-card>a{
  margin-top:auto;
}

/* Pricing cards stay aligned even when plan feature counts differ. */
.dynamic-pricing-card{
  display:flex!important;
  flex-direction:column;
  padding:30px!important;
}
.dynamic-pricing-card .pricing-feature-list{
  flex:1 1 auto;
}
.dynamic-pricing-card .pricing-order-button{
  margin-top:auto;
}

/* Better empty state when every plan in a service is disabled. */
.catalogue-empty-state{
  max-width:700px;
  margin:0 auto;
  padding:34px;
  border:1px solid var(--line);
  border-radius:var(--card-radius);
  background:#fff;
  text-align:center;
  box-shadow:var(--shadow);
}
.catalogue-empty-state h3{
  margin:0 0 8px;
  font-size:1.35rem;
}
.catalogue-empty-state p{
  margin:0 0 22px;
  color:var(--muted);
}

/* Cleaner support/contact CTA alignment */
.transparency-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:30px!important;
  border-radius:var(--card-radius)!important;
}
.transparency-card>div{
  max-width:760px;
}
.transparency-card h2{
  margin-top:8px;
}
.transparency-card p{
  margin-bottom:0;
}

/* Hero service chooser grows cleanly if services are added. */
.hero-service-panel{
  overflow:hidden;
}
.hero-service-panel>a{
  min-height:68px;
}

/* Process/feature blocks get consistent heights and breathing room. */
.process-grid,
.feature-list{
  gap:18px!important;
}
.process-grid>article,
.feature-list>article{
  height:100%;
  border-radius:15px!important;
}

/* Tablet / mobile refinements */
@media(max-width:900px){
  :root{--section-space:68px}
  .transparency-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .catalogue-service-grid,
  .services-overview-grid,
  .dynamic-pricing-grid{
    grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;
  }
}

@media(max-width:620px){
  :root{--section-space:56px;--card-pad:22px}
  .page-hero{
    padding-top:52px;
    padding-bottom:48px;
  }
  .centred-heading{
    text-align:left;
  }
  .catalogue-service-grid,
  .services-overview-grid,
  .dynamic-pricing-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .dynamic-pricing-card{
    padding:24px!important;
  }
  .transparency-card{
    padding:24px!important;
  }
}


/* NetNavi Site v8.8.0 — unified page layout
   Navigation/menu selectors intentionally untouched. */

:root{
  --layout-wide:1120px;
  --layout-reading:780px;
  --layout-gap:22px;
  --section-space-desktop:84px;
  --section-space-tablet:70px;
  --section-space-mobile:54px;
}

/* Shared content geometry */
main,
.page-shell{
  min-width:0;
}

.shell{
  width:min(var(--layout-wide),calc(100% - 40px));
}

.shell.narrow,
.narrow{
  max-width:var(--layout-reading);
}

/* Every main content section gets the same rhythm */
.section{
  padding-top:var(--section-space-desktop)!important;
  padding-bottom:var(--section-space-desktop)!important;
}

.section + .section{
  border-top:0;
}

.page-hero{
  padding-top:76px!important;
  padding-bottom:66px!important;
}

.page-hero .shell.narrow{
  text-align:center;
}

.page-hero h1{
  max-width:820px;
  margin-right:auto;
  margin-left:auto;
}

.page-hero p{
  max-width:720px;
  margin-right:auto;
  margin-left:auto;
}

.page-hero .hero-actions{
  justify-content:center;
}

/* Headings align consistently across all public pages */
.section-heading{
  margin-bottom:36px;
}

.section-heading.centred-heading,
.centred-heading{
  max-width:760px!important;
  margin-right:auto!important;
  margin-left:auto!important;
  text-align:center!important;
}

.section-heading h2{
  margin-top:8px;
}

.section-heading p{
  max-width:700px;
  margin-right:auto;
  margin-left:auto;
}

/* Unified service/product card geometry */
.services-overview-grid,
.catalogue-service-grid,
.commercial-product-grid,
.dynamic-pricing-grid,
.product-feature-grid,
.feature-grid,
.process-grid{
  gap:var(--layout-gap)!important;
}

.service-overview-card,
.commercial-product-card,
.dynamic-pricing-card,
.product-feature-grid > article,
.feature-grid > article,
.process-grid > article{
  border-radius:18px!important;
  box-sizing:border-box;
}

/* Product plan cards align neatly */
.dynamic-pricing-grid{
  align-items:stretch;
}

.dynamic-pricing-card{
  min-width:0;
  height:100%;
}

.dynamic-pricing-card .pricing-card-heading{
  min-height:86px;
}

.dynamic-pricing-card .pricing-price{
  margin:18px 0 22px;
}

.dynamic-pricing-card .pricing-feature-list{
  margin-top:0;
  margin-bottom:28px;
}

/* Feature cards */
.product-feature-grid,
.feature-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));
  max-width:var(--layout-wide);
  margin-right:auto;
  margin-left:auto;
}

.product-feature-grid > article,
.feature-grid > article{
  min-height:190px;
  padding:26px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
}

.product-feature-grid h3,
.feature-grid h3{
  margin:0 0 10px;
}

.product-feature-grid p,
.feature-grid p{
  margin:0;
  color:var(--muted);
}

/* Process cards */
.process-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:var(--layout-wide);
  margin-right:auto;
  margin-left:auto;
}

.process-grid > article{
  min-height:210px;
  padding:28px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
}

.process-grid > article > span{
  display:flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:999px;
  background:var(--soft);
  color:var(--ink);
  font-weight:850;
}

/* Better two-column layouts wherever used */
.two-column{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:48px;
  align-items:start;
}

.two-column > *{
  min-width:0;
}

/* CTA blocks */
.transparency-card{
  min-height:170px;
  padding:34px!important;
  border-radius:18px!important;
}

.transparency-card h2{
  max-width:720px;
}

.transparency-card .primary-button,
.transparency-card .secondary-button{
  flex:0 0 auto;
}

/* Forms / content cards */
form,
.card,
.panel,
.content-card{
  box-sizing:border-box;
}

.contact-grid,
.legal-layout,
.about-grid{
  gap:28px!important;
}

/* Tables and long content shouldn't overflow on small screens */
.table-responsive,
table{
  max-width:100%;
}

pre,
code{
  max-width:100%;
  overflow-wrap:anywhere;
}

/* Footer/top-level content spacing consistency */
.footer-top,
.site-footer .shell{
  box-sizing:border-box;
}

/* Product pages share the same soft/white alternation */
.product-benefits-section{
  background:#fff;
}

.product-process-section{
  background:var(--soft);
}

.product-support-section{
  background:#fff;
}

/* Remove any leftover backup-only layout divergence from v8.5. */
.backup-plan-section,
.backup-intro-section,
.backup-how-section{
  background:unset;
}

.backup-plan-card,
.backup-plan-specs,
.backup-plan-summary{
  all:unset;
}

/* Responsive layout */
@media(max-width:900px){
  .shell{
    width:min(var(--layout-wide),calc(100% - 30px));
  }

  .section{
    padding-top:var(--section-space-tablet)!important;
    padding-bottom:var(--section-space-tablet)!important;
  }

  .page-hero{
    padding-top:62px!important;
    padding-bottom:54px!important;
  }

  .two-column{
    grid-template-columns:1fr;
    gap:30px;
  }

  .process-grid{
    grid-template-columns:1fr;
  }

  .process-grid > article{
    min-height:0;
  }

  .dynamic-pricing-card .pricing-card-heading{
    min-height:0;
  }
}

@media(max-width:620px){
  .shell{
    width:calc(100% - 24px);
  }

  .section{
    padding-top:var(--section-space-mobile)!important;
    padding-bottom:var(--section-space-mobile)!important;
  }

  .page-hero{
    padding-top:48px!important;
    padding-bottom:44px!important;
  }

  .page-hero .shell.narrow,
  .section-heading.centred-heading,
  .centred-heading{
    text-align:left!important;
  }

  .page-hero .hero-actions{
    justify-content:flex-start;
  }

  .product-feature-grid,
  .feature-grid,
  .dynamic-pricing-grid,
  .services-overview-grid,
  .catalogue-service-grid,
  .commercial-product-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  .service-overview-card,
  .commercial-product-card,
  .dynamic-pricing-card,
  .product-feature-grid > article,
  .feature-grid > article,
  .process-grid > article{
    padding:22px!important;
  }

  .transparency-card{
    min-height:0;
    padding:24px!important;
  }
}


/* NetNavi Site v9.5.0 — public site layout polish
   Public navigation structure intentionally unchanged. */

:root{
  --site-wide:1120px;
  --site-reading:760px;
  --site-section:88px;
  --site-section-tablet:70px;
  --site-section-mobile:54px;
  --site-card-radius:18px;
  --site-card-shadow:0 14px 38px rgba(20,32,51,.07);
  --site-card-shadow-soft:0 8px 24px rgba(20,32,51,.05);
}

/* Overall page geometry */
.shell{
  width:min(var(--site-wide),calc(100% - 40px));
}

main{
  overflow:hidden;
}

.section{
  padding-top:var(--site-section)!important;
  padding-bottom:var(--site-section)!important;
}

.section-heading{
  max-width:760px;
  margin-bottom:38px!important;
}

.section-heading.centred-heading,
.centred-heading{
  max-width:760px!important;
  margin-right:auto!important;
  margin-left:auto!important;
  text-align:center!important;
}

.section-heading h2{
  margin-top:8px;
  margin-bottom:12px;
  letter-spacing:-.04em;
}

.section-heading p{
  max-width:700px;
  margin-right:auto;
  margin-left:auto;
  color:var(--muted);
}

/* More deliberate page heroes */
.page-hero{
  position:relative;
  padding-top:82px!important;
  padding-bottom:72px!important;
  background:
    radial-gradient(circle at 50% -20%,rgba(23,105,224,.075),transparent 43%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  border-bottom:1px solid rgba(221,229,238,.72);
}

.page-hero .shell.narrow{
  max-width:820px;
  text-align:center;
}

.page-hero h1{
  max-width:820px;
  margin:14px auto 16px;
  font-size:clamp(2.25rem,5vw,4rem);
  line-height:1;
  letter-spacing:-.06em;
}

.page-hero p{
  max-width:720px;
  margin-right:auto;
  margin-left:auto;
  color:var(--muted);
  font-size:clamp(.96rem,1.5vw,1.08rem);
}

.page-hero .hero-actions{
  justify-content:center;
  margin-top:28px;
}

/* Homepage hero */
.hero{
  padding-top:92px!important;
  padding-bottom:82px!important;
  background:
    radial-gradient(circle at 75% 10%,rgba(23,105,224,.08),transparent 33%),
    linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
}

.hero-grid{
  grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr)!important;
  gap:72px!important;
  align-items:center!important;
}

.hero h1{
  max-width:760px;
  margin-top:16px;
  font-size:clamp(2.65rem,5.3vw,4.8rem)!important;
  line-height:.98!important;
  letter-spacing:-.065em!important;
}

.hero p{
  max-width:680px;
  font-size:1.02rem;
  color:var(--muted);
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:28px;
}

.hero-service-panel{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px!important;
  background:#fff;
  box-shadow:0 20px 48px rgba(20,32,51,.09)!important;
}

.hero-service-panel>a{
  min-height:76px!important;
  padding:18px 20px!important;
  transition:background .15s ease,transform .15s ease;
}

.hero-service-panel>a:hover{
  background:#f7f9fc!important;
  transform:none;
}

.hero-service-panel>a+a{
  border-top:1px solid #edf1f5;
}

/* Service and product cards */
.services-overview-grid,
.catalogue-service-grid,
.commercial-product-grid,
.dynamic-pricing-grid,
.product-feature-grid,
.feature-grid,
.process-grid{
  gap:22px!important;
}

.services-overview-grid,
.catalogue-service-grid,
.commercial-product-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))!important;
  align-items:stretch;
}

.service-overview-card,
.commercial-product-card{
  display:flex!important;
  min-width:0;
  height:100%;
  flex-direction:column;
  padding:30px!important;
  border:1px solid var(--line)!important;
  border-radius:var(--site-card-radius)!important;
  background:#fff!important;
  box-shadow:var(--site-card-shadow-soft)!important;
}

.service-overview-card:hover,
.commercial-product-card:hover{
  box-shadow:var(--site-card-shadow)!important;
}

.service-overview-card h3,
.commercial-product-card h3{
  margin-top:10px;
  margin-bottom:11px;
  font-size:1.45rem;
  letter-spacing:-.035em;
}

.service-overview-card p,
.commercial-product-card p{
  color:var(--muted);
}

.service-overview-card ul,
.commercial-product-card ul{
  margin-bottom:28px!important;
}

.service-overview-card .secondary-button,
.commercial-product-card>a{
  margin-top:auto;
}

/* Pricing/product cards */
.dynamic-pricing-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))!important;
  align-items:stretch;
}

.dynamic-pricing-card{
  position:relative;
  display:flex!important;
  min-width:0;
  height:100%;
  flex-direction:column;
  padding:30px!important;
  border:1px solid var(--line)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--site-card-shadow-soft)!important;
}

.dynamic-pricing-card.popular{
  border-color:rgba(23,105,224,.36)!important;
  box-shadow:0 18px 42px rgba(23,105,224,.12)!important;
}

.dynamic-pricing-card .pricing-card-heading{
  min-height:88px;
}

.dynamic-pricing-card .pricing-price{
  margin:18px 0 23px!important;
}

.dynamic-pricing-card .pricing-price strong{
  letter-spacing:-.045em;
}

.dynamic-pricing-card .pricing-feature-list{
  flex:1 1 auto;
  margin-bottom:28px!important;
}

.dynamic-pricing-card .pricing-order-button{
  margin-top:auto;
}

/* Features/process blocks */
.product-feature-grid,
.feature-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,245px),1fr))!important;
}

.product-feature-grid>article,
.feature-grid>article{
  min-height:200px;
  padding:28px!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:var(--site-card-shadow-soft)!important;
}

.product-feature-grid h3,
.feature-grid h3{
  margin-top:0;
  margin-bottom:10px;
  letter-spacing:-.025em;
}

.product-feature-grid p,
.feature-grid p{
  margin-bottom:0;
  color:var(--muted);
}

.process-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.process-grid>article{
  min-height:220px;
  padding:30px!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:var(--site-card-shadow-soft)!important;
}

.process-grid>article>span{
  display:flex!important;
  width:36px!important;
  height:36px!important;
  align-items:center;
  justify-content:center;
  margin-bottom:18px!important;
  border-radius:999px!important;
  background:#eef4ff!important;
  color:var(--blue)!important;
  font-weight:850!important;
}

/* Better alternating product sections */
.product-benefits-section{
  background:#fff!important;
}

.product-process-section{
  background:#f7f9fc!important;
  border-top:1px solid rgba(221,229,238,.7);
  border-bottom:1px solid rgba(221,229,238,.7);
}

.pricing-section{
  background:#fff;
}

/* CTA blocks */
.transparency-card{
  display:flex!important;
  min-height:180px;
  align-items:center!important;
  justify-content:space-between!important;
  gap:34px!important;
  padding:36px!important;
  border:1px solid var(--line)!important;
  border-radius:20px!important;
  background:
    linear-gradient(135deg,#fff 0%,#f8fafc 100%)!important;
  box-shadow:var(--site-card-shadow-soft)!important;
}

.transparency-card>div{
  max-width:760px;
}

.transparency-card h2{
  margin-top:8px;
  margin-bottom:10px;
  letter-spacing:-.04em;
}

.transparency-card p{
  margin-bottom:0;
  color:var(--muted);
}

/* About / general content */
.two-column,
.about-grid,
.contact-grid{
  gap:54px!important;
}

.two-column{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
}

.about-grid,
.contact-grid{
  align-items:start;
}

.about-grid>article,
.contact-detail-card,
.content-card,
.legal-card{
  border-radius:16px!important;
}

/* Contact page */
.contact-section{
  background:#fff;
}

.contact-grid{
  grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr)!important;
}

.contact-copy{
  position:sticky;
  top:126px;
}

.contact-detail-stack{
  gap:12px!important;
}

.contact-detail-card{
  padding:18px 20px!important;
  border:1px solid var(--line)!important;
  background:#f9fbfd!important;
}

.contact-form{
  padding:30px!important;
  border:1px solid var(--line)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--site-card-shadow)!important;
}

.contact-form input,
.contact-form textarea,
.contact-form select{
  min-height:44px;
  border-radius:9px!important;
}

.contact-form textarea{
  min-height:150px;
}

/* Legal pages: more readable */
.legal-layout{
  grid-template-columns:minmax(0,1fr)!important;
  max-width:900px;
  margin-right:auto;
  margin-left:auto;
}

.legal-layout article,
.legal-content{
  font-size:.94rem;
  line-height:1.75;
}

.legal-layout h2,
.legal-content h2{
  margin-top:36px;
  letter-spacing:-.025em;
}

.legal-layout h2:first-child,
.legal-content h2:first-child{
  margin-top:0;
}

/* Buttons */
.primary-button,
.secondary-button,
.status-button{
  min-height:44px!important;
  padding:10px 18px!important;
  border-radius:9px!important;
}

.primary-button{
  box-shadow:0 8px 18px rgba(23,105,224,.15);
}

/* Empty catalogue state */
.catalogue-empty-state{
  max-width:720px!important;
  padding:38px!important;
  border-radius:18px!important;
  box-shadow:var(--site-card-shadow-soft)!important;
}

/* Footer spacing */
.site-footer{
  margin-top:0;
}

.footer-top{
  padding-top:58px!important;
  padding-bottom:46px!important;
}

/* Tablet */
@media(max-width:900px){
  :root{
    --site-section:var(--site-section-tablet);
  }

  .shell{
    width:min(var(--site-wide),calc(100% - 30px));
  }

  .hero{
    padding-top:70px!important;
    padding-bottom:64px!important;
  }

  .hero-grid{
    grid-template-columns:1fr!important;
    gap:42px!important;
  }

  .hero-copy{
    max-width:760px;
  }

  .hero-service-panel{
    max-width:700px;
  }

  .page-hero{
    padding-top:66px!important;
    padding-bottom:58px!important;
  }

  .two-column,
  .contact-grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }

  .contact-copy{
    position:static;
  }

  .process-grid{
    grid-template-columns:1fr!important;
  }

  .process-grid>article{
    min-height:0;
  }

  .dynamic-pricing-card .pricing-card-heading{
    min-height:0;
  }

  .transparency-card{
    align-items:flex-start!important;
    flex-direction:column;
  }
}

/* Mobile */
@media(max-width:620px){
  :root{
    --site-section:var(--site-section-mobile);
  }

  .shell{
    width:calc(100% - 24px);
  }

  .hero{
    padding-top:52px!important;
    padding-bottom:48px!important;
  }

  .hero h1{
    font-size:clamp(2.45rem,14vw,3.35rem)!important;
  }

  .page-hero{
    padding-top:50px!important;
    padding-bottom:46px!important;
  }

  .page-hero .shell.narrow,
  .section-heading.centred-heading,
  .centred-heading{
    text-align:left!important;
  }

  .page-hero h1,
  .page-hero p,
  .section-heading p{
    margin-left:0!important;
  }

  .page-hero .hero-actions{
    justify-content:flex-start;
  }

  .hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button{
    width:100%;
  }

  .services-overview-grid,
  .catalogue-service-grid,
  .commercial-product-grid,
  .dynamic-pricing-grid,
  .product-feature-grid,
  .feature-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  .service-overview-card,
  .commercial-product-card,
  .dynamic-pricing-card,
  .product-feature-grid>article,
  .feature-grid>article,
  .process-grid>article{
    padding:23px!important;
  }

  .contact-form{
    padding:22px!important;
  }

  .transparency-card{
    min-height:0;
    padding:25px!important;
  }

  .transparency-card .primary-button,
  .transparency-card .secondary-button{
    width:100%;
  }
}


/* NetNavi Site v9.6.0 — GPT-polished visual system
   Refined, minimal, high-end, calm. Existing navigation structure unchanged. */

:root{
  --ai-surface:#ffffff;
  --ai-surface-soft:#f8fafc;
  --ai-surface-tint:#f3f7fb;
  --ai-border:rgba(20,32,51,.09);
  --ai-border-strong:rgba(20,32,51,.14);
  --ai-shadow:0 18px 50px rgba(20,32,51,.07);
  --ai-shadow-soft:0 8px 28px rgba(20,32,51,.045);
  --ai-radius-lg:22px;
  --ai-radius-md:16px;
}

/* Calm, premium background */
body{
  background:
    radial-gradient(circle at 50% -10%,rgba(23,105,224,.035),transparent 28%),
    #fff;
}

/* Make headings feel more deliberate */
h1,h2,h3{
  text-wrap:balance;
}

p{
  text-wrap:pretty;
}

/* Main public header feels more precise without changing structure */
.site-header{
  border-bottom:1px solid rgba(20,32,51,.075)!important;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(18px) saturate(135%)!important;
}

.header-inner{
  min-height:84px!important;
}

.header-actions>a{
  position:relative;
  transition:color .16s ease,opacity .16s ease;
}

.header-actions>a:not(.status-button)::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-7px;
  left:0;
  height:1px;
  background:currentColor;
  opacity:0;
  transform:scaleX(.65);
  transition:opacity .16s ease,transform .16s ease;
}

.header-actions>a:not(.status-button):hover::after,
.header-actions>a:not(.status-button):focus::after{
  opacity:.2;
  transform:scaleX(1);
}

/* Hero — more editorial / AI-crafted */
.hero{
  position:relative;
  overflow:hidden;
  padding-top:104px!important;
  padding-bottom:94px!important;
  background:
    radial-gradient(circle at 78% 18%,rgba(23,105,224,.08),transparent 26%),
    radial-gradient(circle at 18% -5%,rgba(23,105,224,.035),transparent 24%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to right,rgba(20,32,51,.025) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(20,32,51,.022) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.28),transparent 70%);
}

.hero-grid{
  position:relative;
  z-index:1;
}

.hero .eyebrow,
.page-hero .eyebrow,
.section-heading .eyebrow{
  padding:6px 10px;
  border:1px solid rgba(23,105,224,.12);
  border-radius:999px;
  background:rgba(23,105,224,.045);
  letter-spacing:.08em;
}

.hero h1{
  max-width:790px!important;
  margin-top:20px!important;
  font-size:clamp(3rem,5.7vw,5rem)!important;
  line-height:.96!important;
  letter-spacing:-.07em!important;
}

.hero p{
  max-width:650px!important;
  margin-top:20px!important;
  font-size:1.05rem!important;
  line-height:1.75!important;
}

.hero-service-panel{
  border-color:var(--ai-border)!important;
  border-radius:24px!important;
  box-shadow:0 26px 70px rgba(20,32,51,.11)!important;
  transform:translateY(0);
}

.hero-service-panel>a{
  padding:20px 22px!important;
  background:rgba(255,255,255,.92)!important;
}

.hero-service-panel>a:hover{
  background:#f8fafc!important;
}

/* Page heroes */
.page-hero{
  padding-top:94px!important;
  padding-bottom:82px!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(23,105,224,.06),transparent 34%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}

.page-hero h1{
  margin-top:18px!important;
  font-size:clamp(2.7rem,5.3vw,4.5rem)!important;
  letter-spacing:-.065em!important;
}

.page-hero p{
  margin-top:18px!important;
  line-height:1.75!important;
}

/* Section rhythm */
.section{
  position:relative;
}

.section-heading{
  margin-bottom:42px!important;
}

.section-heading h2{
  font-size:clamp(2rem,3.8vw,3rem);
  letter-spacing:-.05em!important;
}

/* Cards feel custom rather than template-like */
.service-overview-card,
.commercial-product-card,
.dynamic-pricing-card,
.product-feature-grid>article,
.feature-grid>article,
.process-grid>article,
.transparency-card,
.contact-form,
.contact-detail-card,
.catalogue-empty-state{
  border-color:var(--ai-border)!important;
  box-shadow:var(--ai-shadow-soft)!important;
}

.service-overview-card,
.commercial-product-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--ai-radius-lg)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.service-overview-card::before,
.commercial-product-card::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(23,105,224,.24),transparent);
  opacity:.7;
}

.service-overview-card:hover,
.commercial-product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(23,105,224,.14)!important;
  box-shadow:var(--ai-shadow)!important;
}

.service-overview-card>small,
.commercial-product-card>small{
  letter-spacing:.085em;
}

.dynamic-pricing-card{
  border-radius:24px!important;
  transition:transform .18s ease,box-shadow .18s ease;
}

.dynamic-pricing-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--ai-shadow)!important;
}

.dynamic-pricing-card.popular{
  position:relative;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,rgba(23,105,224,.55),rgba(23,105,224,.12)) border-box!important;
  border:1px solid transparent!important;
}

.popular-label{
  border-radius:999px!important;
  padding:5px 9px!important;
}

/* Feature cards */
.product-feature-grid>article,
.feature-grid>article,
.process-grid>article{
  border-radius:20px!important;
  background:
    linear-gradient(180deg,#fff 0%,#fbfcfe 100%)!important;
}

.product-feature-grid>article:hover,
.feature-grid>article:hover{
  border-color:rgba(23,105,224,.13)!important;
}

/* Better process numbering */
.process-grid>article>span{
  width:40px!important;
  height:40px!important;
  margin-bottom:20px!important;
  background:linear-gradient(180deg,#eef4ff 0%,#e6efff 100%)!important;
  box-shadow:inset 0 0 0 1px rgba(23,105,224,.08);
}

/* High-end CTAs */
.transparency-card{
  position:relative;
  overflow:hidden;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 85% 20%,rgba(23,105,224,.07),transparent 28%),
    linear-gradient(135deg,#fff 0%,#f8fafc 100%)!important;
}

.transparency-card::after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-100px;
  width:260px;
  height:260px;
  border:1px solid rgba(23,105,224,.08);
  border-radius:999px;
}

.transparency-card>*{
  position:relative;
  z-index:1;
}

/* Buttons */
.primary-button,
.secondary-button,
.status-button,
.pricing-order-button{
  min-height:46px!important;
  border-radius:10px!important;
  transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease!important;
}

.primary-button:hover,
.status-button:hover,
.pricing-order-button:hover{
  transform:translateY(-1px);
}

.primary-button{
  box-shadow:0 10px 24px rgba(23,105,224,.18)!important;
}

.secondary-button{
  border-color:var(--ai-border-strong)!important;
}

.secondary-button:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(20,32,51,.06);
}

/* Contact page refined */
.contact-form{
  border-radius:24px!important;
  box-shadow:var(--ai-shadow)!important;
}

.contact-detail-card{
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#fafbfd)!important;
}

.contact-form input,
.contact-form textarea,
.contact-form select{
  border-color:rgba(20,32,51,.12)!important;
  background:#fff!important;
}

/* Footer */
.site-footer{
  border-top:1px solid rgba(20,32,51,.08);
  background:#f8fafc!important;
}

/* Subtle section alternation */
.services-overview-section,
.product-process-section,
.backup-plan-section{
  background:
    linear-gradient(180deg,#f8fafc 0%,#f6f8fb 100%)!important;
}

/* Mobile */
@media(max-width:900px){
  .hero{
    padding-top:78px!important;
    padding-bottom:70px!important;
  }

  .hero h1{
    max-width:680px!important;
  }

  .page-hero{
    padding-top:72px!important;
    padding-bottom:64px!important;
  }
}

@media(max-width:620px){
  .hero{
    padding-top:58px!important;
    padding-bottom:54px!important;
  }

  .hero::before{
    background-size:34px 34px;
  }

  .hero h1{
    font-size:clamp(2.65rem,15vw,3.6rem)!important;
  }

  .page-hero{
    padding-top:54px!important;
    padding-bottom:50px!important;
  }

  .service-overview-card,
  .commercial-product-card,
  .dynamic-pricing-card,
  .contact-form,
  .transparency-card{
    border-radius:18px!important;
  }
}


/* =======================================================================
   NetNavi Cloud v10.0.0 — full public rebuild
   Product-first cloud / hosting architecture.
   NetNavi colours, logo, type choices and existing menu are preserved.
   ======================================================================= */

:root{
  --nn-ink:#142033;
  --nn-ink-2:#1b2a3d;
  --nn-muted:#66758a;
  --nn-blue:#1769e0;
  --nn-blue-dark:#1157bd;
  --nn-line:rgba(20,32,51,.11);
  --nn-soft:#f6f8fb;
  --nn-soft-2:#eef3f8;
  --nn-shell:1180px;
}

body{
  background:#fff!important;
}

.shell{
  width:min(var(--nn-shell),calc(100% - 40px))!important;
}

/* ----- shared typography / section geometry ----- */
.nn-section-intro{
  max-width:760px;
  margin-bottom:40px;
}

.nn-section-intro-split{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  gap:54px;
  max-width:none;
  align-items:end;
}

.nn-section-intro-split>p{
  margin:0;
  color:var(--nn-muted);
  line-height:1.75;
}

.nn-section-intro h2{
  margin:14px 0 12px;
  font-size:clamp(2.15rem,4vw,3.35rem);
  line-height:1.01;
  letter-spacing:-.06em;
}

.nn-section-intro>p{
  max-width:700px;
  color:var(--nn-muted);
  line-height:1.75;
}

.section{
  padding-top:92px!important;
  padding-bottom:92px!important;
}

/* ----- main homepage hero ----- */
.nn-home-hero{
  position:relative;
  overflow:hidden;
  padding:104px 0 90px;
  border-bottom:1px solid var(--nn-line);
  background:
    linear-gradient(90deg,rgba(23,105,224,.027) 1px,transparent 1px),
    linear-gradient(rgba(23,105,224,.025) 1px,transparent 1px),
    radial-gradient(circle at 82% 18%,rgba(23,105,224,.12),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  background-size:58px 58px,58px 58px,auto,auto;
}

.nn-home-hero::after{
  content:"";
  position:absolute;
  top:-230px;
  right:-210px;
  width:620px;
  height:620px;
  border:1px solid rgba(23,105,224,.075);
  border-radius:50%;
}

.nn-home-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:72px;
  align-items:center;
}

.nn-home-hero-copy{
  max-width:730px;
}

.nn-home-hero-copy h1{
  margin:18px 0 20px;
  max-width:760px;
  font-size:clamp(3.2rem,6vw,5.45rem);
  line-height:.94;
  letter-spacing:-.075em;
}

.nn-home-hero-copy>p{
  max-width:630px;
  margin:0;
  color:var(--nn-muted);
  font-size:1.04rem;
  line-height:1.8;
}

.nn-home-hero .hero-actions{
  margin-top:30px!important;
}

.nn-hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px 20px;
  margin-top:28px;
  padding-top:20px;
  border-top:1px solid var(--nn-line);
}

.nn-hero-points span{
  color:#536175;
  font-size:.72rem;
  font-weight:780;
}

.nn-hero-points span::before{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:7px;
  border-radius:50%;
  background:var(--nn-blue);
  vertical-align:1px;
}

/* ----- selector / product family box ----- */
.nn-service-selector{
  overflow:hidden;
  border:1px solid var(--nn-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 26px 64px rgba(20,32,51,.1);
}

.nn-service-selector-head{
  padding:24px 24px 21px;
  border-bottom:1px solid var(--nn-line);
  background:#f9fbfd;
}

.nn-service-selector-head small{
  display:block;
  margin-bottom:5px;
  color:var(--nn-blue);
  font-size:.66rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-service-selector-head strong{
  display:block;
  font-size:1.15rem;
  letter-spacing:-.025em;
}

.nn-service-selector-head span{
  display:block;
  margin-top:4px;
  color:var(--nn-muted);
  font-size:.72rem;
}

.nn-service-selector-list>a{
  position:relative;
  display:block!important;
  min-height:88px;
  padding:20px 58px 20px 24px!important;
  border-bottom:1px solid var(--nn-line);
  background:#fff!important;
  text-decoration:none!important;
}

.nn-service-selector-list>a:last-child{border-bottom:0}

.nn-service-selector-list>a::after{
  content:"→";
  position:absolute;
  top:50%;
  right:24px;
  color:#91a0b3;
  transform:translateY(-50%);
}

.nn-service-selector-list>a:hover{
  background:#f7f9fc!important;
}

.nn-service-selector-list>a:hover::after{
  color:var(--nn-blue);
}

.nn-service-selector-list>a span{
  display:block!important;
  color:var(--nn-ink)!important;
  font-size:.94rem!important;
  font-weight:850!important;
}

.nn-service-selector-list>a small{
  display:block!important;
  margin-top:4px!important;
  color:var(--nn-muted)!important;
  font-size:.7rem!important;
}

/* ----- proof strip ----- */
.nn-confidence-strip{
  border-bottom:1px solid var(--nn-line);
  background:#fff;
}

.nn-confidence-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.nn-confidence-grid article{
  min-height:112px;
  padding:26px 24px;
  border-right:1px solid var(--nn-line);
}

.nn-confidence-grid article:first-child{padding-left:0}
.nn-confidence-grid article:last-child{padding-right:0;border-right:0}

.nn-confidence-grid strong{
  display:block;
  margin-bottom:5px;
  font-size:.82rem;
  font-weight:850;
}

.nn-confidence-grid span{
  display:block;
  color:var(--nn-muted);
  font-size:.7rem;
  line-height:1.55;
}

/* ----- product cards ----- */
.nn-products-section{
  background:#fff!important;
}

.nn-products-section .catalogue-service-grid,
.nn-services-catalogue .services-overview-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

.nn-products-section .commercial-product-card,
.nn-services-catalogue .service-overview-card{
  min-height:370px!important;
  padding:30px!important;
  border:1px solid var(--nn-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
  transform:none!important;
}

.nn-products-section .commercial-product-card::before,
.nn-services-catalogue .service-overview-card::before{
  display:none!important;
}

.nn-products-section .commercial-product-card:hover,
.nn-services-catalogue .service-overview-card:hover{
  border-color:rgba(23,105,224,.28)!important;
  box-shadow:0 12px 30px rgba(20,32,51,.055)!important;
  transform:none!important;
}

.nn-products-section .commercial-product-card>small,
.nn-services-catalogue .service-overview-card>small{
  display:block;
  margin-bottom:20px;
  color:var(--nn-blue);
  font-size:.64rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-products-section .commercial-product-card h3,
.nn-services-catalogue .service-overview-card h3{
  margin:0 0 12px!important;
  font-size:1.6rem!important;
  letter-spacing:-.045em!important;
}

.nn-products-section .commercial-product-card p,
.nn-services-catalogue .service-overview-card p{
  min-height:78px;
  color:var(--nn-muted)!important;
  font-size:.78rem!important;
  line-height:1.7!important;
}

.nn-products-section .commercial-product-card ul,
.nn-services-catalogue .service-overview-card ul{
  flex:1;
  margin:0 0 28px!important;
  padding:18px 0 0 18px!important;
  border-top:1px solid var(--nn-line)!important;
  color:#425166!important;
  font-size:.72rem!important;
}

.nn-products-section .commercial-product-card>a,
.nn-services-catalogue .service-overview-card .secondary-button{
  margin-top:auto!important;
}

/* ----- dark management/control section ----- */
.nn-control-section,
.nn-about-values{
  background:var(--nn-ink)!important;
  color:#fff;
}

.nn-control-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:74px;
  align-items:center;
}

.nn-control-copy .eyebrow{
  color:#c5d8ff!important;
  border-color:rgba(255,255,255,.17)!important;
  background:rgba(255,255,255,.06)!important;
}

.nn-control-copy h2{
  margin:17px 0 16px;
  max-width:620px;
  color:#fff;
  font-size:clamp(2.35rem,4.5vw,3.65rem);
  line-height:.99;
  letter-spacing:-.065em;
}

.nn-control-copy p{
  max-width:590px;
  margin:0;
  color:#b6c2d1;
  font-size:.86rem;
  line-height:1.8;
}

.nn-control-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.nn-control-copy .secondary-button{
  border-color:rgba(255,255,255,.2)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
}

.nn-control-panel{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:#1a293c;
}

.nn-control-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:19px 22px;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:#1d2d42;
}

.nn-control-panel-head span{
  font-size:.82rem;
  font-weight:850;
}

.nn-control-panel-head small{
  color:#9fb0c4;
  font-size:.66rem;
}

.nn-control-stat-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.nn-control-stat-grid article{
  min-height:150px;
  padding:24px;
  border-right:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}

.nn-control-stat-grid article:nth-child(2n){border-right:0}
.nn-control-stat-grid article:nth-last-child(-n+2){border-bottom:0}

.nn-control-stat-grid small{
  display:block;
  margin-bottom:18px;
  color:#8eabda;
  font-size:.62rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-control-stat-grid strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:1rem;
}

.nn-control-stat-grid span{
  color:#aebdce;
  font-size:.69rem;
  line-height:1.55;
}

/* ----- capability grid ----- */
.nn-capabilities-section{
  background:#fff!important;
}

.nn-capability-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--nn-line);
  border-left:1px solid var(--nn-line);
}

.nn-capability-grid article{
  min-height:245px;
  padding:28px;
  border-right:1px solid var(--nn-line);
  border-bottom:1px solid var(--nn-line);
  background:#fff;
}

.nn-capability-grid small{
  display:block;
  margin-bottom:26px;
  color:var(--nn-blue);
  font-size:.64rem;
  font-weight:850;
  letter-spacing:.08em;
}

.nn-capability-grid h3{
  margin:0 0 10px;
  font-size:1.12rem;
}

.nn-capability-grid p{
  min-height:72px;
  margin:0 0 22px;
  color:var(--nn-muted);
  font-size:.73rem;
  line-height:1.65;
}

.nn-capability-grid a{
  color:var(--nn-blue);
  font-size:.7rem;
  font-weight:850;
  text-decoration:none;
}

/* ----- steps / principles ----- */
.nn-steps-section,
.nn-product-flow{
  background:var(--nn-soft)!important;
  border-top:1px solid var(--nn-line);
  border-bottom:1px solid var(--nn-line);
}

.nn-step-row,
.nn-principle-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--nn-line);
  border-bottom:1px solid var(--nn-line);
}

.nn-principle-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.nn-step-row article,
.nn-principle-grid article{
  min-height:220px;
  padding:30px;
  border-right:1px solid var(--nn-line);
}

.nn-step-row article:first-child,
.nn-principle-grid article:first-child{padding-left:0}

.nn-step-row article:last-child,
.nn-principle-grid article:last-child{
  padding-right:0;
  border-right:0;
}

.nn-step-row span,
.nn-principle-grid span{
  display:block;
  margin-bottom:28px;
  color:var(--nn-blue);
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
}

.nn-step-row h3,
.nn-principle-grid h3{
  margin:0 0 9px;
  font-size:1.08rem;
}

.nn-step-row p,
.nn-principle-grid p{
  margin:0;
  color:var(--nn-muted);
  font-size:.73rem;
  line-height:1.65;
}

/* ----- status band ----- */
.nn-status-band{
  background:#fff!important;
}

.nn-status-band-inner{
  display:flex;
  min-height:210px;
  align-items:center;
  justify-content:space-between;
  gap:48px;
  padding:38px!important;
  border:1px solid var(--nn-line);
  border-radius:12px;
  background:#f8fafc;
}

.nn-status-band-inner h2{
  margin:13px 0 10px;
  max-width:760px;
  font-size:clamp(2rem,3.6vw,3rem);
  line-height:1.02;
  letter-spacing:-.055em;
}

.nn-status-band-inner p{
  margin:0;
  color:var(--nn-muted);
}

/* ----- FAQ ----- */
.nn-faq-section{
  background:#fff!important;
}

.nn-faq-layout{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  gap:76px;
  align-items:start;
}

.nn-faq-layout>.nn-section-intro{
  position:sticky;
  top:126px;
  margin-bottom:0;
}

.nn-faq-layout .faq-list{
  border-top:1px solid var(--nn-line);
}

.nn-faq-layout .faq-list details{
  padding:0!important;
  border:0!important;
  border-bottom:1px solid var(--nn-line)!important;
  border-radius:0!important;
  background:#fff!important;
}

.nn-faq-layout .faq-list summary{
  padding:21px 0!important;
  font-size:.82rem!important;
  font-weight:850!important;
}

.nn-faq-layout .faq-list p{
  margin:0 0 21px!important;
  color:var(--nn-muted)!important;
  font-size:.75rem!important;
  line-height:1.7!important;
}

/* ----- product / service heroes ----- */
.nn-product-hero{
  position:relative;
  overflow:hidden;
  padding:94px 0 82px;
  border-bottom:1px solid var(--nn-line);
  background:
    radial-gradient(circle at 82% 15%,rgba(23,105,224,.09),transparent 27%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}

.nn-product-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);
  gap:68px;
  align-items:center;
}

.nn-product-hero h1{
  margin:17px 0 18px;
  max-width:820px;
  font-size:clamp(2.8rem,5.3vw,4.6rem);
  line-height:.96;
  letter-spacing:-.07em;
}

.nn-product-hero p{
  max-width:690px;
  margin:0;
  color:var(--nn-muted);
  font-size:.96rem;
  line-height:1.8;
}

.nn-product-hero .hero-actions{
  margin-top:28px!important;
}

.nn-product-hero-panel,
.nn-hero-summary-card{
  padding:30px;
  border:1px solid var(--nn-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 45px rgba(20,32,51,.065);
}

.nn-product-hero-panel small,
.nn-hero-summary-card small{
  display:block;
  margin-bottom:22px;
  color:var(--nn-blue);
  font-size:.64rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-product-hero-panel strong,
.nn-hero-summary-card strong{
  display:block;
  margin-bottom:8px;
  font-size:1.45rem;
  letter-spacing:-.04em;
}

.nn-product-hero-panel span,
.nn-hero-summary-card span{
  display:block;
  color:var(--nn-muted);
  font-size:.73rem;
  line-height:1.6;
}

.nn-product-hero-panel a{
  display:inline-flex;
  margin-top:24px;
  color:var(--nn-blue);
  font-size:.72rem;
  font-weight:850;
  text-decoration:none;
}

/* ----- pricing made flatter and more reference-like ----- */
.dynamic-pricing-grid{
  gap:16px!important;
}

.dynamic-pricing-card{
  border:1px solid var(--nn-line)!important;
  border-radius:12px!important;
  box-shadow:none!important;
  transform:none!important;
}

.dynamic-pricing-card:hover{
  transform:none!important;
  border-color:rgba(23,105,224,.25)!important;
  box-shadow:0 10px 28px rgba(20,32,51,.05)!important;
}

.dynamic-pricing-card.popular{
  border:1px solid rgba(23,105,224,.42)!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(23,105,224,.07)!important;
}

/* ----- about ----- */
.nn-about-story{
  background:#fff!important;
}

.nn-about-story-grid{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  gap:74px;
  align-items:start;
}

/* ----- contact ----- */
.nn-contact-section{
  background:#fff!important;
}

.nn-contact-layout{
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:72px;
  align-items:start;
}

.nn-contact-sidebar{
  position:sticky;
  top:126px;
}

.nn-contact-sidebar h2{
  margin:14px 0 12px;
  font-size:2.25rem;
  letter-spacing:-.055em;
}

.nn-contact-sidebar>p{
  color:var(--nn-muted);
  line-height:1.7;
}

.nn-contact-details{
  margin:28px 0;
  border-top:1px solid var(--nn-line);
}

.nn-contact-details article{
  padding:18px 0;
  border-bottom:1px solid var(--nn-line);
}

.nn-contact-details small{
  display:block;
  margin-bottom:5px;
  color:var(--nn-muted);
  font-size:.62rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-contact-details a,
.nn-contact-details address{
  color:var(--nn-ink);
  font-size:.78rem;
  font-style:normal;
  text-decoration:none;
  line-height:1.6;
}

.nn-contact-form-shell{
  overflow:hidden;
  border:1px solid var(--nn-line);
  border-radius:12px;
  background:#fff;
}

.nn-contact-form-head{
  padding:28px 30px 24px;
  border-bottom:1px solid var(--nn-line);
  background:#f8fafc;
}

.nn-contact-form-head small{
  display:block;
  margin-bottom:7px;
  color:var(--nn-blue);
  font-size:.62rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-contact-form-head h2{
  margin:0 0 8px;
  font-size:1.65rem;
  letter-spacing:-.04em;
}

.nn-contact-form-head p{
  margin:0;
  color:var(--nn-muted);
  font-size:.75rem;
}

.nn-contact-form{
  margin:0!important;
  padding:30px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.nn-form-submit-row{
  display:flex;
  align-items:center;
  gap:18px;
}

.nn-form-submit-row small{
  color:var(--nn-muted);
}

/* ----- final CTA ----- */
.nn-final-cta{
  padding:74px 0;
  border-top:1px solid var(--nn-line);
  background:#f7f9fc;
}

.nn-final-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:54px;
}

.nn-final-cta h2{
  margin:13px 0 10px;
  max-width:760px;
  font-size:clamp(2.1rem,4vw,3.25rem);
  line-height:1.01;
  letter-spacing:-.06em;
}

.nn-final-cta p{
  margin:0;
  color:var(--nn-muted);
}

.nn-final-actions{
  display:flex;
  flex:0 0 auto;
  gap:10px;
}

/* ----- public header remains same structure, slightly tightened ----- */
.site-header{
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(14px)!important;
  border-bottom:1px solid var(--nn-line)!important;
}

.header-inner{
  min-height:80px!important;
}

.header-actions>a:not(.status-button)::after{
  display:none!important;
}

/* ----- responsive ----- */
@media(max-width:1020px){
  .nn-home-hero-grid,
  .nn-product-hero-grid,
  .nn-control-grid,
  .nn-about-story-grid,
  .nn-contact-layout,
  .nn-faq-layout{
    grid-template-columns:1fr!important;
    gap:42px!important;
  }

  .nn-home-hero-copy{
    max-width:780px;
  }

  .nn-service-selector,
  .nn-product-hero-panel,
  .nn-hero-summary-card{
    max-width:760px;
  }

  .nn-products-section .catalogue-service-grid,
  .nn-services-catalogue .services-overview-grid{
    grid-template-columns:1fr!important;
  }

  .nn-products-section .commercial-product-card,
  .nn-services-catalogue .service-overview-card{
    min-height:0!important;
  }

  .nn-capability-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .nn-principle-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .nn-principle-grid article:nth-child(2){
    border-right:0;
  }

  .nn-principle-grid article:nth-child(n+3){
    border-top:1px solid var(--nn-line);
  }

  .nn-contact-sidebar,
  .nn-faq-layout>.nn-section-intro{
    position:static!important;
  }
}

@media(max-width:760px){
  .shell{
    width:calc(100% - 24px)!important;
  }

  .section{
    padding-top:62px!important;
    padding-bottom:62px!important;
  }

  .nn-home-hero{
    padding:62px 0 56px;
    background-size:36px 36px,36px 36px,auto,auto;
  }

  .nn-home-hero h1{
    font-size:clamp(2.75rem,15vw,3.9rem);
  }

  .nn-product-hero{
    padding:58px 0 54px;
  }

  .nn-product-hero h1{
    font-size:clamp(2.6rem,13vw,3.65rem);
  }

  .nn-section-intro-split{
    grid-template-columns:1fr;
    gap:14px;
  }

  .nn-confidence-grid{
    grid-template-columns:1fr;
  }

  .nn-confidence-grid article{
    min-height:0;
    padding:18px 0!important;
    border-right:0;
    border-top:1px solid var(--nn-line);
  }

  .nn-confidence-grid article:first-child{
    border-top:0;
  }

  .nn-control-stat-grid{
    grid-template-columns:1fr;
  }

  .nn-control-stat-grid article{
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
  }

  .nn-control-stat-grid article:last-child{
    border-bottom:0!important;
  }

  .nn-capability-grid{
    grid-template-columns:1fr;
  }

  .nn-step-row,
  .nn-principle-grid{
    grid-template-columns:1fr;
  }

  .nn-step-row article,
  .nn-principle-grid article{
    min-height:0;
    padding:24px 0!important;
    border-right:0!important;
    border-top:0!important;
    border-bottom:1px solid var(--nn-line);
  }

  .nn-step-row article:last-child,
  .nn-principle-grid article:last-child{
    border-bottom:0;
  }

  .nn-status-band-inner,
  .nn-final-cta-inner{
    align-items:flex-start;
    flex-direction:column;
  }

  .nn-final-actions,
  .nn-control-actions,
  .nn-form-submit-row{
    width:100%;
    align-items:stretch;
    flex-direction:column;
  }

  .nn-final-actions a,
  .nn-control-actions a,
  .nn-form-submit-row button{
    width:100%;
  }

  .nn-contact-form-head,
  .nn-contact-form{
    padding:22px!important;
  }
}


/* =======================================================================
   NetNavi Cloud v10.1.0 — box, colour and visual consistency pass
   Keeps NetNavi blue/white identity while making surfaces lighter,
   cleaner, more coherent and less "boxed-in".
   ======================================================================= */

:root{
  --nn-blue:#1769e0;
  --nn-blue-dark:#1157bd;
  --nn-blue-soft:#eef5ff;
  --nn-blue-soft-2:#f6f9ff;

  --nn-ink:#142033;
  --nn-ink-soft:#223047;
  --nn-muted:#64748b;
  --nn-muted-light:#8a98aa;

  --nn-bg:#ffffff;
  --nn-bg-soft:#f7f9fc;
  --nn-bg-tint:#f2f6fb;

  --nn-line:#dde5ee;
  --nn-line-soft:#e8edf3;
  --nn-line-blue:#cbdcf5;

  --nn-shadow-xs:0 2px 8px rgba(20,32,51,.035);
  --nn-shadow-sm:0 8px 22px rgba(20,32,51,.055);
  --nn-shadow-md:0 16px 40px rgba(20,32,51,.075);

  --nn-radius-sm:10px;
  --nn-radius-md:14px;
  --nn-radius-lg:18px;
}

/* Global colour rebalance */
body{
  background:var(--nn-bg)!important;
  color:var(--nn-ink)!important;
}

p,
li{
  color:var(--nn-muted);
}

.site-header{
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid var(--nn-line)!important;
  box-shadow:0 1px 0 rgba(20,32,51,.015)!important;
}

.site-footer{
  background:#f8fafc!important;
  border-top:1px solid var(--nn-line)!important;
}

/* Eyebrows become quieter and more consistent */
.eyebrow{
  display:inline-flex!important;
  align-items:center;
  min-height:26px;
  padding:5px 9px!important;
  border:1px solid #d9e6f8!important;
  border-radius:999px!important;
  background:#f5f9ff!important;
  color:var(--nn-blue)!important;
  font-size:.66rem!important;
  font-weight:850!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
}

/* Hero backgrounds made cleaner / less noisy */
.nn-home-hero,
.nn-product-hero{
  background:
    radial-gradient(circle at 82% 16%,rgba(23,105,224,.075),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}

.nn-home-hero{
  background-size:auto!important;
}

.nn-home-hero::after{
  border-color:rgba(23,105,224,.055)!important;
}

/* Service selector */
.nn-service-selector,
.nn-product-hero-panel,
.nn-hero-summary-card{
  border:1px solid var(--nn-line)!important;
  border-radius:var(--nn-radius-lg)!important;
  background:#fff!important;
  box-shadow:var(--nn-shadow-md)!important;
}

.nn-service-selector-head{
  border-bottom:1px solid var(--nn-line-soft)!important;
  background:#f8fafc!important;
}

.nn-service-selector-list>a{
  border-bottom:1px solid var(--nn-line-soft)!important;
  background:#fff!important;
  transition:background .16s ease,border-color .16s ease!important;
}

.nn-service-selector-list>a:hover{
  background:#f8fbff!important;
}

.nn-service-selector-list>a::after{
  color:#93a4b8!important;
}

.nn-service-selector-list>a:hover::after{
  color:var(--nn-blue)!important;
}

/* Confidence strip */
.nn-confidence-strip{
  background:#fff!important;
  border-color:var(--nn-line)!important;
}

.nn-confidence-grid article{
  border-color:var(--nn-line-soft)!important;
}

.nn-confidence-grid strong{
  color:var(--nn-ink)!important;
}

/* Product/service cards — unified surface treatment */
.nn-products-section .commercial-product-card,
.nn-services-catalogue .service-overview-card,
.dynamic-pricing-card,
.product-feature-grid>article,
.feature-grid>article,
.nn-capability-grid article,
.nn-contact-form-shell,
.nn-status-band-inner{
  border:1px solid var(--nn-line)!important;
  border-radius:var(--nn-radius-lg)!important;
  background:#fff!important;
  box-shadow:var(--nn-shadow-xs)!important;
}

.nn-products-section .commercial-product-card,
.nn-services-catalogue .service-overview-card,
.dynamic-pricing-card{
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease!important;
}

.nn-products-section .commercial-product-card:hover,
.nn-services-catalogue .service-overview-card:hover,
.dynamic-pricing-card:hover{
  border-color:var(--nn-line-blue)!important;
  box-shadow:var(--nn-shadow-sm)!important;
  transform:translateY(-2px)!important;
}

.nn-products-section .commercial-product-card h3,
.nn-services-catalogue .service-overview-card h3,
.dynamic-pricing-card h3{
  color:var(--nn-ink)!important;
}

.nn-products-section .commercial-product-card p,
.nn-services-catalogue .service-overview-card p{
  color:var(--nn-muted)!important;
}

.nn-products-section .commercial-product-card ul,
.nn-services-catalogue .service-overview-card ul{
  border-top:1px solid var(--nn-line-soft)!important;
  color:#4f6074!important;
}

/* Popular pricing gets a restrained NetNavi treatment */
.dynamic-pricing-card.popular{
  border:1px solid #a9c8f5!important;
  background:
    linear-gradient(180deg,#fbfdff 0%,#fff 22%)!important;
  box-shadow:0 12px 30px rgba(23,105,224,.09)!important;
}

.popular-label{
  border:1px solid #c6dcfb!important;
  background:#eef5ff!important;
  color:var(--nn-blue)!important;
  border-radius:999px!important;
}

/* Capability grid no longer looks like a spreadsheet */
.nn-capability-grid{
  gap:16px!important;
  border:0!important;
}

.nn-capability-grid article{
  min-height:240px!important;
}

.nn-capability-grid article:hover{
  border-color:var(--nn-line-blue)!important;
  box-shadow:var(--nn-shadow-sm)!important;
}

.nn-capability-grid small{
  color:var(--nn-blue)!important;
}

.nn-capability-grid h3{
  color:var(--nn-ink)!important;
}

.nn-capability-grid a{
  color:var(--nn-blue)!important;
}

/* Steps/principles become individual soft boxes rather than long ruled rows */
.nn-steps-section,
.nn-product-flow{
  background:#f7f9fc!important;
}

.nn-step-row,
.nn-principle-grid{
  gap:16px!important;
  border:0!important;
}

.nn-step-row article,
.nn-principle-grid article{
  min-height:200px!important;
  padding:26px!important;
  border:1px solid var(--nn-line)!important;
  border-radius:var(--nn-radius-md)!important;
  background:#fff!important;
  box-shadow:var(--nn-shadow-xs)!important;
}

.nn-step-row article:first-child,
.nn-principle-grid article:first-child,
.nn-step-row article:last-child,
.nn-principle-grid article:last-child{
  padding-left:26px!important;
  padding-right:26px!important;
}

.nn-step-row span,
.nn-principle-grid span{
  margin-bottom:22px!important;
  color:var(--nn-blue)!important;
}

.nn-step-row h3,
.nn-principle-grid h3{
  color:var(--nn-ink)!important;
}

/* Dark control section softened and more NetNavi-blue */
.nn-control-section,
.nn-about-values{
  background:
    radial-gradient(circle at 90% 0%,rgba(23,105,224,.20),transparent 34%),
    linear-gradient(180deg,#17263a 0%,#142033 100%)!important;
}

.nn-control-panel{
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:var(--nn-radius-lg)!important;
  background:#1c2b40!important;
  box-shadow:0 22px 55px rgba(0,0,0,.18)!important;
}

.nn-control-panel-head{
  background:#203149!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}

.nn-control-stat-grid article{
  background:rgba(255,255,255,.018)!important;
  border-color:rgba(255,255,255,.08)!important;
}

.nn-control-stat-grid article:hover{
  background:rgba(255,255,255,.035)!important;
}

.nn-control-stat-grid small{
  color:#8fb9f7!important;
}

.nn-control-stat-grid span{
  color:#b9c5d4!important;
}

/* Status CTA */
.nn-status-band{
  background:#fff!important;
}

.nn-status-band-inner{
  background:
    linear-gradient(135deg,#fff 0%,#f8fbff 100%)!important;
}

/* Contact */
.nn-contact-form-shell{
  overflow:hidden!important;
  box-shadow:var(--nn-shadow-sm)!important;
}

.nn-contact-form-head{
  background:#f8fafc!important;
  border-bottom:1px solid var(--nn-line)!important;
}

.nn-contact-details{
  border-top:1px solid var(--nn-line)!important;
}

.nn-contact-details article{
  border-bottom:1px solid var(--nn-line-soft)!important;
}

.nn-contact-form input,
.nn-contact-form textarea,
.nn-contact-form select,
.contact-form input,
.contact-form textarea,
.contact-form select{
  border:1px solid #ccd7e4!important;
  background:#fff!important;
}

.nn-contact-form input:focus,
.nn-contact-form textarea:focus,
.nn-contact-form select:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{
  border-color:#8eb6ed!important;
  box-shadow:0 0 0 3px rgba(23,105,224,.10)!important;
  outline:0!important;
}

/* FAQ */
.nn-faq-layout .faq-list{
  border-top:1px solid var(--nn-line)!important;
}

.nn-faq-layout .faq-list details{
  border-bottom:1px solid var(--nn-line-soft)!important;
}

.nn-faq-layout .faq-list summary{
  color:var(--nn-ink)!important;
}

.nn-faq-layout .faq-list details[open]{
  background:#fbfcfe!important;
}

/* Final CTA */
.nn-final-cta{
  border-top:1px solid var(--nn-line)!important;
  background:
    linear-gradient(180deg,#f8fafc 0%,#f4f7fb 100%)!important;
}

/* Buttons all use one language */
.primary-button,
.status-button,
.pricing-order-button,
.contact-form button,
.nn-contact-form button{
  border:1px solid var(--nn-blue)!important;
  background:var(--nn-blue)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(23,105,224,.14)!important;
}

.primary-button:hover,
.status-button:hover,
.pricing-order-button:hover,
.contact-form button:hover,
.nn-contact-form button:hover{
  border-color:var(--nn-blue-dark)!important;
  background:var(--nn-blue-dark)!important;
  color:#fff!important;
}

.secondary-button{
  border:1px solid #cfd9e5!important;
  background:#fff!important;
  color:var(--nn-ink)!important;
  box-shadow:none!important;
}

.secondary-button:hover{
  border-color:#b8c6d6!important;
  background:#f8fafc!important;
  color:var(--nn-ink)!important;
}

/* The secondary button inside dark sections remains readable */
.nn-control-section .secondary-button,
.nn-about-values .secondary-button{
  border-color:rgba(255,255,255,.20)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
}

.nn-control-section .secondary-button:hover,
.nn-about-values .secondary-button:hover{
  border-color:rgba(255,255,255,.34)!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
}

/* Services page */
.nn-services-principles{
  background:#f7f9fc!important;
}

/* Legal/general legacy cards */
.legal-card,
.content-card,
.contact-detail-card,
.catalogue-empty-state{
  border:1px solid var(--nn-line)!important;
  border-radius:var(--nn-radius-lg)!important;
  background:#fff!important;
  box-shadow:var(--nn-shadow-xs)!important;
}

/* Responsive cleanup */
@media(max-width:1020px){
  .nn-step-row,
  .nn-principle-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  .nn-step-row,
  .nn-principle-grid,
  .nn-capability-grid{
    grid-template-columns:1fr!important;
  }

  .nn-step-row article,
  .nn-principle-grid article{
    min-height:0!important;
    padding:22px!important;
    border:1px solid var(--nn-line)!important;
    border-radius:var(--nn-radius-md)!important;
  }

  .nn-control-panel,
  .nn-service-selector,
  .nn-product-hero-panel,
  .nn-hero-summary-card,
  .nn-contact-form-shell{
    border-radius:var(--nn-radius-md)!important;
  }
}


/* =======================================================================
   NetNavi v11.0.0 — authoritative site-wide colour/surface audit
   This final layer intentionally normalises legacy and rebuilt page styles.
   ======================================================================= */

:root{
  --blue:#1769e0!important;
  --ink:#142033!important;
  --muted:#64748b!important;
  --line:#dde5ee!important;
  --soft:#f7f9fc!important;
  --shadow:0 10px 28px rgba(20,32,51,.055)!important;
}

/* Never allow legacy saturated/grey cards to drift away from the brand */
.page-hero,
.nn-product-hero,
.nn-home-hero{
  color:#142033!important;
}

.page-hero,
.nn-product-hero{
  border-bottom:1px solid #dde5ee!important;
  background:radial-gradient(circle at 82% 15%,rgba(23,105,224,.07),transparent 29%),linear-gradient(180deg,#fff,#f8fafc)!important;
}

.section,
.nn-products-section,
.nn-services-catalogue,
.nn-capabilities-section,
.nn-contact-section,
.nn-faq-section,
.nn-about-story{
  color:#142033;
}

.product-section,
.pricing-section,
.product-benefits-section,
.nn-product-benefits{
  background:#fff!important;
}

.process-section,
.product-process-section,
.nn-product-flow,
.nn-steps-section,
.nn-services-principles{
  background:#f7f9fc!important;
  border-color:#dde5ee!important;
}

/* All light cards use white + neutral border */
.commercial-product-card,
.service-overview-card,
.dynamic-pricing-card,
.product-feature-grid>article,
.feature-grid>article,
.process-grid>article,
.nn-capability-grid>article,
.nn-step-row>article,
.nn-principle-grid>article,
.contact-detail-card,
.contact-form,
.nn-contact-form-shell,
.transparency-card,
.catalogue-empty-state,
.legal-contact-card,
.legal-card,
.content-card,
.nn-hero-summary-card,
.nn-product-hero-panel{
  background:#fff!important;
  border-color:#dde5ee!important;
  color:#142033!important;
}

/* Text hierarchy */
.commercial-product-card p,
.service-overview-card p,
.dynamic-pricing-card p,
.product-feature-grid p,
.feature-grid p,
.process-grid p,
.nn-capability-grid p,
.nn-step-row p,
.nn-principle-grid p,
.legal-copy p,
.legal-copy li,
.nn-custom-page-copy p,
.nn-custom-page-copy li{
  color:#64748b!important;
}

/* Links stay NetNavi blue; nav deliberately keeps its existing black/neutral behaviour */
main a:not(.primary-button):not(.secondary-button):not(.status-button):not(.pricing-order-button),
.legal-copy a,
.nn-custom-page-copy a{
  color:#1769e0;
}

main a:not(.primary-button):not(.secondary-button):not(.status-button):not(.pricing-order-button):hover,
.legal-copy a:hover,
.nn-custom-page-copy a:hover{
  color:#1157bd;
}

/* Dark areas use one consistent navy family */
.nn-control-section,
.nn-about-values{
  background:radial-gradient(circle at 88% 0%,rgba(23,105,224,.18),transparent 34%),linear-gradient(180deg,#18283d,#142033)!important;
}

.nn-control-section p,
.nn-about-values p{
  color:#b9c5d4!important;
}

.nn-control-section h2,
.nn-control-section h3,
.nn-about-values h2,
.nn-about-values h3{
  color:#fff!important;
}

/* Forms */
input,textarea,select{
  border-color:#ccd7e4;
}

input:focus,textarea:focus,select:focus{
  border-color:#8eb6ed!important;
  box-shadow:0 0 0 3px rgba(23,105,224,.10)!important;
}

/* Legal and CMS pages */
.legal-copy,
.nn-custom-page-copy{
  max-width:900px;
  margin-right:auto;
  margin-left:auto;
}

.nn-custom-content-section{
  padding:0 0 48px;
}

.nn-custom-content-section+.nn-custom-content-section{
  padding-top:48px;
  border-top:1px solid #dde5ee;
}

.nn-custom-page-copy h2,
.legal-copy h2{
  color:#142033!important;
  letter-spacing:-.035em;
}

/* Error page */
.error-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:linear-gradient(180deg,#fff,#f7f9fc)!important;
}

.error-card{
  width:min(620px,100%);
  padding:42px;
  border:1px solid #dde5ee!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 16px 40px rgba(20,32,51,.07)!important;
  text-align:center;
}

.error-card img{
  width:64px;
  height:64px;
  margin-bottom:18px;
}

/* Footer uses same neutral family */
.site-footer{
  background:#f8fafc!important;
  border-top:1px solid #dde5ee!important;
}

/* Mobile */
@media(max-width:760px){
  .error-card{padding:28px}
  .nn-custom-content-section{padding-bottom:34px}
  .nn-custom-content-section+.nn-custom-content-section{padding-top:34px}
}


/* =======================================================================
   NetNavi Cloud v11.1.0 — screenshot-led visual fixes
   Fixes dark copy sections, values panels, FAQ rows and contrast.
   ======================================================================= */

/* -----------------------------------------------------------------------
   DARK CONTROL / VALUES SECTIONS
   These need the entire section background, not only the right-hand panel.
   ----------------------------------------------------------------------- */
section.section.nn-control-section,
section.section.nn-about-values{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 86% 8%,rgba(23,105,224,.18),transparent 32%),
    linear-gradient(135deg,#182940 0%,#142033 58%,#112036 100%)!important;
  color:#fff!important;
  border-top:0!important;
  border-bottom:0!important;
}

section.section.nn-control-section::before,
section.section.nn-about-values::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px)!important;
  background-size:64px 64px!important;
  mask-image:linear-gradient(to right,rgba(0,0,0,.42),transparent 78%)!important;
}

section.section.nn-control-section>.shell,
section.section.nn-about-values>.shell{
  position:relative!important;
  z-index:1!important;
}

section.section.nn-control-section .nn-control-copy,
section.section.nn-about-values .nn-control-copy{
  color:#fff!important;
}

section.section.nn-control-section .nn-control-copy h2,
section.section.nn-about-values .nn-control-copy h2{
  color:#fff!important;
  text-shadow:none!important;
}

section.section.nn-control-section .nn-control-copy p,
section.section.nn-about-values .nn-control-copy p{
  color:#c2cede!important;
}

section.section.nn-control-section .nn-control-copy .eyebrow,
section.section.nn-about-values .nn-control-copy .eyebrow{
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.075)!important;
  color:#bdd4ff!important;
}

section.section.nn-control-section .primary-button,
section.section.nn-about-values .primary-button{
  border-color:#2475e8!important;
  background:#2475e8!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
}

section.section.nn-control-section .primary-button:hover,
section.section.nn-about-values .primary-button:hover{
  border-color:#3583ef!important;
  background:#3583ef!important;
}

section.section.nn-control-section .secondary-button,
section.section.nn-about-values .secondary-button{
  border-color:rgba(255,255,255,.20)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
}

section.section.nn-control-section .secondary-button:hover,
section.section.nn-about-values .secondary-button:hover{
  border-color:rgba(255,255,255,.32)!important;
  background:rgba(255,255,255,.11)!important;
}

/* Right-side service / values panel */
section.section.nn-control-section .nn-control-panel,
section.section.nn-about-values .nn-control-panel{
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:18px!important;
  background:#1d3049!important;
  box-shadow:0 24px 64px rgba(3,11,22,.28)!important;
}

section.section.nn-control-section .nn-control-panel-head,
section.section.nn-about-values .nn-control-panel-head{
  border-bottom:1px solid rgba(255,255,255,.11)!important;
  background:#203550!important;
}

section.section.nn-control-section .nn-control-panel-head span,
section.section.nn-about-values .nn-control-panel-head span{
  color:#fff!important;
}

section.section.nn-control-section .nn-control-panel-head small,
section.section.nn-about-values .nn-control-panel-head small{
  color:#b4c4d7!important;
}

section.section.nn-control-section .nn-control-stat-grid article,
section.section.nn-about-values .nn-control-stat-grid article{
  background:rgba(255,255,255,.012)!important;
  border-color:rgba(255,255,255,.09)!important;
}

section.section.nn-control-section .nn-control-stat-grid article:hover,
section.section.nn-about-values .nn-control-stat-grid article:hover{
  background:rgba(255,255,255,.035)!important;
}

section.section.nn-control-section .nn-control-stat-grid small,
section.section.nn-about-values .nn-control-stat-grid small{
  color:#8fbbff!important;
}

section.section.nn-control-section .nn-control-stat-grid strong,
section.section.nn-about-values .nn-control-stat-grid strong{
  color:#fff!important;
}

section.section.nn-control-section .nn-control-stat-grid span,
section.section.nn-about-values .nn-control-stat-grid span{
  color:#c1cddd!important;
}

/* -----------------------------------------------------------------------
   FAQ
   Replace default browser triangles and oversized plain rows with cleaner
   NetNavi accordion cards.
   ----------------------------------------------------------------------- */
section.section.nn-faq-section{
  background:#f7f9fc!important;
  border-top:1px solid #e1e7ee!important;
  border-bottom:1px solid #e1e7ee!important;
}

.nn-faq-layout{
  align-items:start!important;
}

.nn-faq-layout>.nn-section-intro{
  padding-top:4px!important;
}

.nn-faq-layout .faq-list{
  display:grid!important;
  gap:12px!important;
  border-top:0!important;
}

.nn-faq-layout .faq-list details{
  overflow:hidden!important;
  border:1px solid #dde5ee!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(20,32,51,.04)!important;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
}

.nn-faq-layout .faq-list details:hover{
  border-color:#cbd8e8!important;
  box-shadow:0 9px 24px rgba(20,32,51,.055)!important;
}

.nn-faq-layout .faq-list details[open]{
  border-color:#bfd2ed!important;
  background:#fbfdff!important;
}

.nn-faq-layout .faq-list summary{
  position:relative!important;
  display:flex!important;
  min-height:72px!important;
  align-items:center!important;
  padding:20px 58px 20px 22px!important;
  color:#142033!important;
  cursor:pointer!important;
  list-style:none!important;
  font-size:.84rem!important;
  font-weight:850!important;
  line-height:1.4!important;
}

.nn-faq-layout .faq-list summary::-webkit-details-marker{
  display:none!important;
}

.nn-faq-layout .faq-list summary::marker{
  content:""!important;
}

.nn-faq-layout .faq-list summary::after{
  content:"+"!important;
  position:absolute!important;
  top:50%!important;
  right:20px!important;
  display:flex!important;
  width:28px!important;
  height:28px!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #d7e3f2!important;
  border-radius:50%!important;
  background:#f4f8fd!important;
  color:#1769e0!important;
  font-size:1rem!important;
  font-weight:700!important;
  transform:translateY(-50%)!important;
}

.nn-faq-layout .faq-list details[open] summary::after{
  content:"−"!important;
  border-color:#c4d9f7!important;
  background:#eef5ff!important;
}

.nn-faq-layout .faq-list details p{
  margin:0!important;
  padding:0 22px 22px!important;
  color:#64748b!important;
  font-size:.76rem!important;
  line-height:1.7!important;
}

.nn-faq-layout .secondary-button{
  border-color:#cad7e6!important;
  background:#fff!important;
  color:#1769e0!important;
}

.nn-faq-layout .secondary-button:hover{
  border-color:#aec2db!important;
  background:#f8fbff!important;
  color:#1157bd!important;
}

/* -----------------------------------------------------------------------
   ABOUT VALUES PANEL
   Make this visually consistent with the homepage management section.
   ----------------------------------------------------------------------- */
section.section.nn-about-values .nn-control-grid{
  min-height:520px!important;
}

section.section.nn-about-values .nn-control-copy h2{
  max-width:620px!important;
}

section.section.nn-about-values .nn-control-stat-grid article{
  min-height:170px!important;
}

/* -----------------------------------------------------------------------
   MOBILE / TABLET
   ----------------------------------------------------------------------- */
@media(max-width:1020px){
  section.section.nn-control-section,
  section.section.nn-about-values{
    padding-top:72px!important;
    padding-bottom:72px!important;
  }

  section.section.nn-control-section .nn-control-grid,
  section.section.nn-about-values .nn-control-grid{
    gap:40px!important;
  }

  section.section.nn-about-values .nn-control-grid{
    min-height:0!important;
  }
}

@media(max-width:760px){
  section.section.nn-control-section,
  section.section.nn-about-values{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }

  section.section.nn-control-section .nn-control-panel,
  section.section.nn-about-values .nn-control-panel{
    border-radius:14px!important;
  }

  .nn-faq-layout .faq-list summary{
    min-height:66px!important;
    padding:18px 52px 18px 18px!important;
  }

  .nn-faq-layout .faq-list summary::after{
    right:16px!important;
    width:26px!important;
    height:26px!important;
  }

  .nn-faq-layout .faq-list details p{
    padding:0 18px 18px!important;
  }
}


/* NetNavi v11.2.0 — Careers / Jobs / Team */
.nn-jobs-section,.nn-team-section{background:#fff!important}
.nn-jobs-list{display:grid;gap:14px}
.nn-job-card{
  display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:34px;align-items:center;
  padding:28px;border:1px solid #dde5ee;border-radius:16px;background:#fff;
  box-shadow:0 6px 20px rgba(20,32,51,.035);
}
.nn-job-card:hover{border-color:#c6d7ec;box-shadow:0 10px 28px rgba(20,32,51,.055)}
.nn-job-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}
.nn-job-meta span{
  padding:5px 8px;border:1px solid #dbe6f4;border-radius:999px;background:#f7faff;
  color:#536175;font-size:.66rem;font-weight:800
}
.nn-job-card h2{margin:0 0 9px;color:#142033;font-size:1.35rem;letter-spacing:-.035em}
.nn-job-card p{margin:0;max-width:720px;color:#64748b;font-size:.76rem;line-height:1.65}
.nn-job-side{display:grid;gap:5px;padding-left:28px;border-left:1px solid #e7edf3}
.nn-job-side small{margin-top:8px;color:#8a98aa;font-size:.61rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.nn-job-side strong{color:#142033;font-size:.78rem}
.nn-job-side .secondary-button{margin-top:12px}
.nn-empty-state{padding:40px;border:1px solid #dde5ee;border-radius:16px;background:#f8fafc;text-align:center}
.nn-empty-state h2{margin:14px 0 9px;color:#142033;letter-spacing:-.04em}
.nn-empty-state p{margin:0;color:#64748b}

.nn-job-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:72px;align-items:start}
.nn-job-copy section{padding-bottom:44px}
.nn-job-copy section+section{padding-top:44px;border-top:1px solid #dde5ee}
.nn-job-copy h2{margin:14px 0 18px;font-size:2rem;letter-spacing:-.045em}
.nn-prose{color:#64748b;font-size:.86rem;line-height:1.85;white-space:normal}
.nn-apply-card{
  position:sticky;top:126px;display:grid;gap:10px;padding:26px;border:1px solid #dde5ee;
  border-radius:16px;background:#f8fafc
}
.nn-apply-card>small{color:#8a98aa;font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.nn-apply-card>strong{font-size:1.25rem;color:#142033}
.nn-apply-card>p{margin:0 0 10px;color:#64748b;font-size:.73rem}
.nn-apply-card .primary-button,.nn-apply-card .secondary-button{width:100%}
.nn-closed-label{padding:10px 12px;border-radius:9px;background:#eef1f4;color:#66717f;font-weight:800;text-align:center}

.nn-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.nn-team-card{
  overflow:hidden;border:1px solid #dde5ee;border-radius:16px;background:#fff;
  box-shadow:0 6px 20px rgba(20,32,51,.035)
}
.nn-team-card img,.nn-team-avatar{width:100%;aspect-ratio:4/3;object-fit:cover;background:#eef4fb}
.nn-team-avatar{display:flex;align-items:center;justify-content:center;color:#1769e0;font-size:2.4rem;font-weight:900;letter-spacing:-.04em}
.nn-team-card-copy{padding:24px}
.nn-team-card h2{margin:0 0 5px;color:#142033;font-size:1.2rem;letter-spacing:-.035em}
.nn-team-card-copy>span{display:block;color:#1769e0;font-size:.7rem;font-weight:800}
.nn-team-card p{margin:16px 0 0;color:#64748b;font-size:.74rem;line-height:1.65}
.nn-team-links{display:flex;gap:14px;margin-top:18px}
.nn-team-links a{font-size:.7rem;font-weight:800;text-decoration:none}

@media(max-width:900px){
  .nn-job-card{grid-template-columns:1fr}
  .nn-job-side{padding:18px 0 0;border-left:0;border-top:1px solid #e7edf3}
  .nn-job-detail-grid{grid-template-columns:1fr;gap:38px}
  .nn-apply-card{position:static}
  .nn-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .nn-job-card{padding:22px}
  .nn-team-grid{grid-template-columns:1fr}
}


/* ======================================================================
   NetNavi v11.5.0 — redesigned 404 page
   ====================================================================== */

.nn-404-hero{
  position:relative;
  overflow:hidden;
  padding:96px 0 88px;
  border-bottom:1px solid #dde5ee;
  background:
    radial-gradient(circle at 82% 15%,rgba(23,105,224,.09),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
}

.nn-404-hero::before{
  content:"";
  position:absolute;
  top:-210px;
  right:-170px;
  width:560px;
  height:560px;
  border:1px solid rgba(23,105,224,.07);
  border-radius:50%;
}

.nn-404-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:72px;
  align-items:center;
}

.nn-404-copy{
  max-width:690px;
}

.nn-404-code{
  margin:16px 0 -6px;
  color:#e5edf8;
  font-size:clamp(5rem,10vw,8.5rem);
  font-weight:900;
  line-height:.82;
  letter-spacing:-.09em;
  user-select:none;
}

.nn-404-copy h1{
  margin:18px 0 16px;
  color:#142033;
  font-size:clamp(2.6rem,5vw,4.35rem);
  line-height:.98;
  letter-spacing:-.065em;
}

.nn-404-copy>p{
  max-width:590px;
  margin:0;
  color:#64748b;
  font-size:.96rem;
  line-height:1.75;
}

.nn-404-copy .hero-actions{
  margin-top:28px!important;
}

.nn-404-panel{
  overflow:hidden;
  border:1px solid #dde5ee;
  border-radius:18px;
  background:#fff;
  box-shadow:0 20px 52px rgba(20,32,51,.08);
}

.nn-404-panel-head{
  padding:23px 24px 20px;
  border-bottom:1px solid #e8edf3;
  background:#f8fafc;
}

.nn-404-panel-head small{
  display:block;
  margin-bottom:5px;
  color:#1769e0;
  font-size:.63rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-404-panel-head strong{
  color:#142033;
  font-size:1.04rem;
  letter-spacing:-.02em;
}

.nn-404-panel>a{
  position:relative;
  display:block;
  min-height:80px;
  padding:18px 56px 18px 24px;
  border-bottom:1px solid #e8edf3;
  background:#fff;
  text-decoration:none!important;
}

.nn-404-panel>a:last-child{
  border-bottom:0;
}

.nn-404-panel>a::after{
  content:"→";
  position:absolute;
  top:50%;
  right:22px;
  color:#95a3b5;
  transform:translateY(-50%);
}

.nn-404-panel>a:hover{
  background:#f8fbff;
}

.nn-404-panel>a:hover::after{
  color:#1769e0;
}

.nn-404-panel>a span{
  display:block;
  color:#142033;
  font-size:.84rem;
  font-weight:850;
}

.nn-404-panel>a small{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:.68rem;
  line-height:1.45;
}

.nn-404-help{
  padding:62px 0;
  background:#fff;
}

.nn-404-help-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  padding:32px 34px;
  border:1px solid #dde5ee;
  border-radius:16px;
  background:#f8fafc;
}

.nn-404-help h2{
  margin:12px 0 8px;
  color:#142033;
  font-size:clamp(1.65rem,3vw,2.35rem);
  letter-spacing:-.05em;
}

.nn-404-help p{
  margin:0;
  color:#64748b;
}

@media(max-width:900px){
  .nn-404-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .nn-404-panel{
    max-width:720px;
  }
}

@media(max-width:620px){
  .nn-404-hero{
    padding:58px 0 52px;
  }

  .nn-404-code{
    font-size:5.2rem;
  }

  .nn-404-help{
    padding:48px 0;
  }

  .nn-404-help-inner{
    align-items:flex-start;
    flex-direction:column;
    padding:24px;
  }

  .nn-404-help-inner .secondary-button{
    width:100%;
  }
}


/* NetNavi v11.7.2 — Services uses the exact same typography as Contact / Status */
.header-actions .site-nav-dropdown-toggle,
.header-actions .site-nav-dropdown-toggle:link,
.header-actions .site-nav-dropdown-toggle:visited{
  display:flex!important;
  min-height:auto!important;
  align-items:center!important;
  gap:6px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--ink)!important;
  -webkit-text-fill-color:var(--ink)!important;
  font-family:inherit!important;
  font-size:.78rem!important;
  font-style:normal!important;
  font-weight:800!important;
  letter-spacing:normal!important;
  line-height:1.2!important;
  text-decoration:none!important;
  text-transform:none!important;
}

.header-actions .site-nav-dropdown-toggle:hover,
.header-actions .site-nav-dropdown-toggle:focus,
.site-nav-dropdown:hover .site-nav-dropdown-toggle,
.site-nav-dropdown:focus-within .site-nav-dropdown-toggle,
.site-nav-dropdown.active .site-nav-dropdown-toggle{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--ink)!important;
  -webkit-text-fill-color:var(--ink)!important;
  text-decoration:none!important;
}

/* Arrow follows the same text colour and does not alter the Services font metrics */
.header-actions .site-nav-dropdown-toggle::after{
  flex:0 0 6px!important;
  margin:0!important;
  color:inherit!important;
}


/* NetNavi v11.7.3 — Services exact normal header-link colour */
.header-actions .site-nav-dropdown-toggle,
.header-actions .site-nav-dropdown-toggle:link,
.header-actions .site-nav-dropdown-toggle:visited{
  color:#536175!important;
  -webkit-text-fill-color:#536175!important;
}
.header-actions .site-nav-dropdown-toggle:hover,
.header-actions .site-nav-dropdown-toggle:focus,
.site-nav-dropdown:hover .site-nav-dropdown-toggle,
.site-nav-dropdown:focus-within .site-nav-dropdown-toggle{
  color:var(--ink)!important;
  -webkit-text-fill-color:var(--ink)!important;
}
/* Do not turn Services blue merely because a Services page is active. */
.header-actions .site-nav-dropdown.active .site-nav-dropdown-toggle{
  color:#536175!important;
  -webkit-text-fill-color:#536175!important;
}
.header-actions .site-nav-dropdown.active:hover .site-nav-dropdown-toggle,
.header-actions .site-nav-dropdown.active:focus-within .site-nav-dropdown-toggle{
  color:var(--ink)!important;
  -webkit-text-fill-color:var(--ink)!important;
}


/* ======================================================================
   NetNavi Cloud v11.9.0 — modern hosting-provider visual upgrade
   Keeps NetNavi blue/navy/white while improving commercial depth,
   hierarchy, conversion flow and visual retention.
   ====================================================================== */

:root{
  --nn-blue:#1769e0;
  --nn-blue-2:#3a82eb;
  --nn-blue-soft:#eef5ff;
  --nn-navy:#142033;
  --nn-navy-2:#1a2a40;
  --nn-soft:#f6f9fc;
  --nn-line:#dce5ef;
  --nn-shadow-lg:0 24px 70px rgba(20,32,51,.10);
  --nn-shadow-md:0 14px 38px rgba(20,32,51,.075);
}

/* ----------------------------------------------------------------------
   Hero — more premium, more hosting-provider-like
   ---------------------------------------------------------------------- */
.nn-home-hero{
  padding:112px 0 98px!important;
  background:
    radial-gradient(circle at 78% 10%,rgba(23,105,224,.13),transparent 28%),
    radial-gradient(circle at 18% 14%,rgba(23,105,224,.055),transparent 23%),
    linear-gradient(180deg,#fff 0%,#f7faff 100%)!important;
}

.nn-home-hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr)!important;
  gap:72px!important;
}

.nn-home-hero-copy h1{
  max-width:780px!important;
  font-size:clamp(3.45rem,6.3vw,5.8rem)!important;
  line-height:.93!important;
  letter-spacing:-.078em!important;
}

.nn-home-hero-copy>p{
  max-width:650px!important;
  font-size:1.08rem!important;
  line-height:1.8!important;
}

.nn-home-hero .primary-button,
.nn-home-hero .secondary-button{
  min-height:48px!important;
  padding:11px 20px!important;
}

.nn-hero-points{
  gap:10px 22px!important;
  padding-top:22px!important;
}

.nn-hero-points span{
  color:#536175!important;
  font-size:.74rem!important;
}

/* Product selector */
.nn-hero-product-stack{
  overflow:hidden;
  border:1px solid rgba(20,32,51,.10);
  border-radius:20px;
  background:rgba(255,255,255,.96);
  box-shadow:var(--nn-shadow-lg);
}

.nn-hero-product-stack-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  padding:24px 25px 20px;
  border-bottom:1px solid #e7edf4;
  background:linear-gradient(180deg,#fbfdff,#f6f9fc);
}

.nn-hero-product-stack-head small{
  display:block;
  margin-bottom:5px;
  color:var(--nn-blue);
  font-size:.63rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.nn-hero-product-stack-head strong{
  display:block;
  color:var(--nn-navy);
  font-size:1.1rem;
  letter-spacing:-.025em;
}

.nn-hero-product-stack-head>span{
  color:#8795a7;
  font-size:.66rem;
  font-weight:700;
  white-space:nowrap;
}

.nn-hero-product-list{
  display:grid;
}

.nn-hero-product-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "tag price"
    "title price"
    "summary price";
  gap:2px 20px;
  min-height:126px;
  padding:22px 24px;
  border-bottom:1px solid #e8edf3;
  color:var(--nn-navy)!important;
  text-decoration:none!important;
  transition:background .16s ease,transform .16s ease;
}

.nn-hero-product-card:last-child{
  border-bottom:0;
}

.nn-hero-product-card:hover{
  background:linear-gradient(90deg,#f8fbff,#fff);
}

.nn-hero-product-tag{
  grid-area:tag;
  align-self:start;
  color:var(--nn-blue);
  font-size:.61rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-hero-product-card>strong{
  grid-area:title;
  color:var(--nn-navy);
  font-size:1.05rem;
  letter-spacing:-.025em;
}

.nn-hero-product-card>small{
  grid-area:summary;
  max-width:430px;
  margin-top:5px;
  color:#68778b;
  font-size:.69rem;
  line-height:1.55;
}

.nn-hero-product-price{
  grid-area:price;
  display:flex;
  min-width:110px;
  align-self:center;
  flex-direction:column;
  align-items:flex-end;
  text-align:right;
}

.nn-hero-product-price em{
  margin-bottom:2px;
  color:#8c99aa;
  font-size:.57rem;
  font-style:normal;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.nn-hero-product-price b{
  color:var(--nn-navy);
  font-size:1.18rem;
  letter-spacing:-.04em;
}

.nn-hero-product-price i{
  margin-top:1px;
  color:#8a98aa;
  font-size:.58rem;
  font-style:normal;
}

.nn-hero-product-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 24px;
  border-top:1px solid #e7edf3;
  background:#f8fafc;
}

.nn-hero-product-foot span{
  color:#718095;
  font-size:.67rem;
}

.nn-hero-product-foot a{
  color:var(--nn-blue)!important;
  font-size:.68rem;
  font-weight:850;
  text-decoration:none!important;
}

/* ----------------------------------------------------------------------
   Confidence strip — less bland, stronger rhythm
   ---------------------------------------------------------------------- */
.nn-confidence-strip{
  background:#fff!important;
}

.nn-confidence-grid article{
  position:relative;
  min-height:118px!important;
  padding-top:28px!important;
  padding-bottom:28px!important;
}

.nn-confidence-grid article::before{
  content:"";
  position:absolute;
  top:26px;
  left:24px;
  width:22px;
  height:3px;
  border-radius:999px;
  background:var(--nn-blue);
}

.nn-confidence-grid article:first-child::before{
  left:0;
}

.nn-confidence-grid strong{
  margin-top:12px!important;
  font-size:.88rem!important;
}

.nn-confidence-grid span{
  font-size:.72rem!important;
}

/* ----------------------------------------------------------------------
   Product/service cards — more commercial and less flat
   ---------------------------------------------------------------------- */
.nn-products-section{
  background:
    radial-gradient(circle at 88% 18%,rgba(23,105,224,.035),transparent 24%),
    #fff!important;
}

.nn-products-section .commercial-product-card,
.nn-services-catalogue .service-overview-card{
  position:relative;
  overflow:hidden;
  min-height:400px!important;
  padding:32px!important;
  border-radius:18px!important;
  box-shadow:0 8px 26px rgba(20,32,51,.045)!important;
}

.nn-products-section .commercial-product-card::after,
.nn-services-catalogue .service-overview-card::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:linear-gradient(90deg,var(--nn-blue),#5a97ee);
  opacity:.86;
}

.nn-products-section .commercial-product-card:hover,
.nn-services-catalogue .service-overview-card:hover{
  transform:translateY(-4px)!important;
  border-color:#c7d8ed!important;
  box-shadow:0 18px 44px rgba(20,32,51,.085)!important;
}

.nn-products-section .commercial-product-card h3,
.nn-services-catalogue .service-overview-card h3{
  font-size:1.7rem!important;
}

.nn-products-section .commercial-product-card>a,
.nn-services-catalogue .service-overview-card .secondary-button{
  width:max-content;
}

/* ----------------------------------------------------------------------
   New provider value section
   ---------------------------------------------------------------------- */
.nn-provider-band{
  background:#f6f9fc!important;
  border-top:1px solid #e4eaf1;
  border-bottom:1px solid #e4eaf1;
}

.nn-provider-band-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:62px;
  align-items:end;
  margin-bottom:38px;
}

.nn-provider-band-head h2{
  margin:15px 0 0;
  max-width:750px;
  color:var(--nn-navy);
  font-size:clamp(2.25rem,4.2vw,3.5rem);
  line-height:1.01;
  letter-spacing:-.06em;
}

.nn-provider-band-head>p{
  margin:0;
  color:#66758a;
  font-size:.87rem;
  line-height:1.78;
}

.nn-provider-band-grid{
  display:grid;
  grid-template-columns:1.25fr .875fr .875fr;
  gap:16px;
}

.nn-provider-feature{
  min-height:300px;
  padding:28px;
  border:1px solid #dce5ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(20,32,51,.04);
}

.nn-provider-feature-main{
  background:
    radial-gradient(circle at 90% 10%,rgba(23,105,224,.11),transparent 32%),
    linear-gradient(180deg,#fff,#f8fbff);
}

.nn-provider-feature>span{
  display:block;
  margin-bottom:60px;
  color:var(--nn-blue);
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.08em;
}

.nn-provider-feature small{
  display:block;
  margin-bottom:8px;
  color:#8896a8;
  font-size:.62rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.nn-provider-feature h3{
  margin:0 0 10px;
  color:var(--nn-navy);
  font-size:1.35rem;
  letter-spacing:-.04em;
}

.nn-provider-feature p{
  margin:0;
  color:#64748b;
  font-size:.76rem;
  line-height:1.7;
}

/* ----------------------------------------------------------------------
   Dark management block — stronger visual depth
   ---------------------------------------------------------------------- */
section.section.nn-control-section{
  background:
    radial-gradient(circle at 84% 15%,rgba(55,129,238,.22),transparent 32%),
    linear-gradient(135deg,#16253a 0%,#142033 58%,#102039 100%)!important;
}

.nn-control-panel{
  box-shadow:0 28px 70px rgba(2,10,20,.28)!important;
}

.nn-control-stat-grid article{
  transition:background .16s ease;
}

.nn-control-stat-grid article:hover{
  background:rgba(255,255,255,.045)!important;
}

/* ----------------------------------------------------------------------
   Capability grid as a bento-style hosting-provider section
   ---------------------------------------------------------------------- */
.nn-capability-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:16px!important;
}

.nn-capability-grid article{
  min-height:260px!important;
  grid-column:span 4;
  padding:30px!important;
  border-radius:18px!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}

.nn-capability-grid article:nth-child(1),
.nn-capability-grid article:nth-child(4){
  grid-column:span 6;
}

.nn-capability-grid article:hover{
  transform:translateY(-3px);
  box-shadow:var(--nn-shadow-md)!important;
}

.nn-capability-grid article:nth-child(1){
  background:
    radial-gradient(circle at 92% 12%,rgba(23,105,224,.12),transparent 32%),
    #fff!important;
}

.nn-capability-grid article:nth-child(4){
  background:linear-gradient(145deg,#142033,#1b304d)!important;
}

.nn-capability-grid article:nth-child(4) small,
.nn-capability-grid article:nth-child(4) h3,
.nn-capability-grid article:nth-child(4) a{
  color:#fff!important;
}

.nn-capability-grid article:nth-child(4) p{
  color:#bcc8d7!important;
}

/* ----------------------------------------------------------------------
   Pricing cards — stronger conversion hierarchy
   ---------------------------------------------------------------------- */
.pricing-section{
  background:
    radial-gradient(circle at 15% 0%,rgba(23,105,224,.045),transparent 26%),
    #f7f9fc!important;
}

.dynamic-pricing-card{
  min-height:520px!important;
  padding:30px!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(20,32,51,.045)!important;
}

.dynamic-pricing-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 18px 42px rgba(20,32,51,.075)!important;
}

.dynamic-pricing-card.popular{
  transform:translateY(-6px)!important;
  border-color:#9fc1ef!important;
  box-shadow:0 22px 50px rgba(23,105,224,.13)!important;
}

.dynamic-pricing-card.popular:hover{
  transform:translateY(-8px)!important;
}

.dynamic-pricing-card .pricing-price strong{
  font-size:2.4rem!important;
  letter-spacing:-.06em!important;
}

.dynamic-pricing-card .pricing-feature-list{
  padding-top:18px;
  border-top:1px solid #e7edf3;
}

/* ----------------------------------------------------------------------
   Product page hero richer panel
   ---------------------------------------------------------------------- */
.nn-product-hero{
  padding:104px 0 88px!important;
}

.nn-product-hero-grid{
  gap:74px!important;
}

.nn-product-hero h1{
  font-size:clamp(3rem,5.7vw,4.95rem)!important;
}

.nn-product-hero-panel-rich{
  overflow:hidden;
  padding:0!important;
  border-radius:18px!important;
  box-shadow:var(--nn-shadow-lg)!important;
}

.nn-product-panel-top{
  padding:28px 28px 24px;
  background:
    radial-gradient(circle at 90% 10%,rgba(23,105,224,.08),transparent 30%),
    #fff;
}

.nn-product-panel-top small{
  margin-bottom:12px!important;
}

.nn-product-panel-top strong{
  margin-bottom:8px!important;
  font-size:1.55rem!important;
}

.nn-product-panel-top span{
  max-width:360px;
  line-height:1.6!important;
}

.nn-product-panel-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid #e5ebf2;
  border-bottom:1px solid #e5ebf2;
  background:#f8fafc;
}

.nn-product-panel-facts>div{
  padding:18px;
  border-right:1px solid #e5ebf2;
}

.nn-product-panel-facts>div:last-child{
  border-right:0;
}

.nn-product-panel-facts small{
  display:block;
  margin-bottom:5px;
  color:#8a98aa;
  font-size:.58rem;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.nn-product-panel-facts strong{
  display:block;
  color:var(--nn-navy);
  font-size:.72rem;
  line-height:1.4;
}

.nn-product-hero-panel-rich>a{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  margin:0!important;
  padding:18px 28px;
  background:#fff;
  color:var(--nn-blue)!important;
  font-size:.71rem!important;
}

.nn-product-hero-panel-rich>a:hover{
  background:#f8fbff;
}

/* ----------------------------------------------------------------------
   Steps, FAQ, CTAs
   ---------------------------------------------------------------------- */
.nn-step-row article{
  position:relative;
  overflow:hidden;
}

.nn-step-row article::after{
  content:"";
  position:absolute;
  right:-24px;
  bottom:-26px;
  width:88px;
  height:88px;
  border:1px solid rgba(23,105,224,.08);
  border-radius:50%;
}

.nn-status-band-inner{
  min-height:230px!important;
  border-radius:18px!important;
  box-shadow:0 10px 30px rgba(20,32,51,.045)!important;
}

.nn-faq-layout .faq-list details{
  border-radius:16px!important;
}

.nn-final-cta{
  padding:88px 0!important;
  background:
    radial-gradient(circle at 84% 18%,rgba(23,105,224,.07),transparent 28%),
    linear-gradient(180deg,#f7f9fc,#f2f6fb)!important;
}

/* ----------------------------------------------------------------------
   Responsive
   ---------------------------------------------------------------------- */
@media(max-width:1020px){
  .nn-home-hero-grid{
    grid-template-columns:1fr!important;
  }

  .nn-hero-product-stack{
    max-width:760px;
  }

  .nn-provider-band-head{
    grid-template-columns:1fr;
    gap:18px;
  }

  .nn-provider-band-grid{
    grid-template-columns:1fr;
  }

  .nn-provider-feature{
    min-height:0;
  }

  .nn-provider-feature>span{
    margin-bottom:28px;
  }

  .nn-capability-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .nn-capability-grid article,
  .nn-capability-grid article:nth-child(1),
  .nn-capability-grid article:nth-child(4){
    grid-column:auto!important;
  }
}

@media(max-width:760px){
  .nn-home-hero{
    padding:68px 0 58px!important;
  }

  .nn-home-hero-copy h1{
    font-size:clamp(2.8rem,15vw,4rem)!important;
  }

  .nn-hero-product-stack-head{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }

  .nn-hero-product-stack-head>span{
    white-space:normal;
  }

  .nn-hero-product-card{
    grid-template-columns:1fr;
    grid-template-areas:
      "tag"
      "title"
      "summary"
      "price";
    gap:4px;
  }

  .nn-hero-product-price{
    min-width:0;
    align-items:flex-start;
    margin-top:12px;
    text-align:left;
  }

  .nn-hero-product-foot{
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }

  .nn-capability-grid{
    grid-template-columns:1fr!important;
  }

  .nn-product-hero{
    padding:64px 0 58px!important;
  }

  .nn-product-panel-facts{
    grid-template-columns:1fr;
  }

  .nn-product-panel-facts>div{
    border-right:0;
    border-bottom:1px solid #e5ebf2;
  }

  .nn-product-panel-facts>div:last-child{
    border-bottom:0;
  }

  .dynamic-pricing-card.popular,
  .dynamic-pricing-card.popular:hover{
    transform:none!important;
  }
}


/* ======================================================================
   NetNavi Cloud v11.10.0 — visual + functional refinement
   Final polish for typography, spacing, controls, cards, pricing, forms,
   jobs/team pages, keyboard focus and mobile consistency.
   ====================================================================== */

:root{
  --nn-text:#142033;
  --nn-copy:#5f6f83;
  --nn-copy-strong:#46566b;
  --nn-border:#dce5ef;
  --nn-border-hover:#bfd2e9;
  --nn-surface:#ffffff;
  --nn-surface-soft:#f7f9fc;
  --nn-focus:rgba(23,105,224,.18);
}

/* ----------------------------------------------------------------------
   Global typography and readable line lengths
   ---------------------------------------------------------------------- */
body{
  color:var(--nn-text)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

main{
  overflow:hidden;
}

main p,
main li{
  color:var(--nn-copy);
}

main p{
  line-height:1.72;
}

main h1,
main h2,
main h3{
  color:var(--nn-text);
  text-wrap:balance;
}

main p{
  text-wrap:pretty;
}

.nn-section-intro>p,
.nn-section-intro-split>p,
.nn-control-copy p,
.nn-product-hero p,
.nn-home-hero-copy>p{
  max-width:680px;
}

.nn-section-intro h2{
  max-width:800px;
}

/* Prevent long customer-managed text from breaking layouts */
main h1,
main h2,
main h3,
main p,
main a,
main span,
main strong,
main small{
  overflow-wrap:anywhere;
}

/* Anchor targets work properly below sticky header */
#plans,
[id]{
  scroll-margin-top:120px;
}

/* ----------------------------------------------------------------------
   Buttons and interactive controls
   ---------------------------------------------------------------------- */
.primary-button,
.secondary-button,
.status-button,
.pricing-order-button,
.contact-form button,
.nn-contact-form button{
  min-height:46px!important;
  padding:10px 18px!important;
  border-radius:9px!important;
  font-size:.76rem!important;
  font-weight:850!important;
  line-height:1.1!important;
  white-space:nowrap;
}

.primary-button,
.pricing-order-button,
.contact-form button,
.nn-contact-form button{
  box-shadow:0 8px 20px rgba(23,105,224,.14)!important;
}

.primary-button:hover,
.pricing-order-button:hover,
.contact-form button:hover,
.nn-contact-form button:hover{
  transform:translateY(-1px);
  box-shadow:0 11px 24px rgba(23,105,224,.18)!important;
}

.secondary-button:hover{
  transform:translateY(-1px);
}

a,
button,
input,
select,
textarea,
summary{
  transition:
    color .14s ease,
    background-color .14s ease,
    border-color .14s ease,
    box-shadow .14s ease,
    transform .14s ease;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible{
  outline:3px solid var(--nn-focus)!important;
  outline-offset:3px!important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:0!important;
  border-color:#7fa9e4!important;
  box-shadow:0 0 0 4px rgba(23,105,224,.10)!important;
}

/* ----------------------------------------------------------------------
   Header: keep link typography and alignment exact
   ---------------------------------------------------------------------- */
.header-actions{
  align-items:center!important;
}

.header-actions>a,
.header-actions .site-nav-dropdown-toggle{
  line-height:1.2!important;
}

.site-nav-dropdown-menu{
  min-width:220px!important;
  padding:7px!important;
  border:1px solid #dce5ef!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(20,32,51,.12)!important;
}

.site-nav-dropdown-menu a{
  display:block!important;
  padding:10px 11px!important;
  border-radius:8px!important;
  color:#536175!important;
  font-size:.73rem!important;
  font-weight:750!important;
  line-height:1.3!important;
  text-decoration:none!important;
}

.site-nav-dropdown-menu a:hover,
.site-nav-dropdown-menu a:focus{
  background:#f3f7fc!important;
  color:#142033!important;
}

.site-nav-dropdown-menu a.active{
  background:#eef5ff!important;
  color:#1769e0!important;
}

/* ----------------------------------------------------------------------
   Hero refinement
   ---------------------------------------------------------------------- */
.nn-home-hero-copy .hero-actions,
.nn-product-hero .hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}

.nn-home-hero-copy .eyebrow,
.nn-product-hero .eyebrow{
  margin-bottom:2px;
}

.nn-home-hero-copy h1{
  margin-top:20px!important;
}

.nn-product-hero h1{
  margin-top:18px!important;
}

/* Hero product cards become easier to scan */
.nn-hero-product-card>strong{
  font-size:1.08rem!important;
}

.nn-hero-product-card>small{
  color:#637287!important;
  font-size:.71rem!important;
}

.nn-hero-product-price b{
  font-size:1.22rem!important;
}

/* ----------------------------------------------------------------------
   Cards / commercial content
   ---------------------------------------------------------------------- */
.nn-products-section .commercial-product-card,
.nn-services-catalogue .service-overview-card,
.dynamic-pricing-card,
.nn-provider-feature,
.nn-capability-grid article,
.nn-step-row article,
.nn-principle-grid article,
.nn-status-band-inner,
.nn-contact-form-shell,
.nn-team-card,
.nn-job-card{
  border-color:var(--nn-border)!important;
}

.nn-products-section .commercial-product-card,
.nn-services-catalogue .service-overview-card{
  display:flex!important;
  min-width:0;
  flex-direction:column!important;
}

.nn-products-section .commercial-product-card p,
.nn-services-catalogue .service-overview-card p{
  min-height:0!important;
  font-size:.79rem!important;
  line-height:1.68!important;
}

.nn-products-section .commercial-product-card ul,
.nn-services-catalogue .service-overview-card ul{
  margin-top:4px!important;
  font-size:.73rem!important;
  line-height:1.65!important;
}

.nn-products-section .commercial-product-card>a,
.nn-services-catalogue .service-overview-card>a{
  margin-top:auto!important;
}

/* Value/provider cards */
.nn-provider-feature{
  display:flex;
  flex-direction:column;
}

.nn-provider-feature>div{
  margin-top:auto;
}

/* Capability blocks */
.nn-capability-grid article{
  display:flex;
  flex-direction:column;
}

.nn-capability-grid article p{
  min-height:0!important;
  font-size:.75rem!important;
  line-height:1.68!important;
}

.nn-capability-grid article a{
  margin-top:auto;
  padding-top:18px;
}

/* ----------------------------------------------------------------------
   Pricing
   ---------------------------------------------------------------------- */
.dynamic-pricing-grid{
  align-items:stretch!important;
}

.dynamic-pricing-card{
  min-width:0;
}

.dynamic-pricing-card h3{
  font-size:1.35rem!important;
  line-height:1.18!important;
}

.dynamic-pricing-card .pricing-description,
.dynamic-pricing-card>p{
  font-size:.75rem!important;
  line-height:1.65!important;
}

.dynamic-pricing-card ul,
.dynamic-pricing-card .pricing-feature-list{
  font-size:.72rem!important;
  line-height:1.6!important;
}

.dynamic-pricing-card .pricing-order-button,
.dynamic-pricing-card .primary-button,
.dynamic-pricing-card .secondary-button{
  width:100%!important;
  margin-top:auto!important;
}

.popular-label{
  top:16px!important;
  right:16px!important;
  font-size:.58rem!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase;
}

/* ----------------------------------------------------------------------
   Product benefit / process cards
   ---------------------------------------------------------------------- */
.nn-principle-grid article,
.nn-step-row article{
  min-width:0;
}

.nn-principle-grid h3,
.nn-step-row h3{
  font-size:1.08rem!important;
  line-height:1.28!important;
}

.nn-principle-grid p,
.nn-step-row p{
  font-size:.74rem!important;
  line-height:1.68!important;
}

/* ----------------------------------------------------------------------
   Dark management/control section
   ---------------------------------------------------------------------- */
.nn-control-copy p{
  color:#c0ccda!important;
  font-size:.84rem!important;
}

.nn-control-panel-head{
  padding:20px 22px!important;
}

.nn-control-stat-grid article{
  min-height:154px!important;
}

.nn-control-stat-grid strong{
  font-size:.98rem!important;
}

.nn-control-stat-grid span{
  font-size:.7rem!important;
  line-height:1.55!important;
}

/* ----------------------------------------------------------------------
   Forms/contact
   ---------------------------------------------------------------------- */
.nn-contact-form-shell{
  border-radius:18px!important;
  box-shadow:0 14px 36px rgba(20,32,51,.065)!important;
}

.contact-form label,
.nn-contact-form label{
  gap:7px!important;
  color:#34445a!important;
  font-size:.72rem!important;
  font-weight:800!important;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.nn-contact-form input,
.nn-contact-form select,
.nn-contact-form textarea{
  width:100%!important;
  min-height:44px!important;
  border-radius:9px!important;
  color:#142033!important;
  font-size:.79rem!important;
}

.contact-form textarea,
.nn-contact-form textarea{
  min-height:150px!important;
  resize:vertical;
}

.form-message{
  border-radius:10px!important;
}

/* ----------------------------------------------------------------------
   Jobs / Team consistency
   ---------------------------------------------------------------------- */
.nn-job-card{
  border-radius:18px!important;
}

.nn-job-card h2{
  font-size:1.42rem!important;
}

.nn-job-card p{
  font-size:.77rem!important;
}

.nn-job-side .secondary-button{
  width:100%;
}

.nn-team-card{
  border-radius:18px!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}

.nn-team-card:hover{
  transform:translateY(-3px);
  border-color:var(--nn-border-hover)!important;
  box-shadow:0 14px 34px rgba(20,32,51,.075)!important;
}

.nn-team-card-copy h2{
  font-size:1.22rem!important;
}

.nn-team-card-copy p{
  font-size:.75rem!important;
  line-height:1.68!important;
}

/* ----------------------------------------------------------------------
   FAQ / details
   ---------------------------------------------------------------------- */
.nn-faq-layout .faq-list details{
  overflow:hidden;
}

.nn-faq-layout .faq-list summary{
  font-size:.83rem!important;
  line-height:1.45!important;
}

.nn-faq-layout .faq-list details p{
  max-width:760px;
  font-size:.75rem!important;
}

/* ----------------------------------------------------------------------
   Footer tidy-up
   ---------------------------------------------------------------------- */
.nnx-footer-main{
  align-items:start!important;
}

.nnx-footer-brand p{
  max-width:380px!important;
  font-size:.72rem!important;
  line-height:1.68!important;
}

.nnx-footer-column{
  gap:9px!important;
}

.nnx-footer-column a{
  line-height:1.45!important;
}

.nnx-footer-column a:hover{
  color:#142033!important;
}

/* ----------------------------------------------------------------------
   Responsive refinements
   ---------------------------------------------------------------------- */
@media(max-width:1020px){
  .nn-home-hero-grid,
  .nn-product-hero-grid{
    gap:44px!important;
  }

  .nn-products-section .commercial-product-card,
  .nn-services-catalogue .service-overview-card{
    min-height:0!important;
  }

  .nn-provider-feature{
    min-height:220px;
  }
}

@media(max-width:760px){
  .section{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }

  .nn-section-intro{
    margin-bottom:30px!important;
  }

  .nn-section-intro h2{
    font-size:clamp(2rem,10vw,2.7rem)!important;
    line-height:1.04!important;
  }

  .nn-section-intro-split{
    gap:12px!important;
  }

  .nn-home-hero-copy>p,
  .nn-product-hero p{
    font-size:.94rem!important;
  }

  .hero-actions{
    width:100%;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button{
    flex:1 1 160px;
  }

  .nn-hero-product-card{
    padding:20px!important;
  }

  .nn-products-section .commercial-product-card,
  .nn-services-catalogue .service-overview-card,
  .dynamic-pricing-card,
  .nn-provider-feature,
  .nn-capability-grid article,
  .nn-step-row article,
  .nn-principle-grid article{
    border-radius:15px!important;
  }

  .dynamic-pricing-card{
    min-height:0!important;
    padding:24px!important;
  }

  .nn-control-stat-grid article{
    min-height:125px!important;
  }

  .nn-status-band-inner{
    padding:26px!important;
  }

  .nn-final-cta{
    padding:64px 0!important;
  }

  .nn-final-actions{
    width:100%;
  }

  .nn-final-actions .primary-button,
  .nn-final-actions .secondary-button{
    width:100%;
  }
}

@media(max-width:480px){
  .primary-button,
  .secondary-button,
  .status-button,
  .pricing-order-button{
    white-space:normal!important;
    text-align:center;
  }

  .nn-home-hero-copy h1{
    font-size:2.72rem!important;
  }

  .nn-product-hero h1{
    font-size:2.48rem!important;
  }

  .nn-hero-points{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}


/* ======================================================================
   NetNavi Cloud v11.11.0 — clean premium polish
   Keeps the established NetNavi blue/navy/white identity while reducing
   visual noise and tightening alignment, depth and hierarchy.
   ====================================================================== */

:root{
  --nn-clean-bg:#ffffff;
  --nn-clean-soft:#f8fafc;
  --nn-clean-soft-blue:#f5f8fd;
  --nn-clean-line:#e1e7ef;
  --nn-clean-line-strong:#d2dce8;
  --nn-clean-ink:#142033;
  --nn-clean-copy:#64748b;
  --nn-clean-blue:#1769e0;
  --nn-clean-radius:16px;
  --nn-clean-shadow:0 10px 30px rgba(20,32,51,.05);
  --nn-clean-shadow-hover:0 18px 44px rgba(20,32,51,.08);
}

/* ----------------------------------------------------------------------
   Global page rhythm
   ---------------------------------------------------------------------- */
body{
  background:#fff!important;
}

.section{
  padding-top:88px!important;
  padding-bottom:88px!important;
}

.nn-section-intro{
  margin-bottom:38px!important;
}

.nn-section-intro h2{
  margin-top:15px!important;
  margin-bottom:12px!important;
  line-height:1.02!important;
}

.nn-section-intro p,
.nn-section-intro-split>p{
  color:var(--nn-clean-copy)!important;
}

/* Alternate surfaces feel deliberate rather than random */
.nn-products-section,
.nn-capabilities-section,
.nn-team-section,
.nn-jobs-section,
.nn-contact-section,
.nn-about-story,
.nn-faq-section{
  background:#fff!important;
}

.nn-provider-band,
.nn-steps-section,
.nn-product-flow,
.nn-services-principles{
  background:linear-gradient(180deg,#f8fafc 0%,#f5f8fb 100%)!important;
}

/* ----------------------------------------------------------------------
   Header — cleaner, lighter and more balanced
   ---------------------------------------------------------------------- */
.site-header{
  background:rgba(255,255,255,.975)!important;
  border-bottom:1px solid #e4eaf1!important;
  box-shadow:0 1px 0 rgba(20,32,51,.015)!important;
}

.header-inner{
  min-height:78px!important;
}

.header-actions{
  gap:22px!important;
}

.header-actions>a,
.header-actions .site-nav-dropdown-toggle{
  color:#536175!important;
  font-size:.78rem!important;
  font-weight:800!important;
}

.header-actions>a:hover,
.header-actions>a:focus,
.header-actions .site-nav-dropdown-toggle:hover,
.header-actions .site-nav-dropdown-toggle:focus{
  color:#142033!important;
}

/* Client Area remains the only strong action in the navigation */
.header-client-link{
  min-height:40px!important;
  padding:8px 14px!important;
  border-radius:9px!important;
  box-shadow:0 7px 16px rgba(23,105,224,.13)!important;
}

/* Dropdown made lighter and less bulky */
.site-nav-dropdown-menu{
  padding:6px!important;
  border-color:#e1e7ef!important;
  border-radius:11px!important;
  box-shadow:0 16px 38px rgba(20,32,51,.10)!important;
}

.site-nav-dropdown-menu a{
  padding:9px 10px!important;
}

/* ----------------------------------------------------------------------
   Hero — cleaner composition with less visual noise
   ---------------------------------------------------------------------- */
.nn-home-hero,
.nn-product-hero{
  background:
    radial-gradient(circle at 82% 12%,rgba(23,105,224,.075),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}

.nn-home-hero{
  padding-top:106px!important;
  padding-bottom:90px!important;
}

.nn-home-hero-grid{
  gap:64px!important;
}

.nn-home-hero-copy h1{
  max-width:760px!important;
  margin-bottom:22px!important;
}

.nn-home-hero-copy>p{
  color:#627186!important;
  font-size:1.03rem!important;
  line-height:1.76!important;
}

.nn-hero-points{
  margin-top:24px!important;
  padding-top:18px!important;
  border-top-color:#e3e9f0!important;
}

.nn-hero-points span{
  color:#65758a!important;
}

/* Product chooser refined into a premium white panel */
.nn-hero-product-stack{
  border-color:#dfe6ee!important;
  border-radius:18px!important;
  box-shadow:0 20px 54px rgba(20,32,51,.085)!important;
}

.nn-hero-product-stack-head{
  padding:22px 24px 18px!important;
  background:#fafbfd!important;
}

.nn-hero-product-card{
  min-height:118px!important;
  padding:20px 24px!important;
}

.nn-hero-product-card:hover{
  background:#f8fbff!important;
}

.nn-hero-product-foot{
  padding:15px 24px!important;
  background:#fafbfd!important;
}

/* ----------------------------------------------------------------------
   Trust strip
   ---------------------------------------------------------------------- */
.nn-confidence-grid article{
  min-height:108px!important;
  padding-top:24px!important;
  padding-bottom:24px!important;
}

.nn-confidence-grid article::before{
  width:20px!important;
  height:2px!important;
  background:#1769e0!important;
}

.nn-confidence-grid strong{
  color:#142033!important;
}

.nn-confidence-grid span{
  color:#6d7b8e!important;
}

/* ----------------------------------------------------------------------
   Service/product cards
   ---------------------------------------------------------------------- */
.nn-products-section .catalogue-service-grid,
.nn-services-catalogue .services-overview-grid{
  gap:20px!important;
}

.nn-products-section .commercial-product-card,
.nn-services-catalogue .service-overview-card{
  min-height:390px!important;
  padding:30px!important;
  border:1px solid var(--nn-clean-line)!important;
  border-radius:var(--nn-clean-radius)!important;
  box-shadow:var(--nn-clean-shadow)!important;
}

.nn-products-section .commercial-product-card::after,
.nn-services-catalogue .service-overview-card::after{
  height:3px!important;
  opacity:.72!important;
}

.nn-products-section .commercial-product-card:hover,
.nn-services-catalogue .service-overview-card:hover{
  transform:translateY(-3px)!important;
  border-color:#c9d6e6!important;
  box-shadow:var(--nn-clean-shadow-hover)!important;
}

.nn-products-section .commercial-product-card h3,
.nn-services-catalogue .service-overview-card h3{
  font-size:1.55rem!important;
  line-height:1.12!important;
}

.nn-products-section .commercial-product-card p,
.nn-services-catalogue .service-overview-card p{
  color:#66768a!important;
}

.nn-products-section .commercial-product-card ul,
.nn-services-catalogue .service-overview-card ul{
  border-top-color:#e8edf3!important;
}

/* ----------------------------------------------------------------------
   Why NetNavi/value section
   ---------------------------------------------------------------------- */
.nn-provider-band-head{
  margin-bottom:34px!important;
}

.nn-provider-band-grid{
  gap:18px!important;
}

.nn-provider-feature{
  min-height:280px!important;
  padding:28px!important;
  border-color:var(--nn-clean-line)!important;
  border-radius:16px!important;
  box-shadow:0 7px 22px rgba(20,32,51,.035)!important;
}

.nn-provider-feature-main{
  background:
    radial-gradient(circle at 92% 12%,rgba(23,105,224,.085),transparent 30%),
    #fff!important;
}

.nn-provider-feature>span{
  margin-bottom:48px!important;
}

.nn-provider-feature h3{
  font-size:1.26rem!important;
}

/* ----------------------------------------------------------------------
   Dark management section
   ---------------------------------------------------------------------- */
section.section.nn-control-section,
section.section.nn-about-values{
  background:
    radial-gradient(circle at 86% 10%,rgba(23,105,224,.18),transparent 30%),
    linear-gradient(145deg,#18283d 0%,#142033 62%,#122038 100%)!important;
}

.nn-control-panel{
  border-radius:16px!important;
  box-shadow:0 20px 54px rgba(4,12,24,.22)!important;
}

.nn-control-stat-grid article{
  min-height:148px!important;
}

/* ----------------------------------------------------------------------
   Capability cards — cleaner bento treatment
   ---------------------------------------------------------------------- */
.nn-capability-grid{
  gap:18px!important;
}

.nn-capability-grid article{
  min-height:250px!important;
  padding:28px!important;
  border-color:var(--nn-clean-line)!important;
  border-radius:16px!important;
  box-shadow:0 7px 22px rgba(20,32,51,.035)!important;
}

.nn-capability-grid article:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 34px rgba(20,32,51,.065)!important;
}

.nn-capability-grid article p{
  color:#67768a!important;
}

/* ----------------------------------------------------------------------
   Pricing — clean, premium, easier to compare
   ---------------------------------------------------------------------- */
.pricing-section{
  background:linear-gradient(180deg,#f8fafc,#f5f8fb)!important;
}

.dynamic-pricing-grid{
  gap:18px!important;
}

.dynamic-pricing-card{
  min-height:500px!important;
  padding:28px!important;
  border-color:var(--nn-clean-line)!important;
  border-radius:16px!important;
  box-shadow:0 8px 24px rgba(20,32,51,.04)!important;
}

.dynamic-pricing-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 16px 38px rgba(20,32,51,.07)!important;
}

.dynamic-pricing-card.popular{
  transform:translateY(-4px)!important;
  border-color:#a8c5eb!important;
  background:linear-gradient(180deg,#fbfdff,#fff 22%)!important;
  box-shadow:0 16px 40px rgba(23,105,224,.10)!important;
}

.dynamic-pricing-card .pricing-price{
  margin-top:18px!important;
  margin-bottom:20px!important;
}

.dynamic-pricing-card .pricing-price strong{
  font-size:2.25rem!important;
}

.dynamic-pricing-card .pricing-feature-list{
  border-top-color:#e8edf3!important;
}

/* ----------------------------------------------------------------------
   Product page info panel
   ---------------------------------------------------------------------- */
.nn-product-hero-panel-rich{
  border-color:#dfe6ee!important;
  border-radius:18px!important;
  box-shadow:0 18px 48px rgba(20,32,51,.08)!important;
}

.nn-product-panel-top{
  padding:26px 27px 22px!important;
}

.nn-product-panel-facts{
  background:#f8fafc!important;
}

.nn-product-panel-facts>div{
  padding:17px!important;
}

/* ----------------------------------------------------------------------
   Steps / principles
   ---------------------------------------------------------------------- */
.nn-step-row,
.nn-principle-grid{
  gap:18px!important;
}

.nn-step-row article,
.nn-principle-grid article{
  min-height:190px!important;
  padding:25px!important;
  border-color:var(--nn-clean-line)!important;
  border-radius:15px!important;
  box-shadow:0 6px 20px rgba(20,32,51,.03)!important;
}

.nn-step-row span,
.nn-principle-grid span{
  margin-bottom:20px!important;
}

.nn-step-row h3,
.nn-principle-grid h3{
  color:#142033!important;
}

/* ----------------------------------------------------------------------
   FAQ / status / contact
   ---------------------------------------------------------------------- */
.nn-faq-layout .faq-list{
  gap:10px!important;
}

.nn-faq-layout .faq-list details{
  border-color:var(--nn-clean-line)!important;
  border-radius:14px!important;
  box-shadow:0 5px 16px rgba(20,32,51,.03)!important;
}

.nn-faq-layout .faq-list summary{
  min-height:68px!important;
}

.nn-status-band-inner{
  min-height:210px!important;
  padding:34px!important;
  border-radius:16px!important;
  box-shadow:0 8px 24px rgba(20,32,51,.035)!important;
}

.nn-contact-form-shell{
  border-radius:16px!important;
  box-shadow:0 10px 30px rgba(20,32,51,.05)!important;
}

/* ----------------------------------------------------------------------
   Jobs / Team
   ---------------------------------------------------------------------- */
.nn-job-card,
.nn-team-card{
  border-radius:16px!important;
  box-shadow:0 7px 22px rgba(20,32,51,.035)!important;
}

.nn-job-card:hover,
.nn-team-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 34px rgba(20,32,51,.065)!important;
}

/* ----------------------------------------------------------------------
   Final CTA
   ---------------------------------------------------------------------- */
.nn-final-cta{
  padding:80px 0!important;
  border-top-color:#e2e8ef!important;
  background:
    radial-gradient(circle at 86% 18%,rgba(23,105,224,.055),transparent 28%),
    linear-gradient(180deg,#f8fafc,#f4f7fb)!important;
}

/* ----------------------------------------------------------------------
   Footer — lighter and neater
   ---------------------------------------------------------------------- */
.site-footer,
.nnx-footer{
  background:#fafbfd!important;
  border-top-color:#e4eaf1!important;
}

.nnx-footer-main{
  padding-top:44px!important;
  padding-bottom:38px!important;
}

.nnx-footer-bottom{
  padding-top:18px!important;
  padding-bottom:22px!important;
}

.nnx-footer-column strong{
  color:#142033!important;
}

.nnx-footer-column a{
  color:#6b798b!important;
}

.nnx-footer-column a:hover{
  color:#142033!important;
}

/* ----------------------------------------------------------------------
   Mobile
   ---------------------------------------------------------------------- */
@media(max-width:1020px){
  .header-actions{
    gap:16px!important;
  }

  .nn-provider-feature{
    min-height:0!important;
  }

  .dynamic-pricing-card{
    min-height:0!important;
  }
}

@media(max-width:760px){
  .section{
    padding-top:56px!important;
    padding-bottom:56px!important;
  }

  .nn-home-hero{
    padding-top:62px!important;
    padding-bottom:54px!important;
  }

  .nn-section-intro{
    margin-bottom:28px!important;
  }

  .nn-products-section .commercial-product-card,
  .nn-services-catalogue .service-overview-card{
    min-height:0!important;
    padding:24px!important;
  }

  .nn-provider-feature,
  .nn-capability-grid article,
  .nn-step-row article,
  .nn-principle-grid article{
    padding:23px!important;
  }

  .nn-status-band-inner{
    padding:25px!important;
  }

  .nn-final-cta{
    padding:60px 0!important;
  }

  .nnx-footer-main{
    padding-top:36px!important;
  }
}


/* ======================================================================
   NetNavi Cloud v12.0.0 — proper hosting-provider redesign
   ====================================================================== */

:root{
  --v12-blue:#1769e0;
  --v12-blue-dark:#0f56bd;
  --v12-blue-soft:#edf5ff;
  --v12-navy:#101c2f;
  --v12-navy-2:#16263d;
  --v12-text:#152238;
  --v12-copy:#64748b;
  --v12-line:#dce5ef;
  --v12-soft:#f6f8fb;
  --v12-shell:1180px;
  --v12-shadow:0 22px 60px rgba(16,28,47,.10);
  --v12-shadow-soft:0 10px 30px rgba(16,28,47,.055);
}

/* Global */
body{background:#fff!important;color:var(--v12-text)!important}
.shell{width:min(var(--v12-shell),calc(100% - 40px))!important}
main{overflow:hidden}
.section{padding:96px 0!important}
.eyebrow{
  display:inline-flex!important;align-items:center!important;min-height:27px!important;
  padding:5px 10px!important;border:1px solid #d6e5f9!important;border-radius:999px!important;
  background:#f4f8ff!important;color:var(--v12-blue)!important;
  font-size:.64rem!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;
}
.primary-button,.secondary-button{
  display:inline-flex!important;min-height:46px!important;align-items:center!important;justify-content:center!important;
  padding:10px 18px!important;border-radius:9px!important;font-size:.75rem!important;font-weight:850!important;
  line-height:1.1!important;text-decoration:none!important;
}
.primary-button{border:1px solid var(--v12-blue)!important;background:var(--v12-blue)!important;color:#fff!important;box-shadow:0 8px 20px rgba(23,105,224,.16)!important}
.primary-button:hover{border-color:var(--v12-blue-dark)!important;background:var(--v12-blue-dark)!important;color:#fff!important;transform:translateY(-1px)}
.secondary-button{border:1px solid #cad6e4!important;background:#fff!important;color:var(--v12-text)!important;box-shadow:none!important}
.secondary-button:hover{border-color:#afbed0!important;background:#f8fafc!important;color:var(--v12-text)!important;transform:translateY(-1px)}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgba(23,105,224,.18)!important;outline-offset:3px!important}
[id]{scroll-margin-top:115px}

/* Utility/header */
.utility-bar{border-bottom:1px solid #edf1f5!important;background:#f8fafc!important}
.utility-bar-inner{min-height:34px!important;gap:24px!important}
.utility-group{font-size:.64rem!important}
.utility-key{color:#8795a7!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.055em!important}
.utility-group a,.utility-group span:not(.utility-key){color:#536175!important}
.site-header{background:rgba(255,255,255,.98)!important;border-bottom:1px solid #e3e9f0!important;box-shadow:0 1px 0 rgba(16,28,47,.02)!important}
.header-inner{min-height:78px!important}
.brand strong{color:var(--v12-text)!important}
.brand small{color:#7a889a!important}
.header-actions{gap:22px!important;align-items:center!important}
.header-actions>a,.site-nav-dropdown-toggle{color:#536175!important;font-size:.78rem!important;font-weight:800!important;line-height:1.2!important}
.header-actions>a:hover,.site-nav-dropdown-toggle:hover{color:var(--v12-text)!important}
.header-client-link{min-height:40px!important;padding:8px 14px!important;border:1px solid var(--v12-blue)!important;border-radius:9px!important;background:var(--v12-blue)!important;color:#fff!important;box-shadow:0 7px 17px rgba(23,105,224,.14)!important}
.header-client-link:hover{background:var(--v12-blue-dark)!important;color:#fff!important}
.site-nav-dropdown-menu{top:calc(100% + 12px)!important;min-width:220px!important;padding:7px!important;border:1px solid #dce5ef!important;border-radius:12px!important;background:#fff!important;box-shadow:0 18px 44px rgba(16,28,47,.12)!important}
.site-nav-dropdown-menu a{padding:10px 11px!important;border-radius:8px!important;color:#566579!important;font-size:.72rem!important;font-weight:750!important;text-decoration:none!important}
.site-nav-dropdown-menu a:hover{background:#f4f7fb!important;color:var(--v12-text)!important}

/* Shared section head */
.v12-section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:60px;align-items:end;margin-bottom:42px}
.v12-section-head h2{max-width:780px;margin:15px 0 0;color:var(--v12-text);font-size:clamp(2.35rem,4.4vw,3.7rem);line-height:1;letter-spacing:-.065em}
.v12-section-head>p{margin:0;color:var(--v12-copy);font-size:.87rem;line-height:1.78}

/* Homepage hero */
.v12-hero{position:relative;overflow:hidden;padding:110px 0 96px;border-bottom:1px solid #e3e9f0;background:
  radial-gradient(circle at 79% 12%,rgba(23,105,224,.12),transparent 29%),
  radial-gradient(circle at 15% 5%,rgba(23,105,224,.045),transparent 23%),
  linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.v12-hero::after{content:"";position:absolute;right:-210px;top:-260px;width:650px;height:650px;border:1px solid rgba(23,105,224,.07);border-radius:50%;pointer-events:none}
.v12-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);gap:72px;align-items:center}
.v12-hero-copy h1{max-width:790px;margin:19px 0 21px;color:var(--v12-text);font-size:clamp(3.4rem,6.35vw,5.8rem);line-height:.93;letter-spacing:-.08em}
.v12-hero-copy>p{max-width:650px;margin:0;color:#617085;font-size:1.06rem;line-height:1.78}
.v12-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.v12-hero-trust{display:flex;flex-wrap:wrap;gap:9px 20px;margin-top:27px;padding-top:20px;border-top:1px solid #e1e7ee}
.v12-hero-trust span{color:#617085;font-size:.71rem;font-weight:750}
.v12-hero-trust span::before{content:"";display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:var(--v12-blue);vertical-align:1px}

/* Console hero */
.v12-console{overflow:hidden;border:1px solid #dae3ed;border-radius:18px;background:#fff;box-shadow:var(--v12-shadow)}
.v12-console-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px 18px;border-bottom:1px solid #e6ebf2;background:#fafbfd}
.v12-console-top small{display:block;margin-bottom:4px;color:var(--v12-blue);font-size:.61rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.v12-console-top strong{color:var(--v12-text);font-size:1.05rem;letter-spacing:-.025em}
.v12-console-status{padding:5px 8px;border:1px solid #d4e7dc;border-radius:999px;background:#f2faf5;color:#35724c;font-size:.6rem;font-weight:850}
.v12-console-products{display:grid}
.v12-console-product{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;min-height:116px;padding:20px 24px;border-bottom:1px solid #e7ecf2;color:var(--v12-text)!important;text-decoration:none!important}
.v12-console-product:last-child{border-bottom:0}
.v12-console-product:hover{background:#f8fbff}
.v12-console-product>div:first-child small{display:block;margin-bottom:4px;color:var(--v12-blue);font-size:.58rem;font-weight:900;letter-spacing:.075em;text-transform:uppercase}
.v12-console-product>div:first-child strong{display:block;color:var(--v12-text);font-size:1rem}
.v12-console-product>div:first-child span{display:block;margin-top:5px;color:#718095;font-size:.68rem}
.v12-console-price{text-align:right}
.v12-console-price small{display:block;color:#8a98aa;font-size:.56rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.v12-console-price strong{display:block;margin-top:3px;color:var(--v12-text);font-size:1.16rem;letter-spacing:-.04em}
.v12-console-price span{display:block;color:#8a98aa;font-size:.56rem}
.v12-console-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 24px;border-top:1px solid #e7ecf2;background:#fafbfd}
.v12-console-bottom span{color:#768497;font-size:.65rem}
.v12-console-bottom a{color:var(--v12-blue)!important;font-size:.66rem;font-weight:850;text-decoration:none!important}

/* Proof strip */
.v12-proof{border-bottom:1px solid #e3e9f0;background:#fff}
.v12-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.v12-proof article{min-height:126px;padding:25px 24px;border-right:1px solid #e7ecf2}
.v12-proof article:first-child{padding-left:0}.v12-proof article:last-child{padding-right:0;border-right:0}
.v12-proof small{display:block;margin-bottom:12px;color:var(--v12-blue);font-size:.58rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.v12-proof strong{display:block;margin-bottom:5px;color:var(--v12-text);font-size:.86rem}
.v12-proof span{display:block;color:#718095;font-size:.68rem;line-height:1.55}

/* Services */
.v12-services,.v12-services-page{background:#fff!important}
.v12-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.v12-service-card{display:flex;min-height:410px;min-width:0;flex-direction:column;padding:30px;border:1px solid #dce5ef;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(16,28,47,.045);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.v12-service-card:hover{transform:translateY(-3px);border-color:#c6d6e8;box-shadow:0 18px 42px rgba(16,28,47,.08)}
.v12-service-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:28px}
.v12-service-card-top>span{color:var(--v12-blue);font-size:.6rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.v12-service-start{text-align:right}
.v12-service-start small{display:block;color:#8b98a9;font-size:.53rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.v12-service-start strong{display:block;margin-top:2px;color:var(--v12-text);font-size:1.05rem}
.v12-service-start em{display:block;color:#8b98a9;font-size:.54rem;font-style:normal}
.v12-service-card h3{margin:0 0 11px;color:var(--v12-text);font-size:1.55rem;line-height:1.1;letter-spacing:-.045em}
.v12-service-card>p{margin:0 0 22px;color:var(--v12-copy);font-size:.76rem;line-height:1.68}
.v12-service-card ul{margin:0 0 26px;padding:18px 0 0 18px;border-top:1px solid #e8edf3;color:#526176;font-size:.71rem;line-height:1.7}
.v12-card-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:4px;color:var(--v12-blue)!important;font-size:.7rem;font-weight:850;text-decoration:none!important}
.v12-card-link span{font-size:.9rem}
.v12-service-includes{margin-bottom:24px}
.v12-service-includes>small{display:block;margin-bottom:8px;color:#8a98aa;font-size:.56rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.v12-service-includes ul{margin:0!important}
.v12-service-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto}
.v12-service-actions>span{color:#8a98aa;font-size:.6rem}

/* Featured plans */
.v12-featured-plans{border-top:1px solid #e4eaf1;border-bottom:1px solid #e4eaf1;background:linear-gradient(180deg,#f8fafc,#f5f8fb)!important}
.v12-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.v12-plan-card{position:relative;display:flex;min-height:520px;flex-direction:column;padding:29px;border:1px solid #dce5ef;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(16,28,47,.045)}
.v12-plan-card.popular{border-color:#9fbee8;box-shadow:0 18px 42px rgba(23,105,224,.11);transform:translateY(-4px)}
.v12-popular{position:absolute;top:18px;right:18px;padding:5px 8px;border:1px solid #c7dcfa;border-radius:999px;background:#eef5ff;color:var(--v12-blue);font-size:.56rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.v12-plan-card>small:first-of-type{display:block;margin-bottom:10px;color:var(--v12-blue);font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.v12-plan-card h3{margin:0 0 7px;color:var(--v12-text);font-size:1.4rem;letter-spacing:-.04em}
.v12-plan-card>p{min-height:48px;margin:0;color:var(--v12-copy);font-size:.72rem;line-height:1.6}
.v12-plan-price{display:flex;align-items:flex-end;gap:8px;margin:24px 0 5px}
.v12-plan-price strong{color:var(--v12-text);font-size:2.35rem;line-height:1;letter-spacing:-.065em}
.v12-plan-price span{padding-bottom:3px;color:#7b899a;font-size:.61rem}
.v12-vat{color:#8a98aa!important;font-size:.56rem!important}
.v12-plan-card ul{flex:1;margin:23px 0 26px;padding:18px 0 0 18px;border-top:1px solid #e8edf3;color:#516176;font-size:.7rem;line-height:1.72}
.v12-plan-card .primary-button,.v12-plan-card .secondary-button{width:100%!important}
.v12-plans-footer{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:26px;color:#728095;font-size:.68rem}
.v12-plans-footer a{color:var(--v12-blue)!important;font-weight:850;text-decoration:none!important}

/* Why */
.v12-why{background:#fff!important}
.v12-why-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:76px;align-items:start}
.v12-why-copy{position:sticky;top:122px}
.v12-why-copy h2{margin:15px 0 14px;color:var(--v12-text);font-size:clamp(2.35rem,4.2vw,3.5rem);line-height:1;letter-spacing:-.06em}
.v12-why-copy p{margin:0 0 25px;color:var(--v12-copy);font-size:.83rem;line-height:1.76}
.v12-why-list{border-top:1px solid #dfe6ee}
.v12-why-list article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;padding:24px 0;border-bottom:1px solid #dfe6ee}
.v12-why-list article>span{color:var(--v12-blue);font-size:.62rem;font-weight:900;letter-spacing:.07em}
.v12-why-list h3{margin:0 0 6px;color:var(--v12-text);font-size:1.03rem}
.v12-why-list p{margin:0;color:var(--v12-copy);font-size:.72rem;line-height:1.65}

/* Platform */
.v12-platform{background:linear-gradient(145deg,#14233a,#101c2f)!important;color:#fff}
.v12-platform-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:72px;align-items:center}
.v12-platform .eyebrow{border-color:rgba(255,255,255,.15)!important;background:rgba(255,255,255,.06)!important;color:#bcd5ff!important}
.v12-platform-copy h2{margin:16px 0 15px;color:#fff;font-size:clamp(2.5rem,4.8vw,3.8rem);line-height:.98;letter-spacing:-.065em}
.v12-platform-copy p{max-width:590px;margin:0;color:#b8c5d5;font-size:.83rem;line-height:1.78}
.v12-platform-copy>div:last-child{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:27px}
.v12-text-link{color:#d9e7ff!important;font-size:.7rem;font-weight:850;text-decoration:none!important}
.v12-platform-window{overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:#1a2b44;box-shadow:0 28px 70px rgba(0,0,0,.24)}
.v12-window-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border-bottom:1px solid rgba(255,255,255,.1);background:#1d304b}
.v12-window-bar strong{color:#fff;font-size:.78rem}.v12-window-bar span{color:#9fb0c5;font-size:.62rem}
.v12-window-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.v12-window-grid article{display:flex;min-height:170px;flex-direction:column;padding:24px;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.v12-window-grid article:nth-child(2n){border-right:0}.v12-window-grid article:nth-last-child(-n+2){border-bottom:0}
.v12-window-grid small{margin-bottom:18px;color:#8fb9ff;font-size:.56rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.v12-window-grid strong{color:#fff;font-size:.96rem}
.v12-window-grid span{margin-top:5px;color:#afbdd0;font-size:.66rem;line-height:1.5}
.v12-window-grid a{margin-top:auto;padding-top:18px;color:#d9e7ff!important;font-size:.63rem;font-weight:850;text-decoration:none!important}

/* Process */
.v12-process{border-top:1px solid #e4eaf1;border-bottom:1px solid #e4eaf1;background:#f7f9fc!important}
.v12-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.v12-process-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.v12-process-grid article{min-height:210px;padding:25px;border:1px solid #dde5ee;border-radius:14px;background:#fff}
.v12-process-grid article>span{display:block;margin-bottom:32px;color:var(--v12-blue);font-size:.61rem;font-weight:900;letter-spacing:.07em}
.v12-process-grid h3{margin:0 0 8px;color:var(--v12-text);font-size:1.04rem}
.v12-process-grid p{margin:0;color:var(--v12-copy);font-size:.7rem;line-height:1.65}

/* FAQ */
.v12-faq,.v12-product-faq{background:#fff!important}
.v12-faq-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:72px;align-items:start}
.v12-faq-grid>div:first-child{position:sticky;top:122px}
.v12-faq-grid h2{margin:15px 0 11px;color:var(--v12-text);font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.02;letter-spacing:-.055em}
.v12-faq-grid>div:first-child>p{margin:0 0 23px;color:var(--v12-copy);font-size:.8rem;line-height:1.7}
.v12-faq-grid .faq-list{display:grid;gap:10px}
.v12-faq-grid .faq-list details{overflow:hidden;border:1px solid #dfe6ee!important;border-radius:13px!important;background:#fff!important;box-shadow:0 5px 16px rgba(16,28,47,.03)!important}
.v12-faq-grid .faq-list summary{position:relative;display:flex;min-height:68px;align-items:center;padding:18px 54px 18px 20px!important;color:var(--v12-text)!important;cursor:pointer;list-style:none;font-size:.8rem!important;font-weight:850!important}
.v12-faq-grid .faq-list summary::-webkit-details-marker{display:none}
.v12-faq-grid .faq-list summary::after{content:"+";position:absolute;right:18px;top:50%;display:flex;width:26px;height:26px;align-items:center;justify-content:center;border:1px solid #d8e4f2;border-radius:50%;background:#f5f8fc;color:var(--v12-blue);transform:translateY(-50%)}
.v12-faq-grid .faq-list details[open] summary::after{content:"−"}
.v12-faq-grid .faq-list p{margin:0!important;padding:0 20px 20px!important;color:var(--v12-copy)!important;font-size:.72rem!important;line-height:1.68!important}

/* Final CTA */
.v12-final{padding:82px 0;border-top:1px solid #e2e8ef;background:radial-gradient(circle at 84% 15%,rgba(23,105,224,.07),transparent 28%),linear-gradient(180deg,#f8fafc,#f3f6fa)}
.v12-final-inner{display:flex;align-items:center;justify-content:space-between;gap:54px}
.v12-final h2{max-width:760px;margin:13px 0 9px;color:var(--v12-text);font-size:clamp(2.2rem,4.2vw,3.4rem);line-height:1;letter-spacing:-.06em}
.v12-final p{margin:0;color:var(--v12-copy)}
.v12-final-inner>div:last-child{display:flex;flex:0 0 auto;gap:10px}

/* Page/product hero */
.v12-page-hero{position:relative;overflow:hidden;padding:100px 0 84px;border-bottom:1px solid #e3e9f0;background:radial-gradient(circle at 83% 14%,rgba(23,105,224,.085),transparent 29%),linear-gradient(180deg,#fff,#f8fafc)}
.v12-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:70px;align-items:center}
.v12-page-hero h1{max-width:820px;margin:17px 0 18px;color:var(--v12-text);font-size:clamp(3rem,5.6vw,4.8rem);line-height:.96;letter-spacing:-.072em}
.v12-page-hero p{max-width:690px;margin:0;color:#627186;font-size:.96rem;line-height:1.78}
.v12-page-hero-side{padding:29px;border:1px solid #dce5ef;border-radius:16px;background:#fff;box-shadow:var(--v12-shadow-soft)}
.v12-page-hero-side>small,.v12-product-summary-head>small{display:block;margin-bottom:16px;color:var(--v12-blue);font-size:.59rem;font-weight:900;text-transform:uppercase;letter-spacing:.075em}
.v12-page-hero-side>strong{display:block;color:var(--v12-text);font-size:1.35rem;letter-spacing:-.035em}
.v12-page-hero-side>p{margin:8px 0 22px;color:var(--v12-copy);font-size:.72rem}
.v12-page-hero-side>div{display:flex;flex-wrap:wrap;gap:7px}
.v12-page-hero-side>div span{padding:6px 8px;border:1px solid #dce6f3;border-radius:999px;background:#f7faff;color:#536175;font-size:.6rem;font-weight:750}
.v12-product-summary{overflow:hidden;border:1px solid #dce5ef;border-radius:16px;background:#fff;box-shadow:var(--v12-shadow)}
.v12-product-summary-head{padding:27px}
.v12-product-summary-head strong{display:block;margin-bottom:7px;color:var(--v12-text);font-size:1.45rem;letter-spacing:-.04em}
.v12-product-summary-head span{color:var(--v12-copy);font-size:.71rem}
.v12-product-summary-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e5ebf2;border-bottom:1px solid #e5ebf2;background:#f8fafc}
.v12-product-summary-facts>div{padding:18px;border-right:1px solid #e5ebf2}.v12-product-summary-facts>div:last-child{border-right:0}
.v12-product-summary-facts small{display:block;margin-bottom:5px;color:#8a98aa;font-size:.54rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.v12-product-summary-facts strong{display:block;color:var(--v12-text);font-size:.68rem;line-height:1.4}
.v12-product-summary>a{display:flex;align-items:center;justify-content:space-between;padding:17px 27px;color:var(--v12-blue)!important;font-size:.68rem;font-weight:850;text-decoration:none!important}
.v12-product-trust{border-bottom:1px solid #e3e9f0;background:#fff}
.v12-product-trust>.shell{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 30px;min-height:64px}
.v12-product-trust span{color:#607085;font-size:.66rem;font-weight:750}
.v12-product-trust span::before{content:"";display:inline-block;width:5px;height:5px;margin-right:7px;border-radius:50%;background:var(--v12-blue);vertical-align:1px}
.v12-pricing-wrap .pricing-section{background:linear-gradient(180deg,#f8fafc,#f5f8fb)!important}
.v12-product-benefits{background:#fff!important}
.v12-product-benefits-grid{display:grid;grid-template-columns:minmax(0,.74fr) minmax(0,1.26fr);gap:76px;align-items:start}
.v12-product-benefits-copy{position:sticky;top:122px}
.v12-product-benefits-copy h2{margin:15px 0 12px;color:var(--v12-text);font-size:clamp(2.3rem,4.2vw,3.4rem);line-height:1;letter-spacing:-.06em}
.v12-product-benefits-copy p{color:var(--v12-copy);font-size:.8rem;line-height:1.72}
.v12-benefit-list{border-top:1px solid #dfe6ee}
.v12-benefit-list article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;padding:23px 0;border-bottom:1px solid #dfe6ee}
.v12-benefit-list>article>span{color:var(--v12-blue);font-size:.61rem;font-weight:900}
.v12-benefit-list h3{margin:0 0 6px;color:var(--v12-text);font-size:1rem}
.v12-benefit-list p{margin:0;color:var(--v12-copy);font-size:.71rem;line-height:1.65}
.v12-product-process{border-top:1px solid #e4eaf1;border-bottom:1px solid #e4eaf1;background:#f7f9fc!important}

/* Service choice */
.v12-service-choice{border-top:1px solid #e4eaf1;background:#f7f9fc!important}
.v12-service-choice-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:76px;align-items:start}
.v12-service-choice-grid>div:first-child{position:sticky;top:122px}
.v12-service-choice h2{margin:15px 0 12px;color:var(--v12-text);font-size:clamp(2.25rem,4.2vw,3.45rem);line-height:1;letter-spacing:-.06em}
.v12-service-choice p{color:var(--v12-copy)}
.v12-choice-list{border-top:1px solid #dbe4ed}
.v12-choice-list article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid #dbe4ed}
.v12-choice-list>article>span{color:var(--v12-blue);font-size:.6rem;font-weight:900}
.v12-choice-list h3{margin:0 0 5px;color:var(--v12-text);font-size:1rem}
.v12-choice-list p{margin:0;color:var(--v12-copy);font-size:.71rem;line-height:1.65}

/* Existing pages: bring About/Contact/Jobs/Team into same language */
.nn-about-story,.nn-contact-section,.nn-jobs-section,.nn-team-section{background:#fff!important}
.nn-job-card,.nn-team-card,.nn-contact-form-shell,.nn-hero-summary-card{border-color:#dce5ef!important;border-radius:16px!important;box-shadow:var(--v12-shadow-soft)!important}
.nn-job-card:hover,.nn-team-card:hover{transform:translateY(-2px)!important;box-shadow:0 16px 36px rgba(16,28,47,.075)!important}
.nn-about-values{background:linear-gradient(145deg,#14233a,#101c2f)!important}

/* Footer */
.nnx-footer,.site-footer{background:#fafbfd!important;border-top:1px solid #e3e9f0!important}
.nnx-footer-column a{color:#667589!important}.nnx-footer-column a:hover{color:var(--v12-text)!important}

/* Responsive */
@media(max-width:1020px){
  .v12-hero-grid,.v12-page-hero-grid,.v12-why-grid,.v12-platform-grid,.v12-faq-grid,.v12-product-benefits-grid,.v12-service-choice-grid{grid-template-columns:1fr;gap:42px}
  .v12-why-copy,.v12-faq-grid>div:first-child,.v12-product-benefits-copy,.v12-service-choice-grid>div:first-child{position:static}
  .v12-service-grid,.v12-plan-grid{grid-template-columns:1fr}
  .v12-plan-card,.v12-plan-card.popular{min-height:0;transform:none}
  .v12-process-grid,.v12-process-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v12-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v12-proof article:nth-child(2){border-right:0}.v12-proof article:nth-child(n+3){border-top:1px solid #e7ecf2}
  .v12-section-head{grid-template-columns:1fr;gap:16px}
}
@media(max-width:760px){
  .shell{width:calc(100% - 24px)!important}.section{padding:62px 0!important}
  .v12-hero{padding:66px 0 58px}.v12-page-hero{padding:62px 0 56px}
  .v12-hero-copy h1{font-size:clamp(2.85rem,15vw,4rem)}.v12-page-hero h1{font-size:clamp(2.65rem,13vw,3.6rem)}
  .v12-console-product{grid-template-columns:1fr;gap:12px}.v12-console-price{text-align:left}
  .v12-proof-grid{grid-template-columns:1fr}.v12-proof article{min-height:0;padding:19px 0!important;border-right:0!important;border-top:1px solid #e7ecf2}.v12-proof article:first-child{border-top:0}
  .v12-service-card{min-height:0;padding:24px}.v12-service-actions{align-items:stretch;flex-direction:column}.v12-service-actions .primary-button{width:100%}
  .v12-process-grid,.v12-process-grid-three{grid-template-columns:1fr}
  .v12-platform-window{border-radius:14px}.v12-window-grid{grid-template-columns:1fr}.v12-window-grid article{min-height:135px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.v12-window-grid article:last-child{border-bottom:0!important}
  .v12-product-summary-facts{grid-template-columns:1fr}.v12-product-summary-facts>div{border-right:0;border-bottom:1px solid #e5ebf2}.v12-product-summary-facts>div:last-child{border-bottom:0}
  .v12-final{padding:62px 0}.v12-final-inner{align-items:flex-start;flex-direction:column}.v12-final-inner>div:last-child{width:100%;flex-direction:column}.v12-final-inner .primary-button,.v12-final-inner .secondary-button{width:100%}
  .v12-plans-footer{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .utility-bar{display:none!important}
  .v12-hero-actions,.v12-page-hero .v12-hero-actions{width:100%}.v12-hero-actions .primary-button,.v12-hero-actions .secondary-button{width:100%}
  .v12-service-card-top{align-items:flex-start;flex-direction:column}.v12-service-start{text-align:left}
  .v12-hero-trust{display:grid;grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}


/* ======================================================================
   NetNavi Cloud v12.1.0 — content depth
   Extra information without turning pages into walls of text.
   ====================================================================== */

.v121-audience,
.v121-about-model,
.v121-contact-info,
.v121-careers-intro,
.v121-team-work,
.v121-use-cases{
  background:#fff!important;
}

.v121-support-model,
.v121-service-compare,
.v121-service-detail,
.v121-expectations,
.v121-next-steps,
.v121-hiring-process{
  border-top:1px solid #e4eaf1;
  border-bottom:1px solid #e4eaf1;
  background:linear-gradient(180deg,#f8fafc,#f5f8fb)!important;
}

/* Audience / use-case cards */
.v121-audience-grid,
.v121-use-grid,
.v121-about-grid,
.v121-contact-guide,
.v121-careers-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.v121-audience-grid article,
.v121-use-grid article,
.v121-about-grid article,
.v121-contact-guide article,
.v121-careers-grid article{
  min-height:250px;
  padding:28px;
  border:1px solid #dce5ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(16,28,47,.04);
}

.v121-audience-grid small,
.v121-use-grid small,
.v121-about-grid small,
.v121-contact-guide small,
.v121-careers-grid small{
  display:block;
  margin-bottom:28px;
  color:#1769e0;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.v121-audience-grid h3,
.v121-use-grid h3,
.v121-about-grid h3,
.v121-contact-guide h3,
.v121-careers-grid h3{
  margin:0 0 9px;
  color:#152238;
  font-size:1.14rem;
  line-height:1.22;
  letter-spacing:-.035em;
}

.v121-audience-grid p,
.v121-use-grid p,
.v121-about-grid p,
.v121-contact-guide p,
.v121-careers-grid p{
  margin:0;
  color:#64748b;
  font-size:.73rem;
  line-height:1.68;
}

.v121-audience-grid a{
  display:inline-block;
  margin-top:22px;
  color:#1769e0!important;
  font-size:.68rem;
  font-weight:850;
  text-decoration:none!important;
}

/* Support model */
.v121-support-grid,
.v121-detail-grid,
.v121-expectations-grid,
.v121-next-grid,
.v121-team-work-grid{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  gap:76px;
  align-items:start;
}

.v121-support-grid>div:first-child,
.v121-detail-grid>div:first-child,
.v121-expectations-grid>div:first-child,
.v121-next-grid>div:first-child,
.v121-team-work-grid>div:first-child{
  position:sticky;
  top:122px;
}

.v121-support-grid h2,
.v121-detail-grid h2,
.v121-expectations-grid h2,
.v121-next-grid h2,
.v121-team-work-grid h2{
  margin:15px 0 12px;
  color:#152238;
  font-size:clamp(2.25rem,4.2vw,3.4rem);
  line-height:1;
  letter-spacing:-.06em;
}

.v121-support-grid>div:first-child>p,
.v121-detail-grid>div:first-child>p,
.v121-expectations-grid>div:first-child>p,
.v121-team-work-grid>div:first-child>p{
  margin:0;
  color:#64748b;
  font-size:.8rem;
  line-height:1.74;
}

.v121-support-list,
.v121-detail-list,
.v121-expectation-list,
.v121-next-list,
.v121-team-principles{
  border-top:1px solid #dbe4ed;
}

.v121-support-list article,
.v121-next-list article{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:18px;
  padding:23px 0;
  border-bottom:1px solid #dbe4ed;
}

.v121-support-list article>span,
.v121-next-list article>span{
  color:#1769e0;
  font-size:.61rem;
  font-weight:900;
}

.v121-support-list h3,
.v121-next-list h3{
  margin:0 0 6px;
  color:#152238;
  font-size:1rem;
}

.v121-support-list p,
.v121-next-list p{
  margin:0;
  color:#64748b;
  font-size:.71rem;
  line-height:1.65;
}

.v121-support-list a{
  display:inline-block;
  margin-top:8px;
  color:#1769e0!important;
  font-size:.66rem;
  font-weight:850;
  text-decoration:none!important;
}

.v121-detail-list article,
.v121-expectation-list article,
.v121-team-principles article{
  padding:22px 0;
  border-bottom:1px solid #dbe4ed;
}

.v121-detail-list strong,
.v121-expectation-list strong,
.v121-team-principles strong{
  display:block;
  margin-bottom:6px;
  color:#152238;
  font-size:.92rem;
}

.v121-detail-list p,
.v121-expectation-list p,
.v121-team-principles p{
  margin:0;
  color:#64748b;
  font-size:.71rem;
  line-height:1.66;
}

/* Service comparison */
.v121-compare-table-wrap{
  overflow-x:auto;
  border:1px solid #dce5ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(16,28,47,.035);
}

.v121-compare-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
}

.v121-compare-table th,
.v121-compare-table td{
  padding:17px 20px;
  border-bottom:1px solid #e6ebf1;
  border-right:1px solid #edf1f5;
  text-align:left;
  vertical-align:middle;
}

.v121-compare-table th:last-child,
.v121-compare-table td:last-child{
  border-right:0;
}

.v121-compare-table tr:last-child td{
  border-bottom:0;
}

.v121-compare-table thead th{
  background:#f8fafc;
  color:#6b798b;
  font-size:.61rem;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.v121-compare-table tbody td{
  color:#64748b;
  font-size:.71rem;
}

.v121-compare-table tbody td:first-child{
  color:#152238;
  font-weight:800;
}

.v121-compare-table strong{
  color:#1769e0;
}

.v121-compare-note{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-top:18px;
  padding:20px 22px;
  border:1px solid #dce5ef;
  border-radius:14px;
  background:#fff;
}

.v121-compare-note strong{
  color:#152238;
  font-size:.76rem;
}

.v121-compare-note span{
  color:#64748b;
  font-size:.69rem;
  line-height:1.55;
}

/* Hiring process */
.v121-hiring-process .v12-process-grid article{
  min-height:200px;
}

/* Existing pages get slightly richer spacing */
.v121-contact-info + .v121-next-steps,
.v121-careers-intro + .nn-jobs-section{
  border-top:0;
}

/* Responsive */
@media(max-width:1020px){
  .v121-audience-grid,
  .v121-use-grid,
  .v121-about-grid,
  .v121-contact-guide,
  .v121-careers-grid{
    grid-template-columns:1fr;
  }

  .v121-audience-grid article,
  .v121-use-grid article,
  .v121-about-grid article,
  .v121-contact-guide article,
  .v121-careers-grid article{
    min-height:0;
  }

  .v121-support-grid,
  .v121-detail-grid,
  .v121-expectations-grid,
  .v121-next-grid,
  .v121-team-work-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .v121-support-grid>div:first-child,
  .v121-detail-grid>div:first-child,
  .v121-expectations-grid>div:first-child,
  .v121-next-grid>div:first-child,
  .v121-team-work-grid>div:first-child{
    position:static;
  }

  .v121-compare-note{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .v121-audience-grid article,
  .v121-use-grid article,
  .v121-about-grid article,
  .v121-contact-guide article,
  .v121-careers-grid article{
    padding:23px;
    border-radius:14px;
  }

  .v121-audience-grid small,
  .v121-use-grid small,
  .v121-about-grid small,
  .v121-contact-guide small,
  .v121-careers-grid small{
    margin-bottom:20px;
  }

  .v121-compare-table th,
  .v121-compare-table td{
    padding:14px 16px;
  }

  .v121-compare-note .secondary-button{
    width:100%;
  }
}


/* NetNavi Cloud v12.2.0 — hosting-provider benchmark & legal identity */
.v122-confidence,.v122-feature-stack{background:#fff!important}
.v122-confidence-grid,.v122-stack-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.v122-confidence-grid article,.v122-stack-grid article{min-width:0;padding:26px;border:1px solid #dce5ef;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(16,28,47,.035)}
.v122-confidence-grid small,.v122-stack-grid small{display:block;margin-bottom:25px;color:#1769e0;font-size:.57rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.v122-confidence-grid h3,.v122-stack-grid h3{margin:0 0 9px;color:#152238;font-size:1.05rem;line-height:1.25;letter-spacing:-.03em}
.v122-confidence-grid p{margin:0;color:#64748b;font-size:.71rem;line-height:1.66}
.v122-confidence-grid a{display:inline-block;margin-top:20px;color:#1769e0!important;font-size:.66rem;font-weight:850;text-decoration:none!important}
.v122-stack-grid ul{margin:0;padding-left:17px;color:#64748b;font-size:.7rem;line-height:1.75}
.v122-company-identity{border-top:1px solid #e4eaf1;border-bottom:1px solid #e4eaf1;background:#f7f9fc}
.v122-company-identity-inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:60px;align-items:center;min-height:132px}
.v122-company-identity small{display:block;margin-bottom:6px;color:#1769e0;font-size:.57rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.v122-company-identity strong{color:#152238}
.v122-company-identity>div>strong{display:block;font-size:1rem}
.v122-company-identity p{margin:0;color:#64748b;font-size:.72rem;line-height:1.65}
.nnx-footer-bottom>span{max-width:760px;line-height:1.55}
@media(max-width:1020px){.v122-confidence-grid,.v122-stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v122-company-identity-inner{grid-template-columns:1fr;gap:12px;padding:28px 0}}
@media(max-width:650px){.v122-confidence-grid,.v122-stack-grid{grid-template-columns:1fr}.v122-confidence-grid article,.v122-stack-grid article{padding:23px}}


/* ======================================================================
   NetNavi Cloud v12.3.0 — standout identity + authoritative button system
   ====================================================================== */

/* Distinctive provider-standard section */
.v123-standard{
  position:relative;
  overflow:hidden;
  padding:78px 0;
  background:
    radial-gradient(circle at 85% 10%,rgba(46,126,242,.20),transparent 28%),
    linear-gradient(145deg,#14243b,#101c2f);
  color:#fff;
}

.v123-standard::before{
  content:"";
  position:absolute;
  right:-130px;
  bottom:-230px;
  width:520px;
  height:520px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
}

.v123-standard-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  gap:72px;
  align-items:start;
}

.v123-standard .eyebrow{
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.06)!important;
  color:#bad4ff!important;
}

.v123-standard-title h2{
  max-width:560px;
  margin:16px 0 0;
  color:#fff;
  font-size:clamp(2.35rem,4.4vw,3.55rem);
  line-height:1;
  letter-spacing:-.065em;
}

.v123-standard-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.12);
  border-left:1px solid rgba(255,255,255,.12);
}

.v123-standard-points article{
  min-height:150px;
  padding:24px;
  border-right:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
}

.v123-standard-points strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:.86rem;
}

.v123-standard-points span{
  display:block;
  color:#b5c3d5;
  font-size:.69rem;
  line-height:1.62;
}

/* ----------------------------------------------------------------------
   Authoritative button layout.
   This intentionally wins over older accumulated button overrides.
   ---------------------------------------------------------------------- */
a.primary-button,
a.secondary-button,
a.pricing-order-button,
a.status-button,
button.primary-button,
button.secondary-button,
.contact-form button[type="submit"],
.nn-contact-form button[type="submit"]{
  display:inline-flex!important;
  width:auto!important;
  max-width:100%!important;
  min-height:46px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:10px 18px!important;
  border-radius:9px!important;
  font-family:inherit!important;
  font-size:.75rem!important;
  font-style:normal!important;
  font-weight:850!important;
  letter-spacing:0!important;
  line-height:1.15!important;
  text-align:center!important;
  text-decoration:none!important;
  text-transform:none!important;
  white-space:normal!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}

a.primary-button,
a.pricing-order-button,
.contact-form button[type="submit"],
.nn-contact-form button[type="submit"]{
  border:1px solid #1769e0!important;
  background:#1769e0!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 8px 20px rgba(23,105,224,.15)!important;
}

a.primary-button:hover,
a.primary-button:focus,
a.pricing-order-button:hover,
a.pricing-order-button:focus,
.contact-form button[type="submit"]:hover,
.nn-contact-form button[type="submit"]:hover{
  border-color:#0f56bd!important;
  background:#0f56bd!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 10px 24px rgba(23,105,224,.19)!important;
  transform:translateY(-1px)!important;
}

a.secondary-button,
a.status-button{
  border:1px solid #c9d5e3!important;
  background:#fff!important;
  color:#152238!important;
  -webkit-text-fill-color:#152238!important;
  box-shadow:none!important;
}

a.secondary-button:hover,
a.secondary-button:focus,
a.status-button:hover,
a.status-button:focus{
  border-color:#aebed1!important;
  background:#f7f9fc!important;
  color:#152238!important;
  -webkit-text-fill-color:#152238!important;
  transform:translateY(-1px)!important;
}

/* Primary header action is deliberately separate from content buttons */
.header-client-link{
  display:inline-flex!important;
  width:auto!important;
  min-width:0!important;
  min-height:40px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 14px!important;
  border:1px solid #1769e0!important;
  border-radius:9px!important;
  background:#1769e0!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 7px 17px rgba(23,105,224,.14)!important;
  font-family:inherit!important;
  font-size:.75rem!important;
  font-weight:850!important;
  line-height:1.15!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

.header-client-link:hover,
.header-client-link:focus{
  border-color:#0f56bd!important;
  background:#0f56bd!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* Contexts where buttons should deliberately fill the available card width */
.dynamic-pricing-card .pricing-order-button,
.v12-plan-card .primary-button,
.v12-plan-card .secondary-button,
.v12-service-actions .primary-button,
.nn-job-side .secondary-button,
.nn-apply-card .primary-button,
.nn-apply-card .secondary-button{
  width:100%!important;
}

/* Button rows never squash or overlap */
.v12-hero-actions,
.hero-actions,
.v12-final-inner>div:last-child,
.nn-final-actions,
.v12-platform-copy>div:last-child,
.actions,
.nn-form-submit-row{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:10px!important;
}

.v12-hero-actions>a,
.hero-actions>a,
.v12-final-inner>div:last-child>a,
.nn-final-actions>a{
  flex:0 0 auto!important;
}

/* Text links are visibly links but do not impersonate buttons */
.v12-card-link,
.v12-text-link,
.v122-confidence-grid a,
.v121-audience-grid a,
.v121-support-list a{
  text-underline-offset:3px;
}

.v12-card-link:hover,
.v12-text-link:hover,
.v122-confidence-grid a:hover,
.v121-audience-grid a:hover,
.v121-support-list a:hover{
  text-decoration:underline!important;
}

/* Disabled HTML buttons, should any be added by CMS/forms */
button:disabled,
.button-disabled{
  opacity:.52!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:none!important;
}

/* Consistent touch targets */
.site-nav-dropdown-menu a,
.nn-team-links a,
.nnx-footer-column a,
.nnx-footer-legal a{
  min-height:32px;
}

/* Mobile: intentional full-width CTAs, never accidental overflow */
@media(max-width:760px){
  .v123-standard{
    padding:58px 0;
  }

  .v123-standard-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .v123-standard-points{
    grid-template-columns:1fr;
  }

  .v123-standard-points article{
    min-height:0;
  }

  .v12-hero-actions,
  .hero-actions,
  .v12-final-inner>div:last-child,
  .nn-final-actions{
    width:100%!important;
  }

  .v12-hero-actions>a,
  .hero-actions>a,
  .v12-final-inner>div:last-child>a,
  .nn-final-actions>a{
    width:100%!important;
    flex:1 1 100%!important;
  }

  .header-client-link{
    width:100%!important;
  }
}


/* ======================================================================
   NetNavi Cloud v12.4.0 — layout integrity / overflow safety
   ====================================================================== */

/* Global overflow safety for CMS-managed and product-managed content */
main *,
.nnx-footer *,
.site-header *,
.utility-bar *{
  box-sizing:border-box;
}

main img,
main svg,
main video,
main iframe{
  max-width:100%;
  height:auto;
}

main h1,
main h2,
main h3,
main h4,
main p,
main li,
main a,
main strong,
main span,
main small,
.nnx-footer a,
.nnx-footer p,
.nnx-footer span{
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}

main pre,
main code{
  max-width:100%;
  overflow:auto;
}

.shell,
.v12-hero-grid>*,
.v12-page-hero-grid>*,
.v12-service-grid>*,
.v12-plan-grid>*,
.v12-platform-grid>*,
.v12-why-grid>*,
.v12-faq-grid>*,
.v12-product-benefits-grid>*,
.v12-service-choice-grid>*,
.v121-support-grid>*,
.v121-detail-grid>*,
.v121-expectations-grid>*,
.v121-next-grid>*,
.v121-team-work-grid>*,
.v123-standard-grid>*{
  min-width:0;
}

/* Cards always grow with their content */
.v12-service-card,
.v12-plan-card,
.dynamic-pricing-card,
.v12-page-hero-side,
.v12-product-summary,
.v12-process-grid article,
.v121-audience-grid article,
.v121-use-grid article,
.v121-about-grid article,
.v121-contact-guide article,
.v121-careers-grid article,
.v122-confidence-grid article,
.v122-stack-grid article,
.v123-standard-points article,
.nn-job-card,
.nn-team-card,
.nn-contact-form-shell,
.nn-apply-card{
  height:auto!important;
  max-width:100%;
  overflow:visible;
}

/* Flexible card internals */
.v12-service-card,
.v12-plan-card,
.dynamic-pricing-card,
.nn-team-card,
.nn-job-card{
  align-self:stretch;
}

.v12-service-card h3,
.v12-plan-card h3,
.dynamic-pricing-card h3,
.nn-job-card h2,
.nn-team-card h2{
  min-height:0!important;
}

.v12-service-card>p,
.v12-plan-card>p,
.dynamic-pricing-card>p,
.nn-job-card p,
.nn-team-card p{
  min-height:0!important;
  max-width:100%;
}

/* Pricing rows / prices cannot collide */
.v12-plan-price,
.pricing-price{
  display:flex;
  max-width:100%;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:6px 8px;
}

.v12-plan-price strong,
.pricing-price strong{
  max-width:100%;
  overflow-wrap:anywhere;
}

.v12-popular,
.popular-label{
  max-width:calc(100% - 32px);
  white-space:normal!important;
  text-align:center;
}

/* Product summary facts wrap safely */
.v12-product-summary-facts>div,
.v12-page-hero-side>div,
.v12-product-summary-head{
  min-width:0;
}

.v12-product-summary-facts strong,
.v12-product-summary-head strong,
.v12-page-hero-side strong{
  overflow-wrap:anywhere;
}

/* Service card top row can wrap if price/title labels get long */
.v12-service-card-top{
  flex-wrap:wrap;
}

.v12-service-card-top>span,
.v12-service-start{
  min-width:0;
}

.v12-service-start{
  max-width:100%;
}

/* Button integrity */
a.primary-button,
a.secondary-button,
a.pricing-order-button,
a.status-button,
.header-client-link,
button.primary-button,
button.secondary-button,
.contact-form button[type="submit"],
.nn-contact-form button[type="submit"]{
  max-width:100%!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  line-height:1.25!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}

.v12-service-actions,
.v12-final-inner>div:last-child,
.v12-hero-actions,
.hero-actions,
.nn-final-actions,
.actions,
.nn-form-submit-row{
  min-width:0;
}

.v12-service-actions>*,
.v12-final-inner>div:last-child>*,
.v12-hero-actions>*,
.hero-actions>*,
.nn-final-actions>*,
.actions>*,
.nn-form-submit-row>*{
  min-width:0;
}

/* Tables scroll instead of breaking the viewport */
.v121-compare-table-wrap,
.table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.v121-compare-table th,
.v121-compare-table td{
  white-space:normal;
  overflow-wrap:anywhere;
}

/* FAQ content */
.v12-faq-grid .faq-list details,
.nn-faq-layout .faq-list details{
  max-width:100%;
}

.v12-faq-grid .faq-list summary,
.nn-faq-layout .faq-list summary{
  overflow-wrap:anywhere;
}

.v12-faq-grid .faq-list p,
.nn-faq-layout .faq-list p{
  max-width:100%;
}

/* Jobs */
.nn-job-card{
  grid-template-columns:minmax(0,1fr) minmax(220px,270px)!important;
}

.nn-job-main,
.nn-job-side{
  min-width:0;
}

.nn-job-meta{
  min-width:0;
}

.nn-job-meta span{
  max-width:100%;
  white-space:normal!important;
}

.nn-job-side strong,
.nn-job-side small{
  overflow-wrap:anywhere;
}

/* Team */
.nn-team-card img,
.nn-team-avatar{
  display:block;
  max-width:100%;
}

.nn-team-card-copy,
.nn-team-links{
  min-width:0;
}

.nn-team-links{
  flex-wrap:wrap;
}

.nn-team-links a{
  max-width:100%;
}

/* Contact form inputs stay contained */
.contact-form input,
.contact-form select,
.contact-form textarea,
.nn-contact-form input,
.nn-contact-form select,
.nn-contact-form textarea{
  min-width:0;
  max-width:100%!important;
}

.form-grid{
  min-width:0;
}

.form-grid>*{
  min-width:0;
}

/* Footer integrity */
.nnx-footer-main>*,
.nnx-footer-bottom>*{
  min-width:0;
}

.nnx-footer-column a{
  max-width:100%;
}

.nnx-footer-bottom{
  flex-wrap:wrap;
}

/* Sticky text columns must not overflow on shorter screens */
@media(max-height:720px){
  .v12-why-copy,
  .v12-faq-grid>div:first-child,
  .v12-product-benefits-copy,
  .v12-service-choice-grid>div:first-child,
  .v121-support-grid>div:first-child,
  .v121-detail-grid>div:first-child,
  .v121-expectations-grid>div:first-child,
  .v121-next-grid>div:first-child,
  .v121-team-work-grid>div:first-child{
    position:static!important;
  }
}

/* Tablet layout */
@media(max-width:1020px){
  .nn-job-card{
    grid-template-columns:1fr!important;
  }

  .nn-job-side{
    padding:18px 0 0!important;
    border-left:0!important;
    border-top:1px solid #e7edf3!important;
  }

  .v12-product-summary-facts{
    grid-template-columns:1fr!important;
  }

  .v12-product-summary-facts>div{
    border-right:0!important;
    border-bottom:1px solid #e5ebf2!important;
  }

  .v12-product-summary-facts>div:last-child{
    border-bottom:0!important;
  }

  .v123-standard-points{
    grid-template-columns:1fr!important;
  }
}

/* Mobile integrity */
@media(max-width:760px){
  .shell{
    width:calc(100% - 24px)!important;
  }

  .v12-service-card,
  .v12-plan-card,
  .dynamic-pricing-card,
  .nn-job-card,
  .nn-team-card,
  .nn-contact-form-shell,
  .v121-audience-grid article,
  .v121-use-grid article,
  .v121-about-grid article,
  .v121-contact-guide article,
  .v121-careers-grid article,
  .v122-confidence-grid article,
  .v122-stack-grid article{
    width:100%!important;
    max-width:100%!important;
  }

  .v12-service-actions{
    width:100%;
    align-items:stretch!important;
    flex-direction:column!important;
  }

  .v12-service-actions .primary-button,
  .v12-service-actions .secondary-button,
  .v12-plan-card .primary-button,
  .v12-plan-card .secondary-button,
  .dynamic-pricing-card .pricing-order-button,
  .nn-job-side .secondary-button{
    width:100%!important;
  }

  .v12-console-product{
    min-width:0;
  }

  .v12-console-price{
    max-width:100%;
  }

  .v121-compare-table{
    min-width:640px;
  }

  .nnx-footer-bottom{
    align-items:flex-start!important;
  }
}

/* Small phones */
@media(max-width:480px){
  .v12-hero-copy h1,
  .v12-page-hero h1,
  .v12-section-head h2,
  .v12-final h2,
  .v121-support-grid h2,
  .v121-detail-grid h2,
  .v121-expectations-grid h2,
  .v121-next-grid h2,
  .v121-team-work-grid h2{
    max-width:100%;
  }

  .v12-console-top,
  .v12-console-bottom{
    align-items:flex-start;
    flex-direction:column;
  }

  .v12-plan-price{
    align-items:flex-start;
    flex-direction:column;
  }

  .v12-plan-price span{
    padding-bottom:0;
  }
}
