/* Nimbus IT homepage positioning polish — 2026-09-22
   Scope: start page only. Existing global Polaris design remains untouched. */

/* Consistent editorial direction: headings left; readable body copy in justified text. */
body.polaris-home-v5 main .section-heading,
body.polaris-home-v5 main .section-intro,
body.polaris-home-v5 main .partners-v7-head,
body.polaris-home-v5 main .standards-head,
body.polaris-home-v5 main .team-v7-head,
body.polaris-home-v5 main .section-heading-v7,
body.polaris-home-v5 main .contact-v7-copy,
body.polaris-home-v5 main .about-copy,
body.polaris-home-v5 main .one67-home-launch__copy,
body.polaris-home-v5 main .threat-head > div {
  text-align:left !important;
}

@media (min-width:761px){
  body.polaris-home-v5 main .section p:not(.eyebrow):not(.one67-launch-status):not(.form-note):not(.privacy-note):not(.contact-interest-confirmation),
  body.polaris-home-v5 main .one67-home-lead,
  body.polaris-home-v5 main .partners-v7-note,
  body.polaris-home-v5 main .team-v7-foundations__copy p {
    text-align:justify;
    text-align-last:left;
    hyphens:auto;
    -webkit-hyphens:auto;
    overflow-wrap:break-word;
  }
}

/* The positioning statement now carries the same line-icon vocabulary as the rest of Nimbus IT. */
body.polaris-home-v5 .responsibility-block{
  max-width:none;
}
body.polaris-home-v5 .responsibility-block > h3{
  margin:8px 0 14px;
  color:#f2f7f9;
  font-size:clamp(28px,2.3vw,42px);
  line-height:1.08;
  letter-spacing:-.035em;
}
body.polaris-home-v5 .responsibility-flow{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin:28px 0 24px;
  border-top:1px solid rgba(76,157,190,.22);
  border-bottom:1px solid rgba(76,157,190,.22);
}
body.polaris-home-v5 .responsibility-flow article{
  position:relative;
  min-width:0;
  padding:22px 18px 20px 0;
}
body.polaris-home-v5 .responsibility-flow article + article{
  padding-left:20px;
  border-left:1px solid rgba(76,157,190,.18);
}
body.polaris-home-v5 .responsibility-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:13px;
  color:#42d9ff;
}
body.polaris-home-v5 .responsibility-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.polaris-home-v5 .responsibility-flow strong{
  display:block;
  color:#f0f6f8;
  font-size:15px;
  line-height:1.25;
  letter-spacing:-.01em;
}

/* Keep Nimbus as the signature dark product moment, now with its real product surface visible. */
body.polaris-home-v5 .one67-home-launch__grid{
  align-items:center;
}
body.polaris-home-v5 .one67-product-shot--home{
  width:100%;
  max-width:900px;
  justify-self:end;
}

/* Never use ordinal numbering as a visual device on this homepage. */
body.polaris-home-v5 .service h3{
  text-align:left;
}

