.nav--compact {
  backdrop-filter: none;
  background: #d9d9d9;
  border-bottom: 0;
  box-shadow: none;
}

.nav__inner--compact {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 2rem;
  margin-block: 0;
  min-height: 80px;
  padding: 9px 0 10px;
  width: min(1240px, calc(100% - 48px));
}

.nav__inner--compact .nav__logo {
  height: 61px;
  max-width: 120px;
  object-fit: contain;
  width: 120px;
}

.nav__links--compact {
  align-items: center;
  gap: 32px;
  justify-content: flex-end;
  margin-left: auto;
}

.nav__links--compact > a,
.nav__links--compact .nav__text-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}

.nav__links--compact > a:hover,
.nav__links--compact .nav__text-button:hover,
.nav__links--compact > a[aria-current="page"] {
  background: transparent;
  color: #296a40;
  text-decoration: none;
}

.nav__links--compact > .nav__start,
.nav__mobile_panel--compact > .nav__start {
  align-items: center;
  background: #296a40;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  min-height: 39px;
  padding: 10px 20px;
}

.nav__links--compact > .nav__start:hover,
.nav__links--compact > .nav__start[aria-current="page"],
.nav__mobile_panel--compact > .nav__start:hover {
  background: #215733;
  color: #fff;
}

.nav__links--compact .nav__logout {
  margin: 0;
}

.nav__mobile--compact {
  margin-left: auto;
}

.nav__mobile_panel--compact {
  gap: 16px;
}

.nav__mobile_panel--compact > a,
.nav__mobile_panel--compact .nav__text-button {
  font-size: 16px;
  font-weight: 500;
}

.owner-landing-shell {
  background: #fff;
}

.owner-landing-shell .site-main {
  max-width: none;
  padding: 0 0 260px;
  width: 100%;
}

.owner-landing-shell .public-page,
.owner-landing-shell .public-page > .stack {
  gap: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.owner-hero {
  align-items: center;
  display: flex;
  gap: clamp(56px, 8vw, 202px);
  justify-content: space-between;
  margin: 100px auto 0;
  min-height: 520px;
  padding: 0 40px;
  width: min(1200px, calc(100% - 48px));
}

.owner-hero__copy {
  align-items: flex-start;
  display: flex;
  flex: 1 1 695px;
  flex-direction: column;
  gap: 20px;
  max-width: 695px;
}

.owner-hero__copy h1 {
  color: #000;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-size: clamp(44px, 4.2vw, 60px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1667;
  margin: 0;
}

.owner-hero__copy p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

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

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

.owner-app-preview {
  flex: 0 0 480px;
  height: 360px;
  overflow: visible;
  position: relative;
  width: 480px;
}

.owner-service-intro {
  align-items: center;
  background: #f4f8f5;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  margin: 100px auto 0;
  min-height: 560px;
  width: min(1100px, calc(100% - 48px));
}

.owner-service-intro__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 560px;
  padding: 72px 24px;
  width: 100%;
}

.owner-service-intro h2 {
  color: #000;
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}

.owner-service-intro__list {
  display: flex;
  flex-direction: column;
  gap: 52px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.owner-service-intro__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.owner-service-intro__number {
  color: #296a40;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.owner-service-intro__item-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.owner-service-intro__item-body {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

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

.entry-gate-shell .site-main {
  max-width: 1180px;
}

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

.entry-gate {
  padding: clamp(64px, 8vw, 112px) 0 clamp(88px, 10vw, 144px);
}

.entry-gate__intro {
  margin: 0 auto 48px;
  max-width: 760px;
  text-align: center;
}

.entry-gate__eyebrow {
  color: #296a40;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
}

.entry-gate__intro h1 {
  color: #111;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0;
}

.entry-gate__intro > p:last-child {
  color: #666;
  font-size: 18px;
  line-height: 1.65;
  margin: 18px auto 0;
  max-width: 650px;
}

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

.entry-gate-card {
  background: #fff;
  border: 1px solid #e1e7e2;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.entry-gate-card--consumer {
  background: linear-gradient(145deg, #f4f8f5 0%, #fff 54%);
}

.entry-gate-card--advertiser {
  background: linear-gradient(145deg, #f5f5f5 0%, #fff 54%);
}

.entry-gate-card__number {
  color: rgba(41, 106, 64, 0.18);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 28px;
  top: 24px;
}

.entry-gate-card__body {
  position: relative;
  z-index: 1;
}

.entry-gate-card__label {
  color: #296a40;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
}

.entry-gate-card h2 {
  color: #111;
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0;
}

.entry-gate-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 440px;
}

.entry-gate-card__cta {
  align-items: center;
  background: #296a40;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  margin-top: auto;
  min-height: 50px;
  padding: 13px 22px;
  text-decoration: none;
  width: fit-content;
}

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

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

.entry-gate__footer {
  align-items: center;
  color: #707570;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  justify-content: center;
  margin-top: 34px;
}

.entry-gate__footer a {
  color: #296a40;
  font-weight: 600;
}

@media (max-width: 900px) {
  .nav__inner--compact {
    width: min(100% - 32px, 1240px);
  }

  .owner-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 56px;
    margin-top: 64px;
    min-height: auto;
    padding: 0;
    width: min(100% - 40px, 720px);
  }

  .owner-hero__copy {
    flex: none;
  }

  .owner-app-preview {
    align-self: center;
    flex-basis: 360px;
    transform: scale(0.92);
    transform-origin: top center;
  }

  .owner-service-intro {
    margin-top: 80px;
    min-height: auto;
  }

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

  .entry-gate-card {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .nav__inner--compact {
    min-height: 68px;
    padding-block: 6px;
  }

  .nav__inner--compact .nav__logo {
    height: auto;
    width: 96px;
  }

  .owner-landing-shell .site-main {
    padding-bottom: 120px;
  }

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

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

  .owner-hero__copy p {
    font-size: 16px;
  }

  .owner-app-preview {
    height: 330px;
    width: 100%;
  }

  .owner-service-intro {
    margin-top: 48px;
    min-height: 260px;
    width: min(100% - 32px, 520px);
  }

  .owner-service-intro__inner {
    gap: 38px;
    padding: 44px 24px;
  }

  .owner-service-intro__list {
    gap: 34px;
  }

  .owner-service-intro__item-title {
    font-size: 18px;
  }

  .owner-service-intro__item-body {
    font-size: 16px;
  }

  .entry-gate {
    padding-inline: 4px;
  }

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

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

  .entry-gate-card {
    border-radius: 20px;
    min-height: 340px;
    padding: 26px 22px;
  }

  .entry-gate-card__number {
    font-size: 58px;
  }

  .entry-gate-card__cta {
    width: 100%;
  }

  .entry-gate__divider {
    display: none;
  }
}
