@charset "UTF-8";
/* ════════════════════════════
   SECTION SCOPE
════════════════════════════ */
.how-to-evaluate {
  background-color: #efede8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.032'/%3E%3C/svg%3E"), radial-gradient(circle, rgba(5, 22, 77, 0.055) 1.2px, transparent 1.2px);
  background-size: 300px 300px, 26px 26px;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.how-to-evaluate .hdr {
  margin-bottom: 56px;
}

.how-to-evaluate .hdr span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #FFAD00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.how-to-evaluate .hdr span::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #FFAD00;
  border-radius: 2px;
  display: block;
  flex-shrink: 0;
}

.how-to-evaluate .hdr h2 {
  line-height: 1.1;
  letter-spacing: -0.025em;
  max-width: 680px;
  margin-bottom: 14px;
}

.how-to-evaluate .hdr p {
  line-height: 1.7;
  max-width: 460px;
}

/* ════════════════════════════
   TOP ROW — support cards
════════════════════════════ */
.how-to-evaluate .top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.how-to-evaluate .top-row .card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(5, 22, 77, 0.06);
  box-shadow: 0 4px 16px rgba(5, 22, 77, 0.08), 0 1px 3px rgba(5, 22, 77, 0.05);
  padding: 28px 28px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 160ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 160ms cubic-bezier(0.4, 0, 0.2, 1);
}

.how-to-evaluate .top-row .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 173, 0, 0.5) 0%, transparent 70%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.how-to-evaluate .top-row .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 42px rgba(5, 22, 77, 0.12), 0 4px 8px rgba(5, 22, 77, 0.06);
}

.how-to-evaluate .top-row .card:hover::before {
  transform: scaleX(1);
}

/* Ghost number */
.how-to-evaluate .top-row .card .num {
  display: block;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 0.85;
  color: rgba(5, 22, 77, 0.05);
  letter-spacing: -0.04em;
  margin-bottom: 12px;
  user-select: none;
  transition: color 160ms cubic-bezier(0.4, 0, 0.2, 1);
}

.how-to-evaluate .top-row .card:hover .num {
  color: rgba(255, 173, 0, 0.09);
}

.how-to-evaluate .top-row .card h3 {
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.how-to-evaluate .top-row .card p {
  line-height: 1.65;
  margin-bottom: 16px;
}

/* Checklist */
.how-to-evaluate .top-row .card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.how-to-evaluate .top-row .card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}

.how-to-evaluate .card ul li {
  position: relative;
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 9px;
}

.how-to-evaluate .card ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFAD00;
  flex-shrink: 0;
  margin-top: 9px;
}

/* ════════════════════════════
   PRIMARY ROW — dark featured cards
════════════════════════════ */
.how-to-evaluate .primary-row {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}

.how-to-evaluate .primary-row .card {
  position: relative;
  overflow: hidden;
  background: #05164d;
  border-radius: 12px;
  padding: 44px 44px 40px;
  display: flex;
  flex-direction: column;
  transition: transform 160ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 160ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 14px 42px rgba(5, 22, 77, 0.12), 0 4px 8px rgba(5, 22, 77, 0.06);
}

.how-to-evaluate .primary-row .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(5, 22, 77, 0.16), 0 6px 16px rgba(5, 22, 77, 0.08);
}

/* Per-card atmospheric bg */
.how-to-evaluate .primary-row .card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.how-to-evaluate .primary-row .card.var-q::before {
  background: radial-gradient(ellipse 70% 80% at -5% 110%, rgba(13, 46, 107, 0.9) 0%, transparent 55%), radial-gradient(ellipse 55% 60% at 105% -10%, rgba(255, 173, 0, 0.07) 0%, transparent 50%), radial-gradient(ellipse 90% 50% at 50% -5%, rgba(2, 9, 31, 0.6) 0%, transparent 60%);
}

.how-to-evaluate .primary-row .card.var-v::before {
  background: radial-gradient(ellipse 70% 70% at 110% 110%, rgba(13, 46, 107, 0.9) 0%, transparent 55%), radial-gradient(ellipse 55% 60% at -5% -10%, rgba(255, 173, 0, 0.07) 0%, transparent 50%), radial-gradient(ellipse 90% 50% at 50% -5%, rgba(2, 9, 31, 0.6) 0%, transparent 60%);
}

