/* SkillPort visual refresh 2026-08-26 */
.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(156, 225, 211, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 225, 211, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 16%, rgba(0, 0, 0, 0.28) 52%, #000 100%);
}
/* AI console treatment for the three purchase paths. */
.pricing-grid .plan-card {
  position: relative;
  isolation: isolate;
  min-height: 348px;
  overflow: hidden;
  padding: 26px 24px 22px;
  color: #f4fbf8;
  background-color: #0c1714;
  border-color: rgba(113, 224, 199, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 18px 42px rgba(16, 42, 35, 0.14);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pricing-grid .plan-card:nth-child(2) {
  background-color: #101722;
  border-color: rgba(121, 168, 255, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 18px 42px rgba(32, 56, 105, 0.14);
}

.pricing-grid .plan-card.custom-plan {
  background-color: #18170f;
  border-color: rgba(255, 205, 112, 0.3);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 18px 42px rgba(104, 77, 27, 0.14);
}

.pricing-grid .plan-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: #71e0c7;
  box-shadow: 0 0 18px rgba(113, 224, 199, 0.72);
}

.pricing-grid .plan-card:nth-child(2)::before {
  background: #79a8ff;
  box-shadow: 0 0 18px rgba(121, 168, 255, 0.68);
}

.pricing-grid .plan-card.custom-plan::before {
  background: #ffcd70;
  box-shadow: 0 0 18px rgba(255, 205, 112, 0.68);
}

.pricing-grid .plan-card::after {
  content: "01 / TASK";
  position: absolute;
  top: 26px;
  right: 24px;
  color: rgba(156, 225, 211, 0.62);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 800;
}

.pricing-grid .plan-card:nth-child(2)::after {
  content: "02 / MEMBER";
  color: rgba(159, 194, 255, 0.68);
}

.pricing-grid .plan-card.custom-plan::after {
  content: "03 / ENTERPRISE";
  color: rgba(255, 216, 142, 0.72);
}

.pricing-grid .plan-card > * {
  position: relative;
  z-index: 1;
}

.pricing-grid .plan-label {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  color: #a6efdf;
  border: 1px solid rgba(113, 224, 199, 0.24);
  border-radius: 5px;
  background: rgba(113, 224, 199, 0.08);
}

.pricing-grid .plan-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #71e0c7;
  box-shadow: 0 0 10px rgba(113, 224, 199, 0.9);
}

.pricing-grid .plan-card:nth-child(2) .plan-label {
  color: #bad2ff;
  border-color: rgba(121, 168, 255, 0.24);
  background: rgba(121, 168, 255, 0.08);
}

.pricing-grid .plan-card:nth-child(2) .plan-label::before {
  background: #79a8ff;
  box-shadow: 0 0 10px rgba(121, 168, 255, 0.9);
}

.pricing-grid .plan-card.custom-plan .plan-label {
  color: #ffdc99;
  border-color: rgba(255, 205, 112, 0.26);
  background: rgba(255, 205, 112, 0.08);
}

.pricing-grid .plan-card.custom-plan .plan-label::before {
  background: #ffcd70;
  box-shadow: 0 0 10px rgba(255, 205, 112, 0.9);
}

.pricing-grid .plan-card strong {
  color: #fff;
  margin-top: 18px;
}

.pricing-grid .plan-card.custom-plan > strong {
  max-width: 14ch;
  font-size: 30px;
  line-height: 1.12;
}

.pricing-grid .plan-card p,
.pricing-grid .plan-card li {
  color: rgba(235, 244, 241, 0.7);
}

.pricing-grid .plan-card li::before {
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #71e0c7;
  box-shadow: 0 0 8px rgba(113, 224, 199, 0.62);
}

.pricing-grid .plan-card:nth-child(2) li::before {
  background: #79a8ff;
  box-shadow: 0 0 8px rgba(121, 168, 255, 0.62);
}

.pricing-grid .plan-card.custom-plan li::before {
  background: #ffcd70;
  box-shadow: 0 0 8px rgba(255, 205, 112, 0.62);
}

.pricing-grid .plan-buy-button,
.pricing-grid .plan-link-button {
  min-height: 46px;
  border-radius: 6px;
}

.pricing-grid .plan-card:nth-child(2) .plan-buy-button.dark {
  color: #0c1522;
  border-color: #9fbeff;
  background: #b9d0ff;
}

.pricing-grid .plan-card.custom-plan .plan-link-button {
  color: #18170f;
  border-color: #ffcd70;
  background: #ffdc99;
}

.pricing-grid .plan-buy-button::after,
.pricing-grid .plan-link-button::after {
  content: "→";
  margin-left: 10px;
  font-size: 16px;
}

@media (hover: hover) {
  .pricing-grid .plan-card:hover {
    transform: translateY(-4px);
    border-color: rgba(113, 224, 199, 0.58);
    box-shadow: 0 24px 54px rgba(11, 32, 27, 0.2);
  }

  .pricing-grid .plan-card:nth-child(2):hover {
    border-color: rgba(121, 168, 255, 0.58);
  }

  .pricing-grid .plan-card.custom-plan:hover {
    border-color: rgba(255, 205, 112, 0.62);
  }
}

/* Enterprise automation console. */
.modal.consult-modal {
  isolation: isolate;
  width: min(1040px, calc(100vw - 28px));
  max-height: min(90vh, 940px);
  padding: 30px;
  color: #eef8f5;
  border: 1px solid rgba(113, 224, 199, 0.34);
  background-color: #071310;
  background-image:
    linear-gradient(rgba(113, 224, 199, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 224, 199, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  box-shadow:
    0 34px 90px rgba(2, 10, 8, 0.52),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.consult-modal::backdrop {
  background: rgba(2, 8, 7, 0.78);
  backdrop-filter: blur(12px);
}

.consult-modal::before {
  content: "ENTERPRISE AUTOMATION / SYSTEM ONLINE";
  position: absolute;
  top: 18px;
  right: 66px;
  z-index: 1;
  color: rgba(156, 225, 211, 0.62);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 800;
}

.consult-modal > * {
  position: relative;
  z-index: 2;
}

.consult-modal .close-button {
  z-index: 4;
  color: #ecf8f5;
  border-color: rgba(156, 225, 211, 0.24);
  background: rgba(10, 31, 26, 0.88);
}

.consult-modal .modal-head {
  max-width: 820px;
  padding: 18px 0 26px;
  border-bottom: 1px solid rgba(156, 225, 211, 0.16);
}

.consult-modal .modal-head .eyebrow,
.consult-modal .enterprise-section-head .eyebrow {
  color: #8ee2d1;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 11px;
}

.consult-modal .modal-head h2 {
  max-width: 780px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.consult-modal .modal-copy {
  max-width: 760px;
  margin: 0;
  color: rgba(225, 240, 235, 0.7);
  font-size: 15px;
}

.consult-modal .enterprise-paths {
  gap: 14px;
  margin: 24px 0 30px;
  border: 0;
  background: transparent;
}

.consult-modal .enterprise-paths article {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(113, 224, 199, 0.22);
  border-radius: 7px;
  background: rgba(13, 35, 29, 0.82);
}

.consult-modal .enterprise-paths article:nth-child(2) {
  border-color: rgba(121, 168, 255, 0.24);
  background: rgba(15, 27, 43, 0.82);
}

.consult-modal .enterprise-paths article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #71e0c7;
  box-shadow: 0 0 18px rgba(113, 224, 199, 0.72);
}

.consult-modal .enterprise-paths article:nth-child(2)::before {
  background: #79a8ff;
  box-shadow: 0 0 18px rgba(121, 168, 255, 0.72);
}

.consult-modal .enterprise-paths span,
.consult-modal .enterprise-cases article > span {
  color: #8ee2d1;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 11px;
}

.consult-modal .enterprise-paths article:nth-child(2) span {
  color: #a8c5ff;
}

.consult-modal .enterprise-paths h3,
.consult-modal .enterprise-section-head h3,
.consult-modal .enterprise-cases h4 {
  color: #f7fcfa;
}

.consult-modal .enterprise-paths h3 {
  max-width: 15ch;
  margin: 16px 0 12px;
  font-size: 23px;
}

.consult-modal .enterprise-paths p,
.consult-modal .enterprise-cases p {
  color: rgba(222, 238, 233, 0.68);
}

.consult-modal .enterprise-cases {
  margin-bottom: 28px;
  border-top-color: rgba(156, 225, 211, 0.16);
}

.consult-modal .enterprise-section-head {
  padding: 26px 0 16px;
}

.consult-modal .enterprise-section-head h3 {
  font-size: 25px;
}

.consult-modal .enterprise-cases article {
  position: relative;
  grid-template-columns: 74px minmax(150px, 0.75fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 10px;
  padding: 18px;
  border: 1px solid rgba(156, 225, 211, 0.14);
  border-radius: 6px;
  background: rgba(11, 27, 23, 0.76);
}

.consult-modal .enterprise-cases article:nth-of-type(2) {
  border-color: rgba(121, 168, 255, 0.17);
  background: rgba(14, 24, 37, 0.76);
}

.consult-modal .enterprise-cases h4 {
  font-size: 17px;
}

.consult-modal .enterprise-cases p {
  padding-left: 12px;
  border-left: 1px solid rgba(156, 225, 211, 0.14);
  font-size: 12px;
}

.consult-modal .enterprise-cases b {
  display: block;
  margin-bottom: 5px;
  color: #a8e6d9;
}

.consult-modal .consult-card {
  position: relative;
  grid-template-columns: 154px 1fr;
  gap: 22px;
  padding: 20px;
  border-color: rgba(255, 205, 112, 0.25);
  background: rgba(37, 31, 17, 0.72);
}

.consult-modal .consult-card::after {
  content: "SECURE CONSULTATION CHANNEL";
  position: absolute;
  right: 18px;
  top: 16px;
  color: rgba(255, 216, 142, 0.58);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 800;
}

.consult-modal .consult-card img {
  width: 154px;
  height: 154px;
  border: 5px solid #fff;
  border-radius: 6px;
}

.consult-modal .consult-card strong {
  color: #fff;
}

.consult-modal .consult-card p {
  max-width: 610px;
  color: rgba(236, 240, 228, 0.68);
}

.consult-modal .consult-card a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  color: #201a0d;
  border-radius: 5px;
  background: #ffdc99;
}

@media (max-width: 760px) {
  .modal.consult-modal {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 20px 16px;
  }

  .consult-modal::before {
    display: none;
  }

  .consult-modal .modal-head {
    padding-top: 24px;
  }

  .consult-modal .modal-head h2 {
    font-size: 30px;
  }

  .consult-modal .enterprise-paths {
    gap: 10px;
  }

  .consult-modal .enterprise-paths article {
    min-height: 0;
    padding: 20px;
  }

  .consult-modal .enterprise-cases article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .consult-modal .enterprise-cases p {
    padding: 10px 0 0;
    border-top: 1px solid rgba(156, 225, 211, 0.12);
    border-left: 0;
  }

  .consult-modal .consult-card {
    grid-template-columns: 1fr;
  }

  .consult-modal .consult-card::after {
    display: none;
  }
}

