.entry-gate-shell {
  background: #fff;
}

.entry-gate-shell .site-main {
  max-width: none;
  padding: 0 0 140px;
}

.entry-gate-shell .public-page,
.entry-gate-shell .public-page > .stack {
  gap: 0;
  padding: 0;
}

.owner-entry-gate {
  margin: 100px auto 0;
  width: min(1200px, calc(100% - 48px));
}

.owner-entry-gate__intro {
  margin-bottom: 48px;
  max-width: 760px;
}

.owner-entry-gate__eyebrow {
  color: #296a40;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 12px;
}

.owner-entry-gate__intro h1 {
  color: #000;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0;
}

.owner-entry-gate__intro > p:last-child {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
  max-width: 680px;
}

.owner-entry-gate__options {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-entry-card {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 36px;
  scroll-margin-top: 112px;
}

.owner-entry-card--consumer {
  background: #f4f8f5;
}

.owner-entry-card--advertiser {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
}

.owner-entry-card__body {
  max-width: 500px;
}

.owner-entry-card__label {
  color: #296a40;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 18px;
}

.owner-entry-card h2 {
  color: #000;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
  margin: 0;
}

.owner-entry-card h2 span {
  color: #296a40;
}

.owner-entry-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.65;
  margin: 18px 0 0;
}

.owner-entry-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: auto;
  padding-top: 36px;
}

.owner-entry-card__primary {
  align-items: center;
  background: #296a40;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  text-decoration: none;
}

.owner-entry-card__primary:hover {
  background: #215733;
  color: #fff;
  text-decoration: none;
}

.owner-entry-card__primary.is-disabled {
  background: #d9dedb;
  color: #6f766f;
  cursor: not-allowed;
}

.owner-entry-card__secondary {
  color: #296a40;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.owner-entry-card__secondary:hover {
  color: #215733;
  text-decoration: underline;
}

.owner-entry-gate__links {
  align-items: center;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  margin-top: 32px;
}

.owner-entry-gate__links a {
  color: #296a40;
  font-weight: 600;
  text-decoration: none;
}

.owner-entry-gate__links a:hover {
  color: #215733;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .owner-entry-gate {
    margin-top: 72px;
    width: min(100% - 40px, 720px);
  }

  .owner-entry-gate__options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .entry-gate-shell .site-main {
    padding-bottom: 96px;
  }

  .owner-entry-gate {
    margin-top: 48px;
    width: min(100% - 32px, 520px);
  }

  .owner-entry-gate__intro {
    margin-bottom: 32px;
  }

  .owner-entry-gate__intro h1 {
    font-size: 38px;
    line-height: 1.22;
  }

  .owner-entry-gate__intro > p:last-child {
    font-size: 16px;
  }

  .owner-entry-card {
    border-radius: 20px;
    min-height: 330px;
    padding: 28px 22px;
  }

  .owner-entry-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .owner-entry-card__primary {
    width: 100%;
  }

  .owner-entry-gate__divider {
    display: none;
  }
}