/* Dot texture */
.how-to-evaluate .primary-row .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
}

/* Amber top rule */
.how-to-evaluate .primary-row .card .rule {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFAD00 0%, rgba(255, 173, 0, 0.3) 55%, transparent 90%);
  z-index: 2;
}

/* Label */
.how-to-evaluate .primary-row .card .label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #FFAD00;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
}

.how-to-evaluate .primary-row .card .label::before {
  width: 5px;
  content: "";
  height: 5px;
  border-radius: 12px;
  background: #FFAD00;
  flex-shrink: 0;
}

/* Ghost number */
.how-to-evaluate .primary-row .card .num {
  position: absolute;
  bottom: -10px;
  right: 28px;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  letter-spacing: -0.05em;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  transition: color 160ms cubic-bezier(0.4, 0, 0.2, 1);
}

.how-to-evaluate .primary-row .card:hover .num {
  color: rgba(255, 173, 0, 0.06);
}

.how-to-evaluate .primary-row .card h3 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: -0.018em;
  margin-bottom: 10px;
}

.how-to-evaluate .primary-row .card p {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.7;
  margin-bottom: 24px;
}

.how-to-evaluate .primary-row .card .divider {
  position: relative;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, transparent 75%);
  margin-bottom: 22px;
}

/* List */
.how-to-evaluate .primary-row .card ul {
  position: relative;
  z-index: 2;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.how-to-evaluate .primary-row .card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}

/* Check icons */
.how-to-evaluate .primary-row .card ul .ico {
  width: 17px;
  height: 17px;
  border-radius: 12px;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer */
.how-to-evaluate .primary-row .card .card-bottom {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.how-to-evaluate .primary-row .card .card-bottom .foot-text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
}

.how-to-evaluate .primary-row .card .card-bottom .foot-text strong {
  display: block;
  font-size: inherit;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1px;
}

.how-to-evaluate .primary-row .card .card-bottom .tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFAD00;
  background: rgba(255, 173, 0, 0.08);
  border: 1px solid rgba(255, 173, 0, 0.18);
  border-radius: 8px;
  padding: 4px 10px;
  flex-shrink: 0;
  transition: background 160ms cubic-bezier(0.4, 0, 0.2, 1), border-color 160ms cubic-bezier(0.4, 0, 0.2, 1);
}

.how-to-evaluate .primary-row .card:hover .card-bottom .tag {
  background: rgba(255, 173, 0, 0.14);
  border-color: rgba(255, 173, 0, 0.3);
}

/* ── Scroll reveal ── */
.how-to-evaluate .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.how-to-evaluate .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.how-to-evaluate .d1 {
  transition-delay: 0.06s;
}

.how-to-evaluate .d2 {
  transition-delay: 0.14s;
}

.how-to-evaluate .d3 {
  transition-delay: 0.08s;
}

.how-to-evaluate .d4 {
  transition-delay: 0.18s;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .how-to-evaluate .top-row,
  .how-to-evaluate .primary-row {
    grid-template-columns: 1fr;
  }
  .how-to-evaluate .primary-row .card {
    padding: 36px 32px 32px;
  }
  .how-to-evaluate .primary-row .card .num {
    font-size: 7rem;
  }
}
@media (max-width: 540px) {
  .how-to-evaluate {
    padding: 64px 0 72px;
  }
  .how-to-evaluate .top-row .card {
    padding: 22px;
  }
  .how-to-evaluate .primary-row .card {
    padding: 28px 24px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .how-to-evaluate .reveal,
  .how-to-evaluate .top-row .card,
  .how-to-evaluate .top-row .card::before,
  .how-to-evaluate .top-row .card .list .chk,
  .how-to-evaluate .primary-row .card,
  .how-to-evaluate .primary-row .card .card-bottom .tag {
    transition: none;
  }
  .how-to-evaluate .reveal {
    opacity: 1;
    transform: none;
  }
}

/*# sourceMappingURL=eveluations-cards.css.map */