@media (max-width:1180px){
  body.polaris-home-v5 .responsibility-flow{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  body.polaris-home-v5 .responsibility-flow article:nth-child(4),
  body.polaris-home-v5 .responsibility-flow article:nth-child(5){
    border-top:1px solid rgba(76,157,190,.18);
  }
  body.polaris-home-v5 .responsibility-flow article:nth-child(4){
    padding-left:0;
    border-left:0;
  }
}

@media (max-width:760px){
  body.polaris-home-v5 main .section p,
  body.polaris-home-v5 main .one67-home-lead,
  body.polaris-home-v5 main .partners-v7-note{
    text-align:left !important;
    hyphens:auto;
  }
  body.polaris-home-v5 .responsibility-flow{
    grid-template-columns:1fr;
  }
  body.polaris-home-v5 .responsibility-flow article,
  body.polaris-home-v5 .responsibility-flow article + article,
  body.polaris-home-v5 .responsibility-flow article:nth-child(4),
  body.polaris-home-v5 .responsibility-flow article:nth-child(5){
    display:grid;
    grid-template-columns:44px 1fr;
    align-items:center;
    gap:14px;
    padding:15px 0;
    border-left:0;
    border-top:1px solid rgba(76,157,190,.18);
  }
  body.polaris-home-v5 .responsibility-flow article:first-child{
    border-top:0;
  }
  body.polaris-home-v5 .responsibility-icon{
    margin:0;
  }
}

/* ===== Nimbus IT positioning polish V3 ===== */
/* Customer situations: editorial decision paths instead of a 3-card block. */
body.polaris-home-v5 .situation-paths{
  grid-column:1/-1;
  margin-top:4px;
  border-top:1px solid rgba(62,127,153,.28);
}
body.polaris-home-v5 .situation-path{
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 44px;
  align-items:center;
  gap:26px;
  min-height:128px;
  padding:22px 8px;
  border-bottom:1px solid rgba(62,127,153,.28);
  color:inherit;
  text-decoration:none;
  transition:background .22s ease,padding-left .22s ease,border-color .22s ease;
}
body.polaris-home-v5 .situation-path:hover,
body.polaris-home-v5 .situation-path:focus-visible{
  padding-left:14px;
  background:linear-gradient(90deg,rgba(39,200,255,.075),rgba(39,200,255,0) 72%);
  border-color:rgba(66,217,255,.5);
  outline:none;
}
body.polaris-home-v5 .situation-path__icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  color:#42d9ff;
}
body.polaris-home-v5 .situation-path__icon svg{
  width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;
}
body.polaris-home-v5 .situation-path__copy{display:block;min-width:0;text-align:left}
body.polaris-home-v5 .situation-path__copy strong{
  display:block;margin-bottom:7px;color:#eef6f8;font-size:clamp(20px,1.65vw,27px);line-height:1.18;font-weight:560;letter-spacing:-.02em;
}
body.polaris-home-v5 .situation-path__copy > span{
  display:block;max-width:940px;color:#9fb0ba;font-size:15px;line-height:1.62;
}
body.polaris-home-v5 .situation-path__arrow{justify-self:end;color:#42d9ff;font-size:25px;transition:transform .2s ease}
body.polaris-home-v5 .situation-path:hover .situation-path__arrow{transform:translateX(5px)}

/* Procurement: textual decision on the left, lifecycle proof on the right. */
body.polaris-home-v5 .procurement-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
  gap:clamp(46px,7vw,105px);
  align-items:center;
  margin-bottom:42px;
}
body.polaris-home-v5 .procurement-intro-grid .partners-v7-head{
  max-width:690px!important;
  margin:0!important;
  text-align:left!important;
}
body.polaris-home-v5 .procurement-intro-grid .partners-v7-head > *{text-align:left!important}
body.polaris-home-v5 .procurement-intro-grid .partners-v7-note{margin-top:22px}
body.polaris-home-v5 .procurement-cta{margin-top:22px;justify-content:flex-start}
body.polaris-home-v5 .procurement-lifecycle{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:1px solid #25424f;
  background:linear-gradient(145deg,rgba(7,26,38,.82),rgba(3,14,22,.88));
}
body.polaris-home-v5 .procurement-lifecycle article{
  min-height:142px;padding:22px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #203b48;
}
body.polaris-home-v5 .procurement-lifecycle article:nth-child(odd){border-right:1px solid #203b48}
body.polaris-home-v5 .procurement-lifecycle article:nth-child(n+3){border-bottom:0}
body.polaris-home-v5 .procurement-lifecycle article > span{display:grid;place-items:center;width:48px;height:48px;color:#42d9ff;flex:0 0 auto}
body.polaris-home-v5 .procurement-lifecycle svg{width:45px;height:45px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
body.polaris-home-v5 .procurement-lifecycle strong{display:block;color:#eef6f8;font-size:16px;line-height:1.2}
body.polaris-home-v5 .procurement-lifecycle small{display:block;margin-top:5px;color:#879ca7;font-size:11px;line-height:1.45}

/* Security CTAs: equal visibility, clear priority. */
body.polaris-home-v5 .threat-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:26px}
body.polaris-home-v5 .btn-risk-light{
  min-height:48px;padding:0 20px;border:1px solid #ff8e91;border-radius:4px;
  background:#ff9da0;color:#2b0709!important;font-weight:800;font-size:14px;text-decoration:none;
  display:inline-flex;align-items:center;justify-content:center;gap:18px;
  box-shadow:0 10px 28px rgba(255,91,96,.14);transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
body.polaris-home-v5 .btn-risk-light:hover{transform:translateY(-2px);background:#ffb2b4;border-color:#ffc1c3}

/* Standards: clockwise order with the original four-color feedback restored.
   BSI = cyan, NIS2 = amber, ISO 27001 = violet, ITIL = green. */
body.polaris-home-v5 .standards-orbit button:not(.is-active){border-color:rgba(96,174,205,.26);background:rgba(4,18,27,.88)}
body.polaris-home-v5 .standards-orbit button:nth-of-type(1){left:50%;top:2%;right:auto;bottom:auto;transform:translateX(-50%)}
body.polaris-home-v5 .standards-orbit button:nth-of-type(2){right:0;top:50%;left:auto;bottom:auto;transform:translateY(-50%)}
body.polaris-home-v5 .standards-orbit button:nth-of-type(3){left:50%;bottom:2%;right:auto;top:auto;transform:translateX(-50%)}
body.polaris-home-v5 .standards-orbit button:nth-of-type(4){left:0;top:50%;right:auto;bottom:auto;transform:translateY(-50%)}
body.polaris-home-v5 .standards-orbit button:nth-of-type(1):hover,
body.polaris-home-v5 .standards-orbit button:nth-of-type(1).is-active{transform:translateX(-50%) translateY(-4px) scale(1.025)}
body.polaris-home-v5 .standards-orbit button:nth-of-type(2):hover,
body.polaris-home-v5 .standards-orbit button:nth-of-type(2).is-active{transform:translateY(-50%) translateX(-4px) scale(1.025)}
body.polaris-home-v5 .standards-orbit button:nth-of-type(3):hover,
body.polaris-home-v5 .standards-orbit button:nth-of-type(3).is-active{transform:translateX(-50%) translateY(4px) scale(1.025)}
body.polaris-home-v5 .standards-orbit button:nth-of-type(4):hover,
body.polaris-home-v5 .standards-orbit button:nth-of-type(4).is-active{transform:translateY(-50%) translateX(4px) scale(1.025)}

@media(max-width:980px){
  body.polaris-home-v5 .procurement-intro-grid{grid-template-columns:1fr;gap:30px}
  body.polaris-home-v5 .procurement-intro-grid .partners-v7-head{max-width:850px!important}
}
@media(max-width:760px){
  body.polaris-home-v5 .situation-path{grid-template-columns:54px minmax(0,1fr) 24px;gap:14px;min-height:106px;padding:18px 0}
  body.polaris-home-v5 .situation-path:hover{padding-left:0}
  body.polaris-home-v5 .situation-path__icon{width:46px;height:46px}
  body.polaris-home-v5 .situation-path__icon svg{width:42px;height:42px}
  body.polaris-home-v5 .situation-path__copy strong{font-size:19px}
  body.polaris-home-v5 .situation-path__copy > span{font-size:13px;line-height:1.52;text-align:left!important}
  body.polaris-home-v5 .procurement-lifecycle{grid-template-columns:1fr}
  body.polaris-home-v5 .procurement-lifecycle article,
  body.polaris-home-v5 .procurement-lifecycle article:nth-child(odd),
  body.polaris-home-v5 .procurement-lifecycle article:nth-child(n+3){border-right:0;border-bottom:1px solid #203b48}
  body.polaris-home-v5 .procurement-lifecycle article:last-child{border-bottom:0}
  body.polaris-home-v5 .threat-actions{align-items:stretch;flex-direction:column}
  body.polaris-home-v5 .threat-actions .btn{width:100%}
  /* Mobile orbit remains corner based to avoid overlap; sequence stays BSI > NIS2 > ISO > ITIL clockwise. */
  body.polaris-home-v5 .standards-orbit button:nth-of-type(1){left:0;top:5%;right:auto;transform:none}
  body.polaris-home-v5 .standards-orbit button:nth-of-type(2){right:0;top:7%;left:auto;transform:none}
  body.polaris-home-v5 .standards-orbit button:nth-of-type(3){right:0;bottom:6%;left:auto;top:auto;transform:none}
  body.polaris-home-v5 .standards-orbit button:nth-of-type(4){left:0;bottom:8%;top:auto;transform:none}
  body.polaris-home-v5 .standards-orbit button:nth-of-type(n):hover,
  body.polaris-home-v5 .standards-orbit button:nth-of-type(n).is-active{transform:translateY(-3px) scale(1.015)}
}
