/* Néfesh access selector — fourth Enterprise access card v1 */

.access-v83-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.access-v83-card{
  min-height:485px;
  padding:23px;
}

.access-v83-card-copy h2{
  font-size:clamp(22px,1.75vw,29px);
}

.access-v83-enterprise{
  --card-accent:#27c7b7;
  --card-soft:#e5f9f6;
  --card-dark:#087c72;
}

.access-v83-enterprise::after{
  position:absolute;
  top:13px;
  right:14px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#2bd7c6;
  box-shadow:0 0 0 6px rgba(43,215,198,.12),0 0 20px rgba(43,215,198,.5);
  content:"";
  pointer-events:none;
}

.access-v83-enterprise .access-v83-action{
  border-color:#49cfc2;
  background:linear-gradient(135deg,#27c7b7,#1fb4a8);
  color:#062f2b;
  box-shadow:0 11px 24px rgba(32,187,173,.2);
}

.access-v83-enterprise .access-v83-action:hover{
  border-color:#1aa99d;
  background:linear-gradient(135deg,#35d5c5,#24bfb1);
  color:#052d29;
}

.access-v83-enterprise .access-enterprise-quote{
  display:inline-flex;
  min-height:31px;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  border-radius:9px;
  color:var(--card-dark);
  font-size:9px;
  font-weight:850;
  text-decoration:underline;
  text-decoration-color:rgba(8,124,114,.28);
  text-underline-offset:3px;
}

.access-v83-enterprise .access-enterprise-quote:hover,
.access-v83-enterprise .access-enterprise-quote:focus-visible{
  color:#075f58;
  outline:none;
  text-decoration-color:currentColor;
}

html[data-theme="dark"] body.access-v83-body .access-v83-enterprise .access-v83-action{
  border-color:#32cabc!important;
  background:linear-gradient(135deg,#36d7c7,#20b8aa)!important;
  color:#05322d!important;
  -webkit-text-fill-color:#05322d!important;
}

html[data-theme="dark"] body.access-v83-body .access-v83-enterprise .access-enterprise-quote{
  color:#087c72!important;
  -webkit-text-fill-color:#087c72!important;
  opacity:1!important;
}

@media(max-width:1120px){
  .access-v83-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }

  .access-v83-institution,
  .access-v83-enterprise{
    grid-column:auto;
  }

  .access-v83-card{
    min-height:465px;
  }
}

@media(max-width:670px){
  .access-v83-grid{grid-template-columns:1fr}
  .access-v83-card{min-height:0}
}

@media print{
  .access-v83-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .access-v83-card{min-height:390px}
}
