/* =========================================================
   NUVREN - Web Production page
   File: /wp-content/themes/nuvren/assets/css/web-production.css
   Version: 1.0.0
   Автор: nuvren.com
   Описание: Стили страницы Web Production (сайты, дизайн, UI/UX, портфолио).
   ========================================================= */

.nv-hero--web{
  padding-bottom: 92px;
}

/* Intro */
.nv-web-intro{
  padding: 46px 0;
}

.nv-web-intro__lead{
  margin: 0 0 14px;
  color: #e7ebf3;
  font-size: 16px;
  line-height: 1.7;
}

.nv-web-intro__bullets{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.nv-web-intro__bullets li{
  position: relative;
  padding-left: 18px;
  color: #c9cfda;
  line-height: 1.7;
}

.nv-web-intro__bullets li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: rgba(42,163,255,.65);
  box-shadow: 0 0 24px rgba(42,163,255,.25);
}

/* Quick nav chips */
.nv-web-quick{
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nv-web-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: #d7dde8;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.nv-web-chip:hover{
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(42,163,255,.35);
  box-shadow: 0 0 28px rgba(42,163,255,.12);
}

/* Capabilities */
.nv-web-cap{
  padding: 56px 0;
}

.nv-web-cap__head{
  margin: 0 0 22px;
}

.nv-web-cap__title{
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: .01em;
}

.nv-web-cap__subtitle{
  margin: 0;
  color: #bfc4cf;
  max-width: 920px;
  line-height: 1.6;
}

.nv-web-cap__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 18px;
}

.nv-web-card{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 44px rgba(0,0,0,.26);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.nv-web-card:hover{
  transform: translateY(-3px);
  border-color: rgba(42,163,255,.35);
  box-shadow: 0 0 34px rgba(42,163,255,.10), 0 14px 44px rgba(0,0,0,.30);
}

.nv-web-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.nv-web-card__title{
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
}

.nv-web-card__tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  background: rgba(42,163,255,.14);
  border: 1px solid rgba(42,163,255,.16);
  color: #d8e9ff;
  white-space: nowrap;
}

.nv-web-card__desc{
  margin: 0 0 10px;
  color: #c9cfda;
  font-size: 14px;
  line-height: 1.65;
}

.nv-web-card__list{
  margin: 0;
  padding-left: 18px;
  color: #c9cfda;
  display: grid;
  gap: 8px;
  line-height: 1.65;
}

/* Process */
.nv-web-process{
  padding: 56px 0;
}

.nv-web-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 18px;
}

.nv-web-step{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 18px;
}

.nv-web-step__num{
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(42,163,255,.92);
  text-shadow: 0 0 30px rgba(42,163,255,.25);
  margin-bottom: 10px;
}

.nv-web-step__title{
  margin: 0 0 10px;
  font-weight: 800;
}

.nv-web-step__text{
  margin: 0;
  color: #c9cfda;
  line-height: 1.65;
}

/* Work */
.nv-web-work{
  padding: 56px 0;
}

.nv-web-work__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 18px;
}

.nv-case{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 44px rgba(0,0,0,.26);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nv-case__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.nv-case__title{
  margin: 0;
  font-weight: 800;
  letter-spacing: .01em;
}

.nv-case__pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: #e3e7ef;
  white-space: nowrap;
}

.nv-case__desc{
  margin: 0;
  color: #c9cfda;
  line-height: 1.65;
}

/* Tech stack chips */
.nv-case__stack{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.nv-stack{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  color: #d6dbe6;
}

.nv-stack--blue{
  background: rgba(42,163,255,.14);
  border-color: rgba(42,163,255,.16);
  color: #d8e9ff;
}

/* Case meta list */
.nv-case__meta{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.nv-case__meta li{
  display: flex;
  gap: 10px;
  align-items: baseline;
  color: #c9cfda;
  line-height: 1.6;
}

.nv-case__meta strong{
  color: #e7ebf3;
  font-weight: 700;
}

/* Mini gallery */
.nv-case__shots{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.nv-shot{
  display: block;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.nv-shot:hover{
  transform: translateY(-2px);
  border-color: rgba(42,163,255,.35);
  box-shadow: 0 0 28px rgba(42,163,255,.10), 0 14px 44px rgba(0,0,0,.28);
}

.nv-shot img{
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  opacity: .96;
}

.nv-shot__caption{
  padding: 10px 10px 11px;
  font-size: 12px;
  color: #c9cfda;
  line-height: 1.4;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}

/* Case actions */
.nv-case__actions{
  margin-top: 6px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nv-case__actions .nv-btn{
  text-align: center;
}

/* Standards */
.nv-web-standards{
  padding: 56px 0;
}

.nv-web-metrics{
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 18px;
}

.nv-web-metric{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 18px;
  text-align: center;
}

.nv-web-metric__val{
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .02em;
  text-shadow: 0 0 40px rgba(42,163,255,.25);
}

.nv-web-metric__label{
  margin-top: 8px;
  color: #c9cfda;
  font-size: 13px;
  line-height: 1.5;
}

/* CTA */
.nv-web-cta{
  padding: 56px 0;
}

.nv-web-cta__inner{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  box-shadow: 0 14px 50px rgba(0,0,0,.28);
}

.nv-web-cta__title{
  margin: 0 0 10px;
  font-weight: 800;
}

.nv-web-cta__text{
  margin: 0;
  color: #bfc4cf;
  line-height: 1.6;
  max-width: 920px;
}

.nv-web-cta__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Responsive */
@media (max-width: 1100px){
  .nv-web-cap__grid{
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
  .nv-web-steps{
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
  .nv-web-metrics{
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 900px){
  .nv-web-work__grid{
    grid-template-columns: 1fr;
  }
  .nv-web-cta__inner{
    grid-template-columns: 1fr;
  }
  .nv-web-cta__actions{
    justify-content: flex-start;
  }
}

@media (max-width: 640px){
  .nv-case__shots{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nv-shot img{
    height: 110px;
  }
}

@media (max-width: 560px){
  .nv-web-cap__grid{
    grid-template-columns: 1fr;
  }
  .nv-web-steps{
    grid-template-columns: 1fr;
  }
  .nv-web-metrics{
    grid-template-columns: 1fr;
  }
}
