/* ============================================================
   Website Feature — public info page extras
   Reuses tokens + .website-feature-* classes from landing.css
   ============================================================ */

/* push hero below fixed header on standalone page */
.website-feature-section{
  padding-top: 150px;
}

.wfp-eyebrow{
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-1);
  background: rgba(0, 53, 102, 0.06);
  border: 1px solid rgba(0, 53, 102, 0.12);
  margin-bottom: 6px;
}

/* ---------- Section base ---------- */
.wfp-section{
  padding: 90px 0;
  background: #fff;
  position: relative;
}
.wfp-section--alt{
  background: var(--color-4);
}
.wfp-section .varnest-section-title{
  margin-bottom: 48px;
}

/* ---------- Use cases ---------- */
.wfp-cases{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.wfp-case{
  position: relative;
  padding: 30px 24px;
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.08);
  border-radius: 22px;
  box-shadow: 0 4px 18px rgba(0, 53, 102, 0.05);
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms ease, border-color 380ms ease;
}
.wfp-case:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 53, 102, 0.13);
  border-color: rgba(255, 195, 0, 0.4);
}
.wfp-case__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  margin-bottom: 16px;
  color: var(--color-1);
  background: linear-gradient(135deg, rgba(0, 53, 102, 0.08), rgba(0, 53, 102, 0.02));
  border: 1px solid rgba(0, 53, 102, 0.08);
  transition: all 380ms cubic-bezier(0.22, 1, 0.36, 1);
}
.wfp-case:hover .wfp-case__icon{
  color: var(--color-3);
  background: linear-gradient(135deg, var(--color-2), var(--color-accent-light));
  border-color: transparent;
  transform: scale(1.05) rotate(-4deg);
  box-shadow: 0 10px 24px rgba(255, 195, 0, 0.36);
}
.wfp-case h3{
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-1);
}
.wfp-case p{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: #5b6b7c;
}

/* ---------- Steps ---------- */
.wfp-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.wfp-step{
  position: relative;
  padding: 30px 24px;
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.08);
  border-radius: 22px;
  box-shadow: 0 4px 18px rgba(0, 53, 102, 0.05);
  overflow: hidden;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 360ms ease;
}
.wfp-step:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0, 53, 102, 0.12);
}
.wfp-step__num{
  position: absolute;
  top: 12px;
  left: 18px;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 53, 102, 0.14);
  pointer-events: none;
}
.wfp-step h3{
  margin: 30px 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-1);
}
.wfp-step p{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.8;
  color: #5b6b7c;
}

/* ---------- CTA band ---------- */
.wfp-cta{
  padding: 90px 0;
  background: #fff;
}
.wfp-cta__card{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  padding: 48px 52px;
  border-radius: 28px;
  overflow: hidden;
  background-color: var(--color-3);
  background-image: radial-gradient(120% 160% at 90% 0%, #0a2e57 0%, var(--color-3) 55%, #00132a 100%);
  box-shadow: 0 30px 70px rgba(0, 10, 25, 0.3);
}
.wfp-cta__card::before{
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  top: -160px;
  left: -80px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 195, 0, 0.35), transparent 65%);
  filter: blur(70px);
  pointer-events: none;
}
.wfp-cta__content{
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.wfp-cta__content h2{
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: #fff;
}
.wfp-cta__content p{
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}
.wfp-cta__buttons{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---------- Footer back link ---------- */
.wfp-footer__back{
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: color 200ms ease;
}
.wfp-footer__back:hover{ color: var(--color-2); }

/* ---------- Responsive ---------- */
@media screen and (max-width: 1100px) {
  .wfp-cases{ grid-template-columns: repeat(2, 1fr); }
  .wfp-steps{ grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 768px) {
  .wfp-section{ padding: 70px 0; }
  .wfp-cta{ padding: 70px 0; }
  .wfp-cta__card{ padding: 36px 28px; }
}
@media screen and (max-width: 560px) {
  .wfp-cases{ grid-template-columns: 1fr; }
  .wfp-steps{ grid-template-columns: 1fr; }
  .wfp-cta__card{ flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .wfp-case, .wfp-case__icon, .wfp-step, .website-feature-hero__btn{
    transition: none;
  }
}
