/* ============================================================
   DOOR ACCESS — Kisi setup steps
   Scoped to .access-* so nothing here can collide with the
   Webflow-generated stylesheets.
   ============================================================ */

.access-section {
  background-color: var(--neutral-800, #141414);
  padding: 90px 0;
  /* Keep the heading clear of the fixed Webflow header on #door-access links. */
  scroll-margin-top: 110px;
}

/* Webflow's base styles colour <strong> for light backgrounds, which turns it
   near-invisible in here. Re-assert it for the dark panels. */
.access-step strong,
.access-note strong,
.access-lede strong { color: var(--neutral-100, #fff); font-weight: 700; }

.access-head {
  max-width: 720px;
  margin: 0 0 44px;
}

.access-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--lime-green, #70b444);
}

.access-title {
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.15;
  color: var(--neutral-100, #fff);
}

.access-lede {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--neutral-500, #bdbdbd);
}

.access-steps {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

@media (min-width: 700px)  { .access-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .access-steps { grid-template-columns: repeat(4, 1fr); } }

.access-step {
  padding: 28px 24px;
  border: 1px solid #2b2b2b;
  border-radius: 10px;
  background-color: #1b1b1b;
  transition: border-color .25s ease, transform .25s ease;
}
.access-step:hover {
  border-color: var(--lime-green, #70b444);
  transform: translateY(-4px);
}

.access-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: var(--lime-green, #70b444);
  color: var(--neutral-800, #141414);
  font-weight: 800;
  font-size: 16px;
}

.access-step h3 {
  margin: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  color: var(--neutral-100, #fff);
}

.access-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--neutral-500, #bdbdbd);
}
.access-step p + p { margin-top: 14px; }

.access-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.access-links a {
  font-size: 14px;
  font-weight: 700;
  color: var(--lime-green, #70b444);
  text-decoration: none;
}
.access-links a:hover { text-decoration: underline; }

/* ---- the Apple private-relay warning ---- */
.access-note {
  padding: 24px 28px;
  border: 1px solid #2b2b2b;
  border-left: 4px solid var(--lime-green, #70b444);
  border-radius: 10px;
  background-color: #1b1b1b;
}

.access-note-title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lime-green, #70b444);
}

.access-note p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--neutral-500, #bdbdbd);
}
.access-note p + p { margin-top: 12px; }
.access-note a { color: var(--lime-green, #70b444); text-decoration: underline; }
.access-note code {
  padding: 1px 6px;
  border-radius: 4px;
  background-color: #2b2b2b;
  color: var(--neutral-300, #f6f6f6);
  font-size: .92em;
  word-break: break-all;
}

/* ---- pre-checkout warning above the pricing cards ---- */
.access-prebuy {
  /* Full container width so it lines up with the pricing grid below it. */
  margin: 0 0 36px;
  padding: 18px 24px;
  border: 1px solid #d8d8d8;
  border-left: 4px solid var(--lime-green, #70b444);
  border-radius: 10px;
  background-color: var(--neutral-200, #fbfbfb);
  font-size: 15px;
  line-height: 1.6;
  color: var(--neutral-700, #3d3d3d);
}
.access-prebuy a { color: #4b7d2c; font-weight: 700; }

@media (max-width: 700px) {
  .access-section { padding: 64px 0; }
  .access-title { font-size: 32px; }
}
